:root {
  color-scheme: dark;
  --night: #080e13;
  --ink: #182226;
  --paper: #f3f2ed;
  --white: #f8f9fa;
  --muted: #b5bec4;
  --cyan: #57c7f3;
  --line: rgba(235, 242, 247, .17);
  --paper-line: rgba(24, 34, 38, .19);
  --wrap: min(100% - 112px, 1328px);
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; background: var(--night); }
body { margin: 0; color: var(--white); background: var(--night); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button { font-family: var(--sans); }
.talori-pixel-grid { position: fixed; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; user-select: none; }
main .wrap, .site-footer > .wrap, .trust > * { position: relative; z-index: 2; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 6px; }
::selection { background: var(--cyan); color: var(--night); }
img { display: block; width: 100%; height: auto; }
figure, blockquote, p, h1, h2, h3 { margin: 0; }
em { font-family: var(--serif); font-weight: 400; }
.wrap { width: var(--wrap); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 30; top: 12px; left: 12px; padding: 14px 20px; color: var(--night); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; height: 100px; display: flex; align-items: center; gap: 42px; }
.brand { width: 145px; flex: 0 0 145px; display: block; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; }
.main-nav a { padding-block: 14px; border-bottom: 1px solid transparent; }
.main-nav a:hover { border-color: var(--cyan); }
.header-status { display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid #78838a; border-radius: 50px; font-size: 12px; white-space: nowrap; background: rgba(8,14,19,.35); }
.header-store-badge { display: block; width: 132px; flex: 0 0 132px; transition: transform .2s ease, filter .2s ease; }
.header-store-badge:hover { transform: translateY(-2px); filter: brightness(1.08); }
.status-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--cyan); }
.hero { position: relative; overflow: hidden; }
.hero-background, .hero-shade { position: absolute; inset: 0; z-index: 0; }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero-shade { background: linear-gradient(90deg, rgba(8,14,19,.78) 0%, rgba(8,14,19,.52) 26%, rgba(8,14,19,.1) 48%, transparent 69%), linear-gradient(0deg, var(--night), transparent 24%, transparent 86%, rgba(8,14,19,.45)); }
.hero-grid { min-height: max(800px, 100svh); padding: 115px 0 70px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 380px); align-items: center; column-gap: 50px; }
.hero-copy { max-width: 570px; padding-bottom: 16px; }
h1 { font-size: clamp(68px, 6.1vw, 98px); line-height: .98; letter-spacing: -.068em; font-weight: 720; }
h1 em { letter-spacing: -.066em; font-size: 1.08em; line-height: 1.08; }
.hero-lead { font-size: clamp(19px, 1.6vw, 22px); line-height: 1.45; margin-top: 34px; font-weight: 510; letter-spacing: -.025em; }
.hero-description { margin-top: 12px; max-width: 340px; font-size: 15px; color: #d0d6da; line-height: 1.5; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 25px; padding: 17px 23px; border-radius: 4px; font-size: 14px; font-weight: 650; transition: background .2s, transform .2s; }
.button-light { margin-top: 30px; background: var(--white); color: var(--night); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.app-store-badge { display: block; transition: transform .2s ease, filter .2s ease; }
.app-store-badge:hover { transform: translateY(-2px); filter: brightness(1.08); }
.app-store-badge-hero { width: clamp(188px, 15vw, 224px); flex: 0 0 auto; }
.hero-discover { display: inline-flex; align-items: center; gap: 10px; padding-block: 13px; border-bottom: 1px solid rgba(248,249,250,.48); font-size: 13px; font-weight: 600; }
.hero-discover:hover { color: var(--cyan); border-color: var(--cyan); }
.hero-discover .icon { width: 17px; height: 17px; flex-basis: 17px; }
.button:hover { background: var(--cyan); transform: translateY(-2px); }
.button .icon { width: 19px; height: 19px; flex-basis: 19px; }
.hero-availability { font-size: 12px; margin-top: 15px; color: #d0d6da; }
.hero-product { width: min(100%, clamp(286px, calc((100svh - 220px) * .462), 358px)); justify-self: end; position: relative; }
.phone { position: relative; padding: 8px; border: 1px solid #899097; border-radius: 49px; background: #15191c; box-shadow: 0 0 0 2px #282c30, 0 0 0 4px #101315, 14px 24px 55px rgba(0,0,0,.5); }
.phone img { border-radius: 40px; }
.phone::before { content: ""; position: absolute; width: 3px; height: 52px; top: 160px; left: -5px; border-radius: 2px 0 0 2px; background: #565b5f; }
.phone::after { content: ""; position: absolute; width: 3px; height: 70px; top: 184px; right: -5px; border-radius: 0 2px 2px 0; background: #565b5f; }
.hero-product figcaption { color: #bbc3c9; font-size: 10px; text-align: center; margin-top: 17px; letter-spacing: .025em; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 0; min-height: 55px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: #c4cbd0; }
.hero-bottom a { display: grid; place-items: center; height: 44px; width: 44px; color: var(--cyan); }
.hero-bottom .icon { width: 18px; height: 18px; }
.section { padding-block: 112px; }
.paper { color-scheme: light; background: var(--paper); color: var(--ink); }
.section-index { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; line-height: 1.5; color: #516169; margin-bottom: 36px; }
h2 { font-size: clamp(48px, 5.25vw, 76px); line-height: 1.03; letter-spacing: -.06em; font-weight: 660; }
h2 em { letter-spacing: -.055em; }
.page-home h1::first-line,
.page-home h2::first-line { color: var(--cyan); }
.essentials-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 112px; }
.section-intro h2 { font-size: clamp(64px, 6vw, 88px); }
.section-lead { font-size: 23px; letter-spacing: -.025em; line-height: 1.45; margin-top: 28px; }
.section-intro > p:last-child { font-size: 16px; line-height: 1.7; max-width: 340px; color: #5c676c; margin-top: 15px; }
.feature-list { padding-top: 40px; align-self: center; }
.feature-row { display: flex; gap: 24px; padding: 33px 0; border-top: 1px solid var(--paper-line); }
.feature-row:last-child { border-bottom: 1px solid var(--paper-line); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #aeb6b6; border-radius: 50%; flex: 0 0 50px; }
.feature-icon .icon { width: 23px; height: 23px; }
.feature-row h3 { font-size: 22px; letter-spacing: -.035em; line-height: 1.25; font-weight: 600; margin: 2px 0 12px; }
.feature-row p { font-size: 16px; line-height: 1.65; color: #5c676c; max-width: 360px; }
.intelligence { background: #0a141b; }
.intelligence .section-index { color: var(--cyan); margin: 0; }
.section-heading-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 36px; }
.quiet-label { font-size: 12px; display: flex; align-items: center; gap: 9px; color: #d1d9de; }
.quiet-label .icon { color: var(--cyan); width: 18px; height: 18px; flex-basis: 18px; }
.ai-heading { display: grid; grid-template-columns: 1.35fr 1fr; gap: 70px; align-items: end; }
.ai-heading > p { max-width: 340px; color: var(--muted); font-size: 18px; line-height: 1.7; margin-bottom: 4px; }
.capture-demo { display: grid; grid-template-columns: 1fr 70px .8fr; align-items: center; gap: 35px; margin-top: 64px; padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.example-controls { display: flex; flex-wrap: wrap; gap: 8px; }
.example-controls button { border: 1px solid #4c5d67; border-radius: 50px; padding: 10px 16px; color: #d4dce1; font-size: 12px; background: transparent; min-height: 42px; }
.example-controls button:hover { border-color: var(--cyan); }
.example-controls button[aria-pressed="true"] { background: var(--cyan); color: #082030; border-color: var(--cyan); }
.demo-input blockquote { font-family: var(--serif); font-size: clamp(33px, 3vw, 44px); line-height: 1.26; font-style: italic; letter-spacing: -.028em; margin: 28px 0 16px; min-height: 112px; max-width: 470px; }
.demo-caption { color: #9aabb5; font-size: 12px; line-height: 1.5; }
.demo-label { font-size: 11px; color: #acbbc5; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 17px; }
.demo-arrow { justify-self: center; color: #81939f; width: 40px; height: 40px; }
.draft-preview { border-radius: 16px; padding: 26px; background: #14232d; border: 1px solid #354650; box-shadow: 0 16px 45px rgba(0,0,0,.17); }
.draft-header { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; }
.draft-icon { color: var(--cyan); }
.draft-icon .icon { width: 20px; height: 20px; display: block; }
.draft-state { margin-left: auto; font-size: 10px; font-weight: 400; color: #a7bac5; }
.draft-preview dl { margin: 23px 0 0; }
.draft-preview dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.draft-preview dt { font-size: 12px; color: #a7bac5; }
.draft-preview dd { margin: 0; font-size: 14px; font-weight: 550; text-align: right; }
.draft-preview > p { display: flex; align-items: center; gap: 9px; font-size: 10px; margin-top: 11px; color: #a7bac5; }
.draft-preview > p .icon { width: 15px; height: 15px; flex-basis: 15px; color: #83c89c; }
.ai-footnotes { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; margin-top: 30px; }
.local-promise { position: relative; padding-left: 38px; font-size: 14px; line-height: 1.6; color: #d4dde2; }
.local-promise .icon { position: absolute; left: 0; top: 2px; color: var(--cyan); }
.ai-footnotes > div { color: #a9b5bd; font-size: 12px; line-height: 1.7; }
.ai-footnotes .demo-disclaimer { color: #8d9fa9; font-size: 10px; margin-top: 12px; }
.trust { display: grid; grid-template-columns: 1fr 1fr; background: #101b22; }
.trust-photo { min-height: 680px; }
.trust-photo img { height: 100%; object-fit: cover; object-position: 71% center; }
.trust-copy { padding: 88px clamp(38px, 5vw, 80px); }
.trust .section-index { color: var(--cyan); }
.trust h2 { font-size: clamp(42px, 4.2vw, 62px); }
.trust .section-lead { font-size: 20px; margin-top: 30px; }
.trust-copy > p:not(.section-index):not(.section-lead) { font-size: 15px; line-height: 1.7; color: #b5c0c7; margin-top: 18px; max-width: 450px; }
.private-note { margin-top: 30px; padding-top: 27px; border-top: 1px solid var(--line); display: flex; gap: 16px; font-size: 12px; line-height: 1.7; color: #a4b3bd; }
.private-note .icon { color: var(--cyan); margin-top: 3px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 10px; margin-top: 22px; color: var(--cyan); font-size: 13px; }
.text-link .icon { width: 18px; height: 18px; flex-basis: 18px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }
.pricing-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.pricing-heading > p { font-size: 18px; line-height: 1.6; color: #5c676c; padding-bottom: 5px; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 54px; }
.plan { padding: 37px 40px 27px; border: 1px solid #b6bfbe; border-radius: 8px; }
.plan h3 { font-size: 19px; letter-spacing: -.03em; font-weight: 600; }
.plan-title { display: flex; justify-content: space-between; align-items: center; }
.plan-title .icon { color: var(--cyan); }
.plan-price { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 15px; font-size: 61px; letter-spacing: -.055em; font-weight: 580; }
.plan-price span { font-size: 12px; letter-spacing: 0; color: #5c676c; font-weight: 400; }
.plan-promise { font-size: 21px; line-height: 1.5; letter-spacing: -.025em; margin-top: 24px; }
.plan-detail { margin-top: 18px; max-width: 350px; min-height: 70px; font-size: 14px; line-height: 1.7; color: #5c676c; }
.plan-bottom { display: block; border-top: 1px solid var(--paper-line); padding-top: 21px; margin-top: 30px; font-size: 12px; }
.plan-pro { background: #0a1821; color: var(--white); border-color: #0a1821; }
.plan-pro .plan-price span, .plan-pro .plan-detail { color: #abb9c2; }
.plan-pro .plan-bottom { border-color: var(--line); color: #d2dde3; }
.launch-note { display: flex; gap: 15px; justify-content: center; align-items: flex-start; text-align: left; margin-top: 38px; padding-top: 6px; }
.launch-note .status-dot { background: #267897; margin-top: 8px; }
.launch-note p { font-size: 12px; line-height: 1.65; color: #5c676c; }
.launch-note strong { color: var(--ink); font-size: 14px; font-weight: 600; }
.store-callout { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 42px; padding: 27px 30px; border: 1px solid var(--paper-line); background: rgba(255,255,255,.34); }
.store-callout p { font-size: 18px; line-height: 1.35; font-weight: 600; letter-spacing: -.02em; }
.app-store-badge-callout { width: 180px; flex: 0 0 180px; }
.faq { padding-bottom: 104px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; border-top: 1px solid var(--paper-line); padding-top: 56px; }
.faq h2 { font-size: 47px; }
.faq-list details { border-bottom: 1px solid var(--paper-line); }
.faq-list details:first-child { border-top: 1px solid var(--paper-line); }
.faq-list summary { position: relative; list-style: none; padding: 22px 35px 22px 0; font-size: 15px; font-weight: 550; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 25px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { font-size: 14px; color: #5c676c; line-height: 1.7; padding: 0 35px 25px 0; }
.site-footer { padding: 58px 0 26px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 45px; }
.footer-top p { font-size: 27px; line-height: 1.3; letter-spacing: -.04em; text-align: right; }
.footer-top em { color: #b5c1c8; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding-top: 24px; font-size: 11px; color: #a4b0b8; }
.footer-bottom nav { display: flex; gap: 25px; }
.footer-bottom a { padding-block: 10px; }
.footer-bottom a:hover { color: var(--cyan); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-product { animation: arrive .8s ease-out both; }
  .hero-product { animation-delay: .1s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}
@media (min-width: 1800px) {
  .hero-background img { object-position: center 42%; }
  .hero-grid, .site-header, .hero-bottom { width: min(100% - 112px, 1760px); }
  .hero-grid { min-height: 1050px; }
  .hero-product { width: 385px; }
}
@media (max-width: 1100px) {
  :root { --wrap: calc(100% - 64px); }
  .site-header { gap: 24px; }
  .main-nav { gap: 23px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 305px; gap: 30px; }
  h1 { font-size: 75px; }
  .hero-background img { object-position: 70% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,14,19,.83), rgba(8,14,19,.4) 47%, rgba(8,14,19,.08) 72%), linear-gradient(0deg, var(--night), transparent 30%); }
  .section { padding-block: 85px; }
  .essentials-grid { gap: 65px; }
  .ai-heading { gap: 40px; }
  .capture-demo { gap: 20px; grid-template-columns: 1fr 35px .9fr; }
  .draft-preview { padding: 22px; }
  .trust { grid-template-columns: .85fr 1fr; }
  .trust-copy { padding: 65px 35px; }
  .trust-photo { min-height: 660px; }
  .trust h2 { font-size: 47px; }
}
@media (max-width: 800px) {
  :root { --wrap: calc(100% - 48px); }
  .site-header { height: 83px; }
  .brand { width: 128px; flex-basis: 128px; }
  .main-nav { display: none; }
  .header-status { margin-left: auto; font-size: 11px; padding: 11px 13px; }
  .header-store-badge { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 44px; padding-top: 340px; padding-bottom: 85px; }
  .hero-background { height: 650px; }
  .hero-background img { object-position: 59% top; }
  .hero-shade { background: linear-gradient(0deg, var(--night) 0%, var(--night) calc(100% - 610px), transparent calc(100% - 300px), rgba(8,14,19,.23) 100%); }
  .hero-copy { text-align: center; max-width: 580px; margin: 0 auto; padding: 0; }
  h1 { font-size: 82px; }
  .hero-lead { margin-top: 26px; font-size: 21px; }
  .hero-description { margin-inline: auto; max-width: 325px; }
  .hero-product { width: 320px; justify-self: center; }
  .hero-bottom { font-size: 10px; }
  .hero-bottom span:last-child { text-align: right; }
  .hero-product figcaption { margin-top: 16px; }
  .essentials-grid, .ai-heading { grid-template-columns: 1fr; gap: 40px; }
  .section-intro { max-width: 580px; }
  .section-intro h2 { font-size: 75px; }
  .section-index { margin-bottom: 26px; }
  .section-intro > p:last-child { max-width: 440px; }
  .feature-list { padding: 0; }
  .feature-row p { max-width: 100%; }
  .ai-heading > p { max-width: 440px; font-size: 17px; }
  .capture-demo { grid-template-columns: 1fr; gap: 26px; padding: 34px 0; margin-top: 40px; }
  .demo-input blockquote { max-width: 540px; min-height: 0; font-size: 40px; }
  .demo-arrow { transform: rotate(90deg); width: 28px; height: 28px; }
  .draft-preview { width: 100%; max-width: 500px; justify-self: center; }
  .ai-footnotes { grid-template-columns: 1fr; gap: 22px; }
  .ai-footnotes > div { max-width: 550px; }
  .trust { grid-template-columns: 1fr; }
  .trust-photo { min-height: 0; height: 390px; }
  .trust-photo img { object-position: 80% 38%; }
  .trust-copy { width: var(--wrap); padding: 65px 0 72px; margin: 0 auto; }
  .trust h2 { font-size: 59px; }
  .pricing-heading { display: block; }
  .pricing-heading > p { margin-top: 28px; }
  .plans { gap: 18px; }
  .plan { padding: 29px 24px 24px; }
  .plan-price { font-size: 49px; gap: 8px; }
  .plan-promise { font-size: 18px; }
  .plan-detail { font-size: 13px; min-height: 92px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-top p { font-size: 23px; }
}
@media (max-width: 480px) {
  :root { --wrap: calc(100% - 40px); }
  .site-header { height: 78px; }
  .brand { width: 113px; flex-basis: 113px; }
  .header-status { font-size: 10px; gap: 8px; padding: 11px; }
  .hero-background { height: 485px; }
  .hero-background img { object-position: 59% top; }
  .hero-shade { background: linear-gradient(0deg, var(--night) 0%, var(--night) calc(100% - 470px), rgba(8,14,19,.2) calc(100% - 260px), rgba(8,14,19,.05) calc(100% - 110px), rgba(8,14,19,.35) 100%); }
  .hero-grid { padding-top: 232px; gap: 24px; }
  h1 { font-size: clamp(50px, 14vw, 61px); }
  .hero-lead { font-size: 18px; margin-top: 18px; }
  .hero-description { max-width: 280px; font-size: 13px; }
  .button { padding: 16px 22px; }
  .button-light { margin-top: 18px; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 10px; margin-top: 22px; }
  .app-store-badge-hero { width: 200px; }
  .hero-discover { padding-block: 10px; }
  .hero-availability { display: none; }
  .hero-product { width: min(286px, 100% - 30px); }
  .phone { border-radius: 43px; padding: 7px; }
  .phone img { border-radius: 35px; }
  .hero-bottom { font-size: 9px; gap: 8px; }
  .hero-bottom a { flex: 0 0 32px; }
  .section { padding-block: 66px; }
  .section-index { font-size: 10px; letter-spacing: .1em; }
  h2 { font-size: clamp(43px, 12vw, 55px); }
  .section-intro h2 { font-size: 66px; }
  .section-lead { font-size: 21px; }
  .feature-row { gap: 17px; padding: 26px 0; }
  .feature-icon { width: 43px; height: 43px; flex-basis: 43px; }
  .feature-row h3 { font-size: 19px; }
  .feature-row p { font-size: 14px; }
  .section-heading-row { align-items: start; gap: 14px; margin-bottom: 25px; }
  .quiet-label { font-size: 10px; white-space: nowrap; }
  .ai-heading { gap: 25px; }
  .ai-heading > p { font-size: 15px; }
  .demo-input blockquote { font-size: 34px; min-height: 129px; }
  .example-controls button { font-size: 11px; padding-inline: 15px; }
  .draft-preview { padding: 23px; }
  .ai-footnotes > div { font-size: 11px; }
  .local-promise { font-size: 12px; }
  .trust-photo { height: 320px; }
  .trust-photo img { object-position: 78% center; }
  .trust-copy { padding-block: 58px 63px; }
  .trust h2 { font-size: clamp(39px, 11vw, 49px); }
  .trust .section-lead { font-size: 19px; }
  .trust-copy > p:not(.section-index):not(.section-lead) { font-size: 14px; }
  .plans { grid-template-columns: 1fr; margin-top: 33px; }
  .plan { padding: 28px; }
  .plan-price { font-size: 58px; gap: 17px; }
  .plan-promise { font-size: 20px; }
  .plan-detail { min-height: 0; }
  .plan-bottom { margin-top: 25px; }
  .launch-note { gap: 11px; margin-top: 27px; }
  .launch-note p { font-size: 11px; }
  .store-callout { flex-direction: column; gap: 17px; margin-top: 30px; padding: 24px 20px; text-align: center; }
  .store-callout p { font-size: 16px; }
  .app-store-badge-callout { width: 180px; flex-basis: auto; }
  .faq { padding-bottom: 63px; }
  .faq-grid { padding-top: 39px; }
  .faq h2 { font-size: 45px; }
  .faq-list summary { font-size: 14px; }
  .faq-list details p { font-size: 13px; }
  .footer-top { flex-direction: column; align-items: start; gap: 30px; padding-bottom: 34px; }
  .footer-top p { text-align: left; font-size: 23px; }
  .footer-bottom { gap: 22px; flex-direction: column; font-size: 10px; }
  .footer-bottom nav { justify-content: space-between; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
