@font-face{font-family:"Gotham Pro";src:url("fonts/gothampro_light.ttf") format("truetype");font-weight:300;font-display:swap}
@font-face{font-family:"Gotham Pro";src:url("fonts/gothampro.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"Gotham Pro";src:url("fonts/gothampro_medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:"Gotham Pro";src:url("fonts/gothampro_bold.ttf") format("truetype");font-weight:700;font-display:swap}
:root{--ink:#0f172a;--muted:#536178;--line:#e7ebf1;--soft:#f5f7fb;--blue:#0668f5;--blue-soft:#edf4ff;--green:#087a48;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Gotham Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none}
a:hover{color:#004fc4}
img{max-width:100%;display:block}
button,input{font:inherit}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(6,104,245,.3);outline-offset:3px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{max-width:1240px;height:72px;margin:auto;padding:0 30px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px}
.brand{display:flex;align-items:center;justify-self:start}.brand img{height:28px}
.nav-links{display:flex;align-items:center;justify-self:center;gap:clamp(14px,1.9vw,28px);font-size:15px;font-weight:500;white-space:nowrap}
.nav-links a{color:#445167}.nav-links a:hover{color:var(--ink)}
.nav-actions{display:flex;align-items:center;justify-self:end;gap:8px;white-space:nowrap}
.nav-verify{padding:10px 14px;border-radius:999px;color:#475569;font-size:14px;font-weight:500}.nav-verify:hover{background:#f3f6fa;color:var(--ink)}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:600;font-size:15px;border:1px solid var(--ink);background:var(--ink);color:#fff;transition:.2s ease}
.nav-cta{padding:11px 18px;font-size:14px}
.nav-cta:hover,.button:hover{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-1px)}
.button.secondary{background:#fff;color:var(--ink);border-color:#ccd4df}.button.secondary:hover{border-color:var(--ink);color:var(--ink)}
.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink)}
.shell{max-width:var(--max);margin:auto;padding-left:30px;padding-right:30px}
.hero{padding:clamp(76px,10vw,138px) 0 clamp(70px,9vw,124px);overflow:hidden}
.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 24px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}
h1,h2,h3{margin:0;line-height:1.06;letter-spacing:-.04em}
h1{max-width:1000px;font-size:clamp(46px,7vw,88px)}
h2{font-size:clamp(36px,4.8vw,62px)}
h3{font-size:clamp(22px,2.2vw,30px)}
.lede{max-width:760px;margin:28px 0 0;color:var(--muted);font-size:clamp(19px,2vw,24px);line-height:1.5}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:64px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proof-strip>div{padding:26px 22px;border-right:1px solid var(--line)}.proof-strip>div:last-child{border:0}
.proof-strip strong{display:block;font-size:24px;letter-spacing:-.03em}.proof-strip span{font-size:14px;color:var(--muted)}
.section{padding:clamp(78px,10vw,140px) 0}.section.soft{background:var(--soft)}.section.dark{background:var(--ink);color:#fff}
.section-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,1.2fr);gap:50px;align-items:end;margin-bottom:50px}
.section-head p{margin:0;color:var(--muted);font-size:18px}.dark .section-head p{color:#aab5c5}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;min-height:220px}
.card.blue{background:var(--blue);color:#fff;border-color:var(--blue)}
.card.dark-card{background:#172238;color:#fff;border-color:#28364e}
.card .num{display:block;margin-bottom:38px;color:var(--blue);font-size:13px;font-weight:700}.card.blue .num,.card.dark-card .num{color:#9cc5ff}
.card h3{margin-bottom:14px}.card p{margin:0;color:var(--muted)}.card.blue p,.card.dark-card p{color:#d7e1ef}
.feature-row{display:grid;grid-template-columns:160px minmax(0,1fr);gap:30px;padding:34px 0;border-top:1px solid var(--line)}
.feature-row:last-child{border-bottom:1px solid var(--line)}
.feature-label{font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em}
.feature-row h3{margin-bottom:10px}.feature-row p{max-width:780px;margin:0;color:var(--muted)}
.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.pill{padding:9px 13px;border-radius:999px;background:var(--blue-soft);color:#064fb5;font-size:14px;font-weight:600}
.comparison{width:100%;border-collapse:collapse;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.comparison th,.comparison td{padding:20px;text-align:left;border-bottom:1px solid var(--line)}.comparison tr:last-child td{border:0}.comparison th{font-size:13px;color:var(--muted);background:#f8fafc}
.callout{padding:clamp(34px,6vw,68px);border-radius:28px;background:linear-gradient(135deg,#0d172a,#0a55c8);color:#fff}.callout p{max-width:720px;color:#c9d8ef;font-size:19px}.callout .button{background:#fff;border-color:#fff;color:var(--ink)}
.product-map{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden}.product-map article{padding:34px;border-right:1px solid var(--line)}.product-map article:last-child{border:0}.product-map p{color:var(--muted)}
.quote{padding:34px;border-left:3px solid var(--blue);background:#fff}.quote p{font-size:22px;margin:0 0 18px;line-height:1.5}.quote cite{font-style:normal;color:var(--muted);font-size:14px}
.faq{max-width:900px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:26px 42px 26px 0;font-size:20px;font-weight:600;position:relative}.faq summary:after{content:"+";position:absolute;right:4px;top:22px;font-size:26px;color:var(--blue)}.faq details[open] summary:after{content:"−"}.faq details p{margin:0 0 26px;max-width:760px;color:var(--muted)}
.legal{max-width:820px}.legal h2{font-size:30px;margin:48px 0 14px}.legal p,.legal li{color:#415069}.legal .notice{padding:18px 20px;border:1px solid #f0cf8a;background:#fff8e8;border-radius:12px;color:#694e18}
.site-footer{padding:0;background:#f6f8fb;border-top:1px solid #eef1f5}
.footer-shell{max-width:1240px;padding-top:80px;padding-bottom:40px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:48px 40px;margin-bottom:72px}.footer-brand{grid-column:span 2;min-width:0;max-width:440px;display:flex;flex-direction:column;gap:22px}.footer-logo{height:26px;width:auto;align-self:flex-start}.footer-grid h4{margin:0 0 18px;font-size:13px;color:#5b6b82;font-weight:600}.footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-grid a{font-size:15px;color:var(--ink)}.footer-copy{max-width:440px;margin:0;color:#475569;font-size:16px;line-height:1.6}
.footer-actions{display:flex;flex-wrap:wrap;gap:10px}.footer-button{display:inline-flex;align-items:center;padding:12px 18px;border-radius:999px;font-size:14px!important;font-weight:600}.footer-button.primary{background:var(--ink);color:#fff}.footer-button.primary:hover{background:var(--blue);color:#fff}.footer-button.secondary{background:#fff;color:var(--ink);border:1px solid #d9dee7}.footer-button.secondary:hover{border-color:var(--ink);color:var(--ink)}
.footer-locations{display:flex;align-items:baseline;gap:14px 24px;flex-wrap:wrap;padding:24px 0;border-top:1px solid #e6eaf0;border-bottom:1px solid #e6eaf0;margin-bottom:32px}.footer-locations span{font-size:13px;font-weight:600;color:#5b6b82}.footer-locations strong{font-size:15px;font-weight:600;color:var(--ink)}
.footer-bottom{display:flex;align-items:center;flex-wrap:wrap;gap:14px 28px;color:#5b6b82;font-size:13px}.footer-bottom a{color:#5b6b82}.footer-copyright{margin-right:auto}.footer-social{display:flex;gap:16px}.footer-language{border-left:1px solid #d9dee7;padding-left:20px}
.rtl{direction:rtl}.rtl .eyebrow:before{order:2}.rtl .feature-row{grid-template-columns:minmax(0,1fr) 160px}.rtl .feature-label{grid-column:2}.rtl .feature-row>div:last-child{grid-column:1;grid-row:1}.rtl .brand{margin-left:auto;margin-right:0}
@media(max-width:1180px){.nav-resources{display:none}}
@media(max-width:1120px){.nav-verify{display:none}}
@media(max-width:900px){.site-header{backdrop-filter:none}.nav{display:flex}.brand{margin-right:auto}.nav-actions{margin-left:auto}.nav-links{display:none;position:fixed;top:72px;left:0;right:auto;width:100%;padding:20px 30px 28px;background:#fff;border-bottom:1px solid var(--line);transform:none;flex-direction:column;align-items:flex-start;gap:0}.nav-links.open{display:flex}.nav-links a{padding:12px 0}.nav-links .nav-resources{display:block}.nav-toggle{display:inline-grid;place-items:center}.nav-cta,.nav-verify{display:none}.section-head,.grid,.grid.two,.grid.four,.product-map{grid-template-columns:1fr}.product-map article{border-right:0;border-bottom:1px solid var(--line)}.proof-strip{grid-template-columns:1fr}.proof-strip>div{border-right:0;border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr 1fr}.feature-row,.rtl .feature-row{grid-template-columns:1fr}.rtl .feature-label,.rtl .feature-row>div:last-child{grid-column:auto;grid-row:auto}}
@media(max-width:600px){.shell,.nav{padding-left:20px;padding-right:20px}.hero{padding-top:60px}.section{padding:72px 0}.card{padding:24px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-copyright{width:100%;margin-right:0}.footer-language{border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
