:root {
  --ink: #12203b;
  --muted: #61708c;
  --blue: #2457e6;
  --blue-deep: #153cb5;
  --cyan: #16b8d4;
  --violet: #7952ee;
  --orange: #ff8a3d;
  --mint: #13b989;
  --line: #dfe6f2;
  --surface: #f4f7fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(33, 58, 117, 0.14);
  --shadow-soft: 0 12px 35px rgba(40, 67, 128, 0.1);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: ui-rounded, "Arial Rounded MT Bold", Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -0.035em; line-height: 1.08; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: rgba(223,230,242,.9); box-shadow: 0 6px 24px rgba(35, 52, 95, .06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 1.34rem; font-weight: 850; letter-spacing: -.035em; }
.brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; color: #fff; background: var(--blue); border-radius: 12px 12px 12px 4px; font-weight: 900; box-shadow: 0 8px 20px rgba(36,87,230,.24); }
.main-nav { display: flex; align-items: center; gap: 28px; color: #44516b; font-size: .93rem; font-weight: 650; }
.main-nav a { position: relative; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.is-active { color: var(--blue); }
.main-nav a:not(.nav-pill).is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--blue); }
.main-nav .nav-pill { padding: 11px 17px; color: #fff; background: var(--blue); border-radius: 12px; box-shadow: 0 8px 20px rgba(36,87,230,.18); }
.main-nav .nav-pill:hover { color: #fff; background: var(--blue-deep); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--surface); border-radius: 12px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 4px; }

.hero { position: relative; min-height: 780px; display: flex; align-items: center; padding: 72px 0 90px; background: #f8faff; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; left: -260px; top: 15%; background: #e8efff; border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 250px; height: 250px; right: -120px; bottom: -70px; background: #e9ddff; border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 54px; }
.hero-copy { max-width: 590px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.eyebrow { margin-bottom: 20px; padding: 8px 12px; background: #e9efff; border-radius: 8px; }
.hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.3vw, 5.2rem); letter-spacing: -.062em; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 560px; margin-bottom: 30px; font-size: 1.11rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 20px; border-radius: 14px; font-weight: 780; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 30px rgba(36,87,230,.25); }
.button-primary:hover { background: var(--blue-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 760; }
.text-link:hover { color: var(--blue); }
.play { width: 38px; height: 38px; display: inline-grid; place-items: center; padding-left: 2px; color: var(--blue); background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-soft); font-size: .72rem; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; color: #4e5d77; font-size: .83rem; font-weight: 700; }
.trust-row span::first-letter { color: var(--mint); }

.phone-stage { position: relative; min-height: 640px; }
.phone-stage::before { content: ""; position: absolute; inset: 70px 18px 40px; background: var(--blue); border-radius: 54% 46% 46% 54% / 48% 46% 54% 52%; transform: rotate(-4deg); }
.orbit { position: absolute; border: 1px dashed rgba(255,255,255,.34); border-radius: 50%; z-index: 1; }
.orbit-one { width: 420px; height: 420px; top: 120px; left: 80px; }
.orbit-two { width: 550px; height: 550px; top: 55px; left: 15px; }
.phone { position: absolute; margin: 0; padding: 7px; background: #111827; border-radius: 37px; box-shadow: 0 34px 60px rgba(15, 32, 73, .28); overflow: hidden; }
.phone img { width: 100%; border-radius: 30px; }
.phone-main { z-index: 4; width: 270px; left: 50%; top: 22px; transform: translateX(-50%) rotate(1deg); }
.phone-left { z-index: 2; width: 205px; left: 4px; top: 176px; transform: rotate(-8deg); opacity: .96; }
.phone-right { z-index: 3; width: 210px; right: -10px; top: 165px; transform: rotate(8deg); opacity: .98; }
.float-card { position: absolute; z-index: 6; display: grid; grid-template-columns: 40px 1fr; column-gap: 10px; align-items: center; min-width: 155px; padding: 12px 14px; background: #fff; border: 1px solid #edf1f8; border-radius: 16px; box-shadow: var(--shadow); }
.float-card > span { grid-row: span 2; width: 40px; height: 40px; display: grid; place-items: center; background: #eff4ff; border-radius: 11px; }
.float-card strong { font-size: .8rem; line-height: 1.2; }
.float-card small { color: var(--muted); font-size: .7rem; }
.float-card-top { right: 7px; top: 98px; }
.float-card-bottom { left: 7px; bottom: 57px; }

.section { padding: 112px 0; }
.section-intro { background: #fff; }
.section-heading { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.section-heading .kicker { margin-bottom: 14px; }
.section-heading h2, .safety-copy h2, .faq-intro h2, .closing-card h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 3.7rem); }
.section-heading p { max-width: 620px; margin: 0 auto; font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 340px; padding: 34px; background: #f7f9fd; border: 1px solid #edf1f7; border-radius: var(--radius-lg); overflow: hidden; }
.feature-card h3 { margin: 12px 0 14px; font-size: 1.65rem; }
.feature-card p { max-width: 560px; margin-bottom: 24px; }
.feature-large { min-height: 460px; display: grid; grid-template-columns: 1fr .8fr; grid-column: span 2; gap: 40px; align-items: center; }
.feature-blue { color: #fff; background: var(--blue); border-color: transparent; }
.feature-blue p { color: #dfe7ff; }
.feature-blue .card-label { color: #fff; opacity: .78; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--violet); border-radius: 16px 16px 16px 5px; font-size: 1.35rem; box-shadow: 0 12px 24px rgba(93,70,212,.23); }
.feature-blue .feature-icon { background: #fff; color: var(--blue); box-shadow: none; }
.icon-cyan { background: var(--cyan); box-shadow: 0 12px 24px rgba(22,184,212,.22); }
.icon-orange { background: var(--orange); box-shadow: 0 12px 24px rgba(255,138,61,.22); }
.icon-violet { background: var(--violet); }
.card-label { display: block; margin-top: 18px; color: var(--blue); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.mini-chat { display: flex; flex-direction: column; gap: 12px; }
.bubble { padding: 15px 17px; border-radius: 16px; font-size: .83rem; line-height: 1.45; box-shadow: 0 12px 30px rgba(10,27,70,.12); }
.bubble-user { align-self: flex-end; max-width: 78%; color: #fff; background: var(--violet); border-bottom-right-radius: 5px; }
.bubble-ai { color: var(--ink); background: #fff; border-bottom-left-radius: 5px; }
.mission-strip { position: absolute; left: 30px; right: 30px; bottom: 28px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); }
.mission-strip > span { width: 46px; height: 46px; display: grid; place-items: center; background: #eaf7fb; border-radius: 12px; font-size: 1.45rem; }
.mission-strip b, .mission-strip small { display: block; }
.mission-strip b { font-size: .84rem; line-height: 1.3; }
.mission-strip small { color: var(--muted); font-size: .7rem; }
.mission-strip strong { color: var(--mint); font-size: .84rem; }
.reward-row { position: absolute; left: 30px; right: 30px; bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.reward-row span { padding: 16px 10px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-size: 1.15rem; box-shadow: var(--shadow-soft); }
.reward-row b { display: block; margin-top: 2px; color: var(--ink); font-size: .82rem; }
.feature-wide { min-height: 520px; display: grid; grid-template-columns: .92fr 1.08fr; grid-column: span 2; align-items: center; gap: 28px; padding: 48px; background: #f0edff; }
.check-list { display: grid; gap: 11px; padding: 0; list-style: none; color: #46536e; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; color: #fff; background: var(--violet); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.dashboard-shot { position: relative; width: 280px; height: 390px; margin: 80px auto -150px; padding: 7px; background: #141725; border-radius: 36px; box-shadow: 0 32px 50px rgba(70,52,150,.25); overflow: hidden; transform: rotate(4deg); }
.dashboard-shot img { width: 100%; border-radius: 29px; }

.steps-section { background: var(--surface); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { position: relative; min-height: 290px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.step-number { position: absolute; top: 28px; right: 28px; color: #c9d3e6; font-size: .8rem; font-weight: 850; letter-spacing: .12em; }
.step-symbol { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 42px; color: var(--blue); background: #eaf0ff; border-radius: 18px; font-size: 1.65rem; font-weight: 900; }
.step:nth-child(2) .step-symbol { color: var(--violet); background: #eee9ff; }
.step:nth-child(3) .step-symbol { color: #df6a20; background: #fff0e6; }
.step h3 { margin-bottom: 12px; font-size: 1.45rem; }
.step p { margin-bottom: 0; }

.safety-section { background: #fff; }
.safety-card { min-height: 500px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding: 64px; color: #fff; background: #132b69; border-radius: 36px; overflow: hidden; }
.eyebrow-light { color: #fff; background: rgba(255,255,255,.1); }
.safety-copy p { max-width: 570px; color: #c9d7fa; font-size: 1.05rem; }
.safety-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.safety-points div { display: grid; gap: 8px; padding: 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; font-size: .82rem; }
.safety-points span { width: 24px; height: 24px; display: grid; place-items: center; color: #08204f; background: #55dfb7; border-radius: 50%; font-weight: 900; }
.safety-visual { position: relative; min-height: 360px; }
.shield { position: absolute; left: 50%; top: 50%; width: 220px; height: 250px; display: grid; place-items: center; color: var(--blue); background: #fff; border-radius: 38% 38% 48% 48% / 24% 24% 60% 60%; transform: translate(-50%, -50%); font-size: 6rem; font-weight: 900; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.shield::before { content: ""; position: absolute; inset: 15px; border: 2px solid #d8e4ff; border-radius: inherit; }
.shield span { position: absolute; right: 34px; bottom: 52px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--mint); border: 6px solid #fff; border-radius: 50%; font-size: 1.1rem; }
.safe-tag { position: absolute; padding: 10px 15px; color: var(--ink); background: #fff; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.18); font-size: .78rem; font-weight: 800; }
.tag-one { left: 2%; top: 19%; transform: rotate(-5deg); }
.tag-two { right: 0; top: 34%; transform: rotate(5deg); }
.tag-three { left: 12%; bottom: 15%; transform: rotate(3deg); }

.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro .kicker { margin-bottom: 16px; }
.faq-intro p { margin-bottom: 28px; }
.accordion { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 24px; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 780; cursor: pointer; }
.faq-item button:focus-visible { outline: 3px solid #9db5ff; outline-offset: -3px; }
.faq-plus { flex: 0 0 32px; height: 32px; display: grid; place-items: center; color: var(--blue); background: #eaf0ff; border-radius: 9px; font-size: 1.2rem; }
.faq-answer { padding: 0 24px 21px; }
.faq-answer p { margin: 0; }

.closing-section { padding: 0 0 112px; background: var(--surface); }
.closing-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px 62px; color: #fff; background: var(--blue); border-radius: 32px; }
.closing-card h2 { max-width: 700px; margin: 8px 0 0; }
.kicker-light { color: #d7e1ff; }
.button-light { flex: 0 0 auto; color: var(--blue); background: #fff; box-shadow: 0 14px 30px rgba(10,31,90,.2); }
.button-light:hover { background: #edf2ff; }

.site-footer { color: #c7d1e7; background: #0c1834; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1fr; gap: 60px; padding: 70px 0 55px; }
.brand-footer { color: #fff; }
.footer-brand p { max-width: 300px; margin: 20px 0 0; color: #8f9ab3; }
.footer-links { display: grid; align-content: start; gap: 11px; font-size: .9rem; }
.footer-links strong { margin-bottom: 7px; color: #fff; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #8290ad; font-size: .82rem; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a:hover { color: #fff; }

.legal-page { background: #f7f9fd; }
.legal-hero { color: #fff; background: var(--blue); }
.legal-hero-violet { background: #5638bd; }
.legal-hero-inner { position: relative; min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 72px; text-align: center; overflow: hidden; }
.legal-hero-inner::before, .legal-hero-inner::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.legal-hero-inner::before { width: 300px; height: 300px; left: -130px; top: -120px; }
.legal-hero-inner::after { width: 190px; height: 190px; right: -60px; bottom: -90px; }
.back-link { position: absolute; left: 0; top: 32px; color: #dbe4ff; font-size: .87rem; font-weight: 700; }
.back-link:hover { color: #fff; }
.legal-symbol { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 18px; color: var(--blue); background: #fff; border-radius: 16px; box-shadow: 0 14px 30px rgba(10,27,80,.2); font-size: 1.7rem; font-weight: 900; }
.legal-hero-violet .legal-symbol { color: #5638bd; }
.legal-hero h1 { margin-bottom: 15px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.legal-hero p { max-width: 650px; margin-bottom: 20px; color: #dbe4ff; font-size: 1.05rem; }
.updated { padding: 7px 11px; background: rgba(255,255,255,.12); border-radius: 8px; font-size: .76rem; font-weight: 700; }
.legal-shell { display: grid; grid-template-columns: 270px minmax(0, 740px); justify-content: center; gap: 70px; padding-top: 74px; padding-bottom: 110px; }
.legal-aside { position: sticky; top: 110px; align-self: start; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); }
.legal-aside > strong { display: block; margin-bottom: 14px; font-size: .9rem; }
.legal-aside nav { display: grid; }
.legal-aside a { padding: 8px 0 8px 13px; color: #697791; border-left: 2px solid #e1e7f2; font-size: .8rem; }
.legal-aside a:hover, .legal-aside a:focus-visible { color: var(--blue); border-left-color: var(--blue); }
.legal-content { min-width: 0; }
.legal-note { margin-bottom: 42px; padding: 24px 26px; background: #eaf0ff; border-left: 4px solid var(--blue); border-radius: 0 16px 16px 0; }
.legal-note-violet { background: #f0ecff; border-left-color: var(--violet); }
.legal-note strong { display: block; margin-bottom: 6px; }
.legal-note p { margin: 0; }
.legal-content > section { position: relative; padding: 0 0 40px 62px; scroll-margin-top: 110px; }
.legal-content > section + section { padding-top: 4px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 16px; font-size: 1.65rem; }
.legal-content p { margin-bottom: 15px; }
.legal-content ul { display: grid; gap: 9px; padding-left: 20px; color: var(--muted); }
.legal-content a { color: var(--blue); font-weight: 700; }
.section-index { position: absolute; left: 0; top: 4px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: #eaf0ff; border-radius: 10px; font-size: .72rem; font-weight: 850; }
.contact-card { display: inline-flex; align-items: center; gap: 13px; margin-top: 10px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-soft); }
.contact-card > span { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--violet); border-radius: 10px; }
.contact-card small, .contact-card a { display: block; }
.contact-card small { color: var(--muted); font-size: .72rem; }
.compact-footer .footer-bottom { border-top: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
  .hero { padding-top: 56px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .phone-stage { width: min(100%, 650px); margin-inline: auto; }
  .feature-wide { grid-template-columns: 1fr 1fr; }
  .safety-card { padding: 50px 38px; }
  .safety-points { grid-template-columns: 1fr; }
  .faq-layout { gap: 42px; }
  .footer-main { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-links:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 69px 0 auto; display: grid; gap: 0; padding: 14px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(24,43,84,.14); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .2s ease, visibility .2s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 8px; }
  .main-nav a:not(.nav-pill).is-active::after { display: none; }
  .main-nav .nav-pill { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding: 70px 0 80px; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .phone-stage { min-height: 570px; transform: scale(.92); transform-origin: top center; margin-bottom: -35px; }
  .phone-main { width: 250px; }
  .phone-left, .phone-right { width: 185px; }
  .phone-left { left: -8px; }
  .phone-right { right: -8px; }
  .section { padding: 84px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: span 1; grid-template-columns: 1fr; }
  .feature-large { padding-bottom: 36px; }
  .feature-wide { min-height: 700px; padding: 34px; }
  .dashboard-shot { margin-bottom: -210px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 230px; }
  .step-symbol { margin-bottom: 28px; }
  .safety-card { grid-template-columns: 1fr; padding: 40px 28px; }
  .safety-visual { min-height: 310px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .closing-card { align-items: flex-start; flex-direction: column; padding: 38px 28px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-links:last-child { grid-column: auto; }
  .legal-hero-inner { min-height: 360px; padding-top: 96px; }
  .back-link { left: 14px; }
  .legal-shell { grid-template-columns: 1fr; padding-top: 46px; }
  .legal-aside { position: static; }
  .legal-aside nav { grid-template-columns: 1fr 1fr; }
  .legal-content > section { padding-left: 52px; }
}

@media (max-width: 540px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .phone-stage { min-height: 510px; margin-top: 18px; transform: none; }
  .phone-stage::before { inset: 70px 10px 38px; }
  .phone-main { width: 220px; }
  .phone-left { width: 145px; top: 205px; }
  .phone-right { width: 145px; top: 190px; }
  .float-card { min-width: 136px; padding: 10px; }
  .float-card-top { right: 0; top: 82px; }
  .float-card-bottom { left: 0; bottom: 20px; }
  .orbit { display: none; }
  .feature-card { min-height: 370px; padding: 26px; }
  .feature-large { min-height: 580px; }
  .feature-wide { min-height: 720px; }
  .mission-strip, .reward-row { left: 20px; right: 20px; }
  .reward-row span { padding: 13px 6px; }
  .dashboard-shot { width: 245px; }
  .safety-points { grid-template-columns: 1fr; }
  .shield { width: 180px; height: 210px; font-size: 5rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
  .footer-bottom div { flex-direction: column; gap: 8px; }
  .legal-aside nav { grid-template-columns: 1fr; }
  .legal-content > section { padding-left: 0; padding-top: 48px; }
  .legal-content > section + section { padding-top: 52px; }
  .section-index { top: 0; }
  .legal-content > section + section .section-index { top: 12px; }
}

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