/* Fontes hospedadas localmente (melhor desempenho e sem dependência externa) */
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/barlow-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/barlow-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Big Shoulders Display"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/big-shoulders-display-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Big Shoulders Display"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/big-shoulders-display-latin-900-normal.woff2") format("woff2"); }

/* StartFit Academia — tokens vindos do próprio galpão:
   parede preta, faixa verde pintada, pista vermelha e as linhas creme da pista. */
:root {
  --parede: #131512;
  --concreto: #1c1f1b;
  --concreto-2: #252923;
  --verde: #2ef23c;
  --verde-marca: #00fd00;
  --pista: #b3303a;
  --linha: #e7e1c5;
  --texto: #eef0ea;
  --suave: #a3aa9f;
  --raio: 10px;

  --f-display: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
  --f-texto: "Barlow", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --max: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --topo-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topo-h) + env(safe-area-inset-top, 0px) + 16px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--parede);
  color: var(--texto);
  font-family: var(--f-texto);
  font-size: 1.0625rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, picture { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--verde); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--verde); color: var(--parede); padding: 10px 16px; border-radius: 6px; font-weight: 600; }
.skip:focus { top: 12px; }

.ico { width: 1.25em; height: 1.25em; flex: none; }

/* ---------- Botões e links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 52px; padding: 0 26px;
  background: var(--verde); color: var(--parede);
  font: 600 1.02rem/1 var(--f-texto);
  text-decoration: none; border: 2px solid var(--verde); border-radius: 999px;
  cursor: pointer; transition: background-color .2s, color .2s, transform .2s;
}
.btn:hover { background: var(--texto); border-color: var(--texto); }
.btn:active { transform: scale(.98); }
.btn--small { min-height: 42px; padding: 0 18px; font-size: .95rem; }
.btn--linha { background: transparent; color: var(--texto); border-color: rgba(238,240,234,.35); }
.btn--linha:hover { background: var(--verde); border-color: var(--verde); color: var(--parede); }
.btn--escuro { background: var(--parede); color: var(--texto); border-color: var(--parede); }
.btn--escuro:hover { background: var(--concreto-2); border-color: var(--concreto-2); color: var(--verde); }
.btn--cheio { width: 100%; }

.link-forte {
  color: var(--texto); font-weight: 600; text-decoration: underline;
  text-decoration-color: var(--verde); text-decoration-thickness: 2px; text-underline-offset: 6px;
  transition: color .2s;
}
.link-forte:hover { color: var(--verde); }

/* ---------- Topo ---------- */
.topo {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding-top: env(safe-area-inset-top, 0px);
  background: rgba(19,21,18,.82);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(238,240,234,.07);
}
.topo__inner { max-width: var(--max); margin: 0 auto; height: var(--topo-h); padding: 0 var(--gutter); display: flex; align-items: center; gap: 32px; }
.topo__logo img { width: 104px; height: auto; }
.topo__nav { display: flex; gap: 28px; margin-left: auto; }
.topo__nav a { text-decoration: none; color: var(--suave); font-weight: 500; font-size: .98rem; transition: color .2s; }
.topo__nav a:hover { color: var(--texto); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  max-width: var(--max); margin: 0 auto;
  min-height: min(100svh, 920px);
  padding: calc(var(--topo-h) + env(safe-area-inset-top, 0px) + 48px) var(--gutter) 72px;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 24px;
}
.hero__texto { position: relative; z-index: 2; }
.hero__titulo { font-family: var(--f-display); font-weight: 900; text-transform: uppercase; line-height: .82; letter-spacing: -.01em; }
.hero__linha { display: block; font-size: clamp(5rem, 13.5vw, 11.5rem); }
.hero__local {
  display: block; margin-top: 28px;
  font-family: var(--f-texto); font-weight: 500; text-transform: none; letter-spacing: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.3; color: var(--verde);
}
.hero__lead { margin-top: 18px; max-width: 34em; color: var(--suave); font-size: 1.12rem; }
.hero__acoes { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; }

