/* =========================================================================
   DESIGN SYSTEM — CINEMATIC DARK AUTOMOTIVE
   Reutilizável para múltiplas LPs · v1.0
   ========================================================================= */

:root {
  /* ───── CORES ───── */
  --bg:               #0B0F14;
  --bg-deeper:        #060A0F;
  --surface:          #131A22;
  --surface-raised:   #1A222D;
  --surface-glass:    rgba(19, 26, 34, 0.6);
  --steel:            #5B6775;
  --text-primary:     #F5F7FA;
  --text-secondary:   #9AA4B2;
  --text-tertiary:    #6B7785;
  --cyan:             #4FD1FF;
  --cyan-glow:        #7DDFFF;
  --cyan-deep:        #2BA8E0;
  --cyan-soft:        rgba(79, 209, 255, 0.12);
  --border:           rgba(255, 255, 255, 0.08);
  --border-strong:    rgba(255, 255, 255, 0.14);
  --border-cyan:      rgba(79, 209, 255, 0.3);
  --green:            #4ADE80;
  --orange:           #FB923C;
  --red:              #F87171;
  --whatsapp:         #25D366;
  --whatsapp-deep:    #1EAE54;

  /* ───── RAIOS · NUNCA RETAS ───── */
  --r-xs:    8px;
  --r-sm:    12px;
  --r-md:    16px;
  --r-lg:    24px;
  --r-xl:    32px;
  --r-2xl:   48px;
  --r-pill:  9999px;

  /* ───── ESPAÇAMENTOS ───── */
  --s-1:  4px;
  --s-2:  8px;
  --s-3:  12px;
  --s-4:  16px;
  --s-5:  24px;
  --s-6:  32px;
  --s-7:  48px;
  --s-8:  64px;
  --s-9:  96px;
  --s-10: 128px;

  /* ───── TIPOGRAFIA ───── */
  --font-display: 'Sora', system-ui, sans-serif;
  --font-body:    'Sora', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* ───── SOMBRAS ───── */
  --shadow-sm:        0 2px 12px rgba(0,0,0,0.3);
  --shadow-md:        0 8px 32px rgba(0,0,0,0.4);
  --shadow-lg:        0 24px 64px rgba(0,0,0,0.5);
  --shadow-cyan:      0 0 32px rgba(79, 209, 255, 0.25);
  --shadow-cyan-lg:   0 0 56px rgba(79, 209, 255, 0.4);
  --shadow-whatsapp:  0 8px 32px rgba(37, 211, 102, 0.3);

  /* ───── TRANSIÇÕES ───── */
  --ease:             cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:           150ms var(--ease);
  --t-med:            300ms var(--ease);
  --t-slow:           600ms var(--ease);
}

/* =========================================================================
   RESET + BASE
   ========================================================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Atmosfera ambiente — gradiente mesh fixo */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(79, 209, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 60% at 90% 100%, rgba(79, 209, 255, 0.05) 0%, transparent 50%);
}

/* Grão fino cinematográfico */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img, svg, video { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

/* =========================================================================
   TIPOGRAFIA
   ========================================================================= */

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
}
.eyebrow::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--cyan);
  border-radius: var(--r-pill);
}

.h-display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--text-primary);
}
.h-1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.h-2 {
  font-weight: 700;
  font-size: clamp(1.625rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.h-3 {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  letter-spacing: -0.015em;
  line-height: 1.3;
}
.lead {
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: var(--text-secondary);
  font-weight: 400;
}
.body { color: var(--text-secondary); line-height: 1.65; }
.mono { font-family: var(--font-mono); font-feature-settings: 'tnum' 1, 'zero' 1; }

.text-cyan { color: var(--cyan); }
.text-primary { color: var(--text-primary); }
.text-secondary { color: var(--text-secondary); }

/* =========================================================================
   LAYOUT
   ========================================================================= */

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--s-5);
  position: relative;
  z-index: 2;
}
.container-narrow { max-width: 880px; }

.section { padding: var(--s-9) 0; position: relative; }
.section-tight { padding: var(--s-7) 0; }

/* =========================================================================
   COMPONENTES — BOTÕES
   ========================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-3);
  padding: 18px 28px;
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: all var(--t-med);
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.btn-lg { padding: 22px 36px; font-size: 1rem; }

.btn-primary {
  background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-deep) 100%);
  color: #001520;
  box-shadow: var(--shadow-cyan), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-cyan-lg), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform var(--t-slow);
}
.btn-primary:hover::before { transform: translateX(100%); }

.btn-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-deep) 100%);
  color: #fff;
  box-shadow: var(--shadow-whatsapp);
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.45);
}

.btn-secondary {
  background: rgba(255,255,255,0.04);
  color: var(--text-primary);
  border-color: var(--border-strong);
  backdrop-filter: blur(12px);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--cyan);
  color: var(--cyan);
}

.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
  padding: 12px 20px;
}
.btn-ghost:hover { color: var(--cyan); }

/* =========================================================================
   COMPONENTES — BADGES & CHIPS
   ========================================================================= */

.chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 6px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.chip-cyan {
  background: var(--cyan-soft);
  border-color: var(--border-cyan);
  color: var(--cyan);
}
.chip-green {
  background: rgba(74, 222, 128, 0.1);
  border-color: rgba(74, 222, 128, 0.25);
  color: var(--green);
}
.chip-dot::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: var(--r-pill);
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

