/* ==========================================================================
   presell.css — Criança Modo Turbo (VERSÃO PREMIUM LEVE)
   - Mantém os seletores originais
   - Visual elegante, limpo e responsivo
   - Remove efeitos pesados que travam no mobile
   - Sem blur/backdrop-filter/fundos fixos complexos/animações contínuas
   ========================================================================== */

/* ===========================
   RESET / BASE
   =========================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: ui-rounded, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans",
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.55;
  color: var(--text);
  min-height: 100vh;
  padding-bottom: 24px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #fff8fc 100%);
  position: relative;
}

/* Remove camadas decorativas fixas pesadas */
html::before,
body::before,
body::after {
  content: none !important;
  display: none !important;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* ===========================
   THEME VARIABLES
   =========================== */
.theme-dark {
  --bg: #f8fbff;
  --bg2: #fff8fc;
  --card: #ffffff;
  --card2: #f9fbfd;
  --border: rgba(23, 33, 43, 0.10);
  --border2: rgba(23, 33, 43, 0.14);
  --text: rgba(23, 33, 43, 0.94);
  --muted: rgba(23, 33, 43, 0.72);
  --muted2: rgba(23, 33, 43, 0.56);
  --accent: #00a896;
  --accent2: #ff4d8b;
  --warn: #ffcc5c;
  --ok: #22c55e;
  --danger: #ff3b6a;
  --danger2: #ff7a18;
  --radius: 20px;
  --radius2: 16px;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow2: 0 6px 18px rgba(15, 23, 42, 0.06);
}

/* ===========================
   NOSCRIPT
   =========================== */
.noscript-warning {
  padding: 14px 16px;
  text-align: center;
  background: rgba(255, 209, 102, 0.22);
  border-bottom: 1px solid rgba(255, 209, 102, 0.38);
  color: rgba(23, 33, 43, 0.88);
}

/* ===========================
   READ PROGRESS
   =========================== */
.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 999;
  background: rgba(23, 33, 43, 0.06);
}

.read-progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00a896, #ff4d8b, #ffcc5c);
  transition: width 140ms ease;
}

/* ===========================
   ALERT STRIP
   =========================== */
.alert-strip {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.alert-strip::before,
.alert-strip::after {
  content: none;
}

.alert-strip__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.alert-strip__left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.alert-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #ff4d8b, #ff7a18);
}

.alert-text {
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 800;
  color: var(--text);
  line-height: 1.3;
  max-width: 74ch;
}

.alert-text strong {
  font-weight: 1000;
  color: rgba(23, 33, 43, 1);
}

.alert-strip__right,
.alert-mini,
.alert-date {
  display: none;
}

/* ===========================
   TOPBAR
   =========================== */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
}

.topbar__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.topbar__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 168, 150, 0.18);
  background: rgba(0, 168, 150, 0.08);
}

.topbar__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted2);
  font-size: 13px;
}

.topbar__dot {
  opacity: 0.7;
}

/* ===========================
   STICKY CTA
   =========================== */
.sticky-cta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 20;
  pointer-events: auto;
  transform: none;
  opacity: 1;
  padding: 14px 16px 0;
}

.sticky-cta.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

.sticky-cta__inner {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(23, 33, 43, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow2);
}

.sticky-cta__copy {
  display: grid;
  gap: 2px;
}

.sticky-cta__copy strong {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--text);
}

.sticky-cta__sub {
  font-size: 12.5px;
  color: var(--muted2);
}

.primary-btn--sticky {
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===========================
   CONTAINER / LAYOUT
   =========================== */
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 16px 44px;
}

.article-header {
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 18px;
}

.article-header--hot::after {
  content: none;
}

.kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted2);
}

.headline {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.subheadline {
  margin: 0 0 16px;
  font-size: 16px;
  color: var(--muted);
  max-width: 72ch;
}

.author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0 0;
}

.author-row__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 168, 150, 0.14);
}

.author-row__info p {
  margin: 0;
}

.author-row__byline {
  font-size: 14px;
  color: var(--text);
  font-weight: 900;
}

.author-row__readtime {
  font-size: 13px;
  color: var(--muted2);
}

