/* ============================================================================
   MediVelo — Landing page (sales one-pager)
   Brand "gradient fresh / flowy / smooth" layer of the design system.
   Tokens come from ../../colors_and_type.css; this adds marketing-scale type,
   layout, the gradient system and components.
   ============================================================================ */

:root {
  --ink: #0c1b33;            /* near-navy body ink, warmer than pure black */
  --ink-soft: #50607a;       /* secondary text */
  --line: #e4eaf2;           /* hairline on light */
  --surface: #ffffff;
  --surface-tint: #f4f9fb;   /* soft teal-tinted band */
  --surface-tint2: #eef4fe;  /* soft blue-tinted band */
  --navy: #042963;
  --navy-deep: #021a44;
  --teal: #06b3ba;
  --blue: #0e60de;
  --grad: linear-gradient(120deg, #06b3ba 0%, #1488d8 50%, #0e60de 100%);
  --grad-soft: linear-gradient(135deg, #e6f7f8 0%, #e8f0fe 100%);
  --shadow-card: 0 1px 2px rgba(4,41,99,.04), 0 12px 32px -12px rgba(4,41,99,.16);
  --shadow-float: 0 24px 60px -24px rgba(4,41,99,.40);
  --r-lg: 16px; --r-xl: 22px; --r-2xl: 30px; --r-pill: 999px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; font-family: var(--font-sans, 'Geist', system-ui, sans-serif);
  color: var(--ink); background: var(--surface); -webkit-font-smoothing: antialiased;
  line-height: 1.55; font-size: 17px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3 { margin: 0; line-height: 1.08; letter-spacing: -0.025em; font-weight: 600; }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 72px 0; }
.center { text-align: center; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal); white-space: nowrap;
}
.eyebrow svg { flex-shrink: 0; }
.eyebrow.on-dark { color: #6fe0e6; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--ink-soft); line-height: 1.6; }
h2.h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.section-head { max-width: 720px; }
.section-head.center { margin: 0 auto; }
.section-head .lead { margin-top: 18px; }
.mono { font-family: var(--font-mono, 'Geist Mono', monospace); font-variant-numeric: tabular-nums; }

/* ── Buttons ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 52px; padding: 0 26px; border-radius: var(--r-pill); font-size: 16px; font-weight: 600;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -10px rgba(14,96,222,.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(14,96,222,.65); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: rgba(255,255,255,.7); color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { background: #fff; border-color: #cdd9ea; }
.btn-on-dark { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.25); backdrop-filter: blur(6px); }
.btn-on-dark:hover { background: rgba(255,255,255,.2); }
.btn-sm { height: 44px; padding: 0 20px; font-size: 15px; }
.btn-block { width: 100%; }

/* ── Nav ──────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all .3s ease;
  padding: 16px 0;
}
.nav.scrolled { background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(16px); box-shadow: 0 1px 0 var(--line); padding: 10px 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { height: 30px; width: auto; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-link { padding: 9px 14px; border-radius: var(--r-pill); font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: all .15s; }
.nav-link:hover { color: var(--navy); background: rgba(4,41,99,.05); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-login { font-size: 15px; font-weight: 600; color: var(--navy); padding: 9px 12px; }
.nav-login:hover { color: var(--blue); }
.nav-toggle { display: none; background: none; border: none; color: var(--navy); }

/* ── Hero ─────────────────────────────────────────────── */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; background:
   radial-gradient(60% 60% at 85% 8%, rgba(6,179,186,.16), transparent 60%),
   radial-gradient(55% 55% at 10% 30%, rgba(14,96,222,.12), transparent 60%),
   linear-gradient(180deg, #f4f9fb 0%, #ffffff 70%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.1rem); font-weight: 700; }
.hero h1 .grad-text { font-weight: 700; }
.hero-sub { margin-top: 24px; max-width: 540px; }
.hero-anchor {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 26px; padding: 9px 16px 9px 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); box-shadow: var(--shadow-card); font-size: 14.5px; font-weight: 500;
}
.hero-anchor .dot { width: 9px; height: 9px; border-radius: 50%; background: #ff5b5b; box-shadow: 0 0 0 4px rgba(255,91,91,.18); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{ box-shadow:0 0 0 4px rgba(255,91,91,.18);} 50%{ box-shadow:0 0 0 7px rgba(255,91,91,.05);} }
.hero-anchor b { color: var(--navy); }
.hero-trust { margin-top: 22px; display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-soft); }
.hero-trust svg { width: 16px; height: 16px; color: var(--teal); }

/* Hero form card */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-2xl); box-shadow: var(--shadow-float); padding: 30px; position: relative; }
.form-card::before { content: ""; position: absolute; inset: 0; border-radius: var(--r-2xl); padding: 1px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .5; pointer-events: none; }
.form-title { font-size: 1.35rem; font-weight: 600; }
.form-note { margin-top: 6px; color: var(--ink-soft); font-size: 14.5px; }
.form { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.input {
  width: 100%; height: 50px; padding: 0 16px; font-size: 15.5px; font-family: inherit; color: var(--ink);
  background: #fbfdff; border: 1px solid var(--line); border-radius: 13px; transition: all .15s;
}
.input::placeholder { color: #9aa8bd; }
.input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(6,179,186,.14); background: #fff; }
.input.is-invalid { border-color: #ff5b5b; box-shadow: 0 0 0 4px rgba(255,91,91,.12); }
.field-error { margin-top: -6px; color: #b42318; font-size: 12.5px; line-height: 1.4; }
.form-feedback {
  display: flex; gap: 12px; align-items: flex-start; padding: 13px 14px;
  border-radius: 14px; font-size: 13.5px; line-height: 1.45;
}
.form-feedback svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }
.form-feedback strong { display: block; color: var(--navy); font-size: 14px; }
.form-feedback p { margin-top: 2px; color: var(--ink-soft); }
.form-feedback.ok { background: #eefbf7; border: 1px solid rgba(6,179,186,.24); }
.form-feedback.ok svg { color: var(--teal); }
.form-feedback.bad { background: #fff5f5; border: 1px solid rgba(255,91,91,.24); }
.form-feedback.bad svg { color: #ff5b5b; }
.form .btn { margin-top: 4px; }
.form-legal { font-size: 12.5px; color: var(--ink-soft); text-align: center; margin-top: 4px; line-height: 1.5; }
.consent-list { display: flex; flex-direction: column; gap: 8px; margin-top: 2px; }
.consent-row {
  display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px;
  background: #fbfdff; border: 1px solid var(--line); border-radius: 13px;
  color: var(--ink-soft); font-size: 12.5px; line-height: 1.45;
}
.consent-row input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; accent-color: var(--teal); }
.consent-row a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.consent-row.is-invalid { border-color: #ff5b5b; box-shadow: 0 0 0 4px rgba(255,91,91,.12); }
/* hero floating mini-cards */
.hero-media { position: relative; }
.hero-photo { width: 100%; border-radius: var(--r-2xl); box-shadow: var(--shadow-float); object-fit: cover; aspect-ratio: 4/5; }
.float-card { position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: var(--shadow-card); padding: 13px 16px; display: flex; align-items: center; gap: 11px; width: max-content; max-width: 250px; }
.float-card .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.float-card .ic svg { width: 19px; height: 19px; }
.float-card .t { font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.25; white-space: nowrap; }
.float-card .s { font-size: 12px; color: var(--ink-soft); white-space: nowrap; }
.float-a { top: 22px; left: -26px; }
.float-b { bottom: 28px; right: -24px; }

/* ── Logos / trust strip ──────────────────────────────── */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-tint); }
.trust-strip .wrap { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; padding-top: 28px; padding-bottom: 28px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 14.5px; font-weight: 500; }
.trust-item svg { width: 18px; height: 18px; color: var(--teal); }

/* ── Problem section (dark) ───────────────────────────── */
.dark { background: radial-gradient(80% 120% at 80% -10%, #0a3a7a 0%, #042963 45%, #021a44 100%); color: #dbe6f7; }
.dark h2, .dark h3 { color: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 52px; }
.problem-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 28px; transition: all .25s; }
.problem-card:hover { background: rgba(255,255,255,.08); border-color: rgba(111,224,230,.4); transform: translateY(-3px); }
.problem-card .pnum { font-family: var(--font-mono, monospace); font-size: 13px; color: #6fe0e6; font-weight: 600; letter-spacing: .05em; }
.problem-card h3 { font-size: 1.3rem; margin-top: 10px; }
.problem-card p { margin-top: 12px; color: #aebfdb; font-size: 15.5px; }
.problem-card .punch { margin-top: 16px; font-size: 15px; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 8px; }
.problem-card .punch svg { width: 17px; height: 17px; color: #ff8a8a; flex-shrink: 0; }

.anchor-band { margin-top: 56px; border-radius: var(--r-2xl); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; border: 1px solid rgba(255,255,255,.12); }
.anchor-band .ab-text { padding: 44px; background: rgba(255,255,255,.04); }
.anchor-band .ab-photo { position: relative; min-height: 260px; background-size: cover; background-position: center; }
.anchor-band .ab-photo::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(2,26,68,.7), transparent 40%); }
.anchor-figure { font-size: clamp(2.4rem, 4.5vw, 3.6rem); font-weight: 700; line-height: 1.05; color: #fff; }
.anchor-figure .grad-text { background: linear-gradient(120deg,#36e0e6,#7db6ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.anchor-band p { margin-top: 16px; color: #aebfdb; font-size: 16px; max-width: 460px; }

/* ── How it works ─────────────────────────────────────── */
.steps3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 56px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .25s, box-shadow .25s; }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.step-photo { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.step-body { padding: 26px; }
.step-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--teal); letter-spacing: .04em; }
.step-chip .n { width: 26px; height: 26px; border-radius: 8px; background: var(--grad-soft); color: var(--blue); display: grid; place-items: center; font-family: var(--font-mono, monospace); }
.step-body h3 { font-size: 1.3rem; margin-top: 14px; }
.step-body p { margin-top: 10px; color: var(--ink-soft); font-size: 15.5px; }

/* ── Features grid ────────────────────────────────────── */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 26px; transition: all .22s; color: var(--ink-soft); }
.feat h3 { color: var(--navy); }
.dark .feat h3 { color: var(--navy); }
.feat:hover { border-color: rgba(6,179,186,.5); box-shadow: var(--shadow-card); transform: translateY(-3px); }
.feat .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); color: var(--blue); display: grid; place-items: center; margin-bottom: 16px; }
.feat .ic svg { width: 22px; height: 22px; }
.feat h3 { font-size: 1.12rem; }
.feat p { margin-top: 8px; color: var(--ink-soft); font-size: 14.5px; }

/* ── Benefits (split) ─────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-photo { border-radius: var(--r-2xl); box-shadow: var(--shadow-float); width: 100%; object-fit: cover; aspect-ratio: 5/6; }
.benefit-list { display: flex; flex-direction: column; gap: 22px; margin-top: 36px; }
.benefit { display: flex; gap: 16px; }
.benefit .ic { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; background: var(--grad); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 18px -8px rgba(14,96,222,.6); }
.benefit .ic svg { width: 21px; height: 21px; }
.benefit h3 { font-size: 1.18rem; }
.benefit p { margin-top: 5px; color: var(--ink-soft); font-size: 15.5px; }

/* ── For whom ─────────────────────────────────────────── */
.who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.who-card { border-radius: var(--r-2xl); overflow: hidden; position: relative; min-height: 380px; display: flex; align-items: flex-end; box-shadow: var(--shadow-card); }
.who-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.who-card .ov { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,26,68,.92) 0%, rgba(2,26,68,.35) 55%, rgba(2,26,68,.05) 100%); }
.who-card .cap { position: relative; padding: 28px; color: #fff; }
.who-card .cap .tag { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #6fe0e6; }
.who-card .cap h3 { font-size: 1.3rem; margin-top: 8px; color: #fff; }
.who-card .cap p { margin-top: 8px; font-size: 14.5px; color: #cfdcf0; }

/* ── Differentiators ──────────────────────────────────── */
.diff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.diff { padding: 30px; border-radius: var(--r-xl); background: var(--grad-soft); border: 1px solid rgba(6,179,186,.18); }
.diff .ic { width: 44px; height: 44px; border-radius: 12px; background: #fff; color: var(--blue); display: grid; place-items: center; margin-bottom: 16px; box-shadow: var(--shadow-card); }
.diff .ic svg { width: 22px; height: 22px; }
.diff h3 { font-size: 1.16rem; color: var(--navy); }
.diff p { margin-top: 8px; color: var(--ink-soft); font-size: 15px; }

/* ── How to start ─────────────────────────────────────── */
.start-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; position: relative; }
.start-step { text-align: center; padding: 0 12px; }
.start-step .num { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 1.5rem; font-weight: 700; box-shadow: 0 12px 26px -10px rgba(14,96,222,.6); }
.start-step h3 { font-size: 1.2rem; }
.start-step p { margin-top: 8px; color: var(--ink-soft); font-size: 15px; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; overflow: hidden; transition: box-shadow .2s; }
.faq-item.open { box-shadow: var(--shadow-card); border-color: rgba(6,179,186,.4); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 1.08rem; font-weight: 600; color: var(--navy); }
.faq-q .chev { width: 22px; height: 22px; color: var(--teal); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }

/* ── Final CTA ────────────────────────────────────────── */
.final { position: relative; overflow: hidden; }
.final-card { position: relative; border-radius: var(--r-2xl); overflow: hidden; background: radial-gradient(90% 130% at 100% 0%, #0a3a7a, #042963 55%, #021a44); padding: 64px; color: #fff; }
.final-card::before { content:""; position:absolute; top:-40%; right:-10%; width:520px; height:520px; background: radial-gradient(circle, rgba(6,179,186,.35), transparent 65%); }
.final-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.final h2 { color: #fff; font-size: clamp(2rem,3.6vw,2.9rem); }
.final .lead { color: #c2d2ee; margin-top: 18px; }
.final-form .input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.final-form .input::placeholder { color: #9fb2d4; }
.final-form .input:focus { background: rgba(255,255,255,.14); border-color: #36e0e6; box-shadow: 0 0 0 4px rgba(54,224,230,.18); }
.final-form .field-error { color: #ffd1d1; }
.final-form .form-feedback strong { color: #fff; }
.final-form .form-feedback p { color: #dbe6f7; }
.final-form .form-feedback.ok { background: rgba(6,179,186,.14); border-color: rgba(111,224,230,.36); }
.final-form .form-feedback.bad { background: rgba(255,91,91,.12); border-color: rgba(255,138,138,.34); }
.final-form .form-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.final-form .form-card::before { opacity: .7; }
.final-form .form-title { color: #fff; }
.final-form .form-note, .final-form .form-legal { color: #aebfdb; }
.final-form .consent-row { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #c2d2ee; }
.final-form .consent-row a { color: #6fe0e6; }

/* ── Footer (white) ───────────────────────────────────── */
.footer { background: #fff; color: var(--ink-soft); padding: 56px 0 32px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer-logo { height: 34px; width: auto; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col h4 { color: var(--navy); font-size: 14px; font-weight: 600; margin: 0 0 14px; letter-spacing: .02em; }
.footer-col a { display: block; font-size: 14.5px; margin-bottom: 10px; color: var(--ink-soft); transition: color .15s; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-soft); }

/* ── Legal pages ──────────────────────────────────────── */
.legal-page { background: var(--surface-tint); min-height: 100vh; }
.legal-nav { position: static; background: #fff; border-bottom: 1px solid var(--line); padding: 18px 0; }
.legal-shell { padding: 54px 0 76px; }
.legal-hero { max-width: 840px; margin-bottom: 28px; }
.legal-hero h1 { margin-top: 12px; font-size: clamp(2.1rem, 4vw, 3.2rem); }
.legal-hero p { margin-top: 14px; color: var(--ink-soft); max-width: 720px; }
.legal-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-2xl); box-shadow: var(--shadow-card); padding: 40px; }
.legal-card h2 { margin-top: 34px; color: var(--navy); font-size: 1.5rem; letter-spacing: 0; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 22px; color: var(--navy); font-size: 1.08rem; letter-spacing: 0; }
.legal-card p, .legal-card li { color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; }
.legal-card p { margin-top: 10px; }
.legal-card ul, .legal-card ol { margin: 12px 0 0 22px; padding: 0; }
.legal-card li + li { margin-top: 6px; }
.legal-note { border-radius: var(--r-lg); background: var(--grad-soft); border: 1px solid rgba(6,179,186,.2); padding: 16px 18px; color: var(--navy); font-size: 14.5px; line-height: 1.6; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; color: var(--ink-soft); font-size: 14px; }
.legal-meta span { border: 1px solid var(--line); border-radius: var(--r-pill); background: #fff; padding: 6px 12px; }

/* ── Scroll reveal ────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1; transform:none; transition:none; } .hero-anchor .dot{animation:none;} html{scroll-behavior:auto;} }

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid, .split, .final-grid, .anchor-band { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .split { gap: 36px; }
  .split-photo.order-first { order: -1; }
  .anchor-band .ab-photo { min-height: 200px; }
  .problem-grid, .steps3, .feat-grid, .who-grid, .diff-grid, .start-steps { grid-template-columns: 1fr 1fr; }
  .final-card { padding: 40px 28px; }
  .nav-links { display: none; }
  .float-a, .float-b { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 68px 0; }
  .wrap { padding: 0 20px; }
  .problem-grid, .steps3, .feat-grid, .who-grid, .diff-grid, .start-steps { grid-template-columns: 1fr; }
  .nav-cta .btn { display: none; }
  .anchor-band .ab-text { padding: 30px; }
  .final-card { padding: 32px 22px; }
}