/* =========================================================================
   COMPONENTES — CARDS
   ========================================================================= */

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  transition: all var(--t-med);
}
.card-hover:hover {
  border-color: var(--border-strong);
  background: var(--surface-raised);
  transform: translateY(-3px);
}
.card-glass {
  background: var(--surface-glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.card-feature {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-raised) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s-7);
  position: relative;
  overflow: hidden;
}
.card-feature::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(79, 209, 255, 0.08) 0%, transparent 70%);
  border-radius: var(--r-pill);
  pointer-events: none;
}

/* =========================================================================
   NAV STICKY
   ========================================================================= */

.nav {
  position: fixed;
  top: var(--s-4);
  left: var(--s-4);
  right: var(--s-4);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 24px;
  background: rgba(11, 15, 20, 0.7);
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  max-width: 1240px;
  margin: 0 auto;
  transition: all var(--t-med);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-weight: 700;
  letter-spacing: -0.01em;
  min-width: 0; /* permite truncar se necessário */
}
.nav-brand-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-brand-role {
  color: var(--text-tertiary);
  font-weight: 400;
}
.nav-brand-logo {
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--bg);
  font-size: 0.875rem;
}
.nav-status {
  display: none;
  align-items: center;
  gap: var(--s-2);
  font-size: 0.8125rem;
  color: var(--text-secondary);
  font-family: var(--font-mono);
}
@media (min-width: 768px) {
  .nav-status { display: inline-flex; }
}
.nav-status::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: var(--r-pill);
  box-shadow: 0 0 12px var(--green);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* =========================================================================
   HERO — V2 (layout 2 colunas, estilo imagens 2-3)
   ========================================================================= */

.hero {
  min-height: 100vh;
  padding: 120px var(--s-5) var(--s-7);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 30% 30%, rgba(79, 209, 255, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(79, 209, 255, 0.1) 0%, transparent 60%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.hero-eyebrow-top {
  text-align: center;
  margin-bottom: var(--s-7);
  animation: rise 800ms var(--ease) 100ms both;
}

.hero-grid-cols {
  display: grid;
  gap: var(--s-7);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .hero-grid-cols { grid-template-columns: 1.05fr 1fr; gap: var(--s-8); }
}

/* LEFT COLUMN */
.hero-left { animation: rise 800ms var(--ease) 250ms both; order: 2; }
@media (min-width: 1024px) { .hero-left { order: 0; } }

.brand-mark {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: var(--cyan);
  margin-bottom: var(--s-4);
  display: block;
}

.hero-headline-v2 {
  font-size: clamp(2.25rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: var(--s-5);
}
.hero-headline-v2 .line-1 { color: var(--text-primary); display: block; }
.hero-headline-v2 .line-2 {
  display: block;
  background: linear-gradient(120deg, var(--cyan) 0%, var(--cyan-glow) 60%, var(--cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub-v2 {
  max-width: 520px;
  font-size: clamp(0.9375rem, 1.3vw, 1.125rem);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: var(--s-5);
}

/* Spec chips inline */
.hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4);
  margin-bottom: var(--s-5);
  padding: var(--s-4) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hero-spec {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-primary);
}
.hero-spec-icon {
  display: grid; place-items: center;
  width: 20px; height: 20px;
  color: var(--cyan);
  flex-shrink: 0;
}

/* Price block */
.hero-price-block { margin-bottom: var(--s-5); }
.hero-price-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: var(--s-2);
}
.hero-price-row {
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
  flex-wrap: wrap;
  margin-bottom: var(--s-3);
}
.hero-price-amount {
  font-family: var(--font-mono);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  line-height: 1;
}
.hero-price-amount .currency {
  font-size: 0.4em;
  color: var(--text-tertiary);
  margin-left: 4px;
  font-weight: 500;
}
.hero-price-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 7px 14px;
  background: var(--cyan-soft);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--cyan);
  white-space: nowrap;
}
.hero-urgency-line {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-tertiary);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* CTA buttons */
.hero-cta-v2 {
  display: flex;
  gap: var(--s-3);
  flex-wrap: wrap;
  margin-bottom: var(--s-5);
}
@media (max-width: 640px) {
  .hero-cta-v2 .btn { flex: 1; min-width: 0; }
}

/* Trust chips */
.trust-chips {
  display: flex;
  gap: var(--s-2);
  flex-wrap: wrap;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 7px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  color: var(--text-primary);
  font-weight: 500;
}
.trust-chip-icon {
  display: grid; place-items: center;
  width: 16px; height: 16px;
  border-radius: var(--r-pill);
  background: var(--cyan-soft);
  border: 1px solid var(--border-cyan);
  color: var(--cyan);
  flex-shrink: 0;
}

/* RIGHT COLUMN — Photo zone V2 — em mobile vai PARA CIMA */
.hero-right {
  position: relative;
  animation: rise 800ms var(--ease) 400ms both;
  order: 1;
}
@media (min-width: 1024px) { .hero-right { order: 0; } }

/* Photo frame — moldura removida, imagem flutua livre com halo no chão */
.photo-frame {
  position: relative;
  aspect-ratio: 16/10;
  overflow: visible;
  /* glow ambiente subtil à volta do carro */
  filter: drop-shadow(0 0 60px rgba(79, 209, 255, 0.08));
}
@media (min-width: 1024px) {
  .photo-frame { aspect-ratio: 4/3; }
}

/* Halo elíptico subtil "no chão" — pousa visualmente o carro */
.photo-frame::after {
  content: '';
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 60px;
  background: radial-gradient(
    ellipse at center,
    rgba(79, 209, 255, 0.28) 0%,
    rgba(79, 209, 255, 0.12) 30%,
    rgba(79, 209, 255, 0.04) 55%,
    transparent 75%
  );
  filter: blur(12px);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .photo-frame::after {
    bottom: 10%;
    width: 70%;
    height: 40px;
  }
}

.photo-frame-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  /* sombra subtil para dar profundidade ao carro */
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

/* Botão "Ver galeria" sobreposto no hero */
.gallery-cta {
  position: absolute;
  bottom: var(--s-4);
  right: var(--s-4);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 10px 18px;
  background: rgba(11, 15, 20, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-pill);
  color: var(--text-primary);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: all var(--t-med);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 24px rgba(79, 209, 255, 0.15);
}
.gallery-cta:hover {
  background: var(--cyan);
  color: var(--bg);
  border-color: var(--cyan);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5), 0 0 32px rgba(79, 209, 255, 0.4);
}
.gallery-cta svg {
  color: var(--cyan);
  transition: color var(--t-fast);
}
.gallery-cta:hover svg { color: var(--bg); }
@media (max-width: 1023px) {
  /* MOBILE/TABLET: botão sai de cima da foto e fica centrado debaixo */
  .gallery-cta {
    position: static;
    display: inline-flex;
    margin: var(--s-4) auto 0;
    padding: 12px 22px;
    font-size: 0.8125rem;
  }
  /* Container do hero-right precisa de centrar o botão */
  .hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .photo-frame { width: 100%; }
}
@media (max-width: 640px) {
  .gallery-cta {
    padding: 10px 18px;
    font-size: 0.75rem;
  }
}

