/* TalvraHub — base visual e componentes da landing existente. */
:root {
  --black: #08090b;
  --surface: #101216;
  --raised: #171a1f;
  --gold: #f1b800;
  --gold-2: #ffd044;
  --text: #f1f2f3;
  --muted: #a8abb2;
  --faint: #838892;
  --line: #292c32;
  --white: #fff;
  --radius: 8px;
  --radius-lg: 16px;
  --ease-out: cubic-bezier(.22,1,.36,1);
  --ease-move: cubic-bezier(.65,0,.35,1);
  /* Referência aprovada: os títulos do bloco Controle. */
  --story-title-size: clamp(35px,4vw,55px);
  --story-title-leading: 1.03;
  --story-title-tracking: -.05em;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: clip; }
body { font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background: var(--black); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
svg { display: block; }
::selection { color: #08090b; background: var(--gold); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.shell { width: min(1180px,calc(100% - 48px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--gold); color: #000; padding: 14px 18px; border-radius: var(--radius); font-weight: 700; }
.skip:focus { top: 12px; }
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease-out),transform .65s var(--ease-out); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.eyebrow { font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.mobile-swipe-hint { display: none; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 600; transition: transform 150ms ease,background-color 150ms ease,border-color 150ms ease; }
.button:active { transform: scale(.97); }
.button--small { min-height: 42px; padding-inline: 16px; font-size: 12px; }
.button--large { min-height: 54px; padding-inline: 24px; }
.button--primary { background: var(--gold); color: #08090b; box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
.button--outline,.button--ghost { border-color: var(--line); color: var(--text); }
.button--dark { background: var(--raised); color: var(--text); border-color: var(--line); }

/* Navegação e base do hero; a composição está em talvra-hero.css. */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background-color 180ms ease,border-color 180ms ease; }
.nav__inner { display: flex; align-items: center; }
.nav__links { display: flex; align-items: center; margin-left: auto; }
.nav__links a,.nav__login { transition: color 150ms ease; }
.nav__actions { display: flex; align-items: center; border-left: 1px solid var(--line); }
.nav__menu { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); color: var(--text); border-radius: var(--radius); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.nav__menu span { width: 18px; height: 1px; background: var(--text); transition: transform 180ms ease; }
.nav__menu[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav__menu[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.nav__mobile { position: absolute; left: 0; right: 0; border-bottom: 1px solid var(--line); padding: 18px 24px; display: grid; }
.nav__mobile[hidden] { display: none; }
.nav__mobile a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; min-height: 46px; }
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -1; }
.hero__grid { display: grid; align-items: center; }
.hero__copy,.hero__art { position: relative; }
.hero__actions,.hero__trust { display: flex; flex-wrap: wrap; }
.hero__trust { list-style: none; }
.hero__trust i { font-style: normal; }
.proof__items { display: grid; grid-template-columns: repeat(4,1fr); }
.proof__items span { display: grid; border-right: 1px solid var(--line); }
.proof__items span:last-child { border-right: 0; }

/* Recursos organizados em módulos. */
.capabilities { padding: 100px 0; background: #0d0f12; border-bottom: 1px solid var(--line); }
.section-head { max-width: 690px; }
.section-head--center { margin: 0 auto 48px; text-align: center; }
.section-head h2,.api-section__copy h2,.official__copy h2,.final-cta h2 { font-size: var(--story-title-size); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; text-wrap: balance; }
.section-head > p:last-child { margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.capabilities__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.capability { position: relative; min-width: 0; min-height: 218px; padding: 30px; background: #101216; }
.capability__icon { display: inline-flex; align-items: center; justify-content: center; color: var(--gold); width: 44px; height: 44px; border: 1px solid #373326; border-radius: 10px; background: #191811; }
.capability__icon svg { width: 23px; height: 23px; }
.capability h3 { font-size: 17px; line-height: 1.35; font-weight: 600; margin: 24px 0 12px; }
.capability p { max-width: 310px; font-size: 13px; line-height: 1.75; color: var(--muted); }

/* Uma única regra governa as duas narrativas, incluindo todos os títulos. */
.product-story,.groups-story { position: relative; background: var(--black); }
.groups-story { border-top: 1px solid var(--line); }
.product-story__grid,.groups-story__grid { display: grid; grid-template-columns: .72fr 1.28fr; grid-template-areas: "intro visual" "copy visual"; align-items: start; column-gap: 54px; padding-top: 84px; }
.groups-story__grid { grid-template-columns: 1.28fr .72fr; grid-template-areas: "visual intro" "visual copy"; }
.product-story__intro,.groups-story__intro { grid-area: intro; max-width: 430px; min-width: 0; }
.product-story__intro > p:last-child,.groups-story__intro > p:last-child { max-width: 370px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-story__copy,.groups-story__copy { grid-area: copy; min-width: 0; }
.story-step,.groups-step { min-height: 64vh; max-width: 430px; padding: 18vh 0 10vh; border-top: 1px solid #26282c; opacity: .4; transition: opacity 220ms ease; }
.story-step.is-active,.groups-step.is-active { opacity: 1; }
.story-step__index,.groups-step__phase { display: block; color: var(--gold); font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-step h2,.groups-step h3 {
  font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size: var(--story-title-size);
  line-height: var(--story-title-leading);
  letter-spacing: var(--story-title-tracking);
  font-weight: 700;
  color: #fff;
  margin: 18px 0;
}
.story-step p,.groups-step p { font-size: 15px; line-height: 1.7; color: var(--muted); }
.product-story__visual,.groups-story__visual { grid-area: visual; align-self: stretch; padding-top: 18px; min-width: 0; }
.product-story__visual-sticky,.groups-story__visual-sticky { position: sticky; top: 116px; }
.dashboard-frame,.groups-dashboard-frame { margin: 0; }
.dashboard-frame img,.groups-dashboard-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1672/941; object-fit: contain; border-radius: 0; }
.story-caption { display: flex; justify-content: space-between; gap: 16px; margin: 20px 4px 0; font-size: 10px; color: var(--faint); line-height: 1.5; }
.story-caption span:first-child { color: #c3c6cc; }
.story-progress,.groups-story__progress { height: 2px; margin-top: 18px; background: var(--line); overflow: hidden; }
.story-progress span,.groups-story__progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(.25); transform-origin: left; transition: transform 220ms var(--ease-out); }
.groups-story__progress span { transform: scaleX(.2); }
.groups-story__cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px 0 56px; border-top: 1px solid var(--line); }
.groups-story__cta > div { max-width: 650px; }
.groups-story__cta > div > span { display: block; margin-bottom: 16px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.groups-story__cta strong { display: block; font-size: 30px; line-height: 1.15; letter-spacing: -.035em; font-weight: 600; }
.groups-story__cta p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-top: 12px; }
.groups-story__cta-link { flex-shrink: 0; display: flex; justify-content: space-between; gap: 40px; min-height: 52px; align-items: center; border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 600; }
.groups-story__cta-link span { color: var(--gold); }

/* API: contraste entre superfícies e exemplo legível. */
.api-section { padding: 100px 0; background: #0d0f12; border-block: 1px solid var(--line); }
.api-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.api-section__copy > p:not(.eyebrow) { margin: 24px 0; font-size: 14px; line-height: 1.8; color: var(--muted); }
.check-list { display: grid; gap: 14px; list-style: none; margin-bottom: 32px; font-size: 13px; color: #c4c7cd; }
.check-list i { color: var(--gold); font-style: normal; margin-right: 12px; }
.code-window { min-width: 0; background: #08090b; border: 1px solid #34373e; border-radius: 14px; box-shadow: 0 30px 80px #0005; overflow: hidden; }
.code-window__bar { display: flex; align-items: center; gap: 6px; padding: 17px 20px; border-bottom: 1px solid var(--line); background: #16191e; }
.code-window__bar > span { width: 6px; height: 6px; border-radius: 50%; background: #686d76; }
.code-window__bar b { margin-left: auto; color: #9298a3; font: 11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace; }
.code-window pre { padding: 30px 22px; color: #c4c7cd; font: 11px/1.9 ui-monospace,SFMono-Regular,Consolas,monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.code-window em { color: var(--gold); font-style: normal; }
.code-window strong { color: #cbc5a7; font-weight: 400; }
.code-window code > span { color: #d6dae1; }
.code-window__response { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 16px 20px; font: 10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace; color: var(--muted); background: #111714; border-top: 1px solid #23322a; }
.code-window__response b { color: #90c5a3; font-weight: 500; }

/* Cloud API: caminho do envio e nova composição visual. */
.official { padding: 110px 0; }
.official__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.official__copy > p:not(.eyebrow):not(.official__note) { margin: 24px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.official__features { display: grid; gap: 22px; list-style: none; margin: 30px 0 34px; }
.official__features li { display: flex; align-items: flex-start; gap: 15px; }
.official__features li > span { color: var(--gold); line-height: 1.5; }
.official__features h3 { font-size: 14px; line-height: 1.5; font-weight: 600; }
.official__features p { margin-top: 5px; font-size: 12px; line-height: 1.7; color: var(--muted); }
.official__note { margin-top: 14px; font-size: 10px; color: #999da6; line-height: 1.6; }
.official__visual { border: 1px solid #353431; background: radial-gradient(ellipse at 60% 0%,#f1b80008,transparent 65%),#111317; border-radius: 18px; box-shadow: 0 24px 70px #0004; overflow: hidden; }
.official__visual-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 23px; border-bottom: 1px solid var(--line); color: #babdc4; font-size: 11px; line-height: 1.5; }
.official__tag { border: 1px solid #49402b; padding: 5px 8px; border-radius: 5px; color: #d6c083; white-space: nowrap; font-size: 9px; }
.official-route { padding: 32px; }
.official-route__node { display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid #30343b; border-radius: 10px; background: #191c21; }
.official-route__node--hub { border-color: #645329; background: #1b1b18; }
.official-route__node img,.official-route__symbol { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 10px; }
.official-route__symbol { display: grid; place-items: center; background: #111418; color: #d7d9de; border: 1px solid #34383f; }
.official-route__symbol svg { width: 25px; height: 25px; }
.official-route__node b { display: block; font-size: 14px; font-weight: 600; line-height: 1.4; }
.official-route__node small { display: block; margin-top: 5px; font-size: 10px; line-height: 1.5; color: var(--muted); }
.official-route__number { margin-left: auto; color: #8c9099; font-size: 10px; }
.official-route__line { position: relative; width: 1px; height: 34px; margin-left: 40px; background: #514525; overflow: hidden; }
.official-route__line span { position: absolute; top: 0; left: 0; width: 100%; height: 12px; background: var(--gold); animation: route-packet 2s linear infinite; }
@keyframes route-packet { from { transform: translateY(-12px); } to { transform: translateY(40px); } }
.official__receipt { display: flex; align-items: flex-start; gap: 15px; padding: 22px 28px; border-top: 1px solid var(--line); background: #0f1114; }
.official__receipt > span { color: var(--gold); font-size: 21px; }
.official__receipt p { color: #a3a8b1; font-size: 11px; line-height: 1.7; }

/* Plano gratuito, dúvidas, convite final e rodapé. */
.facts { background: #111317; padding: 40px 0; border-block: 1px solid var(--line); }
.facts__label { text-align: center; color: var(--faint); font-size: 10px; letter-spacing: .08em; margin-bottom: 30px; }
.facts__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.fact { display: flex; align-items: center; gap: 15px; padding: 0 30px; border-right: 1px solid var(--line); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border: 0; }
.fact b { color: #f0eee7; font-size: 30px; letter-spacing: -.04em; font-weight: 600; }
.fact span { max-width: 130px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.faq { padding: 100px 0; }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.faq .section-head { position: sticky; top: 116px; }
.faq__list { display: grid; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.faq__item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 15px; line-height: 1.4; font-weight: 500; cursor: pointer; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary i { position: relative; width: 14px; height: 14px; flex: 0 0 14px; }
.faq__item summary i::before,.faq__item summary i::after { content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 1px; background: var(--gold); transition: transform 180ms ease; }
.faq__item summary i::after { transform: rotate(90deg); }
.faq__item[open] summary i::after { transform: rotate(0); }
.faq__item p { padding: 0 30px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.final-cta { border-block: 1px solid var(--line); background: #111317; overflow: hidden; }
.final-cta__inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; padding-block: 80px; }
.final-cta__copy > p:not(.eyebrow) { margin: 24px 0 28px; font-size: 15px; line-height: 1.7; color: var(--muted); }
.final-cta__detail { display: block; margin-top: 16px; font-size: 11px; color: var(--faint); }
.final-cta__icon { width: min(100%,320px); height: auto; justify-self: end; border-radius: 24%; transform: rotate(-7deg); box-shadow: 0 25px 80px #0006; }
.footer { padding: 60px 0 26px; background: var(--black); }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.footer__wordmark { position: relative; display: block; width: 210px; height: 58px; overflow: hidden; margin-bottom: 20px; }
.footer__wordmark img { position: absolute; top: 50%; width: 100%; height: auto; transform: translateY(-52%); }
.footer__brand p { max-width: 285px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.footer h3 { color: #dfdfe1; font-size: 12px; font-weight: 600; margin-bottom: 9px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; gap: 13px; }
.footer a { font-size: 12px; color: #9ca1aa; transition: color 150ms ease; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.6; color: var(--faint); }

/* Cursor original preservado, com nomes da nova marca. */
.th-cursor { display: none; }
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  html.th-cursor-enabled,html.th-cursor-enabled a,html.th-cursor-enabled button,html.th-cursor-enabled summary { cursor: none; }
  .th-cursor { position: fixed; left: 0; top: 0; z-index: 9999; display: block; width: 22px; height: 26px; pointer-events: none; opacity: 0; transform: translate3d(-40px,-40px,0); transition: opacity 120ms ease; }
  .th-cursor::before { content: ""; position: absolute; inset: 0; background: var(--gold); clip-path: polygon(0 0,0 100%,28% 73%,46% 100%,62% 91%,43% 64%,79% 64%); filter: drop-shadow(0 1px 1px #000); }
  .th-cursor span { position: absolute; left: -7px; top: -7px; width: 34px; height: 34px; border: 1px solid #f1b80073; border-radius: 50%; opacity: 0; transform: scale(.72); transition: transform 150ms ease,opacity 150ms ease; }
  .th-cursor.is-visible { opacity: 1; }
  .th-cursor.is-interactive span { opacity: 1; transform: scale(1); }
  .th-cursor.is-pressed span { transform: scale(.8); }
}
@media (hover:hover) and (pointer:fine) {
  .button--primary:hover { background: var(--gold-2); }
  .button--outline:hover,.button--ghost:hover { background: var(--raised); }
  .footer a:hover { color: var(--gold); }
}
@media (max-width:1020px) {
  .nav__links { display: none; }
  .nav__actions { margin-left: auto; }
  .nav__menu { display: flex; }
  .product-story__grid,.groups-story__grid { column-gap: 32px; }
  .api-section__grid,.official__grid,.faq__grid { gap: 38px; }
  .official-route { padding: 24px; }
  .official-route__node { padding: 14px; gap: 12px; }
  .official-route__number { display: none; }
  .fact { padding-inline: 16px; }
  .footer__grid { gap: 30px; }
}
@media (max-width:760px) {
  :root { --story-title-size: 29px; }
  html { scroll-padding-top: 92px; }
  .shell { width: calc(100% - 32px); }
  .nav__actions { display: none; }
  .nav__mobile { padding: 10px 20px 18px; }
  .button { min-height: 50px; }
  .button--large { min-height: 52px; padding-inline: 18px; }
  .eyebrow { font-size: 10px; margin-bottom: 14px; }
  .proof__items { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof__items span { border-bottom: 1px solid var(--line); }
  .proof__items span:nth-child(even) { border-right: 0; }
  .proof__items span:nth-child(n+3) { border-bottom: 0; }
  .capabilities,.api-section,.official,.faq { padding: 64px 0; }
  .section-head--center { text-align: left; margin-bottom: 28px; }
  .section-head h2,.api-section__copy h2,.official__copy h2,.final-cta h2 { font-size: clamp(32px,8.5vw,42px); }
  .section-head > p:last-child { font-size: 13px; margin-top: 18px; }
  .mobile-swipe-hint { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; color: var(--muted); margin-bottom: 14px; }
  .capabilities__grid { display: flex; width: calc(100% + 16px); padding-right: 16px; gap: 12px; background: none; border: 0; border-radius: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .capability { flex: 0 0 min(80vw,310px); min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: 12px; scroll-snap-align: start; }
  .capability h3 { font-size: 16px; margin-top: 20px; }
  .capability p { font-size: 12px; }
  .product-story,.groups-story { padding: 64px 0; overflow: hidden; }
  .product-story__grid,.groups-story__grid { display: flex; flex-direction: column; padding-top: 0; gap: 0; }
  .product-story__intro,.groups-story__intro { order: 1; max-width: none; }
  .product-story__intro > p:last-child,.groups-story__intro > p:last-child { font-size: 13px; line-height: 1.55; max-width: 470px; }
  .product-story__visual,.groups-story__visual { order: 2; width: 100%; margin: 26px 0 24px; padding: 0; }
  .product-story__visual-sticky,.groups-story__visual-sticky { position: static; }
  .dashboard-frame img,.groups-dashboard-frame img { width: 100%; border-radius: 8px; }
  .story-caption { margin-top: 12px; font-size: 9px; }
  .story-progress,.groups-story__progress { display: none; }
  .product-story__hint,.groups-story__hint { order: 3; width: 100%; }
  .product-story__copy,.groups-story__copy { order: 4; display: flex; width: calc(100% + 16px); padding-right: 16px; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .capabilities__grid::-webkit-scrollbar,.product-story__copy::-webkit-scrollbar,.groups-story__copy::-webkit-scrollbar { display: none; }
  .story-step,.groups-step { flex: 0 0 min(84vw,310px); min-height: 320px; max-width: none; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); opacity: 1; scroll-snap-align: start; transition: border-color 150ms ease; }
  .story-step.is-active,.groups-step.is-active { border-color: #76622f; }
  .story-step h2,.groups-step h3 { font-size: var(--story-title-size); line-height: 1.04; margin: 14px 0; }
  .story-step p,.groups-step p { font-size: 13px; line-height: 1.58; }
  .groups-story__cta { flex-direction: column; align-items: stretch; gap: 24px; margin-top: 32px; padding: 32px 0 0; }
  .groups-story__cta strong { font-size: 28px; }
  .groups-story__cta p { font-size: 12px; }
  .api-section__grid,.official__grid,.faq__grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .api-section__copy > p:not(.eyebrow),.official__copy > p:not(.eyebrow):not(.official__note) { font-size: 13px; }
  .api-section .button,.official .button { width: 100%; }
  .code-window pre { font-size: 10px; padding: 22px 16px; }
  .official__visual-header { padding: 20px; font-size: 10px; }
  .official-route { padding: 24px 20px; }
  .official-route__node { padding: 16px; }
  .official-route__node b { font-size: 13px; }
  .official-route__node small { font-size: 10px; }
  .official__receipt { padding: 20px; }
  .facts { padding: 32px 0; }
  .facts__label { line-height: 1.6; font-size: 9px; }
  .facts__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fact,.fact:first-child { padding: 20px 10px; border-bottom: 1px solid var(--line); gap: 10px; }
  .fact:nth-child(even) { border-right: 0; }
  .fact:nth-child(n+3) { border-bottom: 0; }
  .fact b { font-size: 25px; }
  .fact span { font-size: 10px; }
  .faq .section-head { position: static; }
  .faq__item summary { padding-block: 22px; font-size: 14px; }
  .faq__item p { font-size: 12px; }
  .final-cta__inner { grid-template-columns: minmax(0,1fr); padding-block: 54px; gap: 36px; }
  .final-cta__icon { width: 150px; justify-self: center; order: -1; }
  .final-cta__copy > p:not(.eyebrow) { font-size: 13px; }
  .final-cta .button { width: 100%; }
  .footer { padding: 44px 0 22px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer__brand { grid-column: 1/-1; }
  .footer__wordmark { width: 192px; height: 53px; }
  .footer__bottom { align-items: flex-start; margin-top: 36px; font-size: 9px; }
}
@media (max-width:380px) {
  :root { --story-title-size: 28px; }
  .story-step,.groups-step { flex-basis: 86vw; }
  .official-route__node { gap: 10px; padding: 13px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .motion-ready .reveal { opacity: 1; transform: none; transition: none; }
  .story-step,.groups-step { opacity: 1; transition: none; }
  .story-progress span,.groups-story__progress span,.button,.nav,.nav__menu span,.nav__links a,.nav__login,.footer a,.faq__item summary i::after { transition: none; }
  .official-route__line span { animation: none; }
}
