@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-navy:#0a1628;--color-navy-mid:#0f2247;--color-blue:#1a3a6e;--color-blue-mid:#1e4d9e;--color-blue-light:#2563eb;--color-blue-pale:#dbeafe;--color-blue-ghost:#f0f6ff;--color-white:#fff;--color-off-white:#f8fafc;--color-border:#e2e8f0;--color-muted:#64748b;--color-text:#1e293b;--color-heading:#0a1628;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-success:#059669;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--max-width:1200px;--nav-height:72px;--shadow-sm:0 1px 3px #0a162814, 0 1px 2px #0a16280a;--shadow-md:0 4px 12px #0a16281a, 0 2px 4px #0a16280f;--shadow-lg:0 16px 40px #0a16281f, 0 4px 12px #0a162814;--shadow-card:0 2px 8px #0a162814;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--transition:.2s ease;--transition-slow:.35s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--color-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.1rem,2vw,1.375rem);font-weight:600}h4{font-size:1.1rem;font-weight:600}p{color:var(--color-muted);line-height:1.75}.container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}@media (width<=768px){.container{padding:0 var(--space-4)}}.section{padding:var(--space-24) 0}.section--sm{padding:var(--space-16) 0}.section--alt{background:var(--color-off-white)}.section--dark{background:var(--color-navy);color:var(--color-white)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--color-white)}.section--dark p{color:#ffffffb8}.grid-2{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.btn{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);letter-spacing:-.01em;transition:all var(--transition);white-space:nowrap;cursor:pointer;border:2px solid #0000;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.btn--outline{color:var(--color-accent);border-color:var(--color-accent);background:0 0}.btn--outline:hover{background:var(--color-accent);color:var(--color-white);transform:translateY(-1px)}.btn--outline-white{color:var(--color-white);background:0 0;border-color:#fff6}.btn--outline-white:hover{background:#ffffff1f;border-color:#ffffffb3}.btn--ghost{color:var(--color-blue-light);background:0 0;padding:.75rem 0}.btn--ghost:hover{color:var(--color-accent-hover)}.btn--lg{padding:.9375rem 2.25rem;font-size:1rem}.btn-group{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8);transition:all var(--transition-slow)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--color-blue-pale);transform:translateY(-2px)}.card__icon{background:var(--color-blue-ghost);border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-5);color:var(--color-accent);justify-content:center;align-items:center;display:flex}.card__icon--img{background:0 0;padding:0}.card__icon img{object-fit:contain;width:32px;height:32px}.card__icon svg{width:24px;height:24px}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px;display:grid}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;padding:32px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 8px 30px #0000000a}.profile-card:hover{transition:all .25s;transform:translateY(-4px)}.profile-badge{color:#fff;background:#2563eb;border-radius:999px;margin-bottom:20px;padding:6px 12px;font-size:13px;display:inline-block}.profile-badge--alt{background:#64748b}.profile-intro{color:#475569;margin-bottom:24px}.profile-footer{margin-top:auto;padding-top:24px}.profile-price{margin-bottom:16px;font-size:28px;font-weight:700}.narrow{max-width:760px}.security-visual{align-items:center;gap:24px;margin-bottom:28px;display:flex}.shield-icon{background:#eff6ff;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;font-size:34px;display:flex;box-shadow:inset 0 1px #fffc}.network-illustration{align-items:center;gap:22px;display:flex;position:relative}.network-illustration:before{content:"";background:#cbd5e1;height:2px;position:absolute;top:50%;left:12px;right:12px;transform:translateY(-50%)}.network-illustration span{z-index:1;background:#2563eb;border-radius:50%;width:18px;height:18px;position:relative;box-shadow:0 0 0 8px #eff6ff}.dashboard-demo{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:36px;display:grid}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 10px 30px #0f172a0d}.dashboard-label{color:#64748b;margin-bottom:12px;font-size:14px;display:block}.dashboard-card strong{color:#0f172a;margin-bottom:12px;font-size:34px;line-height:1.1;display:block}.dashboard-card p{color:#475569;margin:0}.dashboard-note{color:#64748b;margin-top:20px;font-size:14px}.section-header{text-align:center;max-width:680px;margin:0 auto var(--space-16)}.section-header p{margin-top:var(--space-4);font-size:1.0625rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-4);font-size:.8125rem;font-weight:600;display:inline-block}.eyebrow--white{color:#ffffffa6}.divider{background:var(--color-accent);width:48px;height:3px;margin:var(--space-5) auto 0;border-radius:2px}.check-list{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.check-list li{align-items:flex-start;gap:var(--space-3);color:var(--color-text);font-size:.9375rem;display:flex}.check-list li:before{content:"";background:var(--color-blue-ghost);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232563eb'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:50%;width:20px;min-width:20px;height:20px;margin-top:2px;display:block}.check-list--white li{color:#ffffffd9}.check-list--white li:before{background-color:#ffffff1f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E")}.trust-bar{gap:var(--space-5);flex-wrap:wrap;align-items:center;display:flex}.trust-badge{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:.875rem;font-weight:500;display:flex}.trust-badge svg{color:var(--color-success);width:16px;height:16px}.prose{max-width:680px}.prose p+p{margin-top:var(--space-4)}.prose h3{margin-top:var(--space-8);margin-bottom:var(--space-3)}.form-group{gap:var(--space-2);flex-direction:column;display:flex}.form-group label{color:var(--color-text);font-size:.875rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);background:var(--color-white);transition:border-color var(--transition);appearance:none;outline:none;padding:.75rem 1rem;font-size:.9375rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #2563eb1f}.form-group textarea{resize:vertical;min-height:120px}.form-grid{gap:var(--space-5);display:grid}.form-grid--2{grid-template-columns:1fr 1fr}@media (width<=640px){.form-grid--2{grid-template-columns:1fr}}.page-hero{background:var(--color-navy);padding:calc(var(--nav-height) + var(--space-16)) 0 var(--space-16);position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 70%,#2563eb26 0%,#0000 70%);position:absolute;inset:0}.page-hero .eyebrow{color:#ffffff8c}.page-hero h1{color:var(--color-white)}.page-hero p{color:#ffffffb8;max-width:600px;margin-top:var(--space-4);font-size:1.125rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.6s both fadeUp}.fade-up--delay-1{animation-delay:.1s}.fade-up--delay-2{animation-delay:.2s}.fade-up--delay-3{animation-delay:.3s}.text-center{text-align:center}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-12{margin-top:var(--space-12)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.footer-sitemap{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff14}.footer-sitemap__toggle{color:#ffffffb3;width:100%;font:inherit;cursor:pointer;transition:color var(--transition);background:0 0;border:0;justify-content:space-between;align-items:center;padding:16px 0;font-size:.9375rem;font-weight:600;display:flex}.footer-sitemap__toggle:hover{color:var(--color-white)}.footer-sitemap__toggle span{flex-shrink:0;font-size:20px;line-height:1;transition:transform .25s}.footer-sitemap__icon{width:20px;height:20px;transition:transform .25s}.footer-sitemap__toggle[aria-expanded=true] .footer-sitemap__icon{transform:rotate(180deg)}.footer-sitemap__panel{padding:20px 0 28px}.footer-sitemap__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;display:grid}.footer-sitemap__grid h3{text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin-bottom:12px;font-size:.8rem;font-weight:600}.footer-sitemap__grid a{color:#fff9;transition:color var(--transition);margin:6px 0;font-size:.9rem;text-decoration:none;display:block}.footer-sitemap__grid a:hover{color:var(--color-white)}@media (width<=800px){.footer-sitemap__grid{grid-template-columns:1fr 1fr;gap:24px}}@media (width<=520px){.footer-sitemap__grid{grid-template-columns:1fr;gap:20px}}