/* ===========================
   URGENCY / COUNTDOWN
   =========================== */
.urgency-row {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr;
  gap: 12px;
  margin: 12px 0 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 77, 139, 0.14);
  background: #ffffff;
  box-shadow: var(--shadow2);
}

.urgency-row__left {
  display: grid;
  gap: 6px;
}

.urgency-badge {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(23, 33, 43, 0.90);
  border: 1px solid rgba(255, 77, 139, 0.18);
  background: rgba(255, 77, 139, 0.08);
}

.urgency-text {
  color: rgba(23, 33, 43, 0.78);
  font-size: 13.5px;
}

.countdown {
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 4px;
}

.countdown__label {
  font-size: 12px;
  color: rgba(23, 33, 43, 0.62);
}

.countdown__time {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid rgba(0, 168, 150, 0.16);
  background: #ffffff;
}

.hero-cta {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.hero-cta__hint {
  margin: 0;
  font-size: 13px;
  color: rgba(23, 33, 43, 0.62);
}

/* ===========================
   TYPOGRAPHY
   =========================== */
.section-title {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-weight: 1000;
  position: relative;
  padding-left: 12px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 6px;
  height: 1.2em;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(0, 168, 150, 0.85), rgba(255, 77, 139, 0.70));
}

.section-subtitle {
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 78ch;
}

.paragraph {
  margin: 0 0 12px;
  color: var(--muted);
  max-width: 80ch;
}

.micro-note {
  margin: 10px 0 0;
  font-size: 12.5px;
  color: var(--muted2);
  line-height: 1.45;
}

.text-warn {
  color: rgba(255, 140, 0, 0.92);
}

/* ===========================
   SECTIONS / CARDS
   =========================== */
.article-section {
  margin: 28px 0 18px;
  padding: 10px 0 6px;
}

.article-section--hot {
  position: relative;
  margin: 20px 0 12px;
  padding: 10px 0 4px;
}

.article-section--hot::before,
.article-section--hot::after {
  content: none;
}

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 252, 253, 0.98));
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: clamp(16px, 2.2vw, 22px);
  box-shadow: var(--shadow2);
  margin: 16px 0;
  position: relative;
  overflow: hidden;
}

.card::before,
.card::after {
  content: none;
}

.card--soft {
  background: linear-gradient(180deg, rgba(240, 252, 250, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(0, 168, 150, 0.12);
}

.card--border {
  background: linear-gradient(180deg, rgba(255, 251, 241, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(255, 204, 92, 0.16);
}

.card--alert,
.card--hot {
  border: 1px solid rgba(255, 77, 139, 0.14);
}

.card--alert {
  background: linear-gradient(180deg, rgba(255, 247, 250, 0.98), rgba(255, 255, 255, 0.98));
}

/* ===========================
   FIGURE / IMAGEM
   =========================== */
figure {
  margin: 0;
}

figure.card img {
  border-radius: 16px;
  border: 1px solid rgba(23, 33, 43, 0.10);
  background: rgba(255, 255, 255, 0.60);
}

figure.card .micro-note {
  margin-top: 10px;
}

/* ===========================
   CHECKLIST / BULLETS
   =========================== */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 10px;
}

.checklist__item {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 33, 43, 0.08);
  color: rgba(23, 33, 43, 0.86);
}

.checklist--hot .checklist__item {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 77, 139, 0.12);
}

.bullets {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.bullets li {
  margin: 8px 0;
}

/* ===========================
   CTA PRINCIPAL
   =========================== */
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  min-height: 56px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.98);
  background: linear-gradient(90deg, #00a896, #2563eb, #ff4d8b);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.primary-btn::before,
.primary-btn::after {
  content: none;
}

.primary-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.primary-btn:active {
  transform: translateY(0) scale(0.99);
  filter: brightness(1.01);
}

.primary-btn--xl {
  padding: 18px 24px;
  min-height: 60px;
  font-size: 16px;
  border-radius: 20px;
}

/* ===========================
   CALLOUT / CHIPS
   =========================== */
.callout {
  margin: 14px 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 168, 150, 0.16);
  background: rgba(0, 168, 150, 0.06);
}

.callout--hot {
  border: 1px solid rgba(255, 77, 139, 0.14);
  background: rgba(255, 77, 139, 0.06);
}

.callout__title {
  margin: 0 0 6px;
  font-weight: 1000;
}

.callout__text {
  margin: 0;
  color: rgba(23, 33, 43, 0.82);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 2px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(23, 33, 43, 0.08);
  color: rgba(23, 33, 43, 0.80);
  font-size: 13px;
  font-weight: 800;
}

.chips--hot .chip {
  border: 1px solid rgba(255, 77, 139, 0.10);
  background: rgba(255, 255, 255, 0.96);
}

/* ===========================
   GRID / MINI CARDS / TESTIMONIAL
   =========================== */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

:is(.info-box, .mini-card, .testimonial) {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 33, 43, 0.08);
  box-shadow: var(--shadow2);
}

