:root {
  --pricing-ink: #17271f;
  --pricing-muted: #65756d;
  --pricing-green: #1fc768;
  --pricing-green-dark: #0f8f48;
  --pricing-mint: #eaf9ef;
  --pricing-line: #dbe8df;
  --pricing-paper: #ffffff;
  --pricing-warm: #fbfcf8;
}

html { scroll-behavior: smooth; }

.pricing-page {
  margin: 0;
  color: var(--pricing-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(176, 240, 116, 0.22), transparent 26rem),
    radial-gradient(circle at 92% 7%, rgba(123, 180, 255, 0.18), transparent 30rem),
    var(--pricing-warm);
}

.pricing-page *, .pricing-page *::before, .pricing-page *::after { box-sizing: border-box; }
.pricing-page a { color: inherit; }

.pricing-shell {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 42px;
}

.pricing-topbar, .pricing-brand, .pricing-actions, .hero-actions,
.price-line, .flow-list, .pricing-footer-cta { display: flex; align-items: center; }

.pricing-topbar {
  min-height: 88px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 39, 31, 0.1);
}

.pricing-brand { gap: 11px; text-decoration: none; font-size: 24px; font-weight: 850; letter-spacing: -0.04em; }
.pricing-brand .brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: white;
  background: linear-gradient(145deg, #82b8ff, #4f8ef7);
  box-shadow: 0 8px 22px rgba(75, 137, 236, 0.24);
  font-size: 15px;
  letter-spacing: 0;
}

.pricing-actions { gap: 12px; }
.pricing-back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 17px;
  border: 1px solid var(--pricing-line);
  border-radius: 999px;
  color: var(--pricing-ink);
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.pricing-back:hover { border-color: rgba(15, 143, 72, 0.32); color: var(--pricing-green-dark); background: #fff; }
.language-select-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
#legalLanguageSelect {
  min-height: 40px;
  padding: 0 34px 0 14px;
  border: 1px solid var(--pricing-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--pricing-ink);
  font: inherit;
  font-weight: 700;
}

.locale-pricing[hidden] { display: none; }

.pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  min-height: 700px;
  padding: 72px 0 82px;
}

.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pricing-green-dark);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow::before, .section-kicker::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 99px; }

