@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f6f6f7;
  --ink: #242428;
  --muted: #707078;
  --line: #e6e6eb;
  --green: #247559;
  --mint-glow: #c9e9db;
  --blue-glow: #d4e7f4;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --hand: "Kaiti SC", "STKaiti", "KaiTi", serif;
  --card-shadow: 0 3px 5px #27273303, 0 13px 28px #27273305, 0 32px 50px #27273304;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, video:focus-visible { outline: 3px solid #518978; outline-offset: 5px; }
img { max-width: 100%; height: auto; }
svg { display: block; }
.wrap { width: min(1080px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

/* The navigation stays reachable without covering content on small screens. */
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; line-height: 1.3; font-weight: 650; letter-spacing: -.4px; }
.brand img { border-radius: 11px; flex-shrink: 0; box-shadow: 0 2px 4px #20203008; }
.brand small { display: block; font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: .5px; margin-top: 5px; }
.site-header nav { display: flex; gap: 32px; align-items: center; font-size: 14px; color: #626269; }
.site-header nav > a:not(.nav-download):hover { color: var(--ink); }
.nav-download { background: #242428; color: white; border-radius: 30px; padding: 9px 20px; font-weight: 550; white-space: nowrap; flex-shrink: 0; transition: background .2s; }
.nav-download span { margin-left: 13px; }
.nav-download:hover { background: #45454d; }

/* The reference's soft light lives behind the content, never on top of text. */
.hero-shell { padding: 15px 0 34px; }
.hero { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 50px; min-height: 626px; }
.hero-copy { position: relative; isolation: isolate; overflow: hidden; border-radius: 34px; border: 1px solid #ffffff; background: #fff; padding: 49px 43px 32px; box-shadow: var(--card-shadow); }
.hero-copy::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  width: 105%; height: 260px; top: -95px; right: -70px;
  background: radial-gradient(ellipse at 32% 58%, var(--mint-glow) 0, transparent 60%), radial-gradient(ellipse at 80% 20%, var(--blue-glow) 0, transparent 60%);
  filter: blur(38px); opacity: .86;
}
.eyebrow { margin: 0 0 25px; font-size: 13px; letter-spacing: .7px; font-weight: 500; color: var(--muted); }
.app-badge { display: inline-block; color: #585460; background: #ffffffa6; border: 1px solid #ffffffcb; box-shadow: 0 1px 3px #55335c04; border-radius: 20px; padding: 5px 12px; font-size: 12px; letter-spacing: .2px; }
h1 { font-size: clamp(36px, 3.9vw, 53px); font-weight: 650; line-height: 1.38; letter-spacing: -2.8px; margin: 0 0 23px; }
h1 > span { color: #607b72; }
.intro { font-size: 16px; line-height: 1.95; margin: 0 0 28px; color: #73717b; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }
.store-button { display: inline-flex; flex-shrink: 0; align-items: center; border-radius: 7px; }
.store-button img { display: block; height: 50px; width: auto; }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-size: 13px; font-weight: 500; color: #72707b; }
.text-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.hero-demo { position: relative; isolation: isolate; min-width: 0; display: grid; place-items: center; padding: 12px 0 16px; }
.demo-glow { position: absolute; z-index: -2; width: 88%; height: 70%; top: 50px; background: radial-gradient(ellipse at 85% 30%, var(--blue-glow) 0, transparent 67%), radial-gradient(ellipse at 15% 72%, var(--mint-glow) 0, transparent 70%); filter: blur(48px); opacity: .9; }
.phone-demo { width: 248px; max-width: 68%; margin: 0; }
.phone-frame { padding: 6px; border-radius: 38px; background: #f8f9f7; border: 1px solid #d8dcda; box-shadow: 0 0 0 2px #ffffffd9, 0 6px 9px #22223408, 0 28px 35px #28233412; }
.phone-frame video { width: 100%; height: auto; aspect-ratio: 1206 / 2622; border-radius: 32px; display: block; background: #f2f7f1; cursor: pointer; }
.phone-demo figcaption { font-size: 11px; white-space: nowrap; text-align: center; color: #7d7a85; margin-top: 24px; }
.question-bubble { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; left: -15px; bottom: 104px; padding: 14px 18px 14px 13px; background: #ffffffeb; border: 1px solid #fff; border-radius: 20px; box-shadow: 0 4px 7px #28253504, 0 15px 24px #2825350b; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mic-icon { width: 38px; height: 38px; border-radius: 14px; display: grid; place-content: center; background: #f0f6f2; }
.mic-icon svg { height: 20px; width: 20px; stroke: #43816b; stroke-width: 1.6; fill: #43816b; }
.mic-icon svg path { fill: none; }
.question-bubble small { display: block; font-size: 10px; color: #83808b; margin-bottom: 2px; }
.question-bubble strong { display: block; font-size: 13px; font-weight: 500; }
.demo-picker { display: flex; justify-content: center; gap: 0; margin-top: 12px; }
.demo-picker button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.demo-picker button::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #a5b9b0; }
.demo-picker button[aria-pressed="true"]::before { width: 24px; background: #294e42; }
.hero-demo .question-bubble { bottom: 170px; }
.promise-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 23px 0 0; }
.promise-strip > div { position: relative; padding: 20px; border-radius: 16px; background: #edf4f0; border: 1px solid #dce9e1; }
.promise-check { display: inline-block; color: #2f7259; font-size: 18px; line-height: 1; margin-right: 7px; }
.promise-strip strong { color: #294b3e; font-size: 19px; font-weight: 600; }
.promise-strip p { margin: 6px 0 0; font-size: 13px; line-height: 1.7; color: #536c61; }

.how-section { padding-block: 72px; }
.poem-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto 1fr; column-gap: 72px; row-gap: 28px; align-items: start; }
.poem-layout > * { min-width: 0; }
.poem-copy { align-self: end; padding-top: 20px; }
.poem-copy .eyebrow { margin-bottom: 16px; color: #557666; }
.poem-intro { font-size: 16px; line-height: 1.9; color: #65736b; margin: 20px 0 0; }
.poem-layout > .word-demo { grid-column: 2; grid-row: 1 / 3; margin: 0; padding: 26px; border: 1px solid #e0e9e3; border-radius: 24px; background: #fff; }
.poem-layout > .steps { grid-column: 1; display: grid; grid-template-columns: 1fr; gap: 20px; margin: 0; padding: 25px 0 0; border-top: 1px solid #dce5df; list-style: none; }
.steps > li { display: flex; gap: 14px; align-items: flex-start; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; gap: 30px; }
.section-heading .eyebrow, .faq-section .eyebrow { color: #8e8695; margin-bottom: 15px; }
h2 { margin: 0; font-size: clamp(29px, 3vw, 38px); line-height: 1.5; letter-spacing: -1.3px; font-weight: 600; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.95; margin: 0 0 5px; }
.feature-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature { position: relative; isolation: isolate; overflow: hidden; padding: 33px 36px 30px; min-width: 0; border-radius: 28px; background: #fff; border: 1px solid #fff; box-shadow: var(--card-shadow); transition: transform .4s, box-shadow .4s; }
.feature::before { width: 100%; right: -35px; height: 205px; opacity: .68; transition: transform .9s; }
.feature-voice::before { background: radial-gradient(ellipse at 75% 25%, var(--blue-glow), transparent 65%), radial-gradient(ellipse at 20% 60%, #dceee6, transparent 60%); }
.feature-words::before { background: radial-gradient(ellipse at 25% 20%, var(--mint-glow), transparent 65%), radial-gradient(ellipse at 80% 65%, #e0ebf0, transparent 65%); }
.feature-index { color: #918594; font-size: 12px; font-weight: 500; letter-spacing: .6px; margin-bottom: 26px; }
.feature-index span { margin-left: 8px; }
.feature h3 { margin: 0 0 15px; font-size: 28px; line-height: 1.5; letter-spacing: -.8px; font-weight: 600; }
.feature h3 span { color: #607b72; }
.feature p { margin: 0; font-size: 15px; line-height: 1.95; color: #77727f; }
.voice-example { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 21px 18px; margin-top: 30px; border: 1px solid #e8efed; border-radius: 17px; background: linear-gradient(125deg, #f5faf8, #fff); font-size: 16px; color: #536f65; }
.quote-mark { font: 32px/.8 Georgia, serif; color: #96b5a8; }
.voice-wave { display: flex; align-items: center; gap: 4px; height: 25px; margin-left: auto; }
.voice-wave i { width: 2px; background: #96b5a8; border-radius: 2px; height: 7px; }
.voice-wave i:nth-child(2n) { height: 14px; }
.voice-wave i:nth-child(3n) { height: 23px; }
.word-demo { margin-top: 27px; }
.word-demo-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 15px; color: #3b5b4e; font-size: 14px; }
.word-demo-heading span { font-size: 12px; color: #63786e; }
.word-rail { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #bbd3c5 transparent; padding-bottom: 12px; }
.word-rail::after { content: ""; flex: 0 0 max(28px, calc(100% - 294px)); }
.word-card { flex: 0 0 calc(100% - 42px); max-width: 280px; min-width: 0; margin: 0; padding: 12px; border: 1px solid #d9e8df; border-radius: 18px; background: #f1f7f3; scroll-snap-align: start; scroll-snap-stop: always; }
.word-card video { display: block; width: 100%; aspect-ratio: 1; border-radius: 9px; cursor: pointer; }
.word-card figcaption { display: flex; align-items: center; justify-content: space-between; padding: 12px 4px 1px; color: #476354; }
.word-card figcaption strong { font-size: 19px; }
.word-card figcaption span { font-size: 12px; }
.word-navigation { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 9px; color: #3b5b4e; font-size: 13px; }
.word-navigation button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #dce7e0; background: white; color: #3b5b4e; font-size: 20px; }
.word-navigation button:disabled { opacity: .35; cursor: default; }
.word-source { text-align: center; color: #6c7b73; font-size: 11px; margin: 9px 0 0; }
.word-full-demo { display: block; margin: 10px auto 0; min-height: 44px; padding: 8px 0; border: 0; background: none; color: #2c6d53; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.feature-voice { display: flex; flex-direction: column; }
.feature-voice .voice-example { margin-block: 30px 0; min-height: 80px; }
.feature-voice .steps { grid-template-columns: 1fr; gap: 24px; margin-block: auto; padding: 35px 0 10px; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; padding: 38px 4px 0; }
.steps > div { display: flex; align-items: flex-start; gap: 13px; }
.step-number { display: grid; place-content: center; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1px solid #ebe8ee; font-size: 12px; color: #91879b; }
.steps h3 { font-size: 14px; margin: 1px 0 7px; font-weight: 550; }
.steps p { font-size: 12px; color: #82808a; margin: 0; }
.step-arrow { color: #bdb8c4; font-size: 20px; }

.faq-section { padding: 30px 0 72px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; }
.faq-section h2 { margin-bottom: 18px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; cursor: pointer; list-style: none; padding: 22px 0; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary > span { width: 26px; height: 26px; display: grid; place-content: center; color: #87818f; border-radius: 50%; font-size: 19px; flex-shrink: 0; transition: transform .2s; }
details[open] summary > span { transform: rotate(45deg); }
details p { margin: 0 35px 23px 0; color: var(--muted); font-size: 14px; line-height: 1.95; }
details p a { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.download-section { padding-bottom: 30px; }
.download-inner { display: flex; align-items: center; gap: 24px; padding: 32px 0; border-top: 1px solid #dce5df; }
.download-icon { border-radius: 16px; flex-shrink: 0; }
.download-inner .store-button { margin-left: auto; }
.download-inner p { font-size: 13px; color: #65736b; margin: 10px 0 0; }
.download-inner h2 br { display: none; }
.download-inner::before { top: -70px; right: -80px; width: 65%; height: 350px; opacity: .75; }
.download-section .eyebrow { color: #8c8191; margin-bottom: 17px; }
.download-section h2 { font-size: 28px; line-height: 1.45; }
.download-section h2 span { color: #607b72; }
.download-cta { display: inline-flex; align-items: center; gap: 30px; background: #252529; color: white; border-radius: 30px; padding: 13px 24px; margin-top: 25px; font-size: 14px; font-weight: 500; transition: transform .25s; }
.download-cta:hover { transform: translateY(-2px); }
.download-art { padding: 10px 28px; display: flex; flex-direction: column; align-items: center; }
.download-art img { border-radius: 26px; box-shadow: 0 10px 25px #58525e1a; }
.download-art span { font-size: 12px; margin-top: 23px; color: #837889; }
.site-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; min-height: 110px; padding-block: 25px; }
.site-footer .brand { font-size: 14px; gap: 8px; }
.site-footer .brand img { border-radius: 7px; }
.copyright { font-size: 11px; color: #85828d; }
.site-footer nav { margin-left: auto; display: flex; gap: 22px; font-size: 12px; color: #77727e; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer nav a:hover { color: var(--ink); text-decoration: underline; }
.install-banner[hidden] { display: none; }
.install-banner { display: flex; align-items: center; gap: 9px; padding: 10px 12px; background: white; border-bottom: 1px solid var(--line); }
.install-banner img { border-radius: 10px; flex-shrink: 0; }
.install-banner strong { display: block; font-size: 14px; }
.install-banner div > span { display: block; font-size: 11px; color: var(--muted); }
.install-banner > a { margin-left: auto; color: var(--green); background: #f0f5f2; border-radius: 20px; padding: 9px 15px; font-size: 14px; white-space: nowrap; }
.install-banner button { min-width: 30px; min-height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 23px; }

/* A brief, finite light transition echoes the reference without constant motion. */
@keyframes soften { from { opacity: .5; transform: translate(-45px, -28px) scale(.9); } to { opacity: .86; transform: translate(0, 0) scale(1); } }
@keyframes appear { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy::before { animation: soften 4s ease-out both; }
  .hero-demo { animation: appear .7s ease-out both; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .feature:hover { transform: translateY(-4px); box-shadow: 0 18px 40px #2727330c; }
  .feature:hover::before { transform: translate(-25px, 15px) scale(1.1); }
}
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 27px; min-height: 580px; }
  .hero-copy { padding: 37px 29px 28px; }
  h1 { font-size: clamp(32px, 4.2vw, 44px); letter-spacing: -1.8px; }
  .hero-actions { gap: 16px; }
  .question-bubble { left: -9px; padding: 12px; }
  .phone-demo { max-width: 74%; }
  .feature { padding: 29px; }
  .voice-example { font-size: 14px; padding-inline: 13px; gap: 6px; }
  .voice-wave { gap: 3px; }
  .steps { gap: 13px; }
  .steps > div { gap: 10px; }
  .download-art { padding-right: 0; }
}

/* Phone layout: readable copy first, full-width actions, then the upright video. */
@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 78px; }
  .brand { font-size: 17px; gap: 9px; }
  .brand img { width: 34px; }
  .brand small { font-size: 10px; }
  .site-header nav > a:not(.nav-download) { display: none; }
  .nav-download { font-size: 12px; padding: 10px 16px; }
  .nav-download span { margin-left: 7px; }
  .hero-shell { padding: 9px 0 10px; }
  .hero { grid-template-columns: 1fr; gap: 25px; min-height: 0; }
  .hero-copy { padding: 28px 27px 22px; border-radius: 27px; }
  .hero-copy::before { right: -50px; top: -125px; }
  .hero-copy .eyebrow { margin-bottom: 21px; }
  .app-badge { font-size: 11px; padding: 4px 10px; }
  h1 { font-size: clamp(32px, 8.7vw, 48px); line-height: 1.4; margin-bottom: 15px; letter-spacing: -1.6px; }
  .intro { font-size: 15px; margin-bottom: 23px; }
  .hero-actions { gap: 16px; justify-content: space-between; }
  .hero-actions .text-link { font-size: 12px; gap: 5px; }
  .device-note { margin: 15px 0 0; font-size: 11px; }
  .hero-note { display: none; }
  .hero-demo { width: min(100%, 390px); justify-self: center; padding: 6px 0 12px; }
  .phone-demo { width: 242px; max-width: 77%; }
  .phone-frame { padding: 5px; border-radius: 37px; }
  .phone-frame video { border-radius: 31px; }
  .phone-demo figcaption { margin-top: 22px; font-size: 10px; }
  .demo-glow { width: 100%; height: 78%; top: 20px; filter: blur(35px); }
  .question-bubble { left: -4px; bottom: 87px; padding: 12px; gap: 9px; }
  .question-bubble strong { font-size: 12px; }
  .question-bubble small { font-size: 10px; }
  .mic-icon { width: 33px; height: 33px; border-radius: 12px; }
  .promise-strip { grid-template-columns: repeat(2, 1fr); gap: 12px; padding-block: 18px 0; }
  .promise-strip > div { padding: 16px 13px; border-radius: 14px; }
  .promise-strip strong { font-size: 16px; }
  .promise-strip p { font-size: 12px; }
  .hero-demo .question-bubble { bottom: 152px; }
  .how-section { padding-top: 43px; padding-bottom: 33px; }
  .poem-layout { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; gap: 25px; }
  .poem-copy { padding: 0; }
  .poem-copy h2 br { display: none; }
  .poem-copy .eyebrow { font-size: 12px; margin-bottom: 10px; }
  .poem-intro { font-size: 14px; margin-top: 13px; }
  .poem-layout > .word-demo { grid-column: auto; grid-row: auto; padding: 20px; }
  .poem-layout > .steps { grid-column: auto; padding-top: 24px; gap: 18px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading .eyebrow { font-size: 12px; }
  h2 { font-size: clamp(27px, 7.2vw, 35px); letter-spacing: -.9px; }
  .section-heading > p { margin-top: 15px; font-size: 14px; }
  .section-heading > p br { display: none; }
  .feature-layout { grid-template-columns: 1fr; gap: 21px; }
  .feature { padding: 29px; border-radius: 26px; }
  .feature-index { margin-bottom: 22px; }
  .feature h3 { font-size: 27px; }
  .feature p { font-size: 15px; }
  .voice-example { font-size: 15px; margin-top: 27px; padding-block: 20px; }
  .feature-voice .voice-example { margin-top: 27px; min-height: 80px; }
  .steps { grid-template-columns: 1fr; gap: 24px; padding: 32px 10px 0; }
  .steps > div { gap: 17px; }
  .steps h3 { font-size: 15px; }
  .steps p { font-size: 13px; }
  .step-arrow { display: none; }
  .faq-section { grid-template-columns: 1fr; gap: 22px; padding: 22px 0 44px; }
  .faq-section h2 br { display: none; }
  .faq-section h2 { margin-bottom: 11px; }
  summary { padding-block: 20px; font-size: 15px; }
  details p { margin-right: 12px; font-size: 14px; }
  .download-section { padding-bottom: 10px; }
  .download-inner { padding: 25px 0; flex-wrap: wrap; gap: 16px; }
  .download-icon { width: 48px; border-radius: 12px; }
  .download-inner .store-button { margin: 5px 0 0 64px; }
  .download-inner p { font-size: 11px; }
  .download-inner::before { width: 150%; top: -130px; right: -95px; }
  .download-section .eyebrow { font-size: 12px; }
  .download-section h2 { font-size: 23px; letter-spacing: -.7px; }
  .download-inner h2 br { display: initial; }
  .download-cta { margin-top: 24px; font-size: 13px; gap: 21px; padding: 13px 21px; }
  .download-art { display: none; }
  .site-footer { gap: 14px; justify-content: space-between; padding-top: 25px; padding-bottom: max(20px, env(safe-area-inset-bottom)); }
  .site-footer nav { width: 100%; margin: 0; justify-content: space-between; gap: 10px; font-size: 11px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .brand { font-size: 16px; gap: 7px; }
  .brand img { width: 31px; }
  .hero-copy { padding: 25px 22px 22px; }
  h1 { font-size: 32px; }
  .hero-actions { gap: 14px; }
  .hero-actions .text-link { font-size: 11px; gap: 4px; }
  .feature { padding: 25px; }
  .voice-example { font-size: 13px; padding-inline: 10px; }
  .voice-wave { gap: 2px; }
  .promise-strip > div { padding: 15px 11px; }
  .promise-strip strong { font-size: 15px; }
  .promise-check { font-size: 15px; margin-right: 4px; }
}
/* Short landscape screens use two columns but avoid a squeezed portrait treatment. */
@media (min-width: 761px) and (max-width: 950px) and (max-height: 500px) {
  .hero { gap: 24px; min-height: 0; }
  .hero-copy { padding: 28px; }
  .phone-demo { width: 175px; }
  .hero-note { display: none; }
  .device-note { margin-bottom: 0; }
  .question-bubble { bottom: 67px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