.info-box__title,
.mini-card__title {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: -0.01em;
  font-weight: 1000;
}

.divider {
  height: 1px;
  background: rgba(23, 33, 43, 0.08);
  margin: 18px 0;
  opacity: 1;
}

.cards-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 10px 4px 14px;
}

.cards-row > .mini-card {
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

.cards-row > .mini-card::before,
.cards-row > .mini-card::after {
  content: none;
}

.cards-row::-webkit-scrollbar {
  height: 8px;
}

.cards-row::-webkit-scrollbar-track {
  background: rgba(23, 33, 43, 0.06);
  border-radius: 999px;
}

.cards-row::-webkit-scrollbar-thumb {
  background: rgba(23, 33, 43, 0.18);
  border-radius: 999px;
}

/* ===========================
   MINI TEST
   =========================== */
.mini-test {
  margin: 14px 0 6px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 77, 139, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow2);
}

.mini-test__title {
  margin: 0 0 6px;
  font-size: 15px;
  letter-spacing: -0.01em;
  font-weight: 1000;
}

.mini-test__desc {
  margin: 0 0 12px;
  color: rgba(23, 33, 43, 0.72);
  font-size: 13.5px;
}

.mini-test__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mini-test__result {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(23, 33, 43, 0.74);
}

.mini-test__result.is-visible,
.mini-test__result.is-highlight {
  opacity: 1;
  transform: none;
  animation: none;
}

.mini-test__result[data-type="warn"] {
  color: rgba(255, 140, 0, 0.92);
}

.mini-test__result[data-type="ok"] {
  color: rgba(34, 197, 94, 0.92);
}

/* ===========================
   TRUST PILLS
   =========================== */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 10px;
}

.trust-pill {
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 1000;
  color: rgba(23, 33, 43, 0.80);
  background: rgba(0, 168, 150, 0.08);
  border: 1px solid rgba(0, 168, 150, 0.14);
}

/* ===========================
   TESTIMONIALS
   =========================== */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.testimonial {
  position: relative;
  overflow: hidden;
}

.testimonial::before {
  content: none;
}

.testimonial__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.testimonial__stars {
  font-weight: 1000;
  letter-spacing: 0.08em;
  color: rgba(255, 140, 0, 0.90);
}

.testimonial__tag {
  font-size: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 77, 139, 0.14);
  background: rgba(255, 77, 139, 0.08);
  color: rgba(23, 33, 43, 0.74);
  font-weight: 1000;
}

.testimonial__text {
  margin: 0 0 8px;
  color: rgba(23, 33, 43, 0.78);
}

.testimonial__meta {
  margin: 0;
  font-size: 12.5px;
  color: rgba(23, 33, 43, 0.56);
}

/* ===========================
   RISK BOX
   =========================== */
.risk-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(34, 197, 94, 0.14);
  background: rgba(34, 197, 94, 0.06);
}

.risk-box__title {
  margin: 0 0 6px;
  font-weight: 1000;
}

.risk-box__text {
  margin: 0;
  color: rgba(23, 33, 43, 0.76);
}

/* ===========================
   FAQ
   =========================== */
