@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #211914;
  --muted: #71645c;
  --paper: #f7f1e7;
  --paper-deep: #eee3d3;
  --white: #fffdf9;
  --red: #e23030;
  --red-deep: #b91f25;
  --coral: #f26b4d;
  --gold: #f2c661;
  --brown: #6d3424;
  --dark: #1f1612;
  --line: rgba(44, 30, 23, .14);
  --shadow: 0 22px 70px rgba(79, 46, 25, .13);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); 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: 12px; top: 12px; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 16px; z-index: 999; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(247, 241, 231, .9); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.28rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand img { border-radius: 13px; box-shadow: 0 4px 14px rgba(80, 38, 22, .15); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { background: var(--ink); color: white; padding: 11px 18px; border-radius: 999px; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--red-deep); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.5); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--ink); transition: .2s; }

.hero { min-height: 840px; position: relative; overflow: hidden; padding: 154px 0 90px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(65, 40, 29, .075) .8px, transparent .8px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .75; }
.hero-glow-one { width: 540px; height: 540px; background: rgba(232, 48, 48, .12); right: -180px; top: 80px; }
.hero-glow-two { width: 360px; height: 360px; background: rgba(242, 198, 97, .18); left: -120px; bottom: -120px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { color: var(--red-deep); font-size: .74rem; letter-spacing: .18em; font-weight: 800; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow span { width: 26px; height: 2px; background: var(--red); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
.hero h1 { max-width: 720px; font-size: clamp(3.25rem, 5.4vw, 5.4rem); line-height: .99; letter-spacing: -.065em; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 620px; font-size: 1.18rem; color: var(--muted); line-height: 1.68; margin: 28px 0 30px; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { min-width: 178px; min-height: 59px; display: inline-flex; align-items: center; gap: 11px; padding: 9px 18px; border-radius: 14px; background: var(--ink); color: white; box-shadow: 0 12px 28px rgba(37, 24, 17, .14); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-3px); box-shadow: 0 17px 36px rgba(37,24,17,.2); background: #090706; }
.store-button small { display: block; font-size: .61rem; line-height: 1.1; letter-spacing: .02em; }
.store-button strong { display: block; font: 700 1.18rem/1.15 "Manrope", sans-serif; letter-spacing: -.025em; }
.store-icon { font-size: 1.6rem; line-height: 1; }
.play-icon { font-size: 1.35rem; color: var(--gold); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; color: #5c4f47; font-size: .81rem; font-weight: 600; }
.hero-proof b { color: var(--red); margin-right: 4px; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.phone-shadow { position: absolute; width: 420px; height: 150px; bottom: 5px; background: rgba(75, 34, 22, .2); filter: blur(45px); border-radius: 50%; transform: rotate(-7deg); }
.phone-card { position: relative; width: min(370px, 82vw); min-height: 520px; margin-left: -45px; background: rgba(255, 253, 249, .93); border: 8px solid var(--ink); border-radius: 43px; padding: 26px 23px 22px; box-shadow: 0 40px 90px rgba(75, 40, 25, .22), inset 0 0 0 1px rgba(255,255,255,.8); transform: rotate(-4deg); z-index: 2; }
.phone-card::before { content: ""; position: absolute; top: 10px; left: 50%; width: 92px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: var(--ink); }
.phone-top { display: flex; align-items: center; gap: 9px; margin-top: 18px; font-size: .78rem; font-weight: 700; }
.tiny-logo { width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 8px; font-size: .66rem; }
.step-count { margin-left: auto; color: var(--muted); font-size: .7rem; }
.progress { height: 5px; background: #eadfd3; border-radius: 99px; margin: 18px 0 24px; overflow: hidden; }
.progress span { display: block; width: 58%; height: 100%; background: linear-gradient(90deg, var(--red), var(--coral)); border-radius: inherit; }
.speech-scene { min-height: 254px; display: flex; flex-direction: column; justify-content: center; padding: 28px 24px; text-align: center; border-radius: 25px; background: linear-gradient(145deg, #fff9ef, #f4e7d7); border: 1px solid rgba(105, 59, 36, .09); }
.scene-tag { align-self: center; color: var(--red-deep); background: rgba(226, 48, 48, .09); border-radius: 99px; padding: 5px 9px; font-size: .59rem; letter-spacing: .14em; font-weight: 800; }
.polish-line { margin: 18px 0 6px; font: 800 1.75rem/1.18 "Manrope", sans-serif; letter-spacing: -.045em; }
.translation { margin: 0; color: var(--muted); font-size: .85rem; }
.speak-button { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 17px; padding: 14px 15px; color: white; background: var(--red); border: 0; border-radius: 17px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.speak-button:hover, .speak-button.active { background: var(--red-deep); transform: translateY(-2px); }
.mic { width: 13px; height: 19px; border: 2px solid currentColor; border-radius: 9px; position: relative; }
.mic::after { content: ""; position: absolute; width: 19px; height: 11px; left: 50%; bottom: -7px; transform: translateX(-50%); border: 2px solid currentColor; border-top: 0; border-radius: 0 0 11px 11px; }
.feedback { display: flex; align-items: center; justify-content: center; gap: 9px; height: 42px; color: var(--muted); font-size: .71rem; }
.wave { height: 18px; display: flex; align-items: center; gap: 2px; }
.wave i { width: 2px; height: 4px; background: var(--red); border-radius: 2px; }
.speak-button.active + .feedback .wave i { animation: wave .7s ease-in-out infinite alternate; }
.wave i:nth-child(2), .wave i:nth-child(6) { animation-delay: -.2s!important; }
.wave i:nth-child(3), .wave i:nth-child(5) { animation-delay: -.4s!important; }
.wave i:nth-child(4) { animation-delay: -.6s!important; }
@keyframes wave { to { height: 17px; } }
.hero-mascot { position: absolute; width: 225px; right: -22px; bottom: -8px; z-index: 4; filter: drop-shadow(0 20px 18px rgba(77, 39, 23, .2)); transform: rotate(4deg); }
.floating-pill { position: absolute; z-index: 5; padding: 10px 14px; background: var(--white); border: 1px solid rgba(98, 59, 37, .11); border-radius: 15px; box-shadow: 0 15px 35px rgba(70, 42, 25, .15); font-size: .76rem; font-weight: 700; }
.floating-pill span { color: var(--red); }
.pill-one { left: -22px; top: 105px; transform: rotate(3deg); }
.pill-two { right: 12px; top: 185px; transform: rotate(-4deg); }

.trust-strip { padding: 19px 0; color: #f5e8d5; background: var(--dark); overflow: hidden; }
.marquee { display: flex; align-items: center; justify-content: space-between; gap: 18px; white-space: nowrap; font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.marquee i { color: var(--coral); font-style: normal; font-size: 1.2rem; }
.section { padding: 118px 0; }
.section-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-heading.narrow { max-width: 780px; }
.kicker { margin: 0 0 13px; }
.kicker.light { color: #ffb09c; }
.section-heading h2, .situations-copy h2, .feature-copy h2, .faq-intro h2 { font-size: clamp(2.4rem, 4.2vw, 4.25rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p:last-child, .situations-copy > p, .feature-copy > p, .faq-intro > p { color: var(--muted); font-size: 1.07rem; max-width: 650px; margin: 20px auto 0; }
.problem-section { background: var(--white); }
.contrast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 930px; margin-inline: auto; }
.contrast-card { position: relative; overflow: hidden; padding: 40px; border-radius: var(--radius); border: 1px solid var(--line); }
.contrast-card h3 { margin: 16px 0 25px; font-size: 1.7rem; letter-spacing: -.04em; }
.contrast-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.contrast-card li { display: flex; gap: 12px; align-items: center; color: #5f5149; font-weight: 600; }
.contrast-card li span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; }
.card-number { font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.old-way { background: #f4eee6; }
.old-way li span { color: #8a7770; background: #e2d8cf; }
.movoza-way { color: white; background: linear-gradient(145deg, #2b1b17, #4c261d); box-shadow: var(--shadow); }
.movoza-way::after { content: ""; position: absolute; width: 210px; height: 210px; right: -100px; top: -110px; border-radius: 50%; background: rgba(242, 107, 77, .28); }
.movoza-way li { color: #f2e4d8; }
.movoza-way li span { color: white; background: var(--red); }

.loop-section { background: var(--paper); }
.loop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.loop-card { min-height: 325px; padding: 34px; border: 1px solid var(--line); background: rgba(255, 253, 249, .55); border-radius: var(--radius); }
.loop-card.featured { color: white; background: var(--red); border-color: var(--red); transform: translateY(-14px); box-shadow: 0 24px 50px rgba(196, 34, 40, .18); }
.loop-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 35px; background: var(--white); border-radius: 19px; box-shadow: 0 12px 24px rgba(78, 47, 30, .08); }
.listen-icon span { width: 25px; height: 25px; border: 3px solid var(--red); border-left-color: transparent; border-radius: 50%; position: relative; }
.listen-icon span::after { content: ""; position: absolute; width: 7px; height: 14px; border-radius: 7px; background: var(--red); right: -4px; bottom: -7px; }
.speak-icon span { width: 19px; height: 30px; border: 3px solid var(--red); border-radius: 14px; position: relative; }
.speak-icon span::after { content: ""; position: absolute; width: 30px; height: 17px; border: 3px solid var(--red); border-top: 0; left: 50%; bottom: -10px; transform: translateX(-50%); border-radius: 0 0 18px 18px; }
.repeat-icon span { color: var(--red); font-size: 2rem; font-weight: 700; }
.loop-step { color: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.featured .loop-step { color: #ffd4cb; }
.loop-card h3 { margin: 10px 0 10px; font-size: 1.45rem; letter-spacing: -.035em; }
.loop-card p { color: var(--muted); margin: 0; }
.featured p { color: #ffe9e3; }

.situations-section { background: var(--white); }
.situations-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 82px; }
.situations-copy > p { margin-left: 0; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--red-deep); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.topic { min-height: 150px; display: flex; align-items: flex-end; gap: 15px; padding: 23px; border-radius: 24px; background: var(--paper); border: 1px solid rgba(73, 44, 28, .08); transition: transform .2s ease, box-shadow .2s ease; }
.topic:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.topic-wide { grid-column: 1 / -1; min-height: 175px; color: white; background: linear-gradient(120deg, #642c20, #321d17); }
.topic-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: var(--red); background: white; font-weight: 800; }
.topic small { display: block; color: var(--red-deep); font-size: .59rem; font-weight: 800; letter-spacing: .13em; }
.topic-wide small { color: #ffb5a5; }
.topic h3 { margin-top: 3px; font-size: 1.02rem; letter-spacing: -.03em; }
.topic b { margin-left: auto; font-size: 1.5rem; color: #ffb09c; }

.lesson-section { background: #f0e5d6; overflow: hidden; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; text-align: left; }
.split-heading > p { margin: 0 0 5px auto!important; }
.lesson-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.lesson-card { margin: 0; }
.lesson-card.offset { margin-top: 46px; }
.lesson-card img { border-radius: 24px; box-shadow: 0 16px 38px rgba(75, 43, 26, .13); border: 5px solid rgba(255,255,255,.6); }
.lesson-card figcaption { padding: 12px 4px 0; color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.feature-band { position: relative; overflow: hidden; color: white; background: var(--dark); }
.feature-band::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#f4c25e 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to left, black, transparent 65%); }
.feature-band-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.feature-copy h2 { max-width: 560px; }
.feature-copy > p { color: #cbbeb5; margin-left: 0; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; color: #eee0d7; font-size: .88rem; }
.feature-list b { color: #ff8a70; margin-right: 6px; }
.phrase-stack { min-height: 480px; position: relative; display: grid; place-items: center; }
.phrase-card { position: absolute; width: min(410px, 90%); min-height: 130px; padding: 27px; border-radius: 23px; color: var(--ink); background: var(--white); box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.phrase-card span { display: block; font: 800 1.55rem/1.2 "Manrope", sans-serif; letter-spacing: -.04em; }
.phrase-card small { color: var(--muted); }
.phrase-back { transform: translate(-15px, -96px) rotate(-7deg); opacity: .55; }
.phrase-mid { transform: translate(20px, -35px) rotate(5deg); opacity: .78; }
.phrase-front { transform: translate(-9px, 40px) rotate(-2deg); }
.phrase-front i { position: absolute; right: 23px; top: 32px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font-style: normal; }
.phrase-stack img { position: absolute; width: 180px; right: -15px; bottom: -75px; z-index: 3; filter: drop-shadow(0 15px 16px rgba(0,0,0,.25)); }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro a { color: var(--red-deep); text-decoration: underline; text-underline-offset: 3px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 0; cursor: pointer; font: 700 1.06rem/1.4 "Manrope", sans-serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: var(--paper); font-size: 1.2rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 0 23px; color: var(--muted); }
.accordion details p a { color: var(--red-deep); text-decoration: underline; }

.final-cta { padding: 40px 0; background: var(--white); }
.final-cta-inner { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; padding: 70px 7%; color: white; border-radius: 42px; background: linear-gradient(125deg, #c6222a, #ee4b3e 72%, #f18654); }
.final-cta-inner::before { content: ""; position: absolute; width: 520px; height: 520px; right: -140px; top: -250px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.03); }
.final-cta-inner > img { position: absolute; width: 390px; right: 2%; bottom: -100px; filter: drop-shadow(0 18px 28px rgba(91, 22, 15, .3)); }
.final-cta-inner > div { position: relative; z-index: 2; max-width: 620px; }
.final-cta h2 { font-size: clamp(3rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.final-cta p:not(.kicker) { max-width: 520px; margin: 17px 0 28px; color: #ffe9e1; font-size: 1.08rem; }
.light-store { color: var(--ink); background: white; box-shadow: none; }
.light-store:hover { color: white; }

.site-footer { padding: 70px 0 25px; color: #d9cdc4; background: #17100d; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand .brand { color: white; }
.footer-brand p { color: #9f9187; }
.footer-grid h3 { margin-bottom: 14px; color: white; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:not(.brand) { color: #a99c93; font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #766d68; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .23s; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 82px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { text-align: center; margin-top: 5px; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .store-row, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 580px; }
  .phone-card { margin-left: -75px; }
  .hero-mascot { right: calc(50% - 275px); }
  .pill-one { left: calc(50% - 245px); }
  .pill-two { right: calc(50% - 255px); }
  .situations-grid, .feature-band-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .situations-copy { text-align: center; }
  .situations-copy > p { margin-inline: auto; }
  .feature-copy { text-align: center; }
  .feature-copy > p { margin-inline: auto; }
  .faq-intro { position: static; text-align: center; }
  .faq-intro > p { margin-inline: auto; }
  .lesson-gallery { grid-template-columns: repeat(2, 1fr); max-width: 700px; margin-inline: auto; }
  .final-cta-inner > img { opacity: .35; right: -70px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .site-nav { top: 70px; inset-inline: 14px; }
  .hero { min-height: auto; padding: 112px 0 60px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .store-button { min-width: min(100%, 240px); }
  .hero-proof { flex-direction: column; align-items: center; }
  .hero-visual { min-height: 500px; margin-top: 8px; }
  .phone-card { width: min(330px, 92vw); min-height: 480px; margin-left: -35px; padding: 23px 18px 18px; }
  .speech-scene { min-height: 220px; }
  .hero-mascot { width: 155px; right: 0; bottom: 0; }
  .floating-pill { font-size: .65rem; }
  .pill-one { left: 0; top: 92px; }
  .pill-two { right: 0; top: 165px; }
  .marquee { justify-content: flex-start; overflow: hidden; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .situations-copy h2, .feature-copy h2, .faq-intro h2 { font-size: 2.5rem; }
  .contrast-grid, .loop-grid, .topic-grid, .split-heading { grid-template-columns: 1fr; }
  .loop-card { min-height: auto; }
  .loop-card.featured { transform: none; }
  .topic-wide { grid-column: auto; }
  .split-heading { gap: 16px; text-align: center; }
  .split-heading > p { margin-inline: auto!important; }
  .lesson-gallery { gap: 11px; }
  .lesson-card.offset { margin-top: 22px; }
  .lesson-card img { border-radius: 16px; border-width: 3px; }
  .lesson-card figcaption { font-size: .58rem; }
  .feature-list { grid-template-columns: 1fr; text-align: left; max-width: 330px; margin-inline: auto; }
  .phrase-stack { min-height: 400px; }
  .phrase-stack img { width: 135px; right: -12px; bottom: -40px; }
  .final-cta { padding: 18px 0; }
  .final-cta-inner { min-height: 500px; align-items: flex-start; padding: 55px 28px 220px; text-align: center; }
  .final-cta-inner > img { width: 280px; right: 50%; transform: translateX(50%); bottom: -80px; opacity: .65; }
  .final-cta h2 { font-size: 3.3rem; }
  .final-cta .store-row { flex-direction: column; align-items: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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