/* Floating badges — compactos em mobile */
.float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: var(--s-2);
  padding: 8px 14px;
  background: rgba(11, 15, 20, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-pill);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 20px rgba(79, 209, 255, 0.12);
  z-index: 3;
}
.float-badge-icon {
  display: grid; place-items: center;
  width: 22px; height: 22px;
  border-radius: var(--r-pill);
  background: var(--cyan-soft);
  border: 1px solid var(--border-cyan);
  color: var(--cyan);
  flex-shrink: 0;
}
.float-badge-text { line-height: 1.1; }
.float-badge-label {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 2px;
}
.float-badge-value {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .float-badge { padding: 12px 18px; }
  .float-badge-icon { width: 26px; height: 26px; }
  .float-badge-label { font-size: 0.625rem; }
  .float-badge-value { font-size: 0.875rem; }
}

.float-badge-tr { top: 16px; right: 16px; }
.float-badge-bl { bottom: 16px; left: 16px; }
@media (min-width: 1024px) {
  .float-badge-tr { top: 24px; right: -16px; }
  .float-badge-bl { bottom: 24px; left: -16px; }
}

/* MOBILE: hero — paddings agressivamente reduzidos */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 90px var(--s-4) var(--s-5);
  }
  .hero-eyebrow-top { margin-bottom: var(--s-5); }
  .hero-grid-cols { gap: var(--s-5); }
  .brand-mark { font-size: 0.75rem; letter-spacing: 0.28em; margin-bottom: var(--s-3); }
  .hero-headline-v2 { margin-bottom: var(--s-3); }
  .hero-sub-v2 { margin-bottom: var(--s-4); }
  .hero-specs { gap: var(--s-3) var(--s-4); padding: var(--s-3) 0; margin-bottom: var(--s-4); }
  .hero-price-block { margin-bottom: var(--s-4); }
  .hero-cta-v2 { margin-bottom: var(--s-4); gap: var(--s-2); }
  .hero-cta-v2 .btn { padding: 16px 20px; font-size: 0.875rem; }
}

/* Hero stats strip — mantém */

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero stats strip */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
  animation: rise 800ms var(--ease) 700ms both;
  background-color: var(--surface);
}
@media (min-width: 720px) {
  .hero-stats { grid-template-columns: repeat(4, 1fr); }
}
.hero-stat {
  background: var(--surface);
  padding: var(--s-5) var(--s-4);
  text-align: center;
  transition: background var(--t-fast);
}
.hero-stat:hover { background: var(--surface-raised); }
.hero-stat-num {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.hero-stat-label {
  font-size: 0.6875rem;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: var(--font-mono);
}
.hero-stat-num .unit { color: var(--text-tertiary); font-size: 0.65em; margin-left: 2px; }

/* Headline variants pill */
.hero-variants {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  margin: var(--s-6) auto 0;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
}

/* =========================================================================
   PHOTO PLACEHOLDER (hero context)
   ========================================================================= */

.photo-zone {
  margin: var(--s-7) auto 0;
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px dashed var(--border-strong);
  border-radius: var(--r-xl);
  display: grid;
  place-items: center;
  text-align: center;
  padding: var(--s-6);
  position: relative;
  overflow: hidden;
}
.photo-zone::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79, 209, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 209, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.photo-zone-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-3);
  color: var(--text-tertiary);
}
.photo-zone-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--surface-raised);
  display: grid; place-items: center;
  border: 1px solid var(--border);
}

/* =========================================================================
   SECTION HEADER
   ========================================================================= */

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--s-8);
}
.section-head .eyebrow { margin-bottom: var(--s-4); }
.section-head h2 { margin-bottom: var(--s-4); }

/* =========================================================================
   PAIN BLOCK
   ========================================================================= */