.faq-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  margin: 10px 0;
  overflow: hidden;
  box-shadow: var(--shadow2);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px;
  font-weight: 1000;
  color: rgba(23, 33, 43, 0.86);
  background: rgba(255, 255, 255, 0.98);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "▾";
  float: right;
  opacity: 0.8;
  transition: transform 180ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item[open] summary {
  background: rgba(0, 168, 150, 0.06);
  border-bottom: 1px solid rgba(0, 168, 150, 0.12);
}

.faq-item__a {
  padding: 0 14px 14px;
  color: var(--muted);
}

/* ===========================
   FOOTER
   =========================== */
.footer {
  margin-top: 18px;
  padding-top: 8px;
}

.footer__box {
  border: 1px solid rgba(255, 204, 92, 0.18);
  background: rgba(255, 248, 222, 0.98);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow2);
}

.footer__title {
  margin: 0 0 8px;
  font-weight: 1000;
}

.footer__text {
  margin: 0;
  color: rgba(23, 33, 43, 0.78);
}

.footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.footer__small {
  margin: 0;
  font-size: 12.5px;
  color: var(--muted2);
}

.footer__actions {
  display: inline-flex;
  gap: 10px;
}

/* ===========================
   MODAL
   =========================== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 140;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.modal__panel {
  position: relative;
  max-width: 720px;
  margin: 6vh auto;
  width: calc(100% - 28px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border2);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.modal__header {
  padding: 14px 14px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  background: rgba(23, 33, 43, 0.03);
}

.modal__title {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 1000;
}

.modal__close {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(0, 168, 150, 0.14);
  background: rgba(0, 168, 150, 0.08);
  color: rgba(23, 33, 43, 0.86);
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

.modal__close:hover {
  transform: translateY(-1px);
  background: rgba(0, 168, 150, 0.12);
  border-color: rgba(0, 168, 150, 0.18);
}

.modal__body {
  padding: 14px;
}

body.modal-open {
  overflow: hidden;
}

/* ===========================
   VIDEO HERO
   =========================== */
.video-container{
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  aspect-ratio: auto;
  max-height: 72vh;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
}

.hero-video,
.gallery-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

/* ===========================
   VIDEO GALLERY
   =========================== */
[data-video-gallery] {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  --video-slide-w: clamp(220px, 34vw, 420px);
}

[data-video-track] {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 6px 12px;
  touch-action: pan-y;
  scrollbar-width: thin;
  scrollbar-color: rgba(23, 33, 43, 0.18) transparent;
  scroll-padding-left: calc((100% - var(--video-slide-w)) / 2);
  scroll-padding-right: calc((100% - var(--video-slide-w)) / 2);
}

[data-video-track]::-webkit-scrollbar {
  height: 8px;
}

[data-video-track]::-webkit-scrollbar-thumb {
  background: rgba(23, 33, 43, 0.16);
  border-radius: 999px;
}

[data-video-track]::before,
[data-video-track]::after {
  content: "";
  flex: 0 0 calc((100% - var(--video-slide-w)) / 2);
}

[data-video-slide] {
  flex: 0 0 auto;
  width: var(--video-slide-w);
  scroll-snap-align: center;
  opacity: 0.72;
  transition: opacity 180ms ease;
  pointer-events: auto;
}

[data-video-slide].is-active {
  opacity: 1;
}

[data-video-slide].is-active .video-container {
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

[data-video-prev],
[data-video-next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 33, 43, 0.10);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow2);
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 140ms ease, background 140ms ease;
}

[data-video-prev] {
  left: 10px;
}

[data-video-next] {
  right: 10px;
}

[data-video-prev]:hover,
[data-video-next]:hover {
  transform: translateY(-50%) scale(1.03);
  background: #ffffff;
}

[data-video-prev]:active,
[data-video-next]:active {
  transform: translateY(-50%) scale(0.98);
}

[data-video-prev]:focus-visible,
[data-video-next]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* ===========================
   CENTRALIZA CTA
   =========================== */
.center-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}

.center-cta .primary-btn,
.center-cta .primary-btn--xl {
  width: min(560px, 100%);
}

/* ===========================
   GARANTIA
   =========================== */
.guarantee {
  margin-top: 34px;
}

.guarantee .card {
  padding: 28px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.guarantee__seal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #00b9a7, #008d7f);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.guarantee__seal-icon {
  font-size: 15px;
}

