/* ==========================================================================
   VoiceSync — marketing site
   Dark drench · marigold accent · Bricolage Grotesque
   ========================================================================== */

:root {
  --bg: oklch(0.145 0.012 55);
  --bg-raise: oklch(0.18 0.014 55);
  --surface: oklch(0.205 0.015 55);
  --surface-2: oklch(0.245 0.016 55);
  --ink: oklch(0.96 0.012 85);
  --ink-2: oklch(0.78 0.02 75);
  --ink-3: oklch(0.62 0.02 70);
  --accent: oklch(0.76 0.155 68);
  --accent-bright: oklch(0.82 0.15 78);
  --accent-deep: oklch(0.62 0.15 55);
  --accent-ink: oklch(0.2 0.05 60);
  --green: oklch(0.8 0.13 150);
  --green-dim: oklch(0.35 0.06 150);
  --red: oklch(0.68 0.17 25);
  --line: oklch(0.3 0.016 60);
  --line-soft: oklch(0.24 0.014 60);

  --font: "Bricolage Grotesque", system-ui, sans-serif;
  --font-dev: "Noto Sans Devanagari", "Bricolage Grotesque", sans-serif;

  --z-wave: 1;
  --z-content: 2;
  --z-nav: 100;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  --pad-x: clamp(20px, 5vw, 72px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font);
  font-weight: 400;
  background: var(--bg);
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--accent); color: var(--accent-ink); }

h1, h2, h3 { text-wrap: balance; line-height: 1.12; }
p { text-wrap: pretty; }
[lang="mr"], [lang="hi"] { font-family: var(--font-dev); line-height: 1.6; }

img, svg, canvas { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.accent { color: var(--accent); }

/* ---------------------------------------------------------------- nav --- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-nav);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px var(--pad-x);
  background: color-mix(in oklch, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .4s ease, padding .4s ease;
}
.nav.scrolled { border-bottom-color: var(--line-soft); padding-block: 10px; }

.nav-brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.nav-brand-dim { color: var(--ink-3); font-weight: 500; }

.nav-mark {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px oklch(0.76 0.155 68 / .55);
  flex: none;
}
.nav-mark.sm { width: 9px; height: 9px; display: inline-block; margin-right: 8px; }

.nav-links { display: flex; gap: 26px; font-size: .95rem; font-weight: 500; }
.nav-links a { color: var(--ink-2); transition: color .25s; }
.nav-links a:hover { color: var(--ink); }

/* ------------------------------------------------------------- buttons --- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font);
  font-weight: 650;
  font-size: 1rem;
  border: 0;
  border-radius: var(--r-pill);
  padding: 13px 26px;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.22,1,.36,1), background .25s, box-shadow .3s;
  will-change: transform;
}
.btn .ic { width: 18px; height: 18px; fill: currentColor; flex: none; }

.btn-accent {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 4px 30px oklch(0.76 0.155 68 / .28);
}
.btn-accent:hover { background: var(--accent-bright); box-shadow: 0 6px 40px oklch(0.76 0.155 68 / .4); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink-3); background: var(--bg-raise); }

.btn-sm { padding: 9px 18px; font-size: .92rem; }
.btn-lg { padding: 16px 32px; font-size: 1.08rem; }

.btn-whatsapp {
  background: oklch(0.72 0.17 150);
  color: oklch(0.18 0.05 150);
}
.btn-whatsapp:hover { background: oklch(0.78 0.16 150); }

:where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------------------------------------------------------------- hero --- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px var(--pad-x) 0;
  overflow: hidden;
}

.hero-wave {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 46%;
  z-index: var(--z-wave);
  pointer-events: none;
  opacity: .9;
}

.hero-inner {
  position: relative;
  z-index: var(--z-content);
  max-width: 880px;
}

.hero-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 7px 16px;
  margin-bottom: 34px;
  background: color-mix(in oklch, var(--bg) 60%, transparent);
}

.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  flex: none;
  animation: dot-breathe 2.2s ease-in-out infinite;
}
@keyframes dot-breathe {
  0%, 100% { box-shadow: 0 0 0 0 oklch(0.8 0.13 150 / .5); }
  50% { box-shadow: 0 0 0 6px oklch(0.8 0.13 150 / 0); }
}

.hero-title {
  font-size: clamp(3rem, 9.5vw, 5.9rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin-bottom: 30px;
}
.hero-title .line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-title .w { display: inline-block; }

.hero-sub {
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--ink-2);
  margin-bottom: 42px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.hero-note {
  margin-top: 18px;
  font-size: .92rem;
  color: var(--ink-3);
}

/* language marquee */
.lang-strip {
  position: relative;
  z-index: var(--z-content);
  margin-top: auto;
  border-top: 1px solid var(--line-soft);
  padding: 18px 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.lang-track {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ink-3);
  animation: marquee 26s linear infinite;
}
.lang-track i {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent-deep);
  flex: none;
}
@keyframes marquee { to { transform: translateX(-25%); } }