.pain-card {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-2xl);
  padding: clamp(var(--s-6), 5vw, var(--s-9));
  position: relative;
  overflow: hidden;
}
.pain-card::before {
  content: '';
  position: absolute;
  top: -50%; left: -10%;
  width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(248, 113, 113, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.pain-list {
  display: grid;
  gap: var(--s-4);
  margin-top: var(--s-6);
  position: relative;
}
.pain-item {
  display: flex;
  gap: var(--s-4);
  padding: var(--s-4) var(--s-5);
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: all var(--t-med);
}
.pain-item:hover { border-color: var(--border-strong); transform: translateX(4px); }
.pain-item-mark {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: var(--r-pill);
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.25);
  display: grid; place-items: center;
  color: var(--red);
  font-weight: 700;
  font-size: 0.875rem;
}
.pain-item-text { color: var(--text-secondary); line-height: 1.5; flex: 1; }
.pain-conclusion {
  margin-top: var(--s-7);
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  position: relative;
}

/* =========================================================================
   SOLUTION BLOCK
   ========================================================================= */

.solution-grid {
  display: grid;
  gap: var(--s-5);
  margin-top: var(--s-7);
}
@media (min-width: 720px) {
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
}
.solution-item {
  display: flex;
  gap: var(--s-4);
  padding: var(--s-5);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: all var(--t-med);
}
.solution-item:hover {
  border-color: var(--border-cyan);
  background: var(--surface-raised);
}
.solution-arrow {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: var(--r-sm);
  background: var(--cyan-soft);
  border: 1px solid var(--border-cyan);
  display: grid; place-items: center;
  color: var(--cyan);
  font-weight: 700;
}
.solution-item-text { color: var(--text-secondary); line-height: 1.5; flex: 1; }
.solution-item-text strong { color: var(--text-primary); font-weight: 600; }

/* Consultor card */
.consultor-card {
  margin-top: var(--s-7);
  padding: var(--s-7);
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
}
.consultor-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  background: radial-gradient(ellipse at right, rgba(79, 209, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.consultor-card .eyebrow { margin-bottom: var(--s-3); position: relative; }
.consultor-quote {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  color: var(--text-primary);
  font-weight: 400;
  position: relative;
  margin-bottom: var(--s-4);
}
.consultor-quote strong { font-weight: 600; }
.consultor-meta {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding-top: var(--s-4);
  border-top: 1px solid var(--border);
  position: relative;
}
.consultor-avatar {
  width: 44px; height: 44px;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--cyan-deep), var(--cyan));
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--bg);
}
.consultor-meta-text { font-size: 0.875rem; color: var(--text-secondary); }
.consultor-meta-text strong { color: var(--text-primary); display: block; }

/* =========================================================================
   BENEFITS GRID
   ========================================================================= */

.benefits-grid {
  display: grid;
  gap: var(--s-4);
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(4, 1fr); } }

.benefit-card {
  padding: var(--s-5);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: all var(--t-med);
  position: relative;
  overflow: hidden;
}
.benefit-card:hover {
  border-color: var(--border-cyan);
  background: var(--surface-raised);
  transform: translateY(-4px);
}
.benefit-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--cyan-soft);
  border: 1px solid var(--border-cyan);
  display: grid; place-items: center;
  margin-bottom: var(--s-4);
  color: var(--cyan);
}
.benefit-title {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin-bottom: var(--s-2);
}
.benefit-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.55; }

/* =========================================================================
   SPECS TABS
   ========================================================================= */

.specs-wrapper {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.tabs {
  display: flex;
  gap: 4px;
  padding: 8px;
  background: var(--bg-deeper);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: 1;
  min-width: 140px;
  padding: 14px 16px;
  border-radius: var(--r-md);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
  transition: all var(--t-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
}
.tab:hover { color: var(--text-primary); background: rgba(255,255,255,0.03); }
.tab.active {
  background: var(--surface-raised);
  color: var(--cyan);
  box-shadow: 0 0 0 1px var(--border-cyan);
}
.tab-content { padding: var(--s-6); display: none; }
.tab-content.active { display: block; animation: fadeIn 400ms var(--ease); }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Spec table */
.spec-table {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.spec-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background: var(--surface);
  padding: 14px 20px;
  align-items: center;
  gap: var(--s-3);
}
@media (min-width: 640px) {
  .spec-row { grid-template-columns: 1fr 2fr; padding: 16px 24px; }
}
.spec-key { font-size: 0.8125rem; color: var(--text-tertiary); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--font-mono); }
.spec-val { font-size: 0.9375rem; color: var(--text-primary); font-weight: 500; }
.spec-val.mono { font-family: var(--font-mono); font-weight: 500; }

/* Maintenance items */
.maint-grid {
  display: grid;
  gap: var(--s-3);
  margin-bottom: var(--s-5);
}
@media (min-width: 720px) { .maint-grid { grid-template-columns: repeat(2, 1fr); } }
.maint-item {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding: var(--s-4);
  background: rgba(74, 222, 128, 0.04);
  border: 1px solid rgba(74, 222, 128, 0.15);
  border-radius: var(--r-md);
}
.maint-check {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: var(--r-pill);
  background: var(--green);
  color: var(--bg);
  display: grid; place-items: center;
  font-weight: 700;
}
.maint-text { color: var(--text-primary); font-weight: 500; }
.maint-text.new { color: var(--green); font-weight: 700; font-family: var(--font-mono); font-size: 0.875rem; }

.maint-summary {
  background: var(--bg-deeper);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}
@media (min-width: 720px) { .maint-summary { flex-direction: row; align-items: center; justify-content: space-between; } }
.maint-summary-label { font-size: 0.8125rem; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--font-mono); }
.maint-summary-value { font-family: var(--font-mono); font-size: 1.5rem; font-weight: 700; color: var(--cyan); letter-spacing: -0.02em; }