.guarantee__seal-text {
  line-height: 1;
}

.guarantee__title {
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text);
}

.guarantee__lead {
  font-size: 15px;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 20px auto;
}

.guarantee__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 22px auto;
  max-width: 560px;
}

.guarantee__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.guarantee__bullet {
  font-size: 16px;
  flex-shrink: 0;
}

.guarantee__text {
  font-size: 14px;
  color: var(--text);
}

.guarantee__how {
  background: rgba(23, 33, 43, 0.03);
  border-radius: 12px;
  padding: 16px;
  margin-top: 8px;
}

.guarantee__how-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 14px;
}

.guarantee__how-steps {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guarantee__step {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.guarantee__step-n {
  background: #00a896;
  color: #fff;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.guarantee__step-t {
  font-size: 13px;
  color: var(--muted);
}

/* ===========================
   FOLLOW SOCIAL
   =========================== */
.follow-social {
  margin-top: 18px;
  margin-bottom: 18px;
}

.follow-social .card {
  text-align: center;
  padding: 20px 16px;
}

.follow-social__title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.follow-social__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(135deg, #ff4d8b, #2563eb);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 0.18s ease, filter 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.follow-social__instagram:hover {
  transform: translateY(-1px) scale(1.02);
  filter: brightness(1.03);
}

.follow-social__instagram:active {
  transform: translateY(0) scale(0.99);
}

.follow-social__instagram:focus-visible {
  outline: 3px solid rgba(255, 204, 92, 0.55);
  outline-offset: 4px;
}

.follow-social__icon {
  width: 52px;
  height: 52px;
  fill: rgba(255, 255, 255, 0.92);
  filter: none;
}

/* ===========================
   VIDEO GALLERY HEAD
   =========================== */
.video-gallery__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 6px 10px 12px;
  margin-bottom: 8px;
}

.video-gallery__head .alert-pill {
  margin: 0;
}

.video-gallery__head .alert-text {
  margin: 0;
  max-width: min(72ch, 100%);
}

/* ===========================
   RESPONSIVO
   =========================== */
@media (max-width: 860px) {
  .author-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .testimonials {
    grid-template-columns: 1fr;
  }

  .footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-btn--xl {
    width: 100%;
  }

  .urgency-row {
    grid-template-columns: 1fr;
  }

  .countdown {
    justify-items: start;
  }

  .cards-row {
    grid-auto-columns: minmax(84%, 1fr);
  }

  .sticky-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 520px) {
  .alert-strip__inner {
    padding: 12px 14px;
    gap: 10px;
  }

  .alert-strip__left {
    flex-direction: column;
    align-items: center;
  }

  .primary-btn--sticky {
    width: 100%;
  }

  .mini-test__actions {
    grid-template-columns: 1fr;
  }

  .video-container {
    max-width: 100%;
    max-height: 64vh;
    border-radius: 14px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    isolation: isolate;
  }

  .hero-video,
  .gallery-video {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  [data-video-gallery] {
    --video-slide-w: clamp(200px, 76vw, 420px);
  }

  [data-video-track] {
    gap: 10px;
    padding: 8px 4px 10px;
    scroll-padding-left: calc((100% - var(--video-slide-w)) / 2);
    scroll-padding-right: calc((100% - var(--video-slide-w)) / 2);
  }

  [data-video-slide] {
    opacity: 1;
    transition: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    isolation: isolate;
  }

  [data-video-slide].is-active {
    opacity: 1;
  }

  [data-video-prev],
  [data-video-next] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  [data-video-prev] {
    left: 6px;
  }

  [data-video-next] {
    right: 6px;
  }

  .video-gallery__head {
    padding: 6px 6px 10px;
    gap: 8px;
  }

  .video-gallery__head .alert-text {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .headline {
    font-size: 26px;
  }

  .card,
  .footer__box {
    padding: 16px;
  }

  .ghost-btn {
    width: 100%;
  }

  .follow-social .card {
    padding: 18px 14px;
  }

  .follow-social__instagram {
    width: 78px;
    height: 78px;
  }

  .follow-social__icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 380px) {
  .video-container {
    max-height: 58vh;
  }
}
