/* =============================================================================
   MAXFORCE VSL — folha de estilo única
   Substitui tailwind.css (14.7 KB) + styles.css (2.7 KB) + fonte icomoon (4 arquivos).
   Box de preços reproduz a estrutura do site do produtor (maxforceplus.online).
   ========================================================================== */

/* ---------- 1. TOKENS ---------- */
:root {
  --c-red: #ad1f28;
  --c-red-bar: #b02028;
  --c-ink: #262123;
  --c-ink-2: #222;
  --c-gray: #7f7f7f;
  --c-card-border: #bcd3e0; /* azul-acinzentado da borda dos cards do produtor */
  --c-line: #e8e8e8;
  --c-gold: #f5c518;
  --c-gold-dark: #e0ad00;
  --c-blue-text: #1a5b8a; /* azul dos subtítulos "6 Bottles, 180 day supply" */

  --radius: 10px;
  --shell: 1120px;
  --gutter: 1rem;
  --ease: 0.2s ease;
}

/* ---------- 2. RESET ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: var(--c-ink);
  background: #fff;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--c-gold-dark);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ---------- 3. LAYOUT ---------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Espaço no fim pra barra fixa do mobile não cobrir o rodapé */
.page {
  padding-bottom: 5.5rem;
}

@media (min-width: 900px) {
  .page {
    padding-bottom: 0;
  }
}

/* ---------- 4. HERO (headline + vídeo) ---------- */
.hero {
  padding-block: 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero__title {
  font-size: clamp(1.6rem, 5.2vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
  max-width: 30ch;
}

.hero__title em {
  font-style: normal;
  color: var(--c-red);
}

.video-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.video-wrap vturb-smartplayer {
  display: block;
  width: 100%;
  max-width: 400px; /* VSL vertical: não estica no desktop */
  margin-inline: auto;
  border-radius: 6px;
  overflow: hidden;
}

.sound-notice {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.sound-notice svg {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 768px) {
  .hero {
    padding-block: 4rem 1.5rem;
    gap: 1.5rem;
  }
  .sound-notice {
    font-size: 1.25rem;
  }
}

/* ---------- 5. REVELAÇÃO DO PITCH ---------- */
.esconder {
  display: none;
}

/* ---------- 6. BARRA DE CHAMADA (com a seta) ---------- */
.offer-bar {
  background: var(--c-red-bar);
  color: #fff;
  text-align: center;
  padding: 0.9rem 1rem 1.1rem;
  position: relative;
  margin-bottom: 2.75rem;
}

.offer-bar p {
  font-size: clamp(1rem, 3.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.3;
  text-wrap: balance;
  max-width: 60ch;
  margin-inline: auto;
}

.offer-bar strong {
  font-weight: 800;
}

/* Seta apontando para os planos */
.offer-bar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 190px;
  height: 28px;
  background: var(--c-red-bar);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ---------- 7. GRADE DOS PLANOS ---------- */
.offer {
  padding-bottom: 2.5rem;
}

.plans {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

/* ---------- 8. CARD DE PLANO (estrutura do produtor) ---------- */
.plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--c-card-border);
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem 1.5rem;
  transition: box-shadow var(--ease), transform var(--ease);
}

.plan:hover {
  box-shadow: 0 6px 22px rgb(0 0 0 / 0.1);
  transform: translateY(-3px);
}

.plan__tier {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}

/* "Popular" no card do meio: display pesado em itálico, como no site do produtor */
.plan--popular .plan__tier {
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* Subtítulo do plano: um pouco maior e semibold pra ganhar leitura.
   Mantido no mesmo patamar do "Total:" — quem manda no card é o preço. */
.plan__term {
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--c-blue-text);
}

/* Caixa de altura fixa: as 3 fotos alinham entre si */
.plan__shot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-block: 1.25rem;
}

.plan__shot img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

@media (min-width: 900px) {
  .plan__shot {
    height: 165px;
  }
}

/* Preço: cifrão pequeno, número gigante, "PER BOTTLE" empilhado ao lado */
.price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.price__cur {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.price__value {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.price__unit {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: left;
  text-transform: uppercase;
}

.plan__total {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-blue-text);
}

.plan__ship {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-blue-text);
}

/* ---------- 9. BOTÃO ---------- */
.plan__foot {
  margin-top: auto;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 170px;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  background: var(--c-gold);
  color: #1a1a1a;
  font-size: 1.15rem;
  font-weight: 700;
  border: 1px solid var(--c-gold-dark);
  transition: background var(--ease), transform var(--ease);
}

.cta:hover {
  background: var(--c-gold-dark);
}

.cta:active {
  transform: scale(0.98);
}

.cta svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: none;
}

.plan__cards {
  height: 26px;
  width: auto;
}

/* ---------- 10. GARANTIA + CONFIANÇA ---------- */
.trust {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  text-align: center;
}

.trust__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.5rem;
}

.trust__items li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c-ink-2);
}

.trust__items svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: none;
  color: var(--c-red);
}

.trust__note {
  max-width: 62ch;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--c-gray);
}

.trust__link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-blue-text);
  text-decoration: underline;
}

/* ---------- 11. BARRA FIXA MOBILE ---------- */
.sticky-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgb(255 255 255 / 0.97);
  backdrop-filter: blur(6px);
  border-top: 1px solid var(--c-line);
  box-shadow: 0 -4px 16px rgb(0 0 0 / 0.12);
  display: flex;
  justify-content: center;
}

.sticky-cta .cta {
  width: 100%;
  max-width: 460px;
  font-size: 1.05rem;
}

@media (min-width: 900px) {
  .sticky-cta {
    display: none !important;
  }
}

/* ---------- 12. RODAPÉ ---------- */
.site-footer {
  background: #111;
  color: #fff;
  padding: 2rem var(--gutter);
  text-align: center;
  font-size: 0.85rem;
}

.site-footer nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.site-footer nav a {
  text-decoration: underline;
}

.site-footer nav a:hover {
  color: var(--c-gold);
}

.legal {
  max-width: 64rem;
  margin-inline: auto;
  font-size: 0.72rem;
  line-height: 1.6;
  color: rgb(255 255 255 / 0.82);
}

@media (min-width: 768px) {
  .site-footer nav ul {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

/* ---------- 13. UTILITÁRIOS ---------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