/* Market price comparison */
.price-compare {
  display: grid;
  gap: var(--s-4);
  margin-bottom: var(--s-5);
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s-5);
  background: var(--bg-deeper);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  gap: var(--s-3);
  flex-wrap: wrap;
}
.price-row.highlight {
  background: linear-gradient(135deg, var(--cyan-soft) 0%, transparent 100%);
  border-color: var(--border-cyan);
}
.price-label { font-size: 0.875rem; color: var(--text-secondary); }
.price-amount { font-family: var(--font-mono); font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; }
.price-amount.strike { text-decoration: line-through; color: var(--text-tertiary); font-size: 1.125rem; }
.price-amount.big { color: var(--cyan); font-size: clamp(1.5rem, 3vw, 2.25rem); }

.price-bar {
  height: 8px;
  background: var(--bg-deeper);
  border-radius: var(--r-pill);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
  margin-top: var(--s-3);
}
.price-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--cyan) 0%, var(--cyan-glow) 100%);
  border-radius: var(--r-pill);
  width: 81%;
  position: relative;
  box-shadow: 0 0 20px var(--cyan);
}

.price-meta {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  text-align: center;
  margin-top: var(--s-4);
  font-family: var(--font-mono);
}

/* Financing simulation */
.fin-grid {
  display: grid;
  gap: var(--s-3);
  margin-bottom: var(--s-5);
}
@media (min-width: 720px) { .fin-grid { grid-template-columns: repeat(3, 1fr); } }
.fin-card {
  padding: var(--s-5);
  background: var(--bg-deeper);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  text-align: center;
  transition: all var(--t-med);
}
.fin-card:hover { border-color: var(--border-cyan); }
.fin-card-prazo { font-size: 0.8125rem; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--font-mono); margin-bottom: var(--s-3); }
.fin-card-amount { font-family: var(--font-mono); font-size: 2rem; font-weight: 700; color: var(--cyan); letter-spacing: -0.03em; }
.fin-card-amount span { font-size: 0.6em; color: var(--text-tertiary); margin-left: 4px; }

.disclaimer {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  line-height: 1.5;
  font-style: italic;
  padding: var(--s-4);
  background: rgba(0,0,0,0.2);
  border-radius: var(--r-md);
  border-left: 2px solid var(--border-cyan);
}

/* =========================================================================
   VERIFICAR BLOCK
   ========================================================================= */

.verificar {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-xl);
  padding: clamp(var(--s-6), 5vw, var(--s-7));
  position: relative;
  overflow: hidden;
  margin-top: var(--s-5);
}
.verificar::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(79, 209, 255, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.verificar-head {
  display: flex;
  align-items: center;
  gap: var(--s-4);
  margin-bottom: var(--s-5);
  position: relative;
  flex-wrap: wrap;
}
.verificar-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  display: grid; place-items: center;
  color: var(--bg);
  flex-shrink: 0;
  box-shadow: var(--shadow-cyan);
}
.verificar-title {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.verificar-partners {
  display: flex;
  gap: var(--s-2);
  margin-top: var(--s-2);
  flex-wrap: wrap;
}
.partner-tag {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 4px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
}

.verificar-body { color: var(--text-secondary); line-height: 1.65; margin-bottom: var(--s-5); position: relative; }
.verificar-list { display: grid; gap: var(--s-3); margin-bottom: var(--s-5); position: relative; }
.verificar-list-item { display: flex; gap: var(--s-3); align-items: flex-start; }
.verificar-check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: var(--r-pill);
  background: var(--cyan-soft);
  border: 1px solid var(--border-cyan);
  display: grid; place-items: center;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}
.verificar-list-item-text { color: var(--text-primary); flex: 1; line-height: 1.5; }
.verificar-list-item-text strong { color: var(--cyan); font-weight: 600; }

.verificar-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s-5);
  background: var(--bg-deeper);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  margin-bottom: var(--s-4);
  position: relative;
  flex-wrap: wrap;
  gap: var(--s-3);
}
.verificar-cost-label { font-size: 0.8125rem; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 0.12em; font-family: var(--font-mono); }
.verificar-cost-meta { color: var(--text-secondary); font-size: 0.875rem; }
.verificar-cost-amount { font-family: var(--font-mono); font-size: 1.875rem; font-weight: 700; color: var(--text-primary); letter-spacing: -0.02em; }

.verificar-quote {
  position: relative;
  font-style: italic;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  padding-left: var(--s-4);
  border-left: 2px solid var(--cyan);
}

/* Bonus section */
.bonus-section {
  margin-top: var(--s-6);
  padding: var(--s-5);
  background: rgba(74, 222, 128, 0.04);
  border: 1px solid rgba(74, 222, 128, 0.2);
  border-radius: var(--r-lg);
}
.bonus-head {
  display: flex; align-items: center; gap: var(--s-2);
  margin-bottom: var(--s-3);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--green);
}
.bonus-list {
  display: grid;
  gap: var(--s-2);
  list-style: none;
}
.bonus-list li {
  padding-left: var(--s-5);
  position: relative;
  color: var(--text-primary);
  line-height: 1.5;
  font-size: 0.9375rem;
}
.bonus-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* =========================================================================
   ACCORDION (Objeções + FAQ)
   ========================================================================= */