.hero-copy h1 {
  max-width: 680px;
  margin: 22px 0 20px;
  font-size: clamp(52px, 5.2vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.hero-copy h1 span { display: block; color: var(--pricing-green); }
.hero-lede { max-width: 650px; margin: 0; color: var(--pricing-muted); font-size: 20px; line-height: 1.75; }
.hero-actions { flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.primary-cta, .purchase-button, .pricing-footer-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 15px;
  color: white !important;
  background: var(--pricing-green);
  box-shadow: 0 16px 34px rgba(31, 199, 104, 0.2);
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.primary-cta:hover, .purchase-button:hover, .pricing-footer-cta > a:hover {
  transform: translateY(-2px);
  background: #18b95e;
  box-shadow: 0 20px 40px rgba(31, 199, 104, 0.27);
}
.text-cta { color: var(--pricing-green-dark) !important; font-weight: 800; text-decoration: none; }
.product-shot {
  position: relative;
  margin: 0;
  border: 1px solid rgba(23, 39, 31, 0.1);
  border-radius: 25px;
  background: white;
  box-shadow: 0 26px 70px rgba(31, 63, 43, 0.14);
  overflow: hidden;
}
.product-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  pointer-events: none;
}
.product-shot img { display: block; width: 100%; height: auto; }
.hero-shot { transform: none; }
.hero-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #edf6ef; }
.hero-video-frame video { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 68px;
  padding: 0 28px 0 16px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  color: white;
  background: rgba(24, 185, 94, 0.96);
  box-shadow: 0 0 0 7px rgba(167, 245, 111, 0.3), 0 22px 52px rgba(16, 46, 32, 0.42);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}
.hero-video-play:hover { background: rgba(15, 143, 72, 0.98); box-shadow: 0 0 0 9px rgba(167, 245, 111, 0.34), 0 26px 58px rgba(16, 46, 32, 0.46); transform: translate(-50%, -50%) scale(1.04); }
.hero-video-play span { display: grid; place-items: center; width: 40px; height: 40px; padding-left: 3px; border-radius: 50%; color: #148347; background: white; box-shadow: 0 7px 16px rgba(16, 46, 32, 0.2); }
.hero-video-play strong { white-space: nowrap; font-size: 16px; letter-spacing: 0.01em; }
.hero-video-card.is-playing .hero-video-play { opacity: 0; pointer-events: none; }
.hero-shot::after {
  content: "SoundWhy Classroom";
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  color: #17683c;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(20, 74, 45, 0.12);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
}
.product-shot figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  color: var(--pricing-muted);
  background: white;
  font-size: 13px;
}
.product-shot figcaption span { color: var(--pricing-green-dark); font-weight: 850; white-space: nowrap; }

.core-explainer {
  margin-bottom: 28px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--pricing-line);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(234, 249, 239, 0.94), rgba(255, 255, 255, 0.9));
  box-shadow: 0 18px 60px rgba(25, 64, 40, 0.07);
}
.core-intro { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 1.1fr); gap: 24px 72px; align-items: end; }
.core-intro .section-kicker { grid-column: 1 / -1; }
.core-intro h2 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.08; letter-spacing: -0.05em; }
.core-intro p { margin: 0; color: var(--pricing-muted); font-size: 17px; line-height: 1.8; }
.phonics-path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.phonics-path article { position: relative; min-height: 180px; padding: 24px; border: 1px solid rgba(15, 143, 72, 0.16); border-radius: 20px; background: rgba(255, 255, 255, 0.88); }
.phonics-path article:not(:last-child)::after { content: "→"; position: absolute; top: 22px; right: -11px; z-index: 2; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: white; background: var(--pricing-green); font-size: 12px; font-weight: 900; }
.phonics-path span { display: block; margin-bottom: 27px; color: var(--pricing-green); font-size: 13px; font-weight: 900; letter-spacing: 0.08em; }
.phonics-path strong, .phonics-path small { display: block; }
.phonics-path strong { margin-bottom: 8px; font-size: 18px; }
.phonics-path small { color: var(--pricing-muted); font-size: 14px; line-height: 1.6; }
.core-summary { margin: 18px 0 0; padding: 17px 20px; border-radius: 16px; color: #17683c; background: rgba(167, 245, 111, 0.2); line-height: 1.65; }

.value-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--pricing-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 60px rgba(25, 64, 40, 0.07);
}
.value-section-compact { grid-template-columns: minmax(0, 680px); justify-content: center; max-width: 760px; margin: 20px auto 0; }
.value-section-bottom { margin-top: 104px; }
.price-card { padding: 34px; border-radius: 22px; color: white; background: linear-gradient(145deg, #102e20, #164c31); }
.plan-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: #b3ff79; background: rgba(177, 255, 119, 0.12); font-size: 13px; font-weight: 850; }
.price-card-head h2 { margin: 18px 0 8px; font-size: 29px; letter-spacing: -0.035em; }
.price-card-head p { margin: 0; color: rgba(255, 255, 255, 0.68); line-height: 1.65; }
.price-line { align-items: flex-end; margin: 28px 0 8px; }
.price-line .currency { align-self: center; margin-right: 7px; font-size: 31px; font-weight: 850; }
.price-line strong { font-size: clamp(66px, 7vw, 92px); line-height: 0.85; letter-spacing: -0.07em; }
.price-line .billing { margin-left: 16px; color: rgba(255, 255, 255, 0.62); line-height: 1.5; }
.price-note { margin: 20px 0; color: rgba(255, 255, 255, 0.67); font-size: 14px; }
.purchase-button { width: 100%; color: #102e20 !important; background: #a7f56f; box-shadow: none; }
.purchase-button:hover { background: #b9ff83; box-shadow: none; }
.support-note { display: block; margin-top: 13px; color: rgba(255, 255, 255, 0.58); text-align: center; font-size: 12px; }

.value-copy { align-self: center; padding: 34px clamp(22px, 4vw, 58px); }
.value-copy h2, .section-heading h2 { margin: 14px 0 14px; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.08; letter-spacing: -0.05em; }
.value-copy > p, .section-heading > p { max-width: 760px; margin: 0; color: var(--pricing-muted); font-size: 17px; line-height: 1.75; }
.flow-list { gap: 12px; margin-top: 32px; }
.flow-list div { min-width: 0; flex: 1; padding: 18px; border: 1px solid var(--pricing-line); border-radius: 18px; background: white; }
.flow-list span { display: block; margin-bottom: 17px; color: var(--pricing-green); font-size: 13px; font-weight: 900; }
.flow-list strong, .flow-list small { display: block; }
.flow-list strong { font-size: 18px; }
.flow-list small { margin-top: 6px; color: var(--pricing-muted); }

.use-cases-section { padding: 94px 0 4px; }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.use-case-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; min-height: 190px; padding: 24px; border: 1px solid var(--pricing-line); border-radius: 20px; background: rgba(255, 255, 255, 0.82); }
.use-case-item > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #17683c; background: var(--pricing-mint); font-size: 17px; font-weight: 900; }
.use-case-item h3 { margin: 2px 0 8px; font-size: 18px; letter-spacing: -0.02em; }
.use-case-item p { margin: 0; color: var(--pricing-muted); line-height: 1.65; }

.recent-section, .features-section { padding: 94px 0 10px; }
.section-heading { max-width: 850px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 32px; }
.recent-layout { display: grid; grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr); gap: clamp(28px, 4vw, 58px); align-items: center; }
.update-list { display: grid; gap: 12px; }
.update-list article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 22px; border: 1px solid var(--pricing-line); border-radius: 19px; background: rgba(255, 255, 255, 0.8); }
.update-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--pricing-green-dark); background: var(--pricing-mint); font-weight: 900; }
.update-list h3, .feature-item h3 { margin: 1px 0 7px; font-size: 19px; letter-spacing: -0.02em; }
.update-list p, .feature-item p { margin: 0; color: var(--pricing-muted); line-height: 1.65; }
.library-shot { transform: rotate(-0.45deg); }

