:root {
  --ink: #101326;
  --muted: #62677d;
  --line: #e8e9f2;
  --soft: #f7f7fc;
  --white: #ffffff;
  --blue: #4264f5;
  --blue-dark: #2946cf;
  --pink: #f14f9a;
  --purple: #8057ee;
  --gradient: linear-gradient(125deg, #4168f7 0%, #8057ee 48%, #ef4f9a 100%);
  --shadow: 0 22px 70px rgba(49, 58, 130, .14);
  --radius: 24px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue-dark); text-underline-offset: .18em; }
a:hover { color: #d83c86; }
:focus-visible { outline: 3px solid #ffafda; outline-offset: 3px; border-radius: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 99; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: relative; z-index: 5; border-bottom: 1px solid rgba(232,233,242,.8); background: rgba(255,255,255,.92); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 18px; font-weight: 760; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 35px; height: 35px; flex: 0 0 auto; border-radius: 11px; background: var(--gradient); box-shadow: 0 8px 20px rgba(104,82,231,.26); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: #fff; border-radius: 99px; }
.brand-mark::before { width: 18px; height: 6px; top: 15px; left: 8px; }
.brand-mark::after { width: 6px; height: 18px; top: 9px; left: 14px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #454a60; font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta { padding: 9px 15px; color: #fff !important; background: var(--ink); border-radius: 99px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 88px; background: radial-gradient(circle at 12% 20%, rgba(66,100,245,.13), transparent 28%), radial-gradient(circle at 88% 22%, rgba(241,79,154,.13), transparent 28%), linear-gradient(180deg,#fff,#fafaff); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; bottom: -350px; border: 75px solid rgba(128,87,238,.07); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(42px, 6vw, 72px); }
.gradient-text { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { max-width: 650px; margin: 0 0 32px; color: var(--muted); font-size: clamp(18px, 2.1vw, 21px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; font-weight: 750; text-decoration: none; box-shadow: 0 8px 22px rgba(42,46,88,.08); }
.button.primary { border: 0; color: #fff; background: var(--gradient); }
.microcopy { margin-top: 18px; color: #777b8d; font-size: 13px; }
.phone { width: min(100%, 385px); margin-inline: auto; padding: 14px; border: 1px solid rgba(255,255,255,.6); border-radius: 42px; background: #15172a; box-shadow: 0 35px 80px rgba(40,43,104,.25); transform: rotate(2deg); }
.phone-screen { min-height: 490px; padding: 28px 24px; overflow: hidden; border-radius: 31px; background: linear-gradient(165deg,#f7f8ff 0%,#fff 57%,#fff1f8 100%); }
.phone-top { display: flex; justify-content: space-between; color: #6b7086; font-size: 12px; font-weight: 700; }
.hello { margin: 40px 0 6px; font-size: 26px; font-weight: 800; letter-spacing: -.04em; }
.today { color: #70758a; font-size: 14px; }
.score-card { margin-top: 22px; padding: 22px; border-radius: 22px; color: #fff; background: var(--gradient); box-shadow: 0 20px 40px rgba(111,82,225,.24); }
.score-label { font-size: 13px; opacity: .86; }
.score { margin: 8px 0; font-size: 46px; line-height: 1; font-weight: 850; letter-spacing: -.06em; }
.progress { height: 7px; margin-top: 18px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.28); }
.progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: #fff; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.mini { padding: 16px; border: 1px solid #ececf5; border-radius: 18px; background: rgba(255,255,255,.9); }
.mini strong { display: block; font-size: 21px; }
.mini span { color: #7a7e91; font-size: 12px; }

.section { padding: 88px 0; }
.section.soft { background: var(--soft); }
.section-heading { max-width: 670px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 13px; font-size: clamp(32px,4vw,48px); }
.section-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(44,48,89,.05); }
.icon { display: grid; width: 46px; height: 46px; margin-bottom: 22px; place-items: center; border-radius: 14px; color: #fff; background: var(--gradient); font-size: 20px; font-weight: 850; }
.card h3 { margin-bottom: 10px; font-size: 21px; }
.card p { margin: 0; color: var(--muted); }
.trust { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; }
.trust-panel { padding: 36px; border-radius: 30px; color: #fff; background: #15172a; box-shadow: var(--shadow); }
.trust-panel .line { display: flex; align-items: flex-start; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-panel .line:last-child { border: 0; }
.tick { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: linear-gradient(135deg,#5c77ff,#ef59a3); font-size: 13px; font-weight: 900; }
.trust h2 { font-size: clamp(32px,4vw,48px); }
.trust p { color: var(--muted); font-size: 18px; }
.cta-band { padding: 54px; border-radius: 32px; text-align: center; color: #fff; background: var(--gradient); box-shadow: 0 25px 60px rgba(92,76,215,.25); }
.cta-band h2 { margin-bottom: 12px; font-size: clamp(30px,4vw,44px); }
.cta-band p { max-width: 590px; margin: 0 auto 24px; color: rgba(255,255,255,.88); font-size: 18px; }
.cta-band .button { border: 0; }

.page-hero { padding: 72px 0 54px; background: radial-gradient(circle at 15% 25%,rgba(66,100,245,.12),transparent 28%),radial-gradient(circle at 85% 15%,rgba(241,79,154,.1),transparent 28%),#fafaff; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 800px; margin-bottom: 16px; font-size: clamp(40px,6vw,64px); }
.page-hero .lede { margin-bottom: 0; }
.meta { margin-top: 18px; color: #777b8d; font-size: 14px; }
.doc-layout { display: grid; grid-template-columns: 230px minmax(0,740px); gap: 64px; justify-content: center; padding: 64px 0 96px; }
.toc { align-self: start; position: sticky; top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.toc strong { display: block; margin-bottom: 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 14px; text-decoration: none; }
.legal h2 { margin: 48px 0 14px; padding-top: 8px; font-size: 27px; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { margin: 30px 0 8px; font-size: 19px; letter-spacing: -.02em; }
.legal p, .legal li { color: #4f5469; }
.legal li + li { margin-top: 7px; }
.legal table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 14px; }
.legal th, .legal td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal th { background: var(--soft); }
.notice { margin: 25px 0; padding: 20px 22px; border-left: 4px solid var(--purple); border-radius: 0 14px 14px 0; background: #f6f3ff; color: #43475a; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin: 42px 0; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.support-card h2 { margin-bottom: 9px; font-size: 23px; }
.support-card p { color: var(--muted); }
.steps { counter-reset: steps; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 54px; padding: 3px 0 24px 68px; counter-increment: steps; }
.steps li::before { content: counter(steps); position: absolute; left: 0; top: 0; display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; color: #fff; background: var(--gradient); font-weight: 850; }

.site-footer { padding: 52px 0 28px; color: #c6c9d7; background: #121425; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer .brand { color: #fff; }
.site-footer p { max-width: 390px; color: #a9adbf; font-size: 14px; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; padding: 4px 0; color: #c6c9d7; font-size: 14px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #858a9e; font-size: 13px; }

@media (max-width: 820px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .nav { min-height: 68px; }
  .brand-label { font-size: 16px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 66px 0 70px; }
  .hero-grid, .trust { grid-template-columns: 1fr; gap: 48px; }
  .phone { width: min(88%, 380px); transform: none; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .doc-layout { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 72px; }
  .toc { position: static; }
  .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 22px; }
  .legal table, .legal thead, .legal tbody, .legal tr, .legal th, .legal td { display: block; }
  .legal thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .legal tr { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  .legal td { border: 0; border-bottom: 1px solid var(--line); }
  .legal td:last-child { border: 0; }
  .legal td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--ink); font-weight: 750; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .toc, .skip-link { display: none; }
  .doc-layout { display: block; padding: 0; }
  body { color: #000; font-size: 11pt; }
  a { color: #000; text-decoration: none; }
}
