/* ============================================================
   VERO BARBER — Landing Page Styles
   Mustard Yellow Dominant + Dark Background
   ============================================================ */

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

:root {
  --bg: #0a0a0a;
  --bg-card: #111111;
  --bg-dark: #070707;
  --border: #1a1a1a;
  --gold: #D4A017;
  --gold-light: #E8BC3A;
  --gold-dark: #B8890F;
  --gold-glow: rgba(212, 160, 23, 0.15);
  --gold-glow-strong: rgba(212, 160, 23, 0.3);
  --white: #F0EDE6;
  --gray: #6B6B6B;
  --gray-light: #9A9A9A;
  --red: #C0392B;
  --font: 'Inter', -apple-system, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== UTILITY ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gold { color: var(--gold); }
.muted { color: var(--gray); }
.white { color: var(--white); }
.text-center { text-align: center; }

/* ===== CTA BUTTON ===== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: #0a0a0a;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 20px 44px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 30px var(--gold-glow-strong);
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 50px rgba(212, 160, 23, 0.45);
  background: var(--gold-light);
}
.cta-btn svg { width: 22px; height: 22px; fill: #0a0a0a; flex-shrink: 0; }

/* ===== SECTION SPACING ===== */
section { padding: 100px 0; }

.section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}

/* ===== WHATSAPP FLOAT ===== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 25px var(--gold-glow-strong);
  transition: all 0.25s ease;
  animation: waPulse 2s ease-in-out infinite;
}
.wa-float:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 35px rgba(212, 160, 23, 0.5);
}
.wa-float svg { width: 28px; height: 28px; fill: #0a0a0a; }

@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 25px var(--gold-glow-strong); }
  50% { box-shadow: 0 4px 40px rgba(212, 160, 23, 0.5); }
}

/* ============================================================
   1. HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 60px 24px;
}
.hero-bg-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.hero-product {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 35%;
  max-width: 420px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  filter: blur(1px);
}
.hero-product img { width: 100%; height: auto; }
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 750px;
  text-align: center;
}
.hero-logo { margin-bottom: 28px; }
.hero-logo img { max-width: 200px; height: auto; }
.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a0a0a;
  background: var(--gold);
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 32px;
}
.hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 28px;
  letter-spacing: -1px;
}
.hero p {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--gray-light);
  margin-bottom: 44px;
  line-height: 1.7;
}

/* ============================================================
   2. QUEBRA DE PADRÃO
   ============================================================ */
.quebra {
  padding: 90px 0;
  text-align: center;
  border-top: 2px solid var(--gold);
  border-bottom: 1px solid var(--border);
  background: var(--bg-card);
  position: relative;
}
.quebra-text {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================================
   3. DOR REAL
   ============================================================ */
.dor { background: var(--bg); }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.pain-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}
.pain-card:hover {
  border-top-color: var(--gold-light);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(212, 160, 23, 0.08);
}
.pain-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--white);
}
.pain-card p {
  font-size: 0.9rem;
  color: var(--gray-light);
  line-height: 1.55;
}

/* ============================================================
   4. VIRADA DE CHAVE
   ============================================================ */
.virada {
  padding: 100px 0;
  text-align: center;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.virada::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.virada::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.virada-text {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.4;
  color: var(--white);
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
.virada-sub {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--gray-light);
  line-height: 1.6;
}

/* ============================================================
   5. SOLUÇÃO
   ============================================================ */
.solucao {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.solucao-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.solucao-desc {
  font-size: 1.05rem;
  color: var(--gray-light);
  margin-bottom: 40px;
  line-height: 1.7;
}
.solucao-features { display: flex; flex-direction: column; gap: 24px; }
.solucao-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.solucao-dot {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
  box-shadow: 0 0 10px var(--gold-glow);
}
.solucao-feature h4 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--white);
}
.solucao-feature p {
  font-size: 0.88rem;
  color: var(--gray-light);
  line-height: 1.5;
}
.solucao-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.solucao-visual-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, var(--gold-glow-strong), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.solucao-product-img {
  width: 80%;
  max-width: 320px;
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 60px rgba(212, 160, 23, 0.2));
}

/* ============================================================
   6. BENEFÍCIOS COMERCIAIS
   ============================================================ */
.beneficios {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.beneficios-list {
  max-width: 700px;
  margin: 50px auto 0;
}
.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s ease;
}
.beneficio-item:last-child { border-bottom: none; }
.beneficio-item:hover { padding-left: 8px; }
.beneficio-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  min-width: 44px;
}
.beneficio-item h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--white);
}
.beneficio-item p {
  font-size: 0.9rem;
  color: var(--gray-light);
  line-height: 1.5;
}

/* ============================================================
   7. CENÁRIO DE VENDA
   ============================================================ */