.accordion { display: grid; gap: var(--s-3); }
.acc-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all var(--t-med);
}
.acc-item:hover { border-color: var(--border-strong); }
.acc-item.open { border-color: var(--border-cyan); }
.acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  padding: var(--s-5);
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  transition: all var(--t-fast);
}
.acc-item.open .acc-trigger { color: var(--cyan); }
.acc-trigger-q {
  flex: 1;
  display: flex;
  gap: var(--s-3);
  align-items: center;
  letter-spacing: -0.01em;
}
.acc-q-mark {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: var(--r-sm);
  background: var(--cyan-soft);
  color: var(--cyan);
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.875rem;
}
.acc-toggle {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,0.04);
  display: grid; place-items: center;
  transition: all var(--t-med);
  color: var(--text-secondary);
}
.acc-item.open .acc-toggle { background: var(--cyan); color: var(--bg); transform: rotate(45deg); }
.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-med);
}
.acc-content-inner {
  padding: 0 var(--s-5) var(--s-5);
  color: var(--text-secondary);
  line-height: 1.65;
}
.acc-content-inner ol { padding-left: var(--s-5); margin-top: var(--s-3); display: grid; gap: var(--s-3); }
.acc-content-inner ol li::marker { color: var(--cyan); font-weight: 700; }

/* =========================================================================
   GUARANTEE
   ========================================================================= */

.guarantee {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(var(--s-6), 5vw, var(--s-8));
  text-align: center;
  position: relative;
  overflow: hidden;
}
.guarantee::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(79, 209, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.guarantee-shield {
  width: 80px; height: 80px;
  margin: 0 auto var(--s-5);
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--cyan-soft), transparent);
  border: 1px solid var(--border-cyan);
  display: grid; place-items: center;
  color: var(--cyan);
  position: relative;
}
.guarantee-list {
  list-style: none;
  display: grid;
  gap: var(--s-3);
  max-width: 640px;
  margin: var(--s-6) auto;
  text-align: left;
  position: relative;
}
.guarantee-list li {
  padding: var(--s-3) var(--s-4) var(--s-3) var(--s-7);
  background: rgba(0,0,0,0.2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  position: relative;
  font-size: 0.9375rem;
  color: var(--text-primary);
  line-height: 1.5;
}
.guarantee-list li::before {
  content: '✓';
  position: absolute;
  left: var(--s-3);
  top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px;
  border-radius: var(--r-pill);
  background: var(--cyan);
  color: var(--bg);
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 0.875rem;
}
.guarantee-pledge {
  font-size: clamp(1.125rem, 1.75vw, 1.375rem);
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-top: var(--s-5);
  position: relative;
}
.guarantee-fineprint {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  font-style: italic;
  margin-top: var(--s-4);
  position: relative;
}

/* =========================================================================
   URGENCY
   ========================================================================= */

.urgency {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  align-items: center;
  padding: var(--s-7) var(--s-5);
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.05) 0%, transparent 100%);
  border: 1px solid rgba(251, 146, 60, 0.2);
  border-radius: var(--r-xl);
  text-align: center;
  position: relative;
}
.urgency-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: rgba(251, 146, 60, 0.1);
  border: 1px solid rgba(251, 146, 60, 0.25);
  display: grid; place-items: center;
  color: var(--orange);
}
.urgency-title {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.urgency-body { color: var(--text-secondary); max-width: 640px; line-height: 1.6; }

/* =========================================================================
   FINAL CTA
   ========================================================================= */

.cta-final {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 50%, var(--surface) 100%);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-2xl);
  padding: clamp(var(--s-6), 6vw, var(--s-9)) clamp(var(--s-5), 5vw, var(--s-8));
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.cta-final::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(79, 209, 255, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(79, 209, 255, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cta-final-content { position: relative; z-index: 2; }
.cta-final h2 { margin-bottom: var(--s-4); }
.cta-final-summary {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  justify-content: center;
  margin: var(--s-6) 0;
}
.cta-final-summary .chip { font-size: 0.8125rem; padding: 8px 16px; }
.cta-final-buttons {
  display: flex;
  gap: var(--s-3);
  justify-content: center;
  flex-wrap: wrap;
}
.cta-final-meta {
  display: flex;
  gap: var(--s-3);
  justify-content: center;
  align-items: center;
  margin-top: var(--s-5);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  flex-wrap: wrap;
}
.cta-final-meta .dot { width: 4px; height: 4px; border-radius: var(--r-pill); background: var(--text-tertiary); }

/* =========================================================================
   PS / FOOTER
   ========================================================================= */

.ps-block {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--s-7);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  position: relative;
}
.ps-mark {
  position: absolute;
  top: -16px;
  left: 32px;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  background: var(--bg);
  padding: 4px 12px;
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-pill);
}
.ps-block p { color: var(--text-secondary); line-height: 1.65; }
.ps-block p + p { margin-top: var(--s-3); }
.ps-block strong { color: var(--text-primary); }

footer {
  padding: var(--s-7) var(--s-5);
  text-align: center;
  border-top: 1px solid var(--border);
  margin-top: var(--s-9);
}
.footer-content {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
  letter-spacing: 0.05em;
}

/* =========================================================================
   STICKY MOBILE CTA
   ========================================================================= */

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(11, 15, 20, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  border-top: 1px solid var(--border);
  display: flex;
  gap: var(--s-2);
}
.sticky-cta .btn { flex: 1; padding: 14px 12px; font-size: 0.875rem; min-height: 48px; }
.sticky-cta .btn-whatsapp { flex: 2; }
@media (min-width: 768px) { .sticky-cta { display: none; } }

/* =========================================================================
   UTILITIES
   ========================================================================= */

.fade-in { opacity: 0; animation: fadeUp 800ms var(--ease) forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.divider {
  height: 1px;
  background: var(--border);
  margin: var(--s-7) 0;
  border: none;
}
.spacer-sm { height: var(--s-5); }
.spacer-md { height: var(--s-7); }
.text-center { text-align: center; }

/* =========================================================================
   GALERIA DE FOTOS
   ========================================================================= */

.gallery-section {
  position: relative;
  padding: var(--s-9) 0;
}

.gallery-grid {
  display: grid;
  gap: var(--s-3);
  grid-template-columns: 1fr;
  margin-bottom: var(--s-7);
}
@media (min-width: 640px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: var(--s-4);
  }
}

