/* ===================================================
   VSL PAGE — TF1 INFO Theme
   Design: Dark Navy + TF1 INFO Header
   =================================================== */

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

:root {
  --navy:         #000A68;
  --navy-mid:     #000E8C;
  --navy-dark:    #000533;
  --white:        #ffffff;
  --white-dim:    rgba(255,255,255,0.75);
  --white-faint:  rgba(255,255,255,0.10);
  --caption-bg:   rgba(6,12,30,0.78);
  --accent:       #4f8ef7;
  --cta-green:    #1a9e3f;
  --cta-green-h:  #167a32;
  --font:         'Inter', sans-serif;
  --transition:   0.28s ease;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

/* Fundo da página: Branco conforme solicitações anteriores */
body {
  background: #ffffff;
}

@media (min-width: 640px) {
  body {
    background: #ffffff;
  }
}

a { text-decoration: none; color: inherit; }
button { background: none; border: none; cursor: pointer; font-family: var(--font); }
ul { list-style: none; }
.hidden { display: none !important; }

/* ===================================================
   PAGE WRAPPER
   =================================================== */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 520px;
  margin: 0 auto;
  background: transparent; /* Permite ver o fundo do body nas laterais */
  overflow-x: hidden;
  box-shadow: 0 0 60px rgba(0,0,0,0.5);
}

@media (min-width: 640px) {
  .page-wrapper {
    max-width: 860px;
    box-shadow: 0 0 80px rgba(0,0,0,0.6);
  }
}

/* ===================================================
   HEADER TF1 INFO
   =================================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #000A68; /* Voltando para o azul original */
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

.header__icons-right {
  display: flex;
  align-items: center;
  gap: 0px; /* Ícones ficam bem próximos na imagem */
}

.badge-container {
  position: relative;
}

.badge {
  position: absolute;
  top: 8px;
  right: 6px;
  background: #d0021b;
  color: white;
  font-size: 8.5px;
  font-weight: 900;
  padding: 0.5px 3.5px;
  border-radius: 50%;
  min-width: 14px;
  text-align: center;
  border: 1px solid #000A68;
}

/* ── Logo TF1 INFO ─────────────────────────── */
.tf1-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.tf1-box {
  background: linear-gradient(135deg, #2d00f7 0%, #d0021b 100%);
  color: white;
  padding: 2.5px 6px;
  border-radius: 2px;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.tf1-info {
  color: white; /* Volta para branco */
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
}

@media (min-width: 640px) {
  .header { padding: 10px 20px; }
  .tf1-box { font-size: 20px; padding: 3px 8px; }
  .tf1-info { font-size: 22px; }
}

/* ===================================================
   SIDE MENU (Hidden but kept for structure)
   =================================================== */
.side-menu { display: none; }
.menu-overlay { display: none; }

/* ===================================================
   MAIN
   =================================================== */
.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: transparent;
}

/* ===================================================
   PLAYER SECTION
   =================================================== */
.player-section {
  width: 100%;
  padding: 40px 16px 20px;
  background: #ffffff; /* Fundo azul agora branco */
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}

@media (min-width: 640px) {
  .player-section { padding: 0 24px; }
}

.player-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff; /* Fundo do vídeo também branco */
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

/* ===================================================
   WAIT MESSAGE
   =================================================== */
.wait-message {
  width: 100%;
  padding: 24px 20px 12px;
  text-align: center;
  background: #ffffff; /* Parte de baixo branca */
  color: #000000;
}

.wait-message__text {
  font-size: 13.5px;
  color: #000000; /* Texto embaixo da VSL para preto */
  line-height: 1.55;
}

@media (min-width: 640px) {
  .wait-message { padding: 20px 28px 8px; }
  .wait-message__text { font-size: 15.5px; }
}

/* ===================================================
   FEEDBACK SECTION (Model Model)
   =================================================== */
.feedback-section {
  width: 100%;
  padding: 40px 20px;
  background: #ffffff; /* Fundo atrás da caixa de comentários em branco */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback-intro {
  margin-bottom: 20px; /* Reduzido de 32px */
}

.feedback-intro__eyebrow {
  color: #4f8ef7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.feedback-intro__title {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.feedback-intro__sub {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

/* ── Stats Bar ─────────────────────────────── */
.stats-bar {
  display: flex;
  justify-content: flex-start; /* Alinhado à esquerda junto com os outros */
  gap: 20px;
  margin-bottom: 24px; /* Reduzido de 40px */
}

.stat-item {
  flex: 1;
}

.stat-item__val {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 2px;
}

.stat-item__label {
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Testimonials ──────────────────────────── */
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 8px; /* Reduzido de 12px */
  max-width: 450px;
  margin: 0;
}

.testimonial-card {
  background: #f8f9fa; /* Fundo cinza bem claro para os cards */
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: left;
  transition: transform 0.2s;
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  position: relative;
}

.testimonial-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #000A68;
  padding: 1px;
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
}

.testimonial-meta {
  color: rgba(0,0,0,0.5);
  font-size: 12.5px;
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  top: 4px;
  right: 0;
}

.testimonial-card__body {
  margin-bottom: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
}

.testimonial-text {
  color: #000000;
  font-size: 13.5px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

.testimonial-card__footer {
  display: flex;
  justify-content: flex-start;
}

.result-badge {
  background: #1a9e3f; /* Verde solicitado */
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
}

.legal-footer {
  margin-top: 24px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
}

@media (min-width: 640px) {
  .feedback-intro__title { font-size: 36px; }
  .stat-item__val { font-size: 32px; }
  .testimonial-card { padding: 28px 32px; }
}

/* ===================================================
   CTA
   =================================================== */
.cta-section {
  width: 100%;
  padding: 24px 18px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #ffffff; /* Fundo branco */
  color: #000000;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--cta-green), #157a30);
  color: var(--white);
  font-size: 15.5px;
  font-weight: 800;
  border-radius: 6px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 6px 28px rgba(26,158,63,0.45);
  transition: transform 0.15s;
}

@media (min-width: 640px) {
  .cta-section { padding: 32px 28px 20px; }
  .cta-btn { max-width: 480px; padding: 20px 28px; font-size: 17.5px; }
}

/* ===================================================
   FOOTER
   =================================================== */
.footer {
  padding: 20px 16px;
  background: #000A68; /* Rodapé volta para o azul original */
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 640px) {
  .footer { padding: 28px 24px; }
}

.footer__copy { font-size: 12.5px; color: rgba(255,255,255,0.5); }
.footer__links { display: flex; align-items: center; justify-content: center; gap: 8px; }
.footer__link { font-size: 12.5px; color: rgba(255,255,255,0.5); }
.footer__sep { color: rgba(255,255,255,0.25); font-size: 12px; }

::-webkit-scrollbar { width: 0; background: transparent; }
