/* ==========================================================
   Landing page — página escura (azul-petróleo), laranja de segurança,
   amarelo do capacete. Tudo escopado em body.page--landing.
   ========================================================== */
body.page--landing {
  --ink: #0b1522;
  --ink-2: #111f33;
  --ink-3: #182a42;
  --line: rgba(243, 238, 230, 0.13);
  --text-l: #f3eee6;
  --muted-l: #a6b1c1;
  --paper: #f6f1e8;
  --paper-ink: #0b1522;
  --paper-muted: #5b6673;
  --paper-line: rgba(11, 21, 34, 0.14);
  background: var(--ink); color: var(--text-l); font-size: 17px; line-height: 1.55;
}
.page--landing h1, .page--landing h2, .page--landing h3 { color: var(--text-l); }
.page--landing .lead { color: var(--muted-l); font-size: clamp(1.05rem, 1.35vw, 1.2rem); max-width: 60ch; }
.page--landing .site-header { background: rgba(11, 21, 34, 0.92); border-bottom-color: var(--line); }
.page--landing .site-header .logo { color: var(--text-l); }
.page--landing .site-nav a { color: var(--muted-l); }
.page--landing .site-nav a:hover { color: var(--text-l); }
.page--landing .site-footer { margin-top: 0; }

.section { padding: 76px 0; }
.section--alt { background: var(--ink-2); }
.section__head { display: grid; gap: 14px; max-width: 760px; margin-bottom: 44px; }
.section__head .eyebrow, .section__head h2, .section__head .lead { margin: 0; }
.hazard { height: 10px; background: repeating-linear-gradient(-45deg, var(--accent) 0 18px, var(--ink) 18px 36px); }
.hazard--thin { height: 6px; }
@media (max-width: 720px) { .section { padding: 56px 0; } }

/* ---------- Hero ---------- */
.hero { padding: 48px 0 72px; position: relative; overflow: hidden; }
.hero__grid { display: grid; gap: 40px; align-items: center; }
.hero__content { display: grid; gap: 22px; }
.hero__content > * { margin: 0; }
.hero__title { font-size: clamp(2.75rem, 6.2vw, 4.75rem); line-height: 0.95; }
.hero__title em { font-style: normal; color: var(--accent); }
.pills { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 0.92rem; font-weight: 500; background: rgba(255, 255, 255, 0.03); }
.pill svg { width: 16px; height: 16px; color: var(--yellow); flex: none; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn--ghost { background: transparent; color: var(--text-l); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--text-l); }
.hero__note { color: var(--muted-l); font-size: 0.9rem; }
.hero__note strong { color: var(--yellow); }
.hero__note s { color: var(--muted-l); text-decoration-thickness: 2px; }
.hero__note [hidden] { display: none !important; }
.trust { display: flex; flex-wrap: wrap; gap: 6px 18px; color: var(--muted-l); font-size: 0.85rem; }
.trust span::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); margin-right: 8px; vertical-align: 2px; }