.hero__play { position: relative; width: 100%; max-width: 560px; justify-self: end; aspect-ratio: 100 / 115.47; }
.hero__foto { position: absolute; inset: 0; clip-path: polygon(4% 3.46%, 96% 50%, 4% 96.54%); overflow: hidden; }
.hero__foto img { width: 100%; height: 100%; object-fit: cover; object-position: 38% 50%; transform: scale(1.08); animation: foto-entra 1.4s .35s cubic-bezier(.2,.7,.2,1) forwards; opacity: 0; }
.hero__contorno { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; transform: translate(-7%, -5%); }
.hero__contorno path { fill: none; stroke: var(--verde-marca); stroke-width: .9; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: traca 1.3s .1s cubic-bezier(.65,0,.35,1) forwards; }
.hero__linha, .hero__local, .hero__lead, .hero__acoes { opacity: 0; transform: translateY(18px); animation: sobe .8s cubic-bezier(.2,.7,.2,1) forwards; }
.hero__linha:nth-child(1) { animation-delay: .15s; }
.hero__linha:nth-child(2) { animation-delay: .28s; }
.hero__local { animation-delay: .6s; }
.hero__lead { animation-delay: .7s; }
.hero__acoes { animation-delay: .8s; }

@keyframes traca { to { stroke-dashoffset: 0; } }
@keyframes foto-entra { to { opacity: 1; transform: scale(1); } }
@keyframes sobe { to { opacity: 1; transform: none; } }

/* ---------- Pista (faixa de destaques) ---------- */
.pista {
  position: relative; overflow: hidden;
  background: var(--pista);
  border-block: 3px solid var(--linha);
  padding: 22px 0;
}
.pista::before { /* linha tracejada central da pista */
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 3px; transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, rgba(231,225,197,.28) 0 56px, transparent 56px 120px);
  pointer-events: none;
}
.pista__trilho { display: flex; width: max-content; animation: corre 38s linear infinite; }
.pista__lista { display: flex; margin: 0; padding: 0; list-style: none; }
.pista__lista li {
  position: relative; z-index: 1;
  padding: 0 34px; white-space: nowrap;
  font-family: var(--f-display); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.1;
  color: var(--linha); background: var(--pista);
}
.pista:hover .pista__trilho { animation-play-state: paused; }
@keyframes corre { to { transform: translateX(-50%); } }

/* ---------- Seções ---------- */
.secao { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 11vw, 140px) var(--gutter) 0; }
.secao__cabeca { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 48px; align-items: end; margin-bottom: 48px; }
.titulo { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.6rem, 5.4vw, 4.4rem); line-height: .95; letter-spacing: -.005em; max-width: 15ch; }
.subtitulo { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.3rem); line-height: 1; }
.secao__intro { color: var(--suave); max-width: 36em; font-size: 1.1rem; }

/* ---------- Galeria ---------- */
.galeria { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: clamp(180px, 20vw, 260px); grid-auto-flow: dense; gap: 12px; }
.galeria__item { margin: 0; position: relative; overflow: hidden; border-radius: var(--raio); background: var(--concreto); }
.galeria__item--grande { grid-column: span 2; grid-row: span 2; }
.galeria__item--alta { grid-row: span 2; }
.galeria__item picture, .galeria__item img { width: 100%; height: 100%; }
.galeria__item img { object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.galeria__item:hover img { transform: scale(1.03); }
.galeria__item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 40px 16px 14px;
  background: linear-gradient(transparent, rgba(12,14,11,.88));
  font-size: .95rem; font-weight: 500;
}