/* --------------------------------------------------------------- story --- */

.story { position: relative; }

.story-pin {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: center;
  min-height: 100svh;
  padding: 80px var(--pad-x);
  max-width: 1280px;
  margin-inline: auto;
}

.story-copy { position: relative; }

.story-step h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.story-step p { color: var(--ink-2); max-width: 46ch; }

.story-time {
  font-size: .95rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 14px;
}

/* Default (no JS / reduced motion): steps stack and everything is visible */
.story-step { padding: 48px 0; }

html.has-anim .story-step {
  position: absolute;
  inset: auto 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
html.has-anim .story-step[data-step="0"] { opacity: 1; visibility: visible; }

/* stage */
.story-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
}

.phone {
  position: relative;
  width: min(300px, 74vw);
  aspect-ratio: 9 / 18.6;
  border-radius: 44px;
  background: oklch(0.23 0.014 55);
  border: 1px solid var(--line);
  box-shadow:
    0 0 0 10px oklch(0.17 0.012 55),
    0 0 0 11px oklch(0.3 0.016 60),
    0 40px 90px -20px oklch(0 0 0 / .6);
  padding: 16px;
  z-index: 2;
}
.phone-notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 86px; height: 22px;
  border-radius: var(--r-pill);
  background: oklch(0.12 0.01 55);
  z-index: 3;
}
.phone-screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 30px;
  background: oklch(0.16 0.012 55);
  overflow: hidden;
}

.screen-view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 18px 24px;
  opacity: 0;
  visibility: hidden;
}
.screen-view[data-view="0"] { opacity: 1; visibility: visible; }

/* ring view */
.view-ring { justify-content: center; gap: 8px; text-align: center; }
.ring-time { font-size: .85rem; color: var(--ink-3); position: absolute; top: 52px; }
.ring-avatar {
  position: relative;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--surface-2);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.ring-avatar svg { width: 34px; height: 34px; fill: var(--accent); }
.ring-pulse {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  animation: ring-pulse 1.8s cubic-bezier(.22,1,.36,1) infinite;
}
.ring-pulse.p2 { animation-delay: .9s; }
@keyframes ring-pulse {
  from { transform: scale(1); opacity: .8; }
  to { transform: scale(1.9); opacity: 0; }
}
.ring-caller { font-weight: 600; font-size: 1.05rem; }
.ring-number { color: var(--ink-3); font-size: .92rem; margin-bottom: 16px; }

.chip {
  font-size: .78rem;
  font-weight: 600;
  border-radius: var(--r-pill);
  padding: 5px 12px;
}
.chip-closed { background: oklch(0.32 0.09 25 / .45); color: oklch(0.82 0.1 25); }
.chip-booked { background: var(--green-dim); color: var(--green); }

/* talk view */
.view-talk { justify-content: flex-start; gap: 10px; align-items: stretch; }
.talk-head {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: var(--ink-2);
  margin-bottom: 10px;
}
.dot-live { animation-duration: 1.4s; }

.bubble {
  max-width: 88%;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: .88rem;
  line-height: 1.5;
}
.bubble.caller {
  align-self: flex-start;
  background: var(--surface-2);
  border-bottom-left-radius: 5px;
}
.bubble.vaani {
  align-self: flex-end;
  background: var(--accent);
  color: var(--accent-ink);
  border-bottom-right-radius: 5px;
  font-weight: 500;
}
.bubble.typing {
  display: flex; gap: 5px; align-items: center;
  padding: 13px 16px;
}
.bubble.typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent-ink);
  opacity: .5;
  animation: typing 1.1s ease-in-out infinite;
}
.bubble.typing span:nth-child(2) { animation-delay: .18s; }
.bubble.typing span:nth-child(3) { animation-delay: .36s; }
@keyframes typing { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-4px); } }

