/* HeyKidz landing page. Brand colours come from the product guides. */
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito.woff2") format("woff2");
  font-weight: 200 1000;
  font-display: swap;
}
:root {
  --teal: #1f7979;
  --teal-dark: #155a5a;
  --teal-soft: #ddefeb;
  --coral: #c4461f;       /* guides use #d84f2a; darkened to pass 4.5:1 contrast */
  --coral-dark: #9e3516;
  --amber: #f2a516;
  --cream: #fff6e8;
  --peach: #f9dbcf;
  --ink: #1d2b2b;
  --muted: #5a6868;
  --line: #eadfcd;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(29, 43, 43, .12);
  --shadow-sm: 0 3px 10px rgba(29, 43, 43, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Nunito, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; }
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 760px; }
.center { text-align: center; }

/* Buttons */
.btn {
  appearance: none; border: 0; cursor: pointer;
  background: var(--coral); color: var(--white);
  font-weight: 900; letter-spacing: .01em;
  padding: 12px 20px; border-radius: 999px;
  box-shadow: 0 4px 0 var(--coral-dark);
  transition: transform .08s ease, box-shadow .08s ease, background .15s;
  -webkit-tap-highlight-color: transparent;
  display: inline-block; text-decoration: none; text-align: center;
}
.btn:hover { background: #b33a1a; }
.btn:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--coral-dark); }
.btn:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.btn-sm { padding: 8px 14px; font-size: 15px; box-shadow: 0 3px 0 var(--coral-dark); }
.btn-lg { padding: 17px 28px; font-size: 19px; }
.btn-block { width: 100%; }
.btn-light { background: var(--white); color: var(--coral); box-shadow: 0 4px 0 rgba(0,0,0,.18); }
.btn-light:hover { background: var(--cream); }
.btn[disabled] { opacity: .7; cursor: progress; }

/* Top bar + nav */
.topbar {
  background: var(--teal); color: var(--white);
  text-align: center; font-size: 13.5px; font-weight: 700;
  padding: 7px 16px;
}
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 246, 232, .92);
  backdrop-filter: saturate(1.4) blur(8px);
  -webkit-backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 58px; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); font-size: 22px; font-weight: 800; }
.logo b { color: var(--coral); font-weight: 900; }

/* Type */
.eyebrow {
  margin: 0 0 10px; font-size: 13px; font-weight: 900; letter-spacing: .09em;
  text-transform: uppercase; color: var(--coral);
}
.eyebrow.light { color: var(--white); }
.h2 { font-size: clamp(27px, 5.4vw, 40px); line-height: 1.15; font-weight: 900; margin: 0 0 14px; letter-spacing: -.01em; }
.sub { color: var(--muted); font-size: 17px; margin: 0 auto 28px; max-width: 620px; }
.micro { font-size: 13.5px; color: var(--muted); margin: 10px 0 0; }