/* ---------- Raias (planos) ---------- */
.raias { list-style: none; margin: 0; padding: 0; border-top: 2px solid rgba(231,225,197,.22); }
.raia {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.4fr) 210px; align-items: center; gap: 16px 32px;
  padding: 26px 20px; border-bottom: 2px solid rgba(231,225,197,.22);
}
.raia__nome { font-family: var(--f-display); font-weight: 800; font-size: 2rem; line-height: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.raia__preco { font-family: var(--f-display); font-weight: 900; font-size: clamp(2.6rem, 4.4vw, 3.4rem); line-height: 1; white-space: nowrap; }
.raia__preco .rs { font-size: .42em; font-weight: 800; margin-right: .18em; vertical-align: .9em; }
.raia__preco .mes { font-family: var(--f-texto); font-weight: 500; font-size: .3em; color: var(--suave); margin-left: .25em; }
.raia__cond { color: var(--suave); }
.raia--destaque { background: var(--verde); color: var(--parede); border-radius: var(--raio); border-bottom-color: transparent; margin-top: -2px; }
.raia--destaque .mes, .raia--destaque .raia__cond { color: rgba(19,21,18,.72); }
.selo { font-family: var(--f-texto); font-size: .82rem; font-weight: 600; background: var(--parede); color: var(--verde); padding: 5px 10px; border-radius: 999px; line-height: 1; }
.raias--compactas .raia__nome { font-size: 1.7rem; }
.raia > .btn { width: 100%; }

.bloco-nutri {
  margin-top: 56px; padding: clamp(24px, 4vw, 44px);
  background: var(--concreto); border-radius: calc(var(--raio) + 6px);
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px 48px; align-items: center;
}
.bloco-nutri__texto p { margin: 14px 0 22px; color: var(--suave); max-width: 32em; }
.tabela-wrap { overflow-x: auto; }
.tabela { width: 100%; border-collapse: collapse; font-size: 1.02rem; min-width: 420px; }
.tabela th, .tabela td { text-align: left; padding: 14px 12px; border-bottom: 1px solid rgba(238,240,234,.1); }
.tabela thead th { color: var(--suave); font-weight: 500; font-size: .92rem; }
.tabela tbody th { font-weight: 600; }
.tabela td:last-child { font-weight: 600; color: var(--verde); white-space: nowrap; }

.agregadores { margin-top: 32px; padding-left: 18px; border-left: 3px solid var(--verde); color: var(--suave); max-width: 40em; }

/* ---------- Funcional ---------- */
.turmas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.turma { background: var(--concreto); border-radius: calc(var(--raio) + 6px); padding: clamp(24px, 3.4vw, 40px); display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.semana { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; width: 100%; max-width: 420px; }
.semana li { text-align: center; padding: 12px 0; border-radius: 8px; font-weight: 600; font-size: .95rem; color: var(--suave); background: var(--concreto-2); }
.semana li.on { background: var(--verde); color: var(--parede); }
.turma__hora { font-family: var(--f-display); font-weight: 800; font-size: 2.2rem; line-height: 1; }
.turma__preco { color: var(--suave); margin-top: -8px; }
.turma .btn { margin-top: auto; }

/* ---------- Horários e local ---------- */
.local { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 56px; align-items: start; }
.relogio { margin-top: 36px; display: grid; gap: 26px; }
.relogio__linha { display: grid; gap: 10px; }
.relogio__dia { font-weight: 600; }
.relogio__eixo { position: relative; height: 54px; border-radius: 8px; background: repeating-linear-gradient(90deg, var(--concreto) 0 calc(100% / 24 - 2px), var(--parede) calc(100% / 24 - 2px) calc(100% / 24)); }
.relogio__barra {
  position: absolute; top: 0; bottom: 0;
  left: calc(var(--ini) / 24 * 100%); width: calc((var(--fim) - var(--ini)) / 24 * 100%);
  background: var(--verde); color: var(--parede); border-radius: 8px;
  display: flex; align-items: center; padding: 0 14px;
  font-family: var(--f-display); font-weight: 800; font-size: 1.35rem; white-space: nowrap;
}
.relogio__barra--curta span { position: absolute; left: calc(100% + 12px); color: var(--texto); }
.relogio__escala { display: flex; justify-content: space-between; color: var(--suave); font-size: .85rem; margin-top: -12px; }
.local__endereco address { font-style: normal; margin-top: 28px; display: grid; gap: 14px; }
.local__rua { font-size: 1.25rem; line-height: 1.4; }
.local__foto { margin-top: 28px; border-radius: var(--raio); overflow: hidden; aspect-ratio: 4 / 3; }
.local__foto img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

/* ---------- FAQ ---------- */
.faq { margin-top: 36px; border-top: 1px solid rgba(238,240,234,.12); max-width: 900px; }
.faq details { border-bottom: 1px solid rgba(238,240,234,.12); }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 48px 22px 0; position: relative;
  font-weight: 600; font-size: 1.15rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { /* triângulo de play que gira ao abrir */
  content: ""; position: absolute; right: 8px; top: 50%; width: 0; height: 0;
  border-left: 11px solid var(--verde); border-top: 7px solid transparent; border-bottom: 7px solid transparent;
  transform: translateY(-50%); transition: transform .25s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(90deg); }
.faq details p { padding: 0 0 24px; color: var(--suave); max-width: 44em; }

/* ---------- CTA final ---------- */
.final {
  margin: clamp(90px, 12vw, 150px) auto 0; max-width: var(--max);
  padding: clamp(40px, 6vw, 72px) var(--gutter);
  background: var(--verde); color: var(--parede);
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 28px;
}
@media (min-width: 1240px) { .final { border-radius: calc(var(--raio) + 6px); } }
.final__titulo { font-family: var(--f-display); font-weight: 900; font-size: clamp(2.4rem, 5.6vw, 4.6rem); line-height: .92; max-width: 13ch; }

/* ---------- Rodapé ---------- */
.rodape { padding: 72px var(--gutter) calc(40px + env(safe-area-inset-bottom, 0px)); }
.rodape__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: auto 1fr 1fr; gap: 32px 56px; align-items: start; }
.rodape__inner > img { width: 130px; height: auto; }
.rodape__col { display: grid; gap: 6px; color: var(--suave); }
.rodape__col a { color: var(--texto); text-decoration: none; }
.rodape__col a:hover { color: var(--verde); }
.rodape__legal { grid-column: 1 / -1; color: var(--suave); font-size: .9rem; padding-top: 24px; border-top: 1px solid rgba(238,240,234,.1); }

/* ---------- Barra fixa mobile ---------- */
.barra-wa {
  display: none; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 40;
  min-height: 54px; align-items: center; justify-content: center; gap: 10px;
  background: var(--verde); color: var(--parede); border-radius: 999px;
  font-weight: 600; text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
  transform: translateY(140%); transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.barra-wa.visivel { transform: none; }

/* ---------- Modal ---------- */
.modal {
  width: min(460px, calc(100vw - 24px)); max-height: calc(100svh - 24px);
  padding: 0; border: 0; border-radius: calc(var(--raio) + 8px);
  background: var(--concreto); color: var(--texto);
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.modal::backdrop { background: rgba(8,9,8,.78); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.modal[open] { animation: modal-abre .28s cubic-bezier(.2,.7,.2,1); }
@keyframes modal-abre { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.modal__form { position: relative; padding: 34px clamp(22px, 5vw, 34px) 26px; display: grid; gap: 14px; }
.modal__fechar { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; color: var(--suave); cursor: pointer; display: grid; place-items: center; }
.modal__fechar:hover { background: var(--concreto-2); color: var(--texto); }
.modal__fechar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.modal__titulo { font-family: var(--f-display); font-weight: 800; font-size: 2.3rem; line-height: 1; padding-right: 40px; }
.modal__assunto { color: var(--suave); }
.modal__assunto strong { color: var(--verde); font-weight: 600; }
.modal__apoio { color: var(--suave); font-size: .96rem; margin-bottom: 4px; }
.campo { display: grid; gap: 6px; }
.campo label { font-weight: 600; font-size: .95rem; }
.campo input {
  width: 100%; min-height: 52px; padding: 0 16px;
  font: 500 1.05rem var(--f-texto); color: var(--texto);
  background: var(--parede); border: 2px solid var(--concreto-2); border-radius: 10px;
  transition: border-color .2s;
}
.campo input::placeholder { color: #5f665b; }
.campo input:focus { outline: none; border-color: var(--verde); }
.campo input[aria-invalid="true"] { border-color: #ff6b6b; }
.campo__erro { color: #ff8a8a; font-size: .9rem; min-height: 0; }
.campo__erro:empty { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.modal .btn--cheio { margin-top: 8px; }
.modal__lgpd { color: var(--suave); font-size: .84rem; text-align: center; }
.modal__lgpd a, .rodape__legal a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.rodape__legal a:hover { color: var(--verde); }
/* Páginas de texto (privacidade, 404) */
.texto-pagina { max-width: 760px; margin: 0 auto; padding: calc(var(--topo-h) + 56px) var(--gutter) 96px; }
.texto-pagina h1 { font-family: var(--f-display); font-weight: 900; font-size: clamp(2.8rem, 7vw, 4.6rem); line-height: .92; margin-bottom: 12px; }
.texto-pagina h2 { font-family: var(--f-display); font-weight: 800; font-size: 1.8rem; line-height: 1; margin: 44px 0 12px; }
.texto-pagina p, .texto-pagina li { color: var(--suave); }
.texto-pagina p + p { margin-top: 12px; }
.texto-pagina ul { padding-left: 1.2em; display: grid; gap: 6px; }
.texto-pagina a { color: var(--texto); text-decoration-color: var(--verde); text-underline-offset: 4px; }
.texto-pagina .data { font-size: .95rem; }

/* ---------- Página de obrigado ---------- */
.obrigado { min-height: 100svh; max-width: 640px; margin: 0 auto; padding: calc(48px + env(safe-area-inset-top, 0px)) var(--gutter) calc(48px + env(safe-area-inset-bottom, 0px)); display: grid; align-content: center; justify-items: center; text-align: center; gap: 24px; }
.obrigado > img { width: 130px; height: auto; margin-bottom: 12px; }
.obrigado__titulo { font-family: var(--f-display); font-weight: 900; font-size: clamp(3.4rem, 9vw, 7rem); line-height: .88; text-transform: uppercase; }
.obrigado__texto { color: var(--suave); font-size: 1.15rem; max-width: 34em; }
.obrigado__acoes { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; margin-top: 8px; }
.obrigado__info { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 760px; }
.obrigado__info div { background: var(--concreto); border-radius: var(--raio); padding: 22px; }
.obrigado__info h2 { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; margin-bottom: 6px; }
.obrigado__info p { color: var(--suave); }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .topo__nav { display: none; }
  .topo .btn--small { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 56px; }
  .hero__play { order: -1; max-width: 340px; justify-self: start; margin-bottom: 8px; }
  .secao__cabeca { grid-template-columns: 1fr; }
  .raia { grid-template-columns: minmax(0, 1fr) auto; }
  .galeria { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .raia__cond { grid-column: 1 / -1; }
  .raia .btn { grid-column: 1 / -1; justify-self: start; }
  .bloco-nutri, .local { grid-template-columns: 1fr; }
  .rodape__inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --topo-h: 64px; }
  body { font-size: 1rem; }
  .hero { padding-top: calc(var(--topo-h) + env(safe-area-inset-top, 0px) + 28px); }
  .hero__play { max-width: 58vw; justify-self: end; margin-right: 4vw; }
  .tabela { min-width: 0; font-size: .95rem; }
  .tabela th, .tabela td { padding: 12px 8px; }
  .galeria { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .galeria__item--grande { grid-column: 1 / -1; grid-row: span 2; }
  .galeria__item--alta { grid-row: span 2; }
  .galeria__item figcaption { font-size: .82rem; padding: 32px 10px 10px; }
  .raia { padding: 22px 14px; }
  .raia .btn { width: 100%; }
  .turmas { grid-template-columns: 1fr; }
  .turma .btn { width: 100%; }
  .relogio__barra { font-size: 1.05rem; padding: 0 8px; }
  .obrigado__info { grid-template-columns: 1fr; }
  .barra-wa { display: flex; }
  .rodape { padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .pista__trilho { animation: none; flex-wrap: wrap; width: auto; }
  .pista__lista[aria-hidden="true"] { display: none; }
  .pista__lista { flex-wrap: wrap; justify-content: center; row-gap: 8px; }
}