.cena {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cena-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.cena-step {
  text-align: center;
  padding: 32px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  transition: all 0.3s ease;
}
.cena-step:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.cena-step.highlight {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.08), rgba(212, 160, 23, 0.02));
}
.cena-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: #0a0a0a;
  font-weight: 900;
  font-size: 1.2rem;
  border-radius: 50%;
  margin: 0 auto 16px;
}
.cena-step h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--white);
}
.cena-step p {
  font-size: 0.82rem;
  color: var(--gray-light);
  line-height: 1.5;
}
.cena-arrow {
  color: var(--gold);
  flex-shrink: 0;
}
.cena-arrow svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
}

/* ============================================================
   8. AUTORIDADE
   ============================================================ */
.autoridade { background: var(--bg); }
.autoridade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.autoridade-desc {
  font-size: 1rem;
  color: var(--gray-light);
  line-height: 1.7;
  margin-bottom: 20px;
}
.autoridade-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  transition: all 0.3s ease;
}
.stat-card:hover {
  border-color: var(--gold);
  transform: translateX(4px);
}
.stat-icon {
  width: 44px;
  height: 44px;
  color: var(--gold);
  flex-shrink: 0;
}
.stat-icon svg { width: 100%; height: 100%; }
.stat-card .stat-label {
  font-size: 1rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.stat-card p {
  font-size: 0.85rem;
  color: var(--gray-light);
  line-height: 1.4;
}

/* ============================================================
   9. TRANSFORMAÇÃO
   ============================================================ */
.transformacao {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.antes-depois {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.antes, .depois { padding: 48px 36px; }
.antes { background: var(--bg-dark); }
.depois {
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.06), rgba(212, 160, 23, 0.01));
  border-left: 2px solid var(--gold);
}
.antes h3, .depois h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.antes h3 { color: var(--gray); }
.depois h3 { color: var(--gold); }
.antes ul, .depois ul { list-style: none; padding: 0; }
.antes li, .depois li {
  padding: 10px 0 10px 24px;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
}
.antes li { color: var(--gray); }
.antes li::before {
  content: '\2715';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
  font-size: 0.85rem;
}
.depois li { color: var(--white); }
.depois li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.85rem;
}

/* ============================================================
   10. URGÊNCIA
   ============================================================ */
.urgencia {
  background: var(--bg);
  text-align: center;
  position: relative;
}
.urgencia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(212, 160, 23, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.urgencia-box {
  max-width: 650px;
  margin: 0 auto;
  border: 2px solid var(--gold);
  border-radius: 12px;
  padding: 56px 40px;
  background: var(--bg-card);
  position: relative;
  z-index: 1;
}
.urgencia-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #0a0a0a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 4px;
  white-space: nowrap;
}
.urgencia-box h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.25;
}
.urgencia-box p {
  font-size: 0.95rem;
  color: var(--gray-light);
  margin-bottom: 12px;
  line-height: 1.65;
}
.urgencia-box .urgencia-text {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 28px;
  margin-bottom: 36px;
}

/* ============================================================
   11. CTA FINAL
   ============================================================ */
.cta-final {
  padding: 100px 0 120px;
  text-align: center;
  background: var(--bg-card);
  border-top: 2px solid var(--gold);
  position: relative;
}
.cta-final h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.2;
}
.cta-final p {
  font-size: 1.05rem;
  color: var(--gray-light);
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.cta-sub {
  font-size: 0.9rem !important;
  color: var(--gray) !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

/* ===== FOOTER ===== */
footer {
  text-align: center;
  padding: 40px 24px;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--gray);
}
.footer-logo {
  max-width: 70px;
  margin-bottom: 12px;
  opacity: 0.4;
}
.footer-brand {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray-light);
  margin-bottom: 6px;
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--gray);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  section { padding: 70px 0; }

  .hero { min-height: auto; padding: 100px 24px 80px; }
  .hero-product { display: none; }
  .hero-badge { font-size: 0.65rem; padding: 6px 16px; }

  .solucao-grid { grid-template-columns: 1fr; gap: 40px; }
  .solucao-visual { order: -1; }
  .solucao-visual-glow { width: 200px; height: 200px; }
  .solucao-product-img { max-width: 240px; }

  .autoridade-grid { grid-template-columns: 1fr; gap: 40px; }
  .autoridade-stats { order: -1; }

  .antes-depois { grid-template-columns: 1fr; }
  .depois { border-left: none; border-top: 2px solid var(--gold); }

  .cena-flow { flex-direction: column; }
  .cena-arrow { transform: rotate(90deg); }
  .cena-step { max-width: 100%; min-width: auto; }

  .cta-btn { padding: 16px 32px; font-size: 0.95rem; }
  .urgencia-box { padding: 44px 24px; }

  .wa-float { bottom: 20px; right: 20px; width: 54px; height: 54px; }
  .wa-float svg { width: 26px; height: 26px; }
}

@media (max-width: 480px) {
  .pain-grid { grid-template-columns: 1fr; }
  .antes, .depois { padding: 32px 24px; }
  .section-title { margin-bottom: 36px; }
}
