:root{--navy-950:#0a1220;--navy-900:#0f1c30;--navy-800:#16294a;--navy-700:#1e3660;--blue-600:#2f6fed;--blue-500:#4a86ff;--amber-500:#f5a524;--amber-400:#ffbb4d;--white:#fff;--gray-50:#f7f9fc;--gray-100:#eef2f8;--gray-200:#dde4ef;--gray-400:#99a4b8;--gray-600:#5b6577;--gray-800:#2b3546;--text:#182335;--text-muted:#57647a;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-sm:0 1px 2px #0f1c300f,0 1px 1px #0f1c300a;--shadow-md:0 8px 24px #0f1c3014;--shadow-lg:0 16px 40px #0f1c3024;--max-width:1180px;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--white);color:#182335;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-sans);margin:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:0 0 .5em}p{line-height:1.65;margin:0 0 1em}p,ul{color:#57647a;color:var(--text-muted)}ul{line-height:1.7;padding-left:1.2em}.site{display:flex;flex-direction:column;min-height:100vh}.site main{flex:1 1}.container{margin:0 auto;max-width:1180px;max-width:var(--max-width);padding:0 24px}.section{padding:72px 0}.section--tight{padding:48px 0}.section--alt{background:#f7f9fc;background:var(--gray-50)}.section--dark{background:linear-gradient(160deg,#0a1220,#16294a);background:linear-gradient(160deg,var(--navy-950),var(--navy-800));color:#fff;color:var(--white)}.section--dark p{color:#ffffffbf}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff;color:var(--white)}.eyebrow{background:#2f6fed1a;border-radius:999px;color:#2f6fed;color:var(--blue-600);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;margin-bottom:16px;padding:6px 12px;text-transform:uppercase}.section--dark .eyebrow{background:#f5a52424;color:#ffbb4d;color:var(--amber-400)}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.72rem;font-weight:700;gap:6px;letter-spacing:.04em;padding:5px 10px;text-transform:uppercase}.badge--live{background:#22ad691f;color:#1c8a56}.badge--soon{background:#f5a52424;color:#b8720b}.btn{align-items:center;border:1px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:13px 26px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#2f6fed;background:var(--blue-600);box-shadow:0 1px 2px #0f1c300f,0 1px 1px #0f1c300a;box-shadow:var(--shadow-sm);color:#fff;color:var(--white)}.btn-primary:hover{background:#4a86ff;background:var(--blue-500);box-shadow:0 8px 24px #0f1c3014;box-shadow:var(--shadow-md)}.btn-secondary{background:#0000;border-color:#dde4ef;border-color:var(--gray-200);color:#0f1c30;color:var(--navy-900)}.btn-secondary:hover{border-color:#2f6fed;border-color:var(--blue-600);color:#2f6fed;color:var(--blue-600)}.section--dark .btn-secondary{border-color:#ffffff4d;color:#fff;color:var(--white)}.section--dark .btn-secondary:hover{border-color:#fff;border-color:var(--white);color:#fff;color:var(--white)}.btn-amber{background:#f5a524;background:var(--amber-500);color:#0a1220;color:var(--navy-950)}.btn-amber:hover{background:#ffbb4d;background:var(--amber-400)}.navbar{-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);background:#ffffffeb;border-bottom:1px solid #dde4ef;border-bottom:1px solid var(--gray-200);position:-webkit-sticky;position:sticky;top:0;z-index:50}.navbar .container{align-items:center;display:flex;height:72px;justify-content:space-between}.brand{color:#0a1220;color:var(--navy-950);font-size:1.05rem;gap:10px}.brand,.brand-mark{align-items:center;display:flex;font-weight:800}.brand-mark{background:linear-gradient(135deg,#2f6fed,#0f1c30);background:linear-gradient(135deg,var(--blue-600),var(--navy-900));border-radius:9px;color:#fff;color:var(--white);flex-shrink:0;font-size:.8rem;height:34px;justify-content:center;letter-spacing:-.02em;width:34px}.nav-links{align-items:center;display:flex;gap:6px}.nav-link{border-radius:8px;color:#182335;color:var(--text);font-size:.93rem;font-weight:600;padding:10px 14px}.nav-link:hover{background:#eef2f8;background:var(--gray-100)}.nav-link.active{color:#2f6fed;color:var(--blue-600)}.nav-cta{margin-left:6px}.nav-toggle{background:none;border:none;cursor:pointer;display:none;padding:8px}.nav-toggle span{background:#0a1220;background:var(--navy-950);display:block;height:2px;margin:5px 0;transition:.2s;width:22px}@media (max-width:860px){.nav-links{align-items:stretch;background:#fff;background:var(--white);border-bottom:1px solid #dde4ef;border-bottom:1px solid var(--gray-200);box-shadow:0 8px 24px #0f1c3014;box-shadow:var(--shadow-md);display:none;flex-direction:column;left:0;padding:10px 20px 20px;position:absolute;right:0;top:72px}.nav-links.open{display:flex}.nav-cta,.nav-link{text-align:left;width:100%}.nav-cta .btn{margin-top:8px;width:100%}.nav-toggle{display:block}}.hero{padding:96px 0 80px}.hero-grid{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1.1fr .9fr}.hero h1{font-size:clamp(2.1rem,4vw,3.2rem)}.hero-lead{font-size:1.15rem;max-width:46ch}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:22px;border-radius:var(--radius-lg);padding:28px}.hero-panel-row{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;gap:14px;padding:16px 0}.hero-panel-row:last-child{border-bottom:none}.hero-panel-icon{align-items:center;background:#f5a52429;border-radius:10px;color:#ffbb4d;color:var(--amber-400);display:flex;flex-shrink:0;font-weight:800;height:38px;justify-content:center;width:38px}.hero-panel-row h4{color:#fff;color:var(--white);font-size:.98rem;margin-bottom:4px}.hero-panel-row p{font-size:.88rem;margin:0}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}}.grid{grid-gap:28px;display:grid;gap:28px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}.card{background:#fff;background:var(--white);border:1px solid #dde4ef;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-md);box-shadow:0 1px 2px #0f1c300f,0 1px 1px #0f1c300a;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;padding:30px;transition:box-shadow .15s ease,transform .15s ease}.card:hover{box-shadow:0 8px 24px #0f1c3014;box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-icon{border-radius:12px;color:#fff;color:var(--white);font-size:1rem;font-weight:800;height:46px;justify-content:center;margin-bottom:18px;width:46px}.card-icon,.card-top-row{align-items:center;display:flex}.card-top-row{gap:10px;justify-content:space-between}.card h3{font-size:1.2rem}.card-link{color:#2f6fed;color:var(--blue-600);font-size:.92rem;font-weight:700;margin-top:auto;padding-top:14px}.section-head{margin-bottom:44px;max-width:640px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.feature-list{grid-gap:14px;display:grid;gap:14px;list-style:none;padding:0}.feature-list li{align-items:flex-start;color:#182335;color:var(--text);display:flex;gap:12px}.feature-tick{align-items:center;background:#2f6fed1f;border-radius:50%;color:#2f6fed;color:var(--blue-600);display:flex;flex-shrink:0;font-size:.7rem;font-weight:800;height:22px;justify-content:center;margin-top:2px;width:22px}.product-hero{border-bottom:1px solid #dde4ef;border-bottom:1px solid var(--gray-200);padding:64px 0 56px}.product-hero-top{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}.product-hero h1{font-size:clamp(1.9rem,3.4vw,2.6rem)}.product-hero-lead{font-size:1.08rem;max-width:60ch}.callout{background:#f7f9fc;background:var(--gray-50);border:1px solid #dde4ef;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-md);padding:26px 28px}.callout--amber{background:#f5a52414;border-color:#f5a52459}.form-card{background:#fff;background:var(--white);border:1px solid #dde4ef;border:1px solid var(--gray-200);border-radius:22px;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0f1c3014;box-shadow:var(--shadow-md);max-width:620px;padding:36px}.form-row{grid-gap:8px;display:grid;gap:8px;margin-bottom:20px}.form-row label{font-size:.9rem;font-weight:600}.form-row input,.form-row select,.form-row textarea{background:#f7f9fc;background:var(--gray-50);border:1px solid #dde4ef;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);color:#182335;color:var(--text);font:inherit;padding:12px 14px}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{background:#fff;background:var(--white);outline:2px solid #4a86ff;outline:2px solid var(--blue-500);outline-offset:1px}.form-note{color:#99a4b8;color:var(--gray-400);font-size:.82rem;margin-top:8px}.form-status{border-radius:8px;border-radius:var(--radius-sm);font-size:.92rem;font-weight:600;margin-bottom:20px;padding:14px 16px}.form-status--success{background:#22ad691f;color:#1c8a56}.form-status--error{background:#e03e3e1a;color:#c0392b}.cta-banner{align-items:center;background:linear-gradient(135deg,#0a1220,#16294a);background:linear-gradient(135deg,var(--navy-950),var(--navy-800));border-radius:22px;border-radius:var(--radius-lg);color:#fff;color:var(--white);display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between;padding:56px}.cta-banner p{color:#ffffffbf;margin:0}.cta-banner-actions{display:flex;flex-wrap:wrap;gap:12px}.footer{background:#0a1220;background:var(--navy-950);color:#ffffffb8;padding:64px 0 28px}.footer-grid{grid-gap:40px;border-bottom:1px solid #ffffff1a;display:grid;gap:40px;grid-template-columns:1.4fr repeat(3,1fr);padding-bottom:40px}@media (max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand .brand{color:#fff;color:var(--white)}.footer p{color:#fff9;font-size:.92rem}.footer h4{color:#fff;color:var(--white);font-size:.86rem;letter-spacing:.04em;margin-bottom:16px;text-transform:uppercase}.footer ul{grid-gap:10px;display:grid;gap:10px;list-style:none;padding:0}.footer a{color:#ffffffad;font-size:.93rem}.footer a:hover{color:#fff;color:var(--white)}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:10px;justify-content:space-between;padding-top:24px}.footer-bottom a{font-weight:600}.legal h2{font-size:1.3rem;margin-top:2em}.legal{max-width:760px}.not-found{padding:120px 0;text-align:center}
/*# sourceMappingURL=main.f2d1a1ef.css.map*/