.hero-visual { position: relative; aspect-ratio: 1 / 1.08; border-radius: 14px; overflow: hidden; background: #0d1a2b; border: 1px solid var(--line); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.8); }
.hero-visual__rig { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-visual__fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 21, 34, 0) 55%, rgba(11, 21, 34, 0.85) 100%); }
.sticker { position: absolute; top: 18px; right: 18px; transform: rotate(6deg); background: var(--yellow); color: var(--yellow-ink); border-radius: 10px; padding: 10px 14px; font-family: var(--font-display); text-transform: uppercase; line-height: 1; text-align: center; box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.6); }
.sticker small { display: block; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; margin-bottom: 4px; }
.sticker strong { display: block; font-weight: 900; font-size: 1.85rem; }
.sticker [hidden] { display: none; }
.book { position: absolute; left: 50%; bottom: -3%; width: min(56%, 250px); aspect-ratio: 3 / 4.15; transform: translateX(-46%) perspective(1400px) rotateY(-18deg) rotateX(3deg); transform-style: preserve-3d; }
.book__cover { position: absolute; inset: 0; border-radius: 4px 10px 10px 4px; background: linear-gradient(160deg, #1a2e4a 0%, #0f1e33 55%, #0b1522 100%); box-shadow: -18px 30px 50px -20px rgba(0, 0, 0, 0.85), inset 1px 0 0 rgba(255, 255, 255, 0.08); padding: 16px 16px 18px 22px; display: flex; flex-direction: column; justify-content: space-between; border-left: 6px solid #060d18; overflow: hidden; }
.book__cover::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: repeating-linear-gradient(-45deg, var(--accent) 0 10px, #0b1522 10px 20px); }
.book__edge { position: absolute; top: 6px; bottom: 6px; right: -9px; width: 10px; background: repeating-linear-gradient(180deg, #e8e2d6 0 2px, #c9c2b4 2px 3px); transform: rotateY(90deg) translateZ(4px); border-radius: 0 2px 2px 0; }
.book__top { font-family: var(--font-display); text-transform: uppercase; line-height: 0.95; margin-top: 10px; }
.book__top .k { display: block; font-weight: 700; font-size: 0.68rem; letter-spacing: 0.16em; color: var(--yellow); margin-bottom: 8px; }
.book__top .t { display: block; font-weight: 900; font-size: clamp(1.75rem, 4.8vw, 2.4rem); color: #fff; }
.book__top .s { display: block; font-weight: 700; font-size: clamp(0.9rem, 2.2vw, 1.1rem); color: var(--accent); margin-top: 6px; }
.book__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; font-size: 0.68rem; color: var(--muted-l); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.book__bottom svg { width: 26px; height: 26px; color: var(--accent); }
.hero__cover { position: relative; width: min(100%, 380px); margin: 0 auto; }
.hero__cover img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); }
.hero__cover .sticker { top: -14px; right: -10px; }
@keyframes flicker { 0%, 100% { opacity: 0.9; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.flame { transform-origin: 341px 150px; animation: flicker 1.4s ease-in-out infinite; }
@media (min-width: 900px) {
  .hero { padding: 56px 0 80px; }
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
}
@media (max-width: 899px) { .hero-visual { aspect-ratio: 1 / 0.95; max-width: 520px; } }

/* ---------- Vantagens ---------- */
.stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 22px 18px; border-left: 1px solid var(--line); display: grid; gap: 10px; align-content: start; }
.stat:nth-child(odd) { border-left: 0; padding-left: 0; }
.stat:nth-child(n+3) { border-top: 1px solid var(--line); }
.stat b { font-family: var(--font-display); font-weight: 900; font-size: clamp(2.4rem, 4.4vw, 3.5rem); line-height: 0.9; color: var(--yellow); font-variant-numeric: tabular-nums; text-transform: uppercase; }
.stat b small { font-size: 0.5em; font-weight: 700; color: var(--accent); margin-right: 4px; vertical-align: 0.25em; }
.stat span { color: var(--muted-l); font-size: 0.92rem; line-height: 1.4; }
@media (min-width: 900px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stat { padding: 30px 26px; }
  .stat:nth-child(odd) { border-left: 1px solid var(--line); padding-left: 26px; }
  .stat:first-child { border-left: 0; padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 0; }
}

/* ---------- Problema ---------- */
.cols3 { display: grid; gap: 28px; }
.col { display: grid; gap: 12px; align-content: start; padding-top: 18px; border-top: 3px solid var(--accent); }
.col h3 { margin: 0; font-size: 1.5rem; }
.col p { margin: 0; color: var(--muted-l); max-width: 40ch; }
@media (min-width: 820px) { .cols3 { grid-template-columns: repeat(3, 1fr); gap: 40px; } }

/* ---------- Conteúdo ---------- */
.content__grid { display: grid; gap: 36px; align-items: start; }
.content__side { display: grid; gap: 22px; }
.content__side > * { margin: 0; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini { padding: 14px 0 0; border-top: 2px solid var(--line); display: grid; gap: 4px; }
.mini b { font-family: var(--font-display); font-weight: 900; font-size: 2.1rem; line-height: 0.9; color: var(--text-l); font-variant-numeric: tabular-nums; }
.mini span { color: var(--muted-l); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.mods { list-style: none; display: grid; border-top: 1px solid var(--line); }
.mod-group { padding: 22px 0 8px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.82rem; color: var(--muted-l); }
.mod { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.mod__check { width: 34px; height: 34px; background: var(--accent); color: var(--accent-ink); border-radius: 5px; display: grid; place-items: center; margin-top: 2px; }
.mod__check svg { width: 20px; height: 20px; }
.mod h3 { font-size: 1.35rem; margin: 0 0 6px; }
.mod p { margin: 0; color: var(--muted-l); font-size: 0.95rem; max-width: 52ch; }
.extras { display: grid; gap: 14px; margin-top: 26px; }
.extra { padding: 18px 18px 18px 20px; border: 1px solid var(--line); border-left: 4px solid var(--yellow); border-radius: 6px; display: grid; gap: 4px; background: rgba(255, 255, 255, 0.02); }
.extra b { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.02em; }
.extra span { color: var(--muted-l); font-size: 0.92rem; }
@media (min-width: 560px) { .extras { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) {
  .content__grid { grid-template-columns: 0.85fr 1.15fr; gap: 64px; }
  .content__side { position: sticky; top: calc(var(--promo-bar-h) + 92px); }
}

/* ---------- Cargos ---------- */
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; }
.chip { padding: 12px 18px; border: 1px solid var(--line); border-radius: 6px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 1.1rem; background: var(--ink); }
.chip small { display: block; font-family: var(--font); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 0.85rem; color: var(--muted-l); margin-top: 2px; }
.roles__note { color: var(--muted-l); margin: 22px 0 0; font-size: 0.92rem; max-width: 70ch; }

/* ---------- Como funciona (sequência real) ---------- */
.how-steps { list-style: none; display: grid; gap: 20px; counter-reset: how; }
.how-step { position: relative; padding: 26px 24px; border: 1px solid var(--line); border-radius: 8px; display: grid; gap: 10px; align-content: start; background: var(--ink-2); }
.how-step::before { counter-increment: how; content: counter(how, decimal-leading-zero); font-family: var(--font-display); font-weight: 900; font-size: 3.4rem; line-height: 1; color: var(--accent); }
.how-step h3 { margin: 0; font-size: 1.4rem; }
.how-step p { margin: 0; color: var(--muted-l); font-size: 0.95rem; }
@media (min-width: 820px) { .how-steps { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

/* ---------- Depoimentos (carrossel) ---------- */
.carousel { position: relative; }
.carousel__track { position: relative; display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 4px 14px; scrollbar-width: none; -ms-overflow-style: none; }
.carousel__track::-webkit-scrollbar { display: none; }
.testimonial { position: relative; flex: 0 0 calc(100% - 8px); scroll-snap-align: start; background: var(--ink-2); border: 1px solid var(--line); border-radius: 8px; padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; }
.testimonial__stars { color: var(--yellow); letter-spacing: 2px; font-size: 1rem; }
.testimonial__text { margin: 0; color: var(--text-l); font-size: 1.05rem; line-height: 1.5; flex: 1; }
.testimonial__author { display: flex; gap: 12px; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); }
.testimonial__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--ink-3); color: var(--yellow); font-family: var(--font-display); font-weight: 800; font-size: 1rem; display: grid; place-items: center; flex: none; }
.testimonial__avatar--photo { object-fit: cover; }
.testimonial__meta { display: grid; line-height: 1.3; font-size: 0.86rem; color: var(--muted-l); }
.testimonial__meta strong { color: var(--text-l); font-size: 0.95rem; }
.testimonial__meta em { font-style: normal; color: var(--accent); font-weight: 600; }
.testimonial__placeholder { position: absolute; top: 12px; right: 12px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--yellow); border: 1px solid var(--yellow); padding: 3px 8px; border-radius: 4px; }
.carousel__btn { display: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--ink-3); color: var(--text-l); cursor: pointer; align-items: center; justify-content: center; }
.carousel__btn svg { width: 22px; height: 22px; }
.carousel__btn:hover { border-color: var(--text-l); }
.carousel__btn--prev { left: -22px; }
.carousel__btn--next { right: -22px; }
.carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 6px; }
.carousel__dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; background: var(--ink-3); cursor: pointer; transition: background 0.15s ease, transform 0.15s ease; }
.carousel__dot.is-active { background: var(--accent); transform: scale(1.25); }
.quotes-note { margin: 18px 0 0; color: var(--muted-l); font-size: 0.85rem; }
@media (min-width: 700px) { .testimonial { flex-basis: calc(50% - 9px); } }
@media (min-width: 1024px) { .testimonial { flex-basis: calc(33.333% - 12px); } .carousel__btn { display: flex; } }

/* ---------- Oferta (cartão de embarque) ---------- */
.offer { background: radial-gradient(120% 90% at 50% 100%, rgba(242, 107, 29, 0.16) 0%, rgba(11, 21, 34, 0) 60%), var(--ink); }
.offer__grid { display: grid; gap: 36px; align-items: center; }
.offer__copy { display: grid; gap: 22px; }
.offer__copy > * { margin: 0; }
.offer__copy .lead { max-width: 48ch; }
.offer-points { list-style: none; display: grid; gap: 12px; }
.offer-points li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: 1rem; }
.offer-points svg { width: 22px; height: 22px; color: var(--green); margin-top: 2px; }
.ticket { position: relative; background: var(--paper); color: var(--paper-ink); border-radius: 14px; box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.9); width: 100%; overflow: hidden; }
.ticket::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: repeating-linear-gradient(-45deg, var(--accent) 0 18px, var(--paper-ink) 18px 36px); }
.ticket h3 { color: var(--paper-ink); }
.ticket__top { padding: 36px 24px 22px; }
.ticket__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.ticket__head .eyebrow { margin: 0; }
.stamp { transform: rotate(-7deg); border: 3px double var(--accent); color: var(--accent); border-radius: 6px; padding: 5px 10px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.74rem; line-height: 1; white-space: nowrap; }
.ticket__title { font-size: 1.75rem; margin: 0 0 16px; }
.ticket__list { list-style: none; display: grid; border-top: 1px solid var(--paper-line); }
.ticket__list li { position: relative; padding: 9px 0 9px 30px; border-bottom: 1px solid var(--paper-line); font-size: 0.95rem; color: var(--paper-ink); }
.ticket__list li::before { content: ''; position: absolute; left: 0; top: 11px; width: 18px; height: 18px; border-radius: 4px; background: var(--accent); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4L18 8' fill='none' stroke='%23160a02' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
.ticket__cut { height: 0; border-top: 2px dashed rgba(11, 21, 34, 0.28); margin: 0 22px; position: relative; }
.ticket__cut::before, .ticket__cut::after { content: ''; position: absolute; top: -15px; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); }
.ticket__cut::before { left: -37px; }
.ticket__cut::after { right: -37px; }
.ticket__bottom { padding: 24px 24px 28px; display: grid; gap: 12px; text-align: center; }
.ticket__bottom [hidden] { display: none !important; }
.ticket .price-was { color: var(--paper-muted); font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; font-size: 0.85rem; }
.ticket__price { font-family: var(--font-display); font-weight: 900; font-size: clamp(3.6rem, 9vw, 5rem); line-height: 0.9; color: var(--accent); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.ticket .savings-pill { justify-self: center; }
.ticket__terms { font-size: 0.9rem; color: var(--paper-muted); }
.ticket__timer { display: grid; justify-items: center; gap: 2px; padding: 14px 16px; border-radius: 10px; background: var(--yellow-soft); border: 2px solid var(--yellow); color: #5a4200; }
.ticket__timer-label { font-family: var(--font-display); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.ticket__timer-clock { font-family: var(--font-display); font-size: 2.8rem; font-weight: 900; line-height: 1; color: var(--paper-ink); font-variant-numeric: tabular-nums; }
.ticket__timer-note { font-size: 0.84rem; }
.ticket__timer-note b { color: var(--accent-dark); }
.ticket__timer--expired { background: #fff; border-color: var(--paper-line); color: var(--paper-muted); }
.ticket__pay { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.ticket__pay li { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; padding: 6px 10px; border: 1px solid var(--paper-line); border-radius: 4px; color: var(--paper-muted); }
.ticket .guarantee { text-align: left; }
.after-click { list-style: none; display: grid; gap: 8px; text-align: left; font-size: 0.88rem; color: var(--paper-muted); }
.after-click li { display: flex; align-items: center; gap: 10px; }
.after-click span { width: 22px; height: 22px; border-radius: 50%; background: var(--paper-ink); color: #fff; font-family: var(--font-display); font-size: 0.8rem; font-weight: 800; display: grid; place-items: center; flex: none; }
@media (min-width: 900px) {
  .offer__grid { grid-template-columns: 1fr 1fr; gap: 56px; }
  .ticket { max-width: 520px; justify-self: end; }
  .ticket__top { padding: 36px 30px 26px; }
  .ticket__bottom { padding: 26px 30px 30px; }
}

/* ---------- Garantia ---------- */
.guarantee-band { background: var(--ink-2); }
.guarantee-band__grid { display: grid; gap: 24px; align-items: center; }
.seal { width: 150px; height: 150px; position: relative; display: grid; place-items: center; color: var(--yellow); }
.seal svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.seal__text { position: relative; font-family: var(--font-display); text-transform: uppercase; text-align: center; line-height: 0.9; }
.seal__text b { display: block; font-weight: 900; font-size: 3.5rem; color: var(--yellow); }
.seal__text span { display: block; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.16em; color: var(--text-l); }
.guarantee-band__copy { display: grid; gap: 12px; }
.guarantee-band__copy > * { margin: 0; }
.guarantee-band__copy p { color: var(--muted-l); max-width: 62ch; }
@media (min-width: 640px) { .guarantee-band__grid { grid-template-columns: 150px 1fr; gap: 40px; } }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; display: grid; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; text-transform: uppercase; line-height: 1.1; color: var(--text-l); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; font-weight: 800; font-size: 1.75rem; color: var(--accent); flex: none; width: 28px; text-align: center; transition: transform 0.2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--muted-l); margin: 0 0 22px; max-width: 65ch; }

/* ---------- CTA final ---------- */
.final { text-align: center; padding: 96px 0; }
.final__inner { display: grid; gap: 26px; justify-items: center; }
.final__inner > * { margin: 0; }
.final h2 { font-size: clamp(2.5rem, 6vw, 4.75rem); max-width: 16ch; }
.final .lead { text-align: center; max-width: 52ch; }
.final .trust { justify-content: center; }

/* ---------- CTA fixo no mobile ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: var(--ink-2); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3); transition: transform 0.25s ease; }
.sticky-cta[hidden] { display: block; transform: translateY(110%); }
.sticky-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; max-width: var(--container); margin: 0 auto; }
.sticky-cta__price { display: grid; line-height: 1.2; }
.sticky-cta__price span { font-size: 0.7rem; color: var(--muted-l); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.sticky-cta__price span [hidden] { display: none; }
.sticky-cta__price strong { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; color: var(--yellow); }
.sticky-cta .btn { padding: 12px 20px; min-height: 46px; font-size: 1.05rem; }
@media (min-width: 960px) { .sticky-cta { display: none; } }
@media (prefers-reduced-motion: reduce) { .flame { animation: none; } }
