:root { --navy:#0b2a5b; --ink:#102a43; --body:#52677d; --muted:#71869b; --blue:#2f80ed; --blue-deep:#1268d9; --sky:#65b6ff; --mist:#e8f3ff; --wash:#f4f9ff; --border:#cfe0f3; --green:#17b26a; --orange:#ff7a2f; --orange-hover:#f06a1f; --shadow:0 16px 44px rgba(42,103,168,.12); --max:1320px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:92px; }
body { margin:0; background:#fff; color:var(--ink); font-family:"Segoe UI",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,a,summary { -webkit-tap-highlight-color:transparent; }
svg { width:24px; height:24px; flex:none; }
.site-header { height:82px; padding:0 clamp(24px,4vw,58px); display:flex; align-items:center; justify-content:space-between; gap:32px; border-bottom:1px solid #e5eef8; background:rgba(255,255,255,.93); backdrop-filter:blur(16px); position:sticky; top:0; z-index:50; }
.brand { font-size:42px; line-height:1; font-weight:850; letter-spacing:-.065em; color:var(--navy); }
.brand span { color:var(--blue); }
.desktop-nav { display:flex; align-items:center; gap:clamp(28px,4.5vw,66px); margin-left:auto; margin-right:auto; }
.desktop-nav a { position:relative; font-size:16px; font-weight:650; padding:28px 0; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:19px; height:2px; background:var(--blue); transition:right .2s ease; }
.desktop-nav a:hover,.desktop-nav a:focus-visible { color:var(--blue-deep); }
.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after { right:0; }
.button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:13px 24px; border-radius:11px; font-size:16px; font-weight:750; transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease; }
.button:hover { transform:translateY(-2px); }
.button:active { transform:translateY(0); }
.button:focus-visible,.text-link:focus-visible,.desktop-nav a:focus-visible,summary:focus-visible { outline:3px solid rgba(47,128,237,.3); outline-offset:4px; }
.button-outline { color:var(--blue-deep); border:1.5px solid var(--blue); background:#fff; }
.button-outline:hover { background:var(--wash); }
.header-login { min-width:185px; }
.button-primary { color:#fff; background:var(--orange); box-shadow:0 12px 28px rgba(255,122,47,.24); }
.button-primary:hover { background:var(--orange-hover); box-shadow:0 15px 32px rgba(255,122,47,.32); }
.button-primary svg { width:19px; height:19px; }
.button-soft { color:var(--blue-deep); background:var(--wash); border:1px solid var(--border); }
.button-soft:hover { background:var(--mist); border-color:#a7ccf6; }
.mobile-menu { display:none; position:relative; }
.mobile-menu summary { list-style:none; width:46px; height:46px; border:1px solid var(--border); border-radius:10px; display:grid; place-content:center; gap:5px; cursor:pointer; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu summary span { width:20px; height:2px; background:var(--navy); border-radius:3px; }
.mobile-menu nav { position:absolute; right:0; top:57px; width:240px; padding:12px; background:#fff; border:1px solid var(--border); border-radius:16px; box-shadow:var(--shadow); display:grid; }
.mobile-menu nav a { padding:12px 14px; border-radius:9px; font-weight:650; }
.mobile-menu nav a:hover { background:var(--wash); color:var(--blue-deep); }
.hero { min-height:740px; max-width:var(--max); margin:0 auto; padding:88px clamp(24px,4vw,58px) 54px; display:grid; grid-template-columns:minmax(0,1fr) minmax(460px,.98fr); align-items:center; position:relative; overflow:hidden; }
.hero::after { content:""; position:absolute; width:540px; height:540px; right:-170px; top:-120px; border-radius:50%; background:radial-gradient(circle,rgba(101,182,255,.13),transparent 68%); z-index:-1; }
.hero-copy { position:relative; z-index:2; }
.eyebrow { margin:0 0 18px; color:var(--blue); text-transform:uppercase; letter-spacing:.16em; font-size:14px; line-height:1.5; font-weight:780; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:660px; margin-bottom:22px; color:var(--navy); font-size:clamp(50px,5vw,72px); line-height:1.04; letter-spacing:-.055em; font-weight:830; text-wrap:balance; }
.hero-text { max-width:590px; margin-bottom:0; color:var(--body); font-size:20px; line-height:1.58; }
.hero-actions { display:flex; align-items:center; gap:34px; margin-top:31px; }
.hero-actions .button-primary { min-height:64px; min-width:246px; }
.text-link { min-height:44px; display:inline-flex; align-items:center; gap:8px; color:var(--blue-deep); font-weight:750; position:relative; }
.text-link::after { content:""; position:absolute; left:0; right:100%; bottom:5px; height:1.5px; background:currentColor; transition:right .2s ease; }
.text-link:hover::after { right:0; }
.text-link span { transition:transform .2s ease; }
.text-link:hover span { transform:translate(2px,-2px); }
.trust-row { margin-top:46px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; max-width:570px; }
.trust-chip { min-height:68px; border:1px solid var(--border); background:rgba(255,255,255,.9); border-radius:15px; padding:13px 15px; display:flex; align-items:center; gap:11px; color:var(--navy); font-size:14px; font-weight:650; transition:transform .2s ease,box-shadow .2s ease; }
.trust-chip:hover { transform:translateY(-3px); box-shadow:0 12px 28px rgba(42,103,168,.12); }
.trust-chip svg { color:var(--blue); width:27px; height:27px; }
.trust-chip strong { font-weight:800; }
.hero-visual { min-width:0; position:relative; margin-right:-54px; animation:art-in .62s .08s both cubic-bezier(.2,.8,.2,1); }
.hero-visual img { display:block; width:112%; height:auto; margin-left:-3%; position:relative; z-index:2; mix-blend-mode:multiply; filter:saturate(1.03) contrast(1.01); }
.visual-orbit { position:absolute; border:1px solid rgba(47,128,237,.17); border-radius:50%; z-index:1; }
.orbit-one { width:420px; height:420px; right:30px; top:40px; }
.orbit-two { width:300px; height:300px; left:70px; bottom:20px; }
.status-card { position:absolute; z-index:4; display:flex; align-items:center; gap:10px; padding:13px 15px; border:1px solid rgba(188,215,244,.9); border-radius:13px; background:rgba(255,255,255,.86); backdrop-filter:blur(10px); box-shadow:0 14px 30px rgba(42,103,168,.11); color:var(--navy); }
.status-card small,.status-card strong { display:block; }
.status-card small { color:var(--muted); font-size:10px; margin-bottom:3px; }
.status-card strong { font-size:12px; }
.status-card svg { color:var(--blue); width:24px; height:24px; }
.status-live { left:2%; top:8%; }
.status-speed { right:2%; bottom:13%; }
.status-dot { width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px rgba(23,178,106,.12); animation:breathe 2.8s infinite; }
.reveal { animation:rise .42s both cubic-bezier(.2,.8,.2,1); }
.reveal-1 { animation-delay:.04s }.reveal-2 { animation-delay:.1s }.reveal-3 { animation-delay:.16s }.reveal-4 { animation-delay:.22s }.reveal-5 { animation-delay:.28s }
.confidence-strip { max-width:var(--max); margin:0 auto; padding:30px clamp(24px,4vw,58px); border-top:1px solid #e2edf8; border-bottom:1px solid #e2edf8; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.confidence-strip p { margin:0; color:var(--navy); font-size:18px; font-weight:700; max-width:470px; }
.confidence-strip div { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px 28px; }
.confidence-strip span { position:relative; color:var(--body); font-size:14px; font-weight:650; padding-left:17px; }
.confidence-strip span::before { content:""; position:absolute; left:0; top:7px; width:7px; height:7px; border-radius:50%; background:var(--green); }
.section { max-width:var(--max); margin:0 auto; padding:112px clamp(24px,4vw,58px); }
.section-heading { max-width:720px; margin:0 auto 54px; text-align:center; }
.section-heading.compact { max-width:760px; }
.section-heading h2,.support-copy h2,.final-cta h2 { color:var(--navy); font-size:clamp(38px,4vw,54px); line-height:1.08; letter-spacing:-.045em; margin-bottom:20px; text-wrap:balance; }
.section-heading > p:last-child,.support-copy > p { color:var(--body); font-size:18px; line-height:1.65; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature-card { border:1px solid #d9e7f5; border-radius:22px; background:#fff; padding:30px; box-shadow:0 10px 32px rgba(42,103,168,.07); transition:transform .23s ease,box-shadow .23s ease,border-color .23s ease; }
.feature-card:hover { transform:translateY(-6px); border-color:#b8d5f4; box-shadow:var(--shadow); }
.icon-box { width:52px; height:52px; display:grid; place-items:center; border-radius:15px; color:var(--blue); background:var(--wash); margin-bottom:25px; }
.feature-card h3 { color:var(--navy); font-size:20px; margin-bottom:11px; }
.feature-card p { margin:0; color:var(--body); font-size:15px; line-height:1.68; }
.plans-section { max-width:none; background:linear-gradient(180deg,#f7fbff 0%,#edf6ff 100%); }
.plans-section > * { max-width:calc(var(--max) - 116px); margin-left:auto; margin-right:auto; }
.plan-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
.plan-card { position:relative; padding:35px 30px 30px; border:1px solid var(--border); border-radius:24px; background:#fff; box-shadow:0 12px 36px rgba(42,103,168,.08); display:flex; flex-direction:column; }
.plan-card.featured { border:2px solid var(--blue); transform:translateY(-10px); box-shadow:0 20px 46px rgba(42,103,168,.16); }
.popular { position:absolute; top:-14px; left:50%; transform:translateX(-50%); padding:6px 14px; background:var(--blue); color:#fff; border-radius:999px; font-size:12px; font-weight:750; white-space:nowrap; }
.plan-tag { margin-bottom:10px; color:var(--blue); font-size:13px; font-weight:750; text-transform:uppercase; letter-spacing:.09em; }
.plan-card h3 { font-size:32px; color:var(--navy); letter-spacing:-.04em; margin-bottom:12px; }
.plan-card > p:not(.plan-tag) { color:var(--body); font-size:15px; line-height:1.6; min-height:72px; }
.plan-card ul { list-style:none; padding:4px 0 22px; margin:0; display:grid; gap:13px; flex:1; }
.plan-card li { display:flex; align-items:center; gap:10px; color:var(--ink); font-size:14px; font-weight:600; }
.plan-card li svg { width:18px; height:18px; color:var(--green); stroke-width:2.4; }
.plan-card .button { width:100%; margin-top:8px; }
.plans-note { margin-top:34px; text-align:center; color:var(--body); font-size:14px; }
.support-section { display:grid; grid-template-columns:.86fr 1.14fr; gap:90px; align-items:center; }
.support-copy { max-width:530px; }
.support-copy .button { margin-top:12px; }
.support-points { border:1px solid var(--border); border-radius:24px; overflow:hidden; box-shadow:var(--shadow); }
.support-points > div { display:grid; grid-template-columns:50px 180px 1fr; gap:16px; align-items:center; padding:26px; background:#fff; }
.support-points > div + div { border-top:1px solid #dfebf7; }
.support-points span { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:var(--wash); color:var(--blue); font-weight:800; font-size:13px; }
.support-points h3,.support-points p { margin:0; }
.support-points h3 { color:var(--navy); font-size:17px; }
.support-points p { color:var(--body); font-size:14px; line-height:1.55; }
.faq { padding-top:65px; }
.faq-list { max-width:880px; margin:0 auto; border-top:1px solid var(--border); }
.faq-list details { border-bottom:1px solid var(--border); }
.faq-list summary { list-style:none; cursor:pointer; min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:var(--navy); font-size:18px; font-weight:700; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { font-size:26px; color:var(--blue); font-weight:400; transition:transform .2s ease; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { margin:-3px 50px 25px 0; color:var(--body); line-height:1.65; }
.final-cta { max-width:calc(var(--max) - 116px); margin:0 auto 80px; padding:55px 60px; border-radius:30px; background:linear-gradient(120deg,#0b2a5b,#124783); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:50px; overflow:hidden; position:relative; }
.final-cta::after { content:""; position:absolute; width:320px; height:320px; right:-130px; top:-170px; border:1px solid rgba(101,182,255,.3); border-radius:50%; box-shadow:0 0 0 40px rgba(101,182,255,.05),0 0 0 80px rgba(101,182,255,.035); }
.final-cta > * { position:relative; z-index:2; }
.final-cta .eyebrow { color:#8cc9ff; }
.final-cta h2 { color:#fff; font-size:clamp(34px,3.5vw,48px); margin-bottom:12px; }
.final-cta p:last-child { margin:0; color:#dcecff; font-size:17px; }
.final-cta .button { min-width:205px; }
footer { max-width:var(--max); margin:0 auto; padding:46px clamp(24px,4vw,58px) 34px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px 36px; border-top:1px solid #e2edf8; }
.footer-brand { font-size:30px; }
footer p { margin:0; color:var(--body); font-size:14px; }
footer div { display:flex; gap:26px; color:var(--body); font-size:14px; font-weight:650; }
footer div a:hover { color:var(--blue-deep); }
footer small { grid-column:1/-1; color:var(--muted); font-size:12px; }
@keyframes rise { from { opacity:0; transform:translateY(12px) } to { opacity:1; transform:none } }
@keyframes art-in { from { opacity:0; transform:scale(.985) } to { opacity:1; transform:none } }
@keyframes breathe { 50% { box-shadow:0 0 0 9px rgba(23,178,106,.06) } }
@media (max-width:1100px) {
  .hero { grid-template-columns:1.04fr .96fr; padding-top:70px; }
  .hero-visual { margin-right:-25px; }
  .status-card { display:none; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .support-section { gap:50px; }
  .support-points > div { grid-template-columns:45px 1fr; }
  .support-points p { grid-column:2; }
}
@media (max-width:850px) {
  .desktop-nav,.header-login { display:none; }
  .mobile-menu { display:block; }
  .hero { min-height:0; grid-template-columns:1fr; padding-top:65px; text-align:center; }
  .hero-copy { max-width:690px; margin:0 auto; }
  h1,.hero-text { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .trust-row { margin-left:auto; margin-right:auto; }
  .hero-visual { max-width:700px; margin:34px auto -5px; }
  .hero-visual img { width:100%; margin:0; }
  .confidence-strip { flex-direction:column; text-align:center; }
  .confidence-strip div { justify-content:center; }
  .plan-grid { grid-template-columns:1fr; max-width:650px; }
  .plan-card.featured { transform:none; margin:7px 0; }
  .plan-card > p:not(.plan-tag) { min-height:0; }
  .support-section { grid-template-columns:1fr; }
  .support-copy { max-width:680px; text-align:center; margin:0 auto; }
  .final-cta { flex-direction:column; text-align:center; padding:45px 30px; }
  footer { grid-template-columns:auto 1fr; }
  footer div { grid-column:1/-1; }
}
@media (max-width:600px) {
  .site-header { height:70px; }
  .brand { font-size:34px; }
  .mobile-menu nav { top:50px; }
  .hero { padding-top:46px; }
  h1 { font-size:44px; }
  .hero-text { font-size:17px; }
  .hero-actions { flex-direction:column; gap:10px; }
  .hero-actions .button-primary { width:100%; min-width:0; }
  .trust-row { grid-template-columns:1fr 1fr; }
  .trust-chip { padding:11px; font-size:12px; }
  .trust-chip svg { width:23px; height:23px; }
  .section { padding-top:82px; padding-bottom:82px; }
  .section-heading { margin-bottom:38px; }
  .section-heading h2,.support-copy h2 { font-size:36px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { padding:26px; }
  .support-points > div { padding:22px 18px; }
  .final-cta { margin:0 20px 60px; }
  footer { grid-template-columns:1fr; text-align:center; }
  footer div { justify-content:center; flex-wrap:wrap; }
  footer small { grid-column:1; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }
