@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#07101e;--navy-dark:#040810;--navy-light:#0b172e;--navy-card:#0f1f3d;--navy-glass:#0b172ebf;--teal:#0fa89e;--teal-hover:#0c8c84;--teal-bright:#14b8a6;--teal-cyan:#06b6d4;--teal-mint:#2dd4bf;--teal-muted:#0fa89e1f;--teal-border:#0fa89e47;--teal-glow:0 0 30px #0fa89e59;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-800:#1e293b;--gray-900:#0f172a;--font:"Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 4px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 14px #00000012;--shadow-lg:0 10px 30px #00000017;--shadow-xl:0 20px 50px #0000001f;--shadow-teal:0 8px 25px #0fa89e66;--shadow-glow:0 0 40px #2dd4bf33;--r-xs:4px;--r-sm:6px;--r-md:8px;--r-lg:12px;--r-xl:16px;--r-2xl:24px;--r-full:9999px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--section-y:5.5rem;--max-w:1240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.65;position:relative;overflow-x:hidden}#root,main{width:100%;position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font)}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}@media (width<=480px){.container{padding:0 1rem}}.section-padding{padding:var(--section-y) 0}.section-alt{background:var(--gray-100)}.section-white{background:var(--white)}.section-dark{background:var(--navy);color:var(--white)}.section-dark .section-title{color:var(--white)}.section-dark .section-subtitle{color:var(--gray-400)}.text-center{text-align:center}.text-center .section-subtitle{margin:0 auto}.section-label{color:#0284c7;letter-spacing:1px;text-transform:uppercase;background:#e0f2fe;border:1px solid #bae6fd;border-radius:50px;margin-bottom:.85rem;padding:.35rem .95rem;font-size:.72rem;font-weight:800;display:inline-block}.section-title{color:var(--gray-900);letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--gray-600);max-width:680px;font-size:1.05rem;line-height:1.7}.btn{border-radius:var(--r-sm);font-size:.88rem;font-weight:700;font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.5rem;transition:all .2s;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white);box-shadow:0 2px 10px #0fa89e40}.btn-primary:hover{background:var(--teal-hover);box-shadow:var(--shadow-teal);transform:translateY(-1px)}.btn:active{transform:scale(.98)translateY(0)}.btn-outline{color:var(--teal);border:1.5px solid var(--teal);background:0 0}.btn-outline:hover{background:var(--teal-muted);transform:translateY(-1px)}.btn-white{background:var(--white);color:var(--navy);border:1.5px solid var(--gray-200)}.btn-white:hover{border-color:var(--teal);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-lg{border-radius:var(--r-md);padding:.85rem 1.85rem;font-size:.95rem}.btn-sm{border-radius:var(--r-sm);padding:.5rem 1rem;font-size:.8rem}.card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--gray-200);padding:1.85rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.card:hover{box-shadow:var(--shadow-lg);border-color:#0fa89e59;transform:translateY(-3px)}.card-title{color:var(--gray-900);letter-spacing:-.3px;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.card-text{color:var(--gray-600);font-size:.9rem;line-height:1.65}.page-header{text-align:center;background:linear-gradient(#07101e 0%,#0b172e 100%);padding:7.5rem 0 4rem;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:radial-gradient(circle,#0fa89e26 0%,#07101e00 70%);width:800px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-header .section-title{color:var(--white);letter-spacing:-1px;font-size:2.85rem}.page-header .section-subtitle{color:var(--gray-300);max-width:720px;margin:0 auto;font-size:1.15rem}@media (width<=768px){:root{--section-y:3.75rem}.section-title{font-size:1.85rem}.section-subtitle{font-size:.95rem;line-height:1.6}.card{padding:1.4rem}.page-header{padding:6rem 0 3rem}.page-header .section-title{font-size:2.1rem}.btn-lg{padding:.75rem 1.4rem;font-size:.9rem}}@media (width<=480px){:root{--section-y:3rem}.section-title{letter-spacing:-.3px;font-size:1.55rem}.card{padding:1.2rem}}.msc-navbar{-webkit-backdrop-filter:blur(14px);z-index:1000;background:#07101ee0;border-bottom:1px solid #ffffff14;align-items:center;width:100%;height:72px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.msc-nav-container{width:100%;max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.msc-brand{cursor:pointer;align-items:center;gap:12px;text-decoration:none;display:flex}.msc-brand-text{flex-direction:column;display:flex}.msc-brand-title{color:#fff;letter-spacing:-.3px;font-size:1.2rem;font-weight:800;line-height:1.1}.msc-brand-sub{color:var(--teal);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.msc-nav-links{align-items:center;gap:1.75rem;list-style:none;display:flex}.msc-nav-link{color:#cbd5e1;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s}.msc-nav-link:hover{color:#fff}.msc-nav-actions{align-items:center;gap:.85rem;display:flex}.btn-nav-login{color:#2dd4bf;border-radius:var(--radius-sm);background:#0fa89e1f;border:1.5px solid #0fa89e66;align-items:center;gap:6px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-nav-login:hover{color:#fff;background:#0fa89e40;border-color:#2dd4bf;transform:translateY(-1px)}.btn-nav-pilot{background:var(--teal);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 2px 10px #0fa89e4d}.btn-nav-pilot:hover{background:var(--teal-hover);transform:translateY(-1px);box-shadow:0 4px 15px #0fa89e80}.msc-hamburger{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.5rem;display:none}.msc-mobile-drawer{opacity:0;pointer-events:none;z-index:999;background:#07101e;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:72px;left:0;transform:translateY(-100%);box-shadow:0 20px 40px #00000080}.msc-mobile-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)}.msc-mobile-nav-link{color:#e2e8f0;border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:1.05rem;font-weight:600;text-decoration:none}.msc-mobile-actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}@media (width<=960px){.msc-nav-links{display:none}.msc-hamburger{display:block}.msc-nav-actions .btn-nav-pilot{display:none}}@media (width<=768px){.btn-nav-login{display:none}}@media (width<=480px){.msc-nav-container{padding:0 1rem}.msc-brand-sub{display:none}.msc-brand-title{font-size:1.1rem}.msc-mobile-drawer{padding:1.25rem 1rem}}.msc-footer{color:#94a3b8;background:#040810;border-top:1px solid #ffffff14;padding:4.5rem 0 2.5rem;font-size:.9rem}.msc-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem;display:grid}.msc-ft-brand{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.msc-ft-brand-title{color:#fff;letter-spacing:-.3px;font-size:1.25rem;font-weight:800}.msc-ft-desc{color:#94a3b8;margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.msc-ft-studio-badge{border-radius:var(--radius-sm);color:#e2e8f0;background:#0f1d32bf;border:1px solid #38bdf84d;align-items:center;gap:8px;padding:6px 12px;font-size:.78rem;display:inline-flex}.msc-ft-studio-badge a{color:#38bdf8;font-weight:700;text-decoration:underline}.msc-ft-title{color:#fff;letter-spacing:.2px;margin-bottom:1.15rem;font-size:.95rem;font-weight:700}.msc-ft-links{flex-direction:column;gap:.65rem;list-style:none;display:flex}.msc-ft-links a{color:#94a3b8;font-size:.85rem;text-decoration:none;transition:color .2s}.msc-ft-links a:hover{color:#2dd4bf}.msc-ft-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding-top:2rem;font-size:.8rem;display:flex}.msc-ft-badges{flex-wrap:wrap;gap:10px;display:flex}.ft-badge{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:4px 10px;font-size:.72rem}@media (width<=900px){.msc-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=580px){.msc-footer-grid{grid-template-columns:1fr;gap:2rem}.msc-ft-bottom{flex-direction:column;align-items:flex-start}}.modal-backdrop{-webkit-backdrop-filter:blur(10px);z-index:2000;background:#040912c7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}@media (width<=600px){.modal-backdrop{align-items:flex-start;padding:1.5rem .75rem}}.modal-card{border-radius:var(--r-2xl);background:#0b172e;border:1px solid #2dd4bf59;width:100%;max-width:540px;max-height:92vh;padding:2.25rem 2rem;position:relative;overflow-y:auto;box-shadow:0 25px 60px #000000b3}@media (width<=600px){.modal-card{max-height:none;padding:1.5rem 1.15rem}}.modal-close-btn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.4rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{color:#fff;background:#ffffff26}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-logo-row{justify-content:center;align-items:center;gap:10px;margin-bottom:.85rem;display:flex}.modal-badge{color:#fbbf24;border-radius:var(--r-full);background:#f59e0b24;border:1px solid #f59e0b4d;padding:.25rem .75rem;font-size:.74rem;font-weight:800}.modal-title{color:#fff;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.35rem;font-weight:800}.modal-sub{color:#94a3b8;margin-bottom:1.25rem;font-size:.84rem;line-height:1.45}.type-toggle-pill{background:#07101ecc;border:1px solid #ffffff14;border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.toggle-btn{color:#94a3b8;font-family:var(--font);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .75rem;font-size:.82rem;font-weight:700;transition:all .2s}.toggle-btn.active{color:#2dd4bf;background:#0fa89e40;border:1px solid #2dd4bf66}.modal-form{flex-direction:column;gap:.85rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=520px){.form-row{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:#cbd5e1;font-size:.78rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{border-radius:var(--r-sm);color:#fff;font-family:var(--font);background:#07101ed9;border:1px solid #ffffff1a;outline:none;padding:.65rem .85rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2dd4bf;box-shadow:0 0 10px #2dd4bf40}.submit-btn{width:100%;margin-top:.5rem}.modal-footnote{text-align:center;color:#64748b;margin-top:.25rem;font-size:.72rem}.modal-error-alert{color:#f87171;border-radius:var(--r-sm);background:#ef444426;border:1px solid #ef444459;margin-bottom:1rem;padding:.75rem 1rem;font-size:.84rem;line-height:1.45}.modal-success-state{text-align:center;padding:1.5rem 0}.success-emoji{margin-bottom:.75rem;font-size:3rem;display:block}.modal-success-state h3{color:#fff;margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.modal-success-state p{color:#cbd5e1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.55}.success-info-box{text-align:left;background:#07101ecc;border:1px solid #2dd4bf40;border-radius:12px;margin-bottom:1.75rem;padding:1rem 1.25rem}.success-info-box strong{color:#2dd4bf;margin-bottom:.35rem;font-size:.88rem;display:block}.success-info-box p{color:#94a3b8;margin-bottom:.25rem;font-size:.82rem;line-height:1.4}.product-row{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.product-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);background:var(--teal-muted);border:1px solid var(--teal-border);border-radius:var(--radius-full);margin-bottom:.75rem;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-block}.product-name{color:var(--navy);margin-bottom:.4rem;font-size:1.9rem;font-weight:800}.product-tagline{color:var(--teal);margin-bottom:.75rem;font-size:1rem;font-weight:600}.product-desc{color:var(--gray-600);margin-bottom:1.5rem;font-size:.94rem;line-height:1.7}.product-features{flex-direction:column;gap:.85rem;margin-bottom:1.75rem;display:flex}.pf{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);align-items:flex-start;gap:.85rem;padding:.85rem 1rem;transition:all .2s;display:flex}.pf:hover{border-color:var(--teal-border);background:var(--white);box-shadow:var(--shadow-sm)}.pf-icon-svg{background:var(--teal-muted);width:32px;height:32px;color:var(--teal);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pf strong{color:var(--navy);margin-bottom:2px;font-size:.9rem;font-weight:700;display:block}.pf span{color:var(--gray-600);font-size:.82rem;line-height:1.5}.browser-mockup{background:var(--navy);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid #ffffff14;overflow:hidden}.browser-header{background:var(--navy-light);border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:.65rem 1rem;display:flex}.browser-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.browser-address{color:var(--gray-400);border-radius:var(--radius-full);background:#ffffff0f;padding:2px 10px;font-family:monospace;font-size:.75rem}.product-img{width:100%;display:block}@media (width<=900px){.product-row{grid-template-columns:1fr;gap:2.5rem}}.msc-phone-mockup-wrapper{z-index:12;filter:drop-shadow(0 20px 36px #00000073);width:136px;transition:transform .3s,right .3s,bottom .3s;position:absolute;bottom:-45px;right:-95px}.msc-phone-mockup-wrapper:hover{transform:translateY(-6px)scale(1.03)}.msc-phone-mockup-card{background:#111827;border:2px solid #0fa89e99;border-radius:26px;overflow:hidden;box-shadow:0 0 0 1px #ffffff1a}.msc-phone-mockup-img{width:100%;display:block}.msc-phone-tag{color:#fff;white-space:nowrap;pointer-events:none;z-index:14;letter-spacing:.3px;background:#0fa89e;border-radius:12px;padding:2px 8px;font-size:9.5px;font-weight:800;position:absolute;top:-11px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0000004d}@media (width<=1280px){.msc-phone-mockup-wrapper{width:130px;bottom:-40px;right:-60px}}@media (width<=1024px){.msc-phone-mockup-wrapper{width:122px;bottom:-35px;right:-25px}}@media (width<=768px){.msc-phone-mockup-wrapper{width:105px;bottom:-25px;right:12px}}@media (width<=480px){.msc-phone-mockup-wrapper{width:85px;bottom:-18px;right:8px}.msc-phone-tag{padding:2px 6px;font-size:8px;top:-9px}}.msc-secure-portal-preview{border-radius:0 0 var(--radius-lg) var(--radius-lg);color:#fff;text-align:center;background:linear-gradient(145deg,#0b172b 0%,#060d1a 100%);flex-direction:column;align-items:center;padding:3rem 2.5rem;display:flex}@media (width<=600px){.msc-secure-portal-preview{padding:1.75rem 1rem}}.msc-secure-shield-badge{color:#2dd4bf;border-radius:var(--radius-full);background:#0fa89e1f;border:1px solid #2dd4bf59;align-items:center;gap:8px;margin-bottom:1.25rem;padding:5px 14px;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 0 20px #0fa89e33}.msc-shield-icon{font-size:1rem}.msc-secure-title{color:#fff;letter-spacing:-.3px;margin-bottom:.85rem;font-size:clamp(1.25rem,5vw,1.6rem);font-weight:800}.msc-secure-desc{color:#94a3b8;max-width:580px;margin-bottom:2rem;font-size:.92rem;line-height:1.65}.msc-secure-pillars{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;max-width:720px;margin-bottom:2.25rem;display:grid}@media (width<=600px){.msc-secure-pillars{grid-template-columns:1fr;gap:.65rem;margin-bottom:1.5rem}}.msc-pilot-banner{color:#fff;background:linear-gradient(135deg,#0b1426 0%,#111d35 60%,#0d2636 100%);border:1px solid #0fa89e4d;border-radius:20px;grid-template-columns:1.2fr .8fr;align-items:center;gap:2.5rem;padding:2.5rem;display:grid;box-shadow:0 20px 40px #0b142626}@media (width<=860px){.msc-pilot-banner{border-radius:16px;grid-template-columns:1fr;gap:1.75rem;padding:1.5rem 1.25rem}}.msc-feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}@media (width<=900px){.msc-feature-split{grid-template-columns:1fr;gap:2rem}}.msc-pillar-chip{border-radius:var(--radius-md);text-align:left;background:#0f1f3d80;border:1px solid #ffffff14;align-items:center;gap:12px;padding:1rem;transition:all .25s;display:flex}.msc-pillar-chip:hover{background:#0f1f3dd9;border-color:#2dd4bf4d;transform:translateY(-2px)}.msc-pillar-icon{flex-shrink:0;font-size:1.4rem}.msc-pillar-chip strong{color:#fff;font-size:.85rem;font-weight:700;display:block}.msc-pillar-chip small{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.msc-secure-action-box{flex-direction:column;align-items:center;gap:.85rem;display:flex}.msc-secure-guarantee{color:#64748b;align-items:center;gap:6px;font-size:.78rem;display:flex}
