.gate[data-astro-cid-l53ns2ug]{background:#f8f7f5;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,system-ui,sans-serif;display:flex}.gate-logo[data-astro-cid-l53ns2ug]{margin-bottom:3rem}.gate-logo[data-astro-cid-l53ns2ug] img[data-astro-cid-l53ns2ug]{width:auto;height:3rem}.gate-box[data-astro-cid-l53ns2ug]{text-align:center;color:#fff;background:#1c1714;border-radius:1rem;width:100%;max-width:400px;padding:2.5rem}.gate-box[data-astro-cid-l53ns2ug] h2[data-astro-cid-l53ns2ug]{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.gate-input[data-astro-cid-l53ns2ug]{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:.5rem;outline:none;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.gate-input[data-astro-cid-l53ns2ug]::placeholder{color:#ffffff80}.gate-input[data-astro-cid-l53ns2ug]:focus{border-color:#fb923cb3}.gate-submit[data-astro-cid-l53ns2ug]{color:#fff;cursor:pointer;background:#f97415;border:none;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s}.gate-submit[data-astro-cid-l53ns2ug]:hover{background:#ea580c}.gate-error[data-astro-cid-l53ns2ug]{color:#fda4af;background:#dc262626;border-radius:.375rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.875rem}.gate-link[data-astro-cid-l53ns2ug]{margin-top:2rem}.gate-link[data-astro-cid-l53ns2ug] a[data-astro-cid-l53ns2ug]{color:#ea580c;font-size:.9rem;font-weight:500;text-decoration:none}.gate-link[data-astro-cid-l53ns2ug] a[data-astro-cid-l53ns2ug]:hover{text-decoration:underline}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f97415;--orange-hover:#ea580c;--orange-light:#fb923c;--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-200:#fed7aa;--ink:#0f172a;--body:#334155;--muted:#64748b;--white:#fff;--bg:#f8f7f5;--surface:#fff;--border:#e2e8f0;--dark:#1c1714;--dark-2:#15110e;--green:#10b981;--red:#dc2626}html{scroll-behavior:smooth}body{color:var(--body);background:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.heading{font-family:Inter,system-ui,-apple-system,sans-serif}nav{z-index:20;backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--border);background-color:#f8f7f5d9;position:sticky;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1288px;margin:0 auto;padding:1rem 2rem;display:flex}.logo-img{width:auto;max-width:none;height:1.9rem;display:block}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--ink);white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--orange)}.nav-links a.btn-primary,.nav-links a.btn-primary:hover{color:#fff}.nav-link-login{color:var(--ink);font-size:.875rem}.btn{cursor:pointer;text-align:center;border:none;border-radius:.5rem;align-items:center;padding:.75rem 1rem;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;text-decoration:none;transition:all .2s;display:inline-flex}.btn-sm{padding-block:.5rem;padding-inline:1rem;font-size:.875rem;line-height:1.3125rem}.btn-primary{background-color:var(--orange);color:#fff;box-shadow:0 10px 15px -3px #f9741533,0 4px 6px -4px #f974151a}.btn-primary:hover{background-color:var(--orange-hover);color:#fff}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-xl{padding:.875rem 2rem;font-size:1.05rem}.btn-outline{color:var(--orange-hover);border:1px solid var(--orange);box-shadow:none;background:0 0}.btn-outline:hover{background:var(--orange-50);color:var(--orange-hover)}.btn-outline-w{color:var(--white);box-shadow:none;background:0 0;border:1px solid #fff6}.btn-outline-w:hover{background:#ffffff14}.hero{text-align:center;background:var(--bg);min-height:100vh;color:var(--ink);justify-content:center;align-items:center;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f974151a,#0000 65%);width:700px;height:700px;position:absolute;top:-30%;right:-15%}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#fb923c12,#0000 65%);width:600px;height:600px;position:absolute;bottom:-20%;left:-10%}.hero-content{z-index:1;max-width:780px;position:relative}.hero-kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--orange);margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.hero h1{letter-spacing:-.025em;color:var(--ink);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.15}.hero h1 em{color:var(--orange);font-style:normal}.hero p{color:var(--muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.hero-sub{color:var(--muted);opacity:.7;font-size:.8rem}section{padding:6rem 2rem}.container{max-width:1100px;margin:0 auto}.bg-surface{background:var(--surface)}.story{max-width:720px;margin:0 auto}.story .eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--orange);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.story h2{letter-spacing:-.02em;color:var(--ink);margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.25}.story p{color:var(--muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.story p strong{color:var(--ink);font-weight:600}.story .highlight{background:var(--orange-50);border-left:3px solid var(--orange);color:var(--ink);border-radius:0 10px 10px 0;margin:2rem 0;padding:1.25rem 1.5rem;font-style:italic;line-height:1.7}.feature-list{grid-template-columns:1fr 1fr;gap:1.5rem;margin:3rem 0;display:grid}.fl-item{align-items:flex-start;gap:1rem;display:flex}.fl-icon{background:var(--orange-50);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.fl-item h4{color:var(--ink);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.fl-item p{color:var(--muted);font-size:.85rem;line-height:1.5}.ai-dark{background:var(--dark);color:var(--white)}.ai-dark .story h2{color:var(--white)}.ai-dark .story p{color:#ffffffb3}.ai-dark .story p strong{color:var(--white)}.ai-dark .story .eyebrow{color:var(--orange-light)}.ai-layout{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:3rem 0;display:grid}.dial-showcase{margin:0}.dial-item{border-bottom:1px solid #ffffff14;align-items:flex-start;gap:1.5rem;padding:1.25rem 0;display:flex}.dial-item:last-child{border:none}.dial-num{width:48px;height:48px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.dial-num.d1{background:#fb923c24}.dial-num.d2{background:#fb923c42}.dial-num.d3{background:#fb923c66}.dial-num.d4{background:#fb923c8a}.dial-num.d5{background:#f97415c7}.dial-item h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.dial-item p{color:#ffffffa6;font-size:.9rem;line-height:1.6}.dial-item .example{color:#fff6;margin-top:.35rem;font-size:.85rem;font-style:italic;display:block}.dial-visual{justify-content:center;align-items:center;min-height:400px;display:flex}.dial-ring{border:3px solid #fb923c33;border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative}.dial-center{background-color:var(--orange);width:110px;height:110px;color:var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:2.25rem;font-weight:900;display:flex;position:relative;box-shadow:0 0 60px #f9741573}.dial-tick{border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%)}.dial-tick.t1{background:#fb923c4d;top:0%;left:50%}.dial-tick.t2{background:#fb923c73;top:34.5%;left:97.5%}.dial-tick.t3{background:#fb923c99;top:90.5%;left:79.4%}.dial-tick.t4{background:#fb923cbf;top:90.5%;left:20.6%}.dial-tick.t5{background:#f97415e6;top:34.5%;left:2.5%}.dial-lbl{color:#ffffff8c;white-space:nowrap;font-size:.75rem;font-weight:600;position:absolute}.dial-lbl.p1{top:-20px;left:50%;transform:translate(-50%)}.dial-lbl.p2{top:34.5%;left:calc(97.5% + 14px);transform:translateY(-50%)}.dial-lbl.p3{top:90.5%;left:calc(79.4% + 14px);transform:translateY(-50%)}.dial-lbl.p4{top:90.5%;right:calc(79.4% + 14px);transform:translateY(-50%)}.dial-lbl.p5{top:34.5%;right:calc(97.5% + 14px);transform:translateY(-50%)}.dial-needle{transform-origin:bottom;z-index:1;background:linear-gradient(#fb923c1a,#f97415e6);border-radius:3px;width:3px;height:105px;margin-left:-1.5px;animation:10s ease-in-out infinite sweep;position:absolute;bottom:50%;left:50%}@keyframes sweep{0%,6%{opacity:1;transform:rotate(0)}14%,20%{opacity:1;transform:rotate(72deg)}28%,34%{opacity:1;transform:rotate(144deg)}42%,48%{opacity:1;transform:rotate(216deg)}56%,76%{opacity:1;transform:rotate(288deg)}78%{opacity:0;transform:rotate(288deg)}90%,to{opacity:0;transform:rotate(0)}}.compliance-story{max-width:720px;margin:0 auto}.country-mosaic{flex-wrap:wrap;gap:.5rem;margin:2rem 0;display:flex}.cm{background:var(--white);border:1px solid var(--border);color:var(--ink);border-radius:8px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.check-list{margin:2rem 0;list-style:none}.check-list li{color:var(--ink);align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.95rem;display:flex}.check-list li:before{content:"✓";color:var(--green);flex-shrink:0;font-weight:800}.agents-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin:3rem 0;display:grid}.agent-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:1.5rem;transition:all .3s}.agent-card:hover{background:#fb923c14;border-color:#fb923c40}.agent-card h4{margin-bottom:.5rem;font-size:.95rem;font-weight:700}.agent-card p{color:#fff9;font-size:.85rem;line-height:1.6}.agent-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--orange-light);background:#fb923c26;border-radius:4px;margin-bottom:.75rem;padding:.2rem .5rem;font-size:.65rem;display:inline-block}.setup-timeline{max-width:600px;margin:3rem auto;padding-left:3rem;position:relative}.setup-timeline:before{content:"";background:var(--orange-100);width:2px;position:absolute;top:0;bottom:0;left:14px}.tl-step{padding-bottom:2.5rem;position:relative}.tl-step:last-child{padding-bottom:0}.tl-dot{background-color:var(--orange);width:28px;height:28px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:4px;left:-3rem;box-shadow:0 2px 8px #f974154d}.tl-step h4{color:var(--ink);margin-bottom:.25rem;font-size:1rem;font-weight:700}.tl-step p{color:var(--muted);font-size:.9rem;line-height:1.6}.final-cta{background:var(--dark);color:var(--white);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#f9741524,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta .inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.final-cta h2{letter-spacing:-.02em;color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.2}.final-cta h2 em{color:var(--orange-light);font-style:normal}.final-cta p{color:#ffffffa6;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.btn-cta-primary{background-color:var(--white);color:var(--ink);box-shadow:none;font-weight:600}.btn-cta-primary:hover{background-color:#ffffffe0}.cta-sub{color:#fff6;font-size:.8rem}footer{background:var(--dark-2);border-top:1px solid #ffffff0d;padding:2rem}.f-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;display:flex}.f-inner p{color:#ffffff80;font-size:.85rem}.f-links{gap:1.5rem;display:flex}.f-links a{color:#ffffff80;font-size:.85rem;text-decoration:none}.f-links a:hover{color:var(--white)}.nav-toggle{cursor:pointer;background:0 0;border:none;width:38px;height:32px;margin-right:-.5rem;padding:.5rem;display:none;position:relative}.nav-toggle span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;position:absolute;left:8px}.nav-toggle span:first-child{top:8px}.nav-toggle span:nth-child(2){top:15px}.nav-toggle span:nth-child(3){top:22px}.nav-toggle.active span:first-child{top:15px;transform:rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){top:15px;transform:rotate(-45deg)}@media (width<=1024px){.nav-links{gap:1rem}.ai-layout{gap:2rem}.dial-ring{width:240px;height:240px}.dial-needle{height:85px}.dial-center{width:90px;height:90px;font-size:1.8rem}}@media (width<=768px){.nav-toggle{flex-direction:column;justify-content:center;align-items:center;display:flex}.nav-links{border-top:1px solid var(--border);background:#fff;flex-direction:column;gap:.25rem;padding:1rem 2rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #00000014}.nav-links.open{display:flex}.nav-links a{padding:.625rem 0;font-size:1rem}.nav-links a.btn-primary{justify-content:center;align-self:stretch;margin-top:.5rem}section{padding:4rem 1.25rem}.hero{min-height:auto;padding:5rem 1.25rem 4rem}.hero h1{font-size:clamp(1.75rem,8vw,2.75rem)}.hero p{font-size:1.05rem}.story .highlight{padding:1rem 1.25rem}.feature-list{grid-template-columns:1fr;gap:1.25rem}.ai-layout{grid-template-columns:1fr}.dial-visual{order:-1;min-height:260px}.dial-ring{width:220px;height:220px}.dial-needle{height:75px}.dial-center{width:80px;height:80px;font-size:1.6rem}.dial-lbl{font-size:.65rem}.agents-grid{grid-template-columns:1fr}.setup-timeline{padding-left:2.5rem}.f-inner{text-align:center;flex-direction:column}.f-links{justify-content:center}}@media (width<=480px){.nav-inner{padding:.75rem 1rem}section{padding:3rem 1rem}.hero{padding:4rem 1rem 3rem}.hero h1{font-size:clamp(1.5rem,7vw,2.25rem)}.hero p{font-size:.95rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}.story h2{font-size:clamp(1.4rem,5vw,1.75rem)}.story p{font-size:.95rem}.story .highlight{font-size:.9rem}.fl-item p{font-size:.8rem}.dial-visual{min-height:220px}.dial-ring{width:180px;height:180px}.dial-needle{height:60px}.dial-center{width:68px;height:68px;font-size:1.4rem}.dial-lbl{font-size:.6rem}.dial-num{width:40px;height:40px;font-size:1rem}.dial-item{gap:1rem}.dial-item h4{font-size:.9rem}.dial-item p{font-size:.8rem}.country-mosaic{gap:.35rem}.cm{padding:.25rem .5rem;font-size:.7rem}.check-list li{font-size:.85rem}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .btn{justify-content:center}.final-cta p{font-size:.95rem}footer{padding:1.5rem 1rem}.f-inner p{font-size:.75rem}}