/* Hero */
.hero { padding: 30px 0 10px; }
.hero-grid { display: grid; gap: 22px; }
.hero h1 {
  font-size: clamp(36px, 9.5vw, 62px); line-height: 1.04; font-weight: 900;
  margin: 0 0 16px; letter-spacing: -.02em;
}
.hl { color: var(--teal); position: relative; white-space: normal; }
.hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .22em;
  background: var(--amber); opacity: .45; z-index: -1; border-radius: 4px;
}
.lede { font-size: 18.5px; color: #34413f; margin: 0 0 20px; }
.hero-cta { margin-bottom: 18px; }
.hero-cta .btn { width: 100%; }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li {
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 12px; font-size: 14.5px; color: var(--muted);
}
.chips b { color: var(--ink); font-weight: 900; }

.hero-art { position: relative; height: 330px; margin: 6px auto 0; width: 100%; max-width: 440px; }
.sheet {
  position: absolute; width: 50%; border-radius: 10px; background: var(--white);
  box-shadow: var(--shadow); border: 1px solid #efe6d6;
}
.s1 { left: 2%; top: 34px; transform: rotate(-8deg); }
.s2 { right: 2%; top: 30px; transform: rotate(7deg); }
.s3 { left: 25%; top: 0; z-index: 2; transform: rotate(-1deg); }
.sticker {
  position: absolute; z-index: 3; border-radius: 999px;
  display: grid; place-items: center; text-align: center;
  font-weight: 900; line-height: 1.05; box-shadow: var(--shadow-sm);
}
.st1 { width: 92px; height: 92px; background: var(--amber); color: var(--ink); font-size: 21px; right: 0; bottom: 8px; transform: rotate(8deg); }
.st1 small { font-size: 12px; font-weight: 800; }
.st2 { padding: 10px 14px; background: var(--teal); color: var(--white); font-size: 13.5px; left: 0; bottom: 20px; transform: rotate(-6deg); border-radius: 14px; }

/* Page strip */
.strip { overflow: hidden; padding: 26px 0 34px; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.strip-track { display: flex; gap: 14px; width: max-content; animation: scroll 60s linear infinite; }
.strip-track img { height: 190px; width: auto; border-radius: 8px; background: var(--white); box-shadow: var(--shadow-sm); }
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .strip-track { animation: none; } }

/* Sections */
.section { padding: 56px 0; }
.section.alt { background: var(--white); }

/* Pain */
.pain-grid { display: grid; gap: 14px; margin: 26px 0 24px; }
.pain { background: var(--white); border-radius: var(--radius); padding: 20px 20px 16px; border: 1px solid var(--line); }
.pain p { margin: 0 0 6px; color: var(--muted); }
.pain .quote { font-size: 21px; font-weight: 900; color: var(--coral); }
.bridge { font-size: 19px; text-align: center; max-width: 700px; margin: 0 auto; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.steps li { background: var(--cream); border-radius: var(--radius); padding: 22px 20px 16px; position: relative; }
.steps h3 { margin: 8px 0 6px; font-size: 20px; font-weight: 900; }
.steps p { margin: 0; color: var(--muted); }
.step-n { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: var(--white); font-weight: 900; font-size: 18px; }

/* Stage picker */
.tabs {
  display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; margin: 18px -16px 0; padding-left: 16px; padding-right: 16px;
  scrollbar-width: none; scroll-snap-type: x mandatory;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: 0 0 auto; scroll-snap-align: start;
  border: 2px solid var(--line); background: var(--white); color: var(--ink);
  border-radius: 999px; padding: 9px 16px; font-weight: 800; font-size: 15.5px; cursor: pointer;
}
.tab small { display: block; font-size: 11.5px; font-weight: 700; color: var(--muted); }
.tab[aria-selected="true"] { background: var(--teal); border-color: var(--teal); color: var(--white); }
.tab[aria-selected="true"] small { color: var(--white); }
.tab:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
.stage-panel { background: var(--white); border-radius: 22px; padding: 18px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.stage-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; margin-bottom: 4px; }
.stage-head h3 { margin: 0; font-size: 23px; font-weight: 900; }
.stage-count { font-weight: 900; color: var(--coral); }
.stage-panel > p { margin: 4px 0 14px; color: var(--muted); }
.stage-pages { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.stage-pages figure { min-width: 0; overflow: hidden; margin: 0; background: var(--cream); border-radius: 12px; padding: 8px; display: grid; place-items: center; aspect-ratio: 3 / 4; }
.stage-pages img { max-height: 100%; width: auto; object-fit: contain; border-radius: 6px; box-shadow: var(--shadow-sm); background: var(--white); }
.skills { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; }
.skills li { background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; font-size: 13.5px; padding: 5px 10px; border-radius: 999px; }

/* Folders */
.folders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.folder { background: var(--cream); border-radius: 16px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.folder-img { aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 12px 12px 0; overflow: hidden; }
.folder-img img { max-height: 100%; width: auto; border-radius: 6px 6px 0 0; box-shadow: var(--shadow-sm); background: var(--white); object-fit: cover; object-position: top; }
.folder-body { padding: 10px 12px 12px; background: var(--white); flex: 1; }
.folder-body h3 { margin: 0; font-size: 15.5px; line-height: 1.25; font-weight: 900; }
.folder-body p { margin: 3px 0 0; font-size: 13px; color: var(--muted); }
.folder-body .n { color: var(--coral); font-weight: 900; }
.badge { display: inline-block; font-size: 10.5px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; background: var(--amber); color: var(--ink); padding: 2px 7px; border-radius: 6px; margin-bottom: 4px; }

/* India */
.india { display: grid; gap: 26px; align-items: center; }
.ticks { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 32px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px no-repeat;
}
.ticks.light li::before { background-color: var(--amber); }
.india-art { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.india-art img { border-radius: 8px; box-shadow: var(--shadow); background: var(--white); }
.india-art img:nth-child(2) { transform: translateY(18px); }

/* Planned */
.planned { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.planned figure { margin: 0; background: var(--cream); border-radius: 16px; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.planned img { border-radius: 8px; box-shadow: var(--shadow-sm); background: var(--white); aspect-ratio: 3 / 4; object-fit: cover; object-position: top; width: 100%; }
.planned figure:last-child img { object-fit: contain; background: transparent; box-shadow: none; }
.planned figcaption b { display: block; font-size: 15.5px; font-weight: 900; }
.planned figcaption span { font-size: 13.5px; color: var(--muted); }

/* Value */
.value { display: grid; gap: 26px; align-items: center; }
.value-copy p { font-size: 18px; color: #34413f; margin: 0 0 12px; }
.price-card { background: var(--white); border-radius: 24px; padding: 26px 22px 20px; box-shadow: var(--shadow); border: 3px solid var(--teal); text-align: center; }
.pc-name { margin: 0; font-weight: 900; color: var(--teal); }
.pc-price { margin: 4px 0 0; font-size: 58px; font-weight: 900; line-height: 1; }
.pc-note { margin: 4px 0 16px; color: var(--muted); font-size: 14.5px; }
.pc-list { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; display: grid; gap: 8px; }
.pc-list li { padding-left: 28px; position: relative; font-size: 15.5px; }
.pc-list li::before { content: "★"; position: absolute; left: 4px; color: var(--amber); }

/* Add-on */
.addon-sec { background: var(--coral); color: var(--white); }
.addon { display: grid; gap: 26px; align-items: center; }
.addon-art img { width: 70%; max-width: 300px; margin: 0 auto; border-radius: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.25); transform: rotate(-3deg); }
.addon-copy p { font-size: 17.5px; }
.addon-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.addon-thumbs img { border-radius: 8px; background: var(--white); }

/* FAQ */
.faq { display: grid; gap: 10px; margin-top: 22px; }
.faq details { background: var(--white); border-radius: 14px; border: 1px solid var(--line); padding: 0 18px; }
.faq summary { cursor: pointer; font-weight: 800; padding: 16px 28px 16px 0; list-style: none; position: relative; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 12px; font-size: 24px; font-weight: 900; color: var(--teal); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 16px; color: var(--muted); }

/* Final CTA */
.final { background: var(--teal); color: var(--white); padding: 60px 0 64px; }
.final .sub { color: var(--white); }

/* Footer */
.footer { padding: 30px 0 110px; font-size: 13.5px; color: var(--muted); }
.foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-bottom: 14px; }
.footer { text-align: center; }
.foot-links a { color: var(--ink); font-weight: 700; }
.tax { font-size: 12px; font-weight: 700; color: var(--muted); }

/* Sticky bar */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky.show { transform: none; }
.sticky b { font-size: 21px; font-weight: 900; }
.sticky span { font-size: 13.5px; color: var(--muted); }

/* Checkout sheet */
.sheet-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(20, 30, 30, .55); display: flex; align-items: flex-end; justify-content: center; }
.sheet-backdrop[hidden] { display: none; }
.checkout {
  position: relative; background: var(--white); width: 100%; max-width: 480px;
  border-radius: 22px 22px 0 0; padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
  max-height: 94vh; overflow-y: auto; animation: up .22s ease;
}
@keyframes up { from { transform: translateY(40px); opacity: .4; } }
.checkout h2 { margin: 0; font-size: 24px; font-weight: 900; }
.co-sub { margin: 2px 0 16px; color: var(--muted); }
.co-close { position: absolute; right: 12px; top: 10px; border: 0; background: var(--cream); width: 36px; height: 36px; border-radius: 50%; font-size: 22px; cursor: pointer; color: var(--ink); }
.checkout form > label { display: block; font-weight: 800; font-size: 14.5px; margin-bottom: 12px; }
.checkout input[type="email"], .checkout input[type="tel"] {
  display: block; width: 100%; margin-top: 5px; font: inherit; font-size: 17px;
  padding: 12px 14px; border: 2px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink);
}
.checkout input:focus { outline: none; border-color: var(--teal); }
.line { display: flex; justify-content: space-between; padding: 10px 2px; font-weight: 700; border-top: 1px dashed var(--line); }
.line.total { font-size: 19px; font-weight: 900; }
.checkout form > label.bump, .bump {
  display: grid; grid-template-columns: 22px 54px 1fr; gap: 10px; align-items: start;
  border: 2px dashed var(--coral); background: #fff1ec; border-radius: 14px; padding: 12px; margin: 4px 0 10px; cursor: pointer;
}
.bump input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--coral); }
.bump img { width: 54px; border-radius: 4px; box-shadow: var(--shadow-sm); }
.bump b { display: block; font-size: 15px; line-height: 1.3; color: var(--coral-dark); }
.bump small { display: block; font-size: 13px; color: var(--muted); margin-top: 3px; line-height: 1.4; }
.co-error { color: #b3261e; font-weight: 700; font-size: 14.5px; min-height: 1em; margin: 4px 0 8px; }

/* Larger screens */
@media (min-width: 720px) {
  .hero { padding: 56px 0 10px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 30px; }
  .hero-cta .btn { width: auto; }
  .hero-art { height: 440px; max-width: none; }
  .pain-grid, .steps { grid-template-columns: repeat(3, 1fr); }
  .stage-panel { padding: 26px; }
  .stage-pages { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .folders { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .folder-img { aspect-ratio: 1 / 1; }
  .india, .value { grid-template-columns: 1fr 1fr; gap: 44px; }
  .addon { grid-template-columns: .8fr 1.2fr; gap: 44px; }
  .addon-art img { width: 85%; }
  .planned { grid-template-columns: repeat(4, 1fr); }
  .sheet-backdrop { align-items: center; }
  .checkout { border-radius: 22px; }
  .sticky { display: none; }
  .footer { padding-bottom: 40px; }
  .tabs { justify-content: center; margin: 18px 0 0; }
}
@media (min-width: 1000px) {
  .folders { grid-template-columns: repeat(5, 1fr); }
}

/* Policy, contact and thank-you pages */
.doc { padding-top: 34px; padding-bottom: 20px; }
.doc h1 { font-size: clamp(30px, 6vw, 42px); line-height: 1.15; font-weight: 900; margin: 0 0 6px; }
.doc h2 { font-size: 21px; font-weight: 900; margin: 30px 0 8px; }
.doc p, .doc li { color: #34413f; }
.doc ul { padding-left: 22px; }
.doc li { margin-bottom: 6px; }
.doc a { color: var(--teal-dark); font-weight: 700; }
.updated { color: var(--muted); font-size: 14.5px; margin: 0 0 20px; }
.contact-cards { display: grid; gap: 12px; margin: 20px 0; }
.contact-card { display: block; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; text-decoration: none; }
.contact-card b { display: block; color: var(--ink); font-size: 15px; }
.contact-card span { font-size: 19px; color: var(--teal-dark); font-weight: 900; }
.logo-mark img { display: block; }
.thanks { text-align: center; padding: 20px 0 10px; }
.thanks .lede { max-width: 560px; margin: 0 auto 22px; }
.ty-steps { text-align: left; max-width: 520px; margin: 0 auto 20px; background: var(--white); border-radius: 18px; padding: 18px 18px 10px 40px; border: 1px solid var(--line); }
@media (min-width: 720px) { .contact-cards { grid-template-columns: 1fr 1fr; } }

/* Buttons: centre text optically (Nunito's line box sits text high) */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .35em; line-height: 1; }
.btn-sm { padding: 10px 15px 9px; font-size: 14.5px; }
.btn-lg { padding: 18px 28px 17px; }

/* Skills breakdown */
.skillgrid { list-style: none; padding: 0; margin: 6px 0 10px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.skillgrid li { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 14px 14px 12px; }
.skillgrid b { display: block; font-size: 26px; font-weight: 900; color: var(--teal); line-height: 1.1; }
.skillgrid span { font-size: 14.5px; font-weight: 700; color: #34413f; }
.h3 { font-size: 21px; font-weight: 900; margin: 34px 0 14px; }

/* Bonus stack */
.bonus-sec { background: var(--teal-soft); }
.bonuses { display: grid; gap: 12px; margin-top: 8px; }
.bonus { position: relative; background: var(--white); border-radius: 18px; padding: 14px 14px 14px 108px; min-height: 124px; box-shadow: var(--shadow-sm); }
.bonus img { position: absolute; left: 14px; top: 14px; width: 80px; border-radius: 6px; box-shadow: var(--shadow-sm); }
.bonus-n { display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; background: var(--amber); color: var(--ink); padding: 2px 8px; border-radius: 6px; }
.bonus h3 { margin: 6px 0 4px; font-size: 17px; font-weight: 900; line-height: 1.25; }
.bonus p { margin: 0; font-size: 14.5px; color: #34413f; }
.pay-apps b { color: var(--ink); }

@media (min-width: 720px) {
  .skillgrid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .bonuses { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (min-width: 1000px) {
  .bonuses { grid-template-columns: repeat(3, 1fr); }
}
.bonus-sec .eyebrow { color: var(--teal-dark); }
.bonus-new { outline: 2.5px solid var(--coral); outline-offset: -2.5px; }
.bonus-new .bonus-n { background: var(--coral); color: var(--white); }

/* CTA motion: light and compositor-only (transform/opacity), off for reduced-motion users */
.btn-lg, .sticky .btn { position: relative; overflow: hidden; isolation: isolate; }
.btn-lg::after, .sticky .btn::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 45%; z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.38), transparent);
  transform: translateX(-120%) skewX(-18deg); pointer-events: none;
  animation: shine 4.5s ease-in-out 1.2s infinite;
}
.btn-light::after { background: linear-gradient(100deg, transparent, rgba(244,120,80,.18), transparent); }
.price-card .btn-lg::after { animation-delay: 2.4s; }
.btn[disabled]::after { animation: none; opacity: 0; }
@keyframes shine { 0%, 62% { transform: translateX(-120%) skewX(-18deg); } 88%, 100% { transform: translateX(320%) skewX(-18deg); } }

.btn { transition: transform .08s ease, box-shadow .08s ease, background .15s, translate .18s ease; }
@media (hover: hover) { .btn:hover { translate: 0 -2px; } }

/* sticky bar button gives one small "hello" bounce when the bar slides in */
.sticky.show .btn { animation: nudge .6s ease .35s 1 both; }
@keyframes nudge { 0%, 100% { scale: 1; } 40% { scale: 1.07; } 70% { scale: .98; } }

@media (prefers-reduced-motion: reduce) {
  .btn-lg::after, .sticky .btn::after { animation: none; display: none; }
  .sticky.show .btn { animation: none; }
  .btn { translate: none !important; }
}

/* Even line lengths in headings (no single word left alone on the last line) */
h1, h2, h3, .h2, .h3, .eyebrow, .quote { text-wrap: balance; }

/* Reviews (hidden until reviews.json has 3+) */
.reviews-sec .sub { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }
.stars { color: var(--amber); letter-spacing: 1px; font-size: 17px; line-height: 1; }
.stars-off { color: var(--line); }
.reviews {
  display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  margin: 0 -16px; padding: 4px 16px 14px; scrollbar-width: none; align-items: flex-start;
}
.reviews::-webkit-scrollbar { display: none; }
.review {
  flex: 0 0 82%; scroll-snap-align: center; margin: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.review img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.review-body { padding: 14px 16px 16px; }
.review blockquote { margin: 8px 0 10px; font-size: 16.5px; color: var(--ink); }
.review figcaption { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; font-size: 14px; color: var(--muted); }
.review figcaption b { color: var(--ink); }
.review-free { font-size: 12px; font-weight: 800; background: var(--cream); border: 1px solid var(--line); padding: 1px 8px; border-radius: 6px; }
.btn-link { appearance: none; border: 0; background: none; font: inherit; font-weight: 800; color: var(--teal-dark); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; padding: 10px; margin-top: 6px; }
.pc-reviews { display: flex; justify-content: center; align-items: center; gap: 6px; margin: -6px 0 14px; font-size: 14.5px; color: var(--muted); }
.pc-reviews b { color: var(--ink); }
@media (min-width: 720px) {
  .reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 0; padding: 0; overflow: visible; }
}