/* book view */
.view-book { justify-content: flex-start; align-items: stretch; gap: 12px; }
.book-card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 14px;
  display: grid;
  gap: 8px;
}
.book-day { font-size: .85rem; font-weight: 600; margin-bottom: 4px; }
.book-slot {
  display: flex; align-items: center;
  font-size: .82rem;
  color: var(--ink-3);
  background: var(--bg-raise);
  border-radius: var(--r-sm);
  padding: 8px 12px;
  gap: 8px;
}
.book-slot i { flex: 1; }
.book-slot.free {
  color: var(--green);
  font-weight: 600;
  outline: 1.5px solid var(--green-dim);
}
.book-confirm {
  display: flex; align-items: center; gap: 8px;
  background: var(--green-dim);
  color: var(--green);
  font-size: .84rem;
  font-weight: 600;
  border-radius: var(--r-md);
  padding: 12px 14px;
}
.book-confirm svg { width: 17px; height: 17px; fill: currentColor; flex: none; }

/* dashboard mock */
.dash {
  position: absolute;
  z-index: 3;
  width: min(430px, 92%);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 40px 90px -20px oklch(0 0 0 / .65);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
html:not(.has-anim) .dash {
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-top: 40px;
}
html:not(.has-anim) .story-stage { flex-direction: column; }

.dash-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-raise);
}
.dash-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.dash-bar span {
  margin-left: 10px;
  font-size: .8rem;
  color: var(--ink-3);
  background: var(--bg);
  border-radius: var(--r-pill);
  padding: 3px 14px;
}
.dash-body { padding: 18px; display: grid; gap: 12px; }
.dash-title { font-size: .92rem; font-weight: 600; color: var(--ink-2); }
.dash-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--bg-raise);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 13px 16px;
}
.dash-row.dim { opacity: .75; }
.dash-who { display: grid; gap: 2px; }
.dash-who strong { font-size: .95rem; font-weight: 600; }
.dash-who span { font-size: .8rem; color: var(--ink-3); }
.dash-play {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--surface-2);
  display: grid; place-items: center;
  font-size: .7rem;
  color: var(--accent);
  flex: none;
}

/* progress */
.story-progress {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 200px;
  border-radius: var(--r-pill);
  background: var(--line-soft);
  overflow: hidden;
  display: none;
}
html.has-anim .story-progress { display: block; }
.story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
}

/* ------------------------------------------------------------- sections --- */

.sec-title {
  font-size: clamp(1.9rem, 4.5vw, 3.1rem);
  font-weight: 720;
  letter-spacing: -0.03em;
  max-width: 22ch;
}
.bp { display: none; }
@media (min-width: 700px) { .bp { display: block; } }

/* ------------------------------------------------------------- features --- */

.features {
  padding: clamp(90px, 12vw, 160px) var(--pad-x);
  max-width: 1280px;
  margin-inline: auto;
}
.features .sec-title { margin-bottom: clamp(40px, 6vw, 80px); }

.feat-list { border-top: 1px solid var(--line-soft); }
.feat-row {
  display: grid;
  grid-template-columns: minmax(200px, 5fr) 7fr;
  gap: clamp(16px, 4vw, 60px);
  padding: clamp(26px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--line-soft);
  transition: background .35s ease;
}
.feat-row:hover { background: linear-gradient(90deg, transparent, oklch(0.76 0.155 68 / .05), transparent); }
.feat-row h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 680;
  letter-spacing: -0.02em;
}
.feat-row p { color: var(--ink-2); max-width: 58ch; }

/* ---------------------------------------------------------------- proof --- */

.proof {
  padding: clamp(90px, 12vw, 160px) var(--pad-x);
  max-width: 1280px;
  margin-inline: auto;
}
.proof .sec-title { margin-bottom: clamp(48px, 7vw, 90px); }

.case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(36px, 5vw, 60px);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  background: var(--bg-raise);
}
.case + .case { margin-top: clamp(28px, 4vw, 48px); }
.case-nursery { direction: rtl; background: oklch(0.17 0.02 140 / .55); }
.case-nursery > * { direction: ltr; }