.gallery-item {
  position: relative;
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  transition: all var(--t-med);
  display: grid;
  place-items: center;
}
@media (min-width: 1024px) {
  .gallery-item { aspect-ratio: auto; }
}

/* Foto destaque — ocupa 2 colunas + 2 linhas no desktop */
.gallery-item.featured {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border-color: var(--border-cyan);
}
@media (min-width: 1024px) {
  .gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.gallery-item:hover {
  border-color: var(--border-cyan);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4), 0 0 24px rgba(79, 209, 255, 0.1);
}

.gallery-item-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-3);
  color: var(--text-tertiary);
  padding: var(--s-4);
  text-align: center;
  position: relative;
  z-index: 1;
}
.gallery-item-num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 600;
}
.gallery-item-icon {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: var(--surface-raised);
  border: 1px solid var(--border);
  display: grid; place-items: center;
}
.gallery-item-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: -0.01em;
}
.gallery-item-hint {
  font-size: 0.6875rem;
  color: var(--text-tertiary);
  font-family: var(--font-mono);
}

.gallery-item.featured .gallery-item-icon {
  width: 56px; height: 56px;
}
.gallery-item.featured .gallery-item-label {
  font-size: 1rem;
}

/* Grid pattern subtil no fundo das placeholders */
.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79, 209, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 209, 255, 0.025) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}

/* Quando tem imagem real (substituir o placeholder por <img>) */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Galeria — cursor pointer (indica que é clicável) */
.gallery-item {
  cursor: pointer;
  /* iOS Safari fix — remove delay de 300ms no toque */
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(79, 209, 255, 0.15);
}
.gallery-item img {
  transition: transform var(--t-slow);
  /* iOS fix: garantir que a img captura clicks */
  pointer-events: auto;
  -webkit-user-select: none;
  user-select: none;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item { overflow: hidden; }

/* =========================================================================
   LIGHTBOX (fullscreen viewer)
   ========================================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(6, 10, 15, 0.95);
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--s-5);
  animation: fadeIn 200ms var(--ease);
}
.lightbox.active { display: flex; }
.lightbox-img-wrap {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .lightbox-img-wrap {
    max-width: calc(100vw - 130px); /* deixa espaço para as setas */
    max-height: 80vh;
  }
}
.lightbox-img {
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-lg);
  box-shadow: 0 24px 80px rgba(0,0,0,0.7);
}
@media (max-width: 640px) {
  .lightbox-img {
    max-height: 80vh;
    border-radius: var(--r-md);
  }
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  z-index: 2;
  width: 52px; height: 52px;
  border-radius: var(--r-pill);
  background: rgba(11, 15, 20, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--text-primary);
  cursor: pointer;
  /* transição APENAS de cor — sem mexer em transform */
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  /* desativar tap highlight do browser */
  -webkit-tap-highlight-color: transparent;
}

/* HOVER — só muda cor, sem scale */
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: var(--cyan);
  color: var(--bg);
  border-color: var(--cyan);
}

/* ACTIVE (clique/toque) — pulso muito subtil de opacidade, sem deslocação */
.lightbox-close:active,
.lightbox-prev:active,
.lightbox-next:active {
  background: var(--cyan-deep);
  color: var(--bg);
}

.lightbox-close {
  top: 20px;
  right: 20px;
}

/* SETAS — centradas verticalmente (SEM scale no active para manter a posição) */
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  border-color: var(--border-cyan);
}
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

/* Em desktop, setas ficam dentro do viewport (visíveis sempre) */
@media (min-width: 1024px) {
  .lightbox-prev,
  .lightbox-next {
    width: 56px; height: 56px;
    border-color: var(--border);
  }
  .lightbox-prev { left: 32px; }
  .lightbox-next { right: 32px; }
}

/* Em tablets, setas maiores e mais espaçadas */
@media (min-width: 640px) and (max-width: 1023px) {
  .lightbox-prev { left: 24px; }
  .lightbox-next { right: 24px; }
}