.product-demo-section { padding: 112px 0 10px; }
.demo-layout { display: grid; grid-template-columns: minmax(340px, 0.72fr) minmax(600px, 1.28fr); gap: 18px; align-items: stretch; }
.decode-demo, .tour-card { min-width: 0; border: 1px solid var(--pricing-line); border-radius: 26px; box-shadow: 0 22px 60px rgba(31, 63, 43, 0.1); overflow: hidden; }
.decode-demo { display: flex; padding: 34px; flex-direction: column; color: white; background: radial-gradient(circle at 80% 12%, rgba(167, 245, 111, 0.2), transparent 18rem), linear-gradient(145deg, #102e20, #164c31); }
.demo-label { align-self: flex-start; padding: 7px 11px; border-radius: 999px; color: #b3ff79; background: rgba(177, 255, 119, 0.12); font-size: 12px; font-weight: 900; letter-spacing: 0.06em; }
.demo-question { margin: 24px 0 28px; color: rgba(255, 255, 255, 0.7); line-height: 1.7; }
.demo-word { align-self: center; font-family: Georgia, serif; font-size: clamp(74px, 8vw, 112px); font-weight: 800; letter-spacing: -0.09em; line-height: 1; }
.demo-word span { color: #a7f56f; }
.demo-word em { color: rgba(255, 255, 255, 0.35); font-style: normal; }
.sound-map { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.sound-map > span { display: grid; place-items: center; min-width: 68px; min-height: 72px; padding: 9px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 18px; background: rgba(255, 255, 255, 0.08); }
.sound-map > .sound-map-wide { min-width: 92px; }
.sound-map b, .sound-map small { display: block; }
.sound-map b { color: #b3ff79; font-size: 20px; }
.sound-map small { margin-top: 3px; color: rgba(255, 255, 255, 0.67); }
.blend-result { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; align-items: center; margin-top: 28px; padding: 17px 19px; border-radius: 18px; color: #102e20; background: #a7f56f; }
.blend-result span { grid-row: 1 / 3; align-self: center; font-size: 13px; font-weight: 900; }
.blend-result strong { font-size: 22px; line-height: 1; }
.blend-result small { color: rgba(16, 46, 32, 0.7); }
.demo-takeaway { margin: auto 0 0; padding-top: 25px; color: rgba(255, 255, 255, 0.72); line-height: 1.7; }
.demo-takeaway strong { color: white; }
.tour-card { background: white; }
.tour-screen { position: relative; aspect-ratio: 16 / 9; background: #edf6ef; overflow: hidden; }
.tour-screen video { display: block; width: 100%; height: 100%; object-fit: cover; }
.tour-play { position: absolute; inset: 50% auto auto 50%; z-index: 3; display: grid; place-items: center; width: 64px; height: 64px; padding-left: 5px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 50%; color: white; background: rgba(16, 46, 32, 0.78); box-shadow: 0 14px 34px rgba(16, 46, 32, 0.26); backdrop-filter: blur(10px); transform: translate(-50%, -50%); cursor: pointer; }
.tour-card.is-playing .tour-play { opacity: 0; pointer-events: none; }
.tour-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 4px 13px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, 0.65); border-radius: 17px; color: white; background: rgba(16, 46, 32, 0.84); box-shadow: 0 14px 34px rgba(16, 46, 32, 0.18); backdrop-filter: blur(12px); }
.tour-caption span { grid-row: 1 / 3; align-self: center; color: #b3ff79; font-size: 12px; font-weight: 900; }
.tour-caption strong, .tour-caption small { min-width: 0; }
.tour-caption strong { font-size: 17px; }
.tour-caption small { color: rgba(255, 255, 255, 0.72); line-height: 1.45; }
.tour-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 14px; }
.tour-steps button { min-height: 42px; border: 1px solid var(--pricing-line); border-radius: 12px; color: var(--pricing-muted); background: white; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.tour-steps button.is-active { color: #17683c; border-color: rgba(31, 199, 104, 0.45); background: var(--pricing-mint); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-item { min-height: 210px; padding: 26px; border: 1px solid var(--pricing-line); border-radius: 20px; background: white; transition: transform 160ms ease, box-shadow 160ms ease; }
.feature-item:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(31, 63, 43, 0.09); }
.feature-item > span { display: inline-flex; margin-bottom: 35px; color: var(--pricing-green); font-size: 13px; font-weight: 900; letter-spacing: 0.08em; }

.faq-section { max-width: 980px; margin: 0 auto; padding: 94px 0 26px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--pricing-line); border-radius: 18px; background: rgba(255, 255, 255, 0.82); overflow: hidden; }
.faq-list summary { position: relative; padding: 22px 64px 22px 24px; color: var(--pricing-ink); font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 24px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #17683c; background: var(--pricing-mint); font-size: 20px; line-height: 1; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { border-bottom: 1px solid var(--pricing-line); }
.faq-answer { padding: 21px 24px 24px; color: var(--pricing-muted); line-height: 1.75; }
.faq-answer p { margin: 0; }
.faq-answer p + ul, .faq-answer ul + p { margin-top: 13px; }
.faq-answer ul { display: grid; gap: 7px; margin-bottom: 0; padding-left: 22px; }
.faq-answer strong { color: var(--pricing-green-dark); }

.pricing-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 30px 4px 42px; border-top: 1px solid var(--pricing-line); color: var(--pricing-muted); font-size: 15px; }
.pricing-footer-links, .pricing-support { display: flex; align-items: center; gap: 18px; }
.pricing-contact span { font-weight: 700; }
.pricing-contact a { color: var(--pricing-green-dark); font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(15, 143, 72, 0.32); }
.pricing-contact a:hover { color: var(--pricing-green); border-bottom-color: currentColor; }

@media (max-width: 1120px) {
  .pricing-hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 62px 0; }
  .hero-copy { max-width: 800px; }
  .hero-shot { width: min(960px, 100%); }
  .recent-layout { grid-template-columns: 1fr; }
  .update-list { grid-template-columns: repeat(3, 1fr); }
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .update-list article { grid-template-columns: 1fr; }
  .phonics-path { grid-template-columns: 1fr 1fr; }
  .phonics-path article:nth-child(2)::after { display: none; }
}

@media (max-width: 820px) {
  .pricing-shell { width: min(100% - 28px, 700px); }
  .pricing-topbar { min-height: 74px; }
  .pricing-hero-grid { padding: 48px 0 58px; }
  .hero-copy h1 { font-size: clamp(46px, 13vw, 66px); }
  .hero-lede { font-size: 17px; }
  .value-section { grid-template-columns: 1fr; padding: 12px; }
  .core-intro { grid-template-columns: 1fr; gap: 18px; }
  .value-copy { padding: 28px 16px 20px; }
  .feature-grid, .update-list { grid-template-columns: 1fr 1fr; }
  .demo-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .pricing-shell { width: min(100% - 20px, 520px); }
  .pricing-brand { font-size: 21px; }
  .pricing-brand .brand-mark { width: 34px; height: 34px; }
  #legalLanguageSelect { min-height: 38px; padding-left: 10px; }
  .pricing-hero-grid { gap: 30px; padding-top: 40px; }
  .hero-copy h1 { margin-top: 18px; }
  .hero-actions, .primary-cta { width: 100%; }
  .primary-cta { padding-inline: 18px; }
  .product-shot { border-radius: 16px; }
  .product-shot figcaption { align-items: flex-start; flex-direction: column; padding: 11px 13px; }
  .hero-shot::after { display: none; }
  .hero-video-play { min-height: 56px; padding: 0 20px 0 12px; border-width: 2px; }
  .hero-video-play span { width: 32px; height: 32px; }
  .hero-video-play strong { font-size: 14px; }
  .price-card { padding: 26px 22px; }
  .flow-list { align-items: stretch; flex-direction: column; }
  .core-explainer { padding: 28px 20px; }
  .phonics-path { grid-template-columns: 1fr; }
  .phonics-path article { min-height: 0; }
  .phonics-path article::after { display: none !important; }
  .use-cases-section, .recent-section, .features-section, .faq-section { padding-top: 78px; }
  .product-demo-section { padding-top: 78px; }
  .decode-demo { padding: 27px 22px; }
  .tour-caption { right: 9px; bottom: 9px; left: 9px; padding: 11px 12px; }
  .tour-caption small { display: none; }
  .tour-steps { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; padding: 9px; }
  .tour-steps button { min-height: 38px; padding: 0 4px; font-size: 11px; }
  .feature-grid, .update-list { grid-template-columns: 1fr; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-item { min-height: 0; }
  .feature-item { min-height: 0; }
  .feature-item > span { margin-bottom: 24px; }
  .value-section-bottom { margin-top: 78px; }
  .faq-list summary { padding: 19px 55px 19px 18px; font-size: 16px; }
  .faq-list summary::after { right: 17px; }
  .faq-answer { padding: 18px; }
  .pricing-contact { align-items: flex-start; flex-direction: column; gap: 16px; padding: 26px 8px 34px; }
  .pricing-footer-links { gap: 14px; }
  .pricing-support { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-cta, .purchase-button, .feature-item { transition: none; }
}
