:root{--bg-color:#fff;--text-color:#333;--heading-color:#1a1a1a;--secondary-text:#666;--header-bg:#2c3e50;--header-text:#fff;--hero-bg:#f8f9fa;--card-bg:#fff;--card-border:#e0e0e0;--brand-primary:#00a388;--brand-secondary:#3498db;--brand-secondary-hover:#2980b9;--footer-bg:#2c3e50;--footer-text:#bdc3c7;--footer-link:#bdc3c7;--footer-border:#34495e;--social-bg:#34495e;--input-bg:#fff;--input-border:#ccc;--input-text:#333}@media (prefers-color-scheme:dark){:root{--bg-color:#1a1a1a;--text-color:#e0e0e0;--heading-color:#fff;--secondary-text:#a0a0a0;--header-bg:#2c3e50;--hero-bg:#242424;--card-bg:#2d2d2d;--card-border:#444;--footer-bg:#2c3e50;--footer-border:#2d2d2d;--social-bg:#2d2d2d;--input-bg:#2d2d2d;--input-border:#444;--input-text:#e0e0e0}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}.header{background:var(--header-bg);z-index:1000;width:100%;padding:1rem 0;position:fixed;top:0;box-shadow:0 2px 5px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex}.logo-section{align-items:center;gap:1rem;display:flex}.logo-box{background:#fff;border-radius:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.5rem;display:flex}.company-name{color:var(--header-text);letter-spacing:.5px;font-size:1.4rem;font-weight:600}.nav-menu{gap:2.5rem;list-style:none;display:flex}.nav-menu a{color:var(--header-text);opacity:.4;cursor:not-allowed;font-size:.95rem;font-weight:500;text-decoration:none}.hide{display:none}.floating-card{opacity:0;transition:opacity .35s cubic-bezier, visibility 0s cubic-bezier .35s;background:var(--brand-primary);color:#fff;z-index:1000;border-radius:8px;min-width:55%;max-width:92%;min-height:15vh;max-height:68vh;padding:15px;position:fixed;top:36%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.floating-card.show{opacity:1;visibility:visible;transition:opacity .5s ease-in}.newsletter-close-btn{color:#fff;background-color:#ffffff47;border:1px solid #fff;border-radius:4px;padding:6px;transition-duration:.3s;position:fixed;top:12px;right:12px}.newsletter-close-btn:hover{color:#000c;background-color:#fffc;transition-duration:.3s}.email-signup{color:#fff;background:#ffffff47;border:1px solid #fff;border-radius:4px;min-width:42%;max-width:96%;min-height:6.8vh;margin-top:8px;padding-left:6px;font-size:18px}.confirm-signup-button{color:#000;background-color:#ffffffe0;border:1px solid #fff;border-radius:4px;min-width:156px;min-height:6vh;max-height:8vh;margin-top:12px;margin-left:4px;padding:6px;font-size:20px;transition-duration:.15s;bottom:20px;left:12px}.confirm-signup-button:hover{border-color:none;background-color:#ffffff7a;transition-duration:.15s}.submitting-sign-up{display:none}.submitting-sign-up.show{display:inline-block}.reopen-popup{opacity:1;width:12%;min-width:120px;min-height:8vh;transition:opacity .25s cubic-bezier, visibility 0s cubic-bezier .25s;background:var(--brand-primary);color:#fff;z-index:999;border:0;border-radius:4px;padding:16px;position:fixed;bottom:8%;right:6%}.hero{background:var(--hero-bg);text-align:center;margin-top:84px;padding:2rem 0}.hero-container{max-width:900px;margin:0 auto}.status-badge{background:var(--brand-primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:4px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{color:var(--heading-color);margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-description{color:var(--secondary-text);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.notify-section{background:var(--card-bg);border:2px solid var(--card-border);border-radius:6px;max-width:600px;margin:0 auto;padding:2.5rem}.notify-section h3{color:var(--heading-color);margin-bottom:1rem;font-size:1.4rem}.notify-section p{color:var(--secondary-text);margin-bottom:1.5rem;font-size:1rem}.email-form{gap:1rem;display:flex}.email-input{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);border-radius:4px;flex:1;padding:.9rem 1.2rem;font-size:1rem}.email-input:focus{border-color:var(--brand-secondary);outline:none}.submit-btn{background:var(--brand-secondary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:background .3s}.submit-btn:hover{background:var(--brand-secondary-hover)}.info-section{background:var(--bg-color);padding:5rem 3rem}.info-container{max-width:1400px;margin:0 auto}.section-title{text-align:center;color:var(--heading-color);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:var(--secondary-text);max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;display:grid}.info-card{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;padding:2rem}.info-icon{background:var(--hero-bg);width:80px;height:80px;color:var(--brand-secondary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.info-card h3{color:var(--heading-color);margin-bottom:1rem;font-size:1.4rem;font-weight:600}.info-card p{color:var(--secondary-text);font-size:1rem;line-height:1.7}.stats-section{background:var(--hero-bg);padding:4rem 3rem}.stats-container{text-align:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.stat-item h2{color:var(--brand-secondary);margin-bottom:.5rem;font-size:3rem;font-weight:700}.stat-item p{color:var(--secondary-text);font-size:1.1rem}.social-card{justify-content:center;align-items:center;display:flex}.footer{background:var(--footer-bg);color:var(--header-text);padding:4rem 3rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-section h4{margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-section p{color:var(--footer-text);margin-bottom:1.5rem;line-height:1.7}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--footer-link);opacity:.5;cursor:not-allowed;font-size:.95rem;text-decoration:none}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-link{background:var(--social-bg);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;text-decoration:none;transition:background .3s;display:flex}.social-link:hover{background:var(--brand-secondary)}.footer-bottom{border-top:1px solid var(--footer-border);text-align:center;color:var(--footer-text);padding-top:2rem;font-size:.9rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1rem;display:flex}.footer-bottom-links a{color:var(--footer-link);opacity:.5;cursor:not-allowed;font-size:.85rem;text-decoration:none}@media (width<=768px){.nav-menu{display:none}.hero h1{font-size:2.2rem}.hero-description{font-size:1.1rem}.email-form{flex-direction:column}.section-title{font-size:2rem}.stat-item h2{font-size:2.5rem}.nav-container,.hero,.info-section,.stats-section,.footer{padding-left:1.5rem;padding-right:1.5rem}}.nav-disabled.svelte-zne36e{color:var(--header-text);opacity:.4;cursor:not-allowed;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.footer-links.svelte-9sff3o a:where(.svelte-9sff3o),.footer-bottom-links.svelte-9sff3o a:where(.svelte-9sff3o){color:var(--header-text);opacity:.8;font-size:.95rem;text-decoration:none;transition:opacity .3s}.footer-links.svelte-9sff3o a:where(.svelte-9sff3o):hover,.footer-bottom-links.svelte-9sff3o a:where(.svelte-9sff3o):hover{opacity:1}.footer-disabled.svelte-9sff3o{color:var(--footer-link);opacity:.5;cursor:not-allowed;font-size:.95rem;text-decoration:none;display:inline-block}.footer-bottom-links.svelte-9sff3o .footer-disabled:where(.svelte-9sff3o){font-size:.85rem}.card-inner.svelte-1u1ohms{padding:1rem;position:relative}.card-title.svelte-1u1ohms{margin-bottom:.5rem;font-size:1.8rem;font-weight:700;line-height:1.2}.card-subtitle.svelte-1u1ohms{opacity:.9;margin-bottom:2rem;font-size:1rem}.signup-form.svelte-1u1ohms{flex-direction:column;gap:1.5rem;display:flex}.input-group.svelte-1u1ohms{flex-direction:column;gap:.5rem;display:flex}.input-group.svelte-1u1ohms label:where(.svelte-1u1ohms){text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.checkbox-group.svelte-1u1ohms{align-items:flex-start;gap:.75rem;font-size:.85rem;line-height:1.4;display:flex}.checkbox-group.svelte-1u1ohms input:where(.svelte-1u1ohms){cursor:pointer;margin-top:.2rem}.error-message.svelte-1u1ohms{background:#ffffff26;border-left:4px solid #ff4b2b;border-radius:4px;padding:1rem;font-size:.9rem}.status-view.svelte-1u1ohms{text-align:center;padding:2rem 0}.status-icon.svelte-1u1ohms{margin-bottom:1rem;font-size:4rem}.status-view.svelte-1u1ohms h2:where(.svelte-1u1ohms){margin-bottom:.5rem;font-size:2rem}.form-actions.svelte-1u1ohms{margin-top:.5rem}.confirm-signup-button:disabled{opacity:.6;cursor:not-allowed}