.case-place { font-size: .95rem; font-weight: 600; color: var(--accent); margin-bottom: 12px; }
.case-nursery .case-place { color: var(--green); }
.case-info h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.case-info > p { color: var(--ink-2); margin-bottom: 22px; }

.case-points { display: grid; gap: 10px; }
.case-points li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-2);
  font-size: .98rem;
}
.case-points li::before {
  content: "";
  position: absolute;
  left: 0; top: .52em;
  width: 14px; height: 8px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg) scale(.9);
}
.case-nursery .case-points li::before { border-color: var(--green); }

.case-visual { min-width: 0; }
.transcript {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.t-label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.transcript .bubble { font-size: .95rem; max-width: 92%; }

/* ------------------------------------------------------------------ try --- */

.try {
  padding: clamp(100px, 14vw, 190px) var(--pad-x);
  background:
    radial-gradient(ellipse 80% 60% at 50% 110%, oklch(0.35 0.1 60 / .5), transparent 70%),
    var(--bg);
  border-block: 1px solid var(--line-soft);
  text-align: center;
}
.try-inner { max-width: 760px; margin-inline: auto; }
.try h2 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 750;
  letter-spacing: -0.033em;
  margin-bottom: 20px;
}
.try-sub { color: var(--ink-2); margin-bottom: 40px; font-size: 1.1rem; }

.try-number {
  display: inline-block;
  font-size: clamp(2rem, 7vw, 4.2rem);
  font-weight: 780;
  letter-spacing: -0.02em;
  color: var(--accent);
  border: 1.5px solid var(--accent-deep);
  border-radius: var(--r-pill);
  padding: .35em .9em;
  transition: background .3s, color .3s, box-shadow .3s, transform .3s cubic-bezier(.22,1,.36,1);
  margin-bottom: 44px;
}
.try-number:hover {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 10px 60px oklch(0.76 0.155 68 / .35);
  transform: translateY(-3px);
}

.try-ideas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.try-ideas li {
  font-size: .95rem;
  color: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 9px 18px;
  background: color-mix(in oklch, var(--bg) 55%, transparent);
}

/* -------------------------------------------------------------- contact --- */

.contact {
  padding: clamp(90px, 12vw, 170px) var(--pad-x);
  max-width: 1280px;
  margin-inline: auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.contact-info h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 730;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.contact-info > p { color: var(--ink-2); max-width: 46ch; margin-bottom: 34px; }

.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.contact-plain {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink-2);
  border-bottom: 1.5px solid var(--line);
  padding-bottom: 3px;
  transition: color .25s, border-color .25s;
}
.contact-plain:hover { color: var(--accent); border-color: var(--accent-deep); }

.contact-form {
  display: grid;
  gap: 18px;
  background: var(--bg-raise);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3.4vw, 40px);
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink-2);
}
.contact-form input,
.contact-form textarea {
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 13px 16px;
  transition: border-color .25s;
  resize: vertical;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--ink-3); }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--accent-deep); outline: none; }
.contact-form .btn { justify-self: start; margin-top: 6px; }
.form-note { font-size: .92rem; color: var(--green); }
.form-note.err { color: var(--red); }

/* --------------------------------------------------------------- footer --- */

.footer {
  border-top: 1px solid var(--line-soft);
  padding: 40px var(--pad-x) 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  align-items: center;
  font-weight: 600;
}
.footer-dim { color: var(--ink-3); font-weight: 400; font-size: .92rem; }
.footer p:last-child { margin-left: auto; }

/* ----------------------------------------------------------- responsive --- */

@media (max-width: 900px) {
  .nav-links { display: none; }

  .story-pin {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
    align-content: center;
  }
  /* stage above copy when pinned */
  html.has-anim .story-stage { order: -1; min-height: 46svh; }
  html.has-anim .phone { width: min(210px, 56vw); }
  html.has-anim .story-copy { min-height: 240px; }
  html.has-anim .story-step h2 { font-size: 1.45rem; }
  html.has-anim .story-step br { display: none; }
  .story-progress { display: none !important; }
  .dash { width: min(430px, 96%); }

  .case { grid-template-columns: 1fr; }
  .case-nursery { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer p:last-child { margin-left: 0; }
}

@media (max-width: 520px) {
  .btn-lg { width: 100%; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero { padding-top: 96px; }
}

/* ------------------------------------------------------- reduced motion --- */

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