/* Em mobile pequeno, setas mais compactas mas ainda thumb-friendly (mínimo 44px) */
@media (max-width: 480px) {
  .lightbox-prev,
  .lightbox-next {
    width: 48px; height: 48px;
  }
  .lightbox-close {
    width: 44px; height: 44px;
    top: 16px;
    right: 16px;
  }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

.lightbox-counter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  background: rgba(11, 15, 20, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
}

/* CTA Standvirtual debaixo da galeria */
.standvirtual-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-4);
  padding: var(--s-6);
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-deeper) 100%);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.standvirtual-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; height: 300%;
  background: radial-gradient(ellipse at center, rgba(79, 209, 255, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.standvirtual-logo {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 6px 14px;
  background: rgba(79, 209, 255, 0.08);
  border: 1px solid var(--border-cyan);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 600;
  position: relative;
}
.standvirtual-text {
  position: relative;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  max-width: 560px;
  line-height: 1.4;
}
.standvirtual-text-sub {
  position: relative;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  max-width: 480px;
}

/* Mobile padding adjustments — OTIMIZAÇÃO AGRESSIVA */
@media (max-width: 768px) {
  .section { padding: var(--s-7) 0; }
  .section-tight { padding: var(--s-6) 0; }
  .container { padding: 0 var(--s-4); }

  /* Nav compacto */
  .nav {
    top: var(--s-3);
    left: var(--s-3);
    right: var(--s-3);
    padding: 8px 8px 8px 16px;
  }
  .nav-brand { font-size: 0.875rem; gap: var(--s-2); }
  .nav-brand-logo { width: 28px; height: 28px; font-size: 0.75rem; }
  .nav-brand-role { display: none; }  /* esconde " · Promoção de Vendas" — mantém o nome */
  .nav .btn { padding: 10px 14px; font-size: 0.8125rem; }

  /* Section heads compactos */
  .section-head { margin-bottom: var(--s-6); }
  .section-head h2 { margin-bottom: var(--s-3); }
  .h-display, .h-1 { letter-spacing: -0.03em; }

  /* Cards mais respiráveis */
  .card, .card-feature { padding: var(--s-5); }
  .pain-card { padding: var(--s-5); }
  .pain-item { padding: var(--s-3) var(--s-4); }
  .pain-conclusion { font-size: 1.125rem; margin-top: var(--s-5); }

  /* Solution + consultor */
  .solution-item { padding: var(--s-4); }
  .consultor-card { padding: var(--s-5); margin-top: var(--s-6); }
  .consultor-quote { font-size: 1rem; }

  /* Benefits */
  .benefit-card { padding: var(--s-4); }
  .benefit-icon { width: 40px; height: 40px; margin-bottom: var(--s-3); }
  .benefit-title { font-size: 1rem; }
  .benefit-desc { font-size: 0.875rem; }

  /* Specs tabs */
  .tabs { padding: 6px; gap: 2px; }
  .tab { min-width: 100px; padding: 12px 12px; font-size: 0.8125rem; }
  .tab-content { padding: var(--s-5); }
  .spec-row { grid-template-columns: 1fr 1.5fr; padding: 12px 16px; gap: var(--s-2); }
  .spec-key { font-size: 0.6875rem; }
  .spec-val { font-size: 0.875rem; }

  /* Maintenance */
  .maint-item { padding: var(--s-3); }
  .maint-check { width: 28px; height: 28px; }
  .maint-summary { padding: var(--s-4); }
  .maint-summary-value { font-size: 1.25rem; }

  /* Price compare */
  .price-row { padding: var(--s-4); }
  .price-amount { font-size: 1.25rem; }
  .price-amount.big { font-size: 1.75rem; }

  /* Verificar */
  .verificar { padding: var(--s-5); }
  .verificar-head { gap: var(--s-3); margin-bottom: var(--s-4); }
  .verificar-icon { width: 44px; height: 44px; }
  .verificar-title { font-size: 1.0625rem; }
  .verificar-cost { padding: var(--s-4); }
  .verificar-cost-amount { font-size: 1.5rem; }

  /* Accordion */
  .acc-trigger { padding: var(--s-4); font-size: 0.9375rem; }
  .acc-trigger-q { gap: var(--s-3); }
  .acc-q-mark { width: 24px; height: 24px; font-size: 0.8125rem; }
  .acc-toggle { width: 28px; height: 28px; }
  .acc-content-inner { padding: 0 var(--s-4) var(--s-4); font-size: 0.9375rem; }

  /* Guarantee */
  .guarantee { padding: var(--s-5); }
  .guarantee-shield { width: 64px; height: 64px; margin-bottom: var(--s-4); }
  .guarantee-list li { padding: var(--s-3) var(--s-3) var(--s-3) 44px; font-size: 0.875rem; }
  .guarantee-list li::before { left: 8px; width: 22px; height: 22px; font-size: 0.75rem; }
  .guarantee-pledge { font-size: 1.0625rem; }

  /* Urgency */
  .urgency { padding: var(--s-5) var(--s-4); }
  .urgency-icon { width: 48px; height: 48px; }

  /* Final CTA */
  .cta-final { padding: var(--s-7) var(--s-4); border-radius: var(--r-xl); }
  .cta-final-buttons { flex-direction: column; gap: var(--s-2); }
  .cta-final-buttons .btn { width: 100%; }
  .cta-final-summary { gap: var(--s-2); margin: var(--s-5) 0; }
  .cta-final-summary .chip { font-size: 0.75rem; padding: 6px 12px; }
  .cta-final-meta { font-size: 0.75rem; flex-direction: column; gap: var(--s-2); }
  .cta-final-meta .dot { display: none; }

  /* PS */
  .ps-block { padding: var(--s-5); }

  /* Hero stats grid 2x2 em mobile */
  .hero-stats { grid-template-columns: repeat(2, 1fr); }

  /* Body padding para sticky CTA */
  body { padding-bottom: 80px; }

  /* Section fade-in transform mais subtil em mobile */
  .section { transform: translateY(20px); }
}

/* Mobile MUITO pequeno (≤ 380px) */
@media (max-width: 380px) {
  .hero { padding: 80px var(--s-3) var(--s-4); }
  .hero-headline-v2 { font-size: 2rem; }
  .hero-price-amount { font-size: 2.75rem; }
  .brand-mark { font-size: 0.6875rem; }
  /* Mantém o nome visível — apenas torna mais compacto */
  .nav-brand { font-size: 0.8125rem; gap: 6px; }
  .nav-brand-logo { width: 26px; height: 26px; font-size: 0.6875rem; }
  .nav { padding: 6px 6px 6px 12px; }
  .nav .btn { padding: 8px 12px; font-size: 0.75rem; }

  /* Trust chips em coluna */
  .trust-chips { flex-direction: column; gap: 6px; align-items: flex-start; }
  .trust-chip { width: 100%; }

  /* Spec chips menores */
  .hero-spec { font-size: 0.75rem; }

  /* Photo frame menos alto */
  .photo-frame { aspect-ratio: 16/9; }
}

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