/* ==========================================================================
   ESPETTUS NA BRASA — DESIGN SYSTEM & ESTILOS COMPLETOS
   ========================================================================== */

:root {
  --bg-dark: #0a0908;
  --bg-card: rgba(22, 19, 17, 0.90);
  --bg-card-border: rgba(245, 158, 11, 0.22);
  --bg-card-hover: rgba(36, 30, 26, 0.96);
  
  --primary-amber: #f59e0b;
  --primary-orange: #ea580c;
  --primary-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
  --btn-glow: 0 8px 22px -4px rgba(245, 158, 11, 0.45);
  
  --text-main: #f5f5f4;
  --text-muted: #99938e;
  --text-sub: #cfcbc7;
  
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  
  --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  color: var(--text-main);
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  background-color: var(--bg-dark);
  overflow-x: hidden;
  position: relative;
}

/* --------------------------------------------------------------------------
   FAÍSCAS DE FOGO FLUTUANTES (CANVAS)
   -------------------------------------------------------------------------- */
.fire-sparks-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 90;
}

/* --------------------------------------------------------------------------
   ILUMINAÇÃO LATERAL ABSTRATA E IRREGULAR (LUZ DE FOGO VIVA E ORGÂNICA)
   -------------------------------------------------------------------------- */
.side-lighting-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  pointer-events: none;
  z-index: 85;
  overflow: visible;
}

/* Manchas de luz abstratas na lateral esquerda */
.side-lighting-left::before {
  content: '';
  position: absolute;
  top: 18%;
  left: -60px;
  width: 200px;
  height: 380px;
  border-radius: 42% 58% 70% 30% / 45% 65% 35% 55%;
  background: radial-gradient(circle at 35% 50%, rgba(245, 158, 11, 0.42) 0%, rgba(234, 88, 12, 0.22) 50%, transparent 80%);
  filter: blur(36px);
  animation: abstractBlobMorphLeft1 5.4s infinite alternate ease-in-out;
}

.side-lighting-left::after {
  content: '';
  position: absolute;
  top: 52%;
  left: -80px;
  width: 240px;
  height: 320px;
  border-radius: 65% 35% 42% 58% / 58% 38% 62% 42%;
  background: radial-gradient(circle at 40% 50%, rgba(249, 115, 22, 0.36) 0%, rgba(180, 40, 10, 0.16) 55%, transparent 82%);
  filter: blur(42px);
  animation: abstractBlobMorphLeft2 6.8s infinite alternate ease-in-out;
}

.side-lighting-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 220px;
  height: 100vh;
  pointer-events: none;
  z-index: 85;
  overflow: visible;
}

/* Manchas de luz abstratas na lateral direita */
.side-lighting-right::before {
  content: '';
  position: absolute;
  top: 24%;
  right: -70px;
  width: 220px;
  height: 360px;
  border-radius: 56% 44% 35% 65% / 62% 38% 62% 38%;
  background: radial-gradient(circle at 65% 50%, rgba(245, 158, 11, 0.38) 0%, rgba(234, 88, 12, 0.20) 50%, transparent 80%);
  filter: blur(38px);
  animation: abstractBlobMorphRight1 6.2s infinite alternate ease-in-out;
}

.side-lighting-right::after {
  content: '';
  position: absolute;
  top: 60%;
  right: -50px;
  width: 190px;
  height: 290px;
  border-radius: 38% 62% 58% 42% / 46% 64% 36% 54%;
  background: radial-gradient(circle at 60% 50%, rgba(254, 215, 170, 0.32) 0%, rgba(245, 158, 11, 0.18) 55%, transparent 80%);
  filter: blur(35px);
  animation: abstractBlobMorphRight2 7.6s infinite alternate ease-in-out;
}

@keyframes abstractBlobMorphLeft1 {
  0%   { opacity: 0.25; transform: scale(0.9) translate(0, 0); border-radius: 42% 58% 70% 30% / 45% 65% 35% 55%; }
  35%  { opacity: 0.65; transform: scale(1.18) translate(15px, -20px); border-radius: 60% 40% 45% 55% / 50% 60% 40% 50%; }
  68%  { opacity: 0.32; transform: scale(0.85) translate(-10px, 15px); border-radius: 35% 65% 60% 40% / 40% 50% 50% 60%; }
  100% { opacity: 0.58; transform: scale(1.12) translate(10px, -10px); border-radius: 55% 45% 65% 35% / 55% 45% 55% 45%; }
}

@keyframes abstractBlobMorphLeft2 {
  0%   { opacity: 0.45; transform: scale(1.05) translate(0, 0); }
  45%  { opacity: 0.22; transform: scale(0.82) translate(10px, 15px); }
  78%  { opacity: 0.70; transform: scale(1.22) translate(-15px, -25px); }
  100% { opacity: 0.38; transform: scale(0.95) translate(5px, -10px); }
}

@keyframes abstractBlobMorphRight1 {
  0%   { opacity: 0.30; transform: scale(0.92) translate(0, 0); }
  40%  { opacity: 0.75; transform: scale(1.16) translate(-20px, 20px); }
  72%  { opacity: 0.35; transform: scale(0.88) translate(10px, -15px); }
  100% { opacity: 0.65; transform: scale(1.10) translate(-10px, 10px); }
}

@keyframes abstractBlobMorphRight2 {
  0%   { opacity: 0.50; transform: scale(1.10) translate(0, 0); }
  30%  { opacity: 0.20; transform: scale(0.80) translate(-15px, -15px); }
  65%  { opacity: 0.68; transform: scale(1.20) translate(15px, 25px); }
  100% { opacity: 0.42; transform: scale(0.98) translate(-5px, 10px); }
}

/* --------------------------------------------------------------------------
   DOBRA 01: HERO COM ESPETOS E LUZ DE FOGO AO FUNDO
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background-color: var(--bg-dark);
}

.hero-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(to right, 
      rgba(10, 9, 8, 0.02) 0%, 
      rgba(10, 9, 8, 0.06) 36%, 
      rgba(10, 9, 8, 0.42) 54%, 
      rgba(10, 9, 8, 0.86) 72%, 
      rgba(10, 9, 8, 0.94) 100%),
    linear-gradient(to bottom, 
      rgba(10, 9, 8, 0.15) 0%, 
      transparent 18%, 
      transparent 72%, 
      rgba(10, 9, 8, 0.85) 92%, 
      #0a0908 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-inner-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1480px;
  height: 100%;
  padding: 30px 40px 24px;
  display: grid;
  grid-template-columns: 1.38fr 0.62fr;
  align-items: center;
  gap: 28px;
}

/* VIEWPORT DOS ESPETOS COM LUZ DE FOGO */
.hero-table-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.table-scene {
  position: relative;
  width: 820px;
  height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* LUZ ATRÁS DOS ESPETOS NA PAREDE / FUNDO (COM OSCILAÇÃO ALEATÓRIA) */
.fire-glow-backwall {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 780px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 60%, rgba(245, 158, 11, 0.32) 0%, rgba(234, 88, 12, 0.18) 42%, rgba(180, 40, 10, 0.05) 68%, transparent 85%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: screen;
  animation: backwallFlameDance 4.4s infinite alternate ease-in-out;
}

@keyframes backwallFlameDance {
  0%   { opacity: 0.40; transform: translateX(-50%) scale(0.92) translate(0, 0); filter: blur(44px); }
  25%  { opacity: 0.85; transform: translateX(-48%) scale(1.08) translate(10px, -15px); filter: blur(52px); }
  55%  { opacity: 0.35; transform: translateX(-52%) scale(0.95) translate(-12px, 10px); filter: blur(42px); }
  80%  { opacity: 0.90; transform: translateX(-49%) scale(1.12) translate(8px, -8px); filter: blur(54px); }
  100% { opacity: 0.50; transform: translateX(-50%) scale(0.98) translate(0, 0); filter: blur(46px); }
}

/* LUZ EXPANDIDA DE BRASA NA BASE DOS ESPETOS */
.fire-glow-base {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 960px; /* Área de gradiente ampliada */
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.44) 0%, rgba(234, 88, 12, 0.26) 45%, rgba(180, 40, 10, 0.09) 70%, transparent 88%);
  filter: blur(34px);
  pointer-events: none;
  z-index: 5;
  animation: firePulse 3.5s infinite alternate ease-in-out;
}

.fire-glow-core {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(254, 215, 170, 0.68) 0%, rgba(249, 115, 22, 0.46) 50%, transparent 75%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 6;
  animation: fireCoreFlicker 2s infinite alternate ease-in-out;
}

.fire-glow-ambient {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px; /* Ampla difusão ambiental */
  height: 420px;
  background: radial-gradient(ellipse at center bottom, rgba(217, 119, 6, 0.24) 0%, rgba(180, 50, 10, 0.10) 45%, transparent 72%);
  filter: blur(52px);
  pointer-events: none;
  z-index: 4;
}

@keyframes firePulse {
  0% { transform: translateX(-50%) scale(0.95); opacity: 0.82; }
  100% { transform: translateX(-50%) scale(1.06); opacity: 1; }
}

@keyframes fireCoreFlicker {
  0% { opacity: 0.75; filter: blur(16px); }
  50% { opacity: 1; filter: blur(20px); }
  100% { opacity: 0.70; filter: blur(17px); }
}

/* Cluster dos espetos */
.skewers-cluster {
  position: absolute;
  bottom: 125px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 10;
}

.skewer-item {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: bottom center;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.25s ease, 
              opacity 0.25s ease;
  will-change: transform, filter, z-index;
  cursor: pointer;
}

.skewer-img {
  display: block;
  height: 520px;
  width: auto;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.25s ease;
}

.skewer-plate-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 45px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(8px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.skewer-item.is-front .skewer-plate-glow {
  opacity: 1;
}

/* COLUNA DE COPY HERO COMPACTA */
.hero-copy-column {
  position: relative;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 10px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-sub);
}

.hero-metric-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric-card {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--bg-card-border);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.metric-card:hover {
  border-color: rgba(245, 158, 11, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.metric-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.metric-value {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 2px 0;
}

.metric-value small {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
}

.metric-note {
  font-size: 10.5px;
  color: var(--text-sub);
}

.hero-differentiator-bar {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: fit-content;
}

.diff-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-main);
}

.diff-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.2);
  color: var(--primary-amber);
  font-size: 10px;
  font-weight: 800;
}

.hero-action-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

.btn-hero-cta {
  display: inline-block;
  background: var(--primary-gradient);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-align: center;
  padding: 13px 28px;
  border-radius: 10px;
  box-shadow: var(--btn-glow);
  transition: var(--transition-smooth);
  width: fit-content;
}

.btn-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.55);
}

.cta-microcopy {
  font-size: 11px;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   DOBRA 02: CONTEXTO DE MERCADO COM CARROSSEL OCTAGONAL 3D
   -------------------------------------------------------------------------- */
.dobra2-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 30%, #1a1410 0%, #0d0c0b 60%);
  border-top: 1px solid rgba(245, 158, 11, 0.15);
  display: flex;
  align-items: center;
  padding: 90px 40px;
  z-index: 20;
}

.dobra2-container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.dobra2-info-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dobra2-title {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.4px;
}

.dobra2-subtitle {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-sub);
}

.market-metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.market-stat-card {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--bg-card-border);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: var(--transition-smooth);
}

.market-stat-card:hover {
  border-color: rgba(245, 158, 11, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-amber);
  line-height: 1.1;
}

.stat-desc {
  font-size: 11.5px;
  color: var(--text-main);
  line-height: 1.35;
  font-weight: 500;
}

.stat-source {
  font-size: 9.5px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 3px;
}

.dobra2-body-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-sub);
  margin-top: 4px;
}

.dobra2-action-row {
  margin-top: 6px;
}

.btn-secondary-cta {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 1.5px solid var(--primary-amber);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 10px;
  transition: var(--transition-smooth);
}

.btn-secondary-cta:hover {
  background: rgba(245, 158, 11, 0.15);
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.3);
  transform: translateY(-1px);
}

.dobra2-carousel-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.carousel-3d-wrapper {
  position: relative;
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-3d-viewport {
  width: 100%;
  height: 420px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  user-select: none;
  position: relative;
}

.carousel-3d-viewport:active {
  cursor: grabbing;
}

.carousel-3d-ring {
  position: relative;
  width: 220px;
  height: 310px;
  transform-style: preserve-3d;
  will-change: transform;
}

.carousel-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 310px;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(280px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.panel-card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.85);
  border: 1.5px solid rgba(245, 158, 11, 0.25);
  background: #110e0c;
  transition: border-color 0.3s ease;
}

.panel-card:hover {
  border-color: rgba(245, 158, 11, 0.7);
}

.panel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.carousel-controls-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.carousel-btn-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.carousel-btn-arrow:hover {
  background: var(--primary-amber);
  border-color: var(--primary-amber);
  color: #110e0c;
  transform: scale(1.08);
}

/* --------------------------------------------------------------------------
   ESTILOS COMUNS DE SEÇÕES (DOBRAS 03, 04, 05, 06) COM BGS REAIS
   -------------------------------------------------------------------------- */
.section-models,
.section-support,
.section-faq,
.section-final-cta {
  position: relative;
  width: 100%;
  padding: 100px 40px;
  overflow: hidden;
  background-color: #0a0908;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section-bg-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.70;
  z-index: 1;
}

.section-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
    rgba(10, 9, 8, 0.78) 0%, 
    rgba(10, 9, 8, 0.42) 25%, 
    rgba(10, 9, 8, 0.48) 60%, 
    rgba(10, 9, 8, 0.88) 88%, 
    #0a0908 100%);
  z-index: 2;
  pointer-events: none;
}

.section-container {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.section-header-center {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-main-title {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.section-main-subtitle {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-sub);
}

/* --------------------------------------------------------------------------
   DOBRA 03: CARDS DE MODELOS DE FRANQUIA
   -------------------------------------------------------------------------- */
.models-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.model-pricing-card {
  position: relative;
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid var(--bg-card-border);
  border-radius: 20px;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.model-pricing-card:hover {
  border-color: rgba(245, 158, 11, 0.6);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.model-pricing-card.featured {
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.15);
}

.card-highlight-ribbon {
  position: absolute;
  top: -12px;
  right: 28px;
  background: var(--primary-gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
}

.card-head {
  margin-bottom: 22px;
}

.model-name {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.model-desc {
  font-size: 13.5px;
  color: var(--text-sub);
  line-height: 1.5;
}

.card-key-numbers {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  margin-bottom: 24px;
}

.key-stat {
  display: flex;
  flex-direction: column;
}

.stat-lbl {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.stat-val {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.stat-val.highlight {
  color: var(--primary-amber);
}

.stat-val small {
  font-size: 13px;
  color: var(--text-muted);
}

.card-financial-breakdown {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
  flex-grow: 1;
}

.breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: var(--text-sub);
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.breakdown-row strong {
  color: #fff;
  font-weight: 700;
}

.text-amber {
  color: var(--primary-amber) !important;
}

.card-cta-wrap {
  margin-top: auto;
}

.btn-card-action {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--primary-gradient);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  padding: 14px;
  border-radius: 10px;
  box-shadow: var(--btn-glow);
  transition: var(--transition-smooth);
}

.btn-card-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.55);
}

/* --------------------------------------------------------------------------
   DOBRA DE CARDÁPIO: CARROSSEL DE FOTOS EM LOOP AUTOMÁTICO E ARRASTÁVEL
   -------------------------------------------------------------------------- */
.section-menu-gallery {
  position: relative;
  width: 100%;
  padding: 85px 0 95px;
  background-color: #0b0908;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 10px 0;
  user-select: none;
}

.menu-carousel-viewport {
  width: 100%;
  overflow-x: hidden;
  cursor: grab;
  position: relative;
  padding: 20px 0;
}

.menu-carousel-viewport:active {
  cursor: grabbing;
}

.menu-carousel-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

.menu-card-slide {
  flex: 0 0 280px;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #141210;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.55);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.menu-card-slide:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(245, 158, 11, 0.15);
}

.menu-card-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.menu-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(18, 15, 13, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.menu-nav-arrow.prev { left: 24px; }
.menu-nav-arrow.next { right: 24px; }

.menu-nav-arrow:hover {
  background: var(--primary-amber);
  color: #110e0c;
  border-color: var(--primary-amber);
  transform: translateY(-50%) scale(1.1);
}

/* --------------------------------------------------------------------------
   DOBRA 04: SUPORTE & BULLET POINTS ESTRUTURADOS
   -------------------------------------------------------------------------- */
.support-bullets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 60px;
}

.bullet-feature-card {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--bg-card-border);
  border-radius: 16px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: var(--transition-smooth);
}

.bullet-feature-card:hover {
  border-color: rgba(245, 158, 11, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.bullet-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: var(--primary-amber);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-card-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.bullet-card-desc {
  font-size: 13.5px;
  color: var(--text-sub);
  line-height: 1.55;
}

/* Timeline 8 Etapas */
.steps-timeline-wrap {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 36px 30px;
  text-align: center;
}

.timeline-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 28px;
}

.timeline-steps-track {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  position: relative;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--primary-amber);
  color: var(--primary-amber);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.25);
  transition: var(--transition-smooth);
}

.timeline-step:hover .step-num {
  background: var(--primary-amber);
  color: #110e0c;
  transform: scale(1.1);
}

.step-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-sub);
}

/* --------------------------------------------------------------------------
   DOBRA 05: FAQ ACCORDION INTERATIVO
   -------------------------------------------------------------------------- */
.faq-accordion-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item:hover {
  border-color: rgba(245, 158, 11, 0.45);
}

.faq-trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  gap: 16px;
}

.faq-icon {
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-amber);
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
  padding: 0 24px;
}

.faq-item.active .faq-content {
  padding: 0 24px 22px;
}

.faq-content p {
  font-size: 14.5px;
  color: var(--text-sub);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   DOBRA 06: FECHAMENTO & QUALIFICAÇÃO (CTA FINAL)
   -------------------------------------------------------------------------- */
.section-final-cta {
  padding: 110px 40px;
  display: flex;
  justify-content: center;
}

.lead-anchor-card {
  max-width: 840px;
  background: var(--bg-card);
  border: 1.5px solid var(--bg-card-border);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.75);
  margin: 0 auto;
}

.lead-anchor-card h3 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #fff;
}

.lead-anchor-card p {
  font-size: 15px;
  color: var(--text-sub);
  margin-bottom: 26px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.cta-external-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.btn-external-form {
  display: inline-block;
  background: var(--primary-gradient);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 12px;
  box-shadow: var(--btn-glow);
  transition: var(--transition-smooth);
}

.btn-external-form:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(245, 158, 11, 0.55);
}

.external-hint {
  font-size: 12px;
  color: var(--text-muted);
}

/* ==========================================================================
   RESPONSIVIDADE (TABLET E MOBILE COM REGRA DE 35% DE BG NO TOPO)
   ========================================================================== */

/* Tablets */
@media (max-width: 1120px) {
  .hero-inner-content {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 30px 24px;
    gap: 20px;
  }

  .table-scene {
    width: 650px;
    height: 520px;
  }

  .skewer-img {
    height: 420px;
  }

  .dobra2-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dobra2-info-col {
    order: 1;
  }

  .dobra2-carousel-col {
    order: 2;
  }

  .support-bullets-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-steps-track {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .side-lighting-left,
  .side-lighting-right {
    width: 35px;
  }

  .hero-section {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
  }

  .hero-stage {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-bg-layer {
    background-position: 78.5% 8px;
    background-size: auto 75vh;
    background-repeat: no-repeat;
  }

  .hero-bg-overlay {
    background: linear-gradient(to bottom, 
      rgba(10, 9, 8, 0.04) 0%, 
      rgba(10, 9, 8, 0.10) 30%, 
      rgba(10, 9, 8, 0.72) 48%, 
      rgba(10, 9, 8, 0.94) 75%, 
      #0a0908 100%);
  }

  .hero-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 20px 16px 18px;
    gap: 12px;
    box-sizing: border-box;
  }

  .hero-table-viewport {
    height: 340px;
    min-height: 340px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 12px; /* Afasta os espetos da headline */
  }

  .table-scene {
    width: 360px;
    height: 340px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .hero-copy-column {
    padding-left: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .hero-title {
    font-size: 21px;
    line-height: 1.25;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 12.5px;
    line-height: 1.45;
    text-align: center;
  }

  .hero-metric-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
  }

  .metric-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-differentiator-bar {
    margin: 0 auto;
    justify-content: center;
  }

  .hero-action-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .btn-hero-cta {
    margin: 0 auto;
    text-align: center;
  }

  .cta-microcopy {
    text-align: center;
  }

  .fire-glow-base {
    width: 400px;
    height: 100px;
    bottom: 25px;
  }

  .fire-glow-core {
    width: 250px;
    height: 70px;
    bottom: 30px;
  }

  .skewers-cluster {
    bottom: 45px; /* Sobe os espetos para não colarem na headline */
  }

  .skewer-img {
    height: 330px; /* Aumenta bem o tamanho dos espetos */
  }

  .menu-card-slide {
    flex: 0 0 220px;
    height: 290px;
  }

  .menu-nav-arrow {
    display: none;
  }

  /* ==========================================================================
     MOBILE: BACKGROUNDS, ALINHAMENTOS E REDIAGRAMAÇÃO DAS DOBRAS 02 A 06
     ========================================================================== */
  .section-models,
  .section-support,
  .section-faq,
  .dobra2-section {
    padding: 0 16px 50px;
    position: relative;
    background-color: #0a0908;
  }

  .section-bg-art {
    position: relative;
    height: 38vh;
    min-height: 240px;
    opacity: 0.90;
    margin: 0 -16px 0;
    width: calc(100% + 32px);
    background-size: cover;
    background-position: center top;
    mask-image: linear-gradient(to bottom, black 50%, transparent 96%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 96%);
  }

  /* Dobra 4 (Suporte): imagem alinhada para a logo na parede chegar até a borda */
  .section-support .section-bg-art {
    background-position: 85% center;
  }

  /* Dobra 3 (Modelos): imagem centralizada */
  .section-models .section-bg-art {
    background-position: center center;
  }

  .section-bg-gradient {
    display: none;
  }

  /* Sobe o texto significativamente aproximando do fundo (Dobras 3 e 4) */
  .section-container {
    margin-top: -65px;
    position: relative;
    z-index: 10;
  }

  .section-header-center {
    margin: 0 auto 32px;
    text-align: center;
  }

  .section-main-title {
    font-size: 22px;
    line-height: 1.25;
  }

  .section-main-subtitle {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .models-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .model-pricing-card {
    padding: 28px 20px;
  }

  .support-bullets-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .timeline-steps-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .dobra2-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .dobra2-carousel-col {
    order: -1; /* Carrossel acima da headline no mobile */
    width: 100%;
    margin-bottom: 8px;
  }

  .dobra2-info-col {
    order: 1;
    width: 100%;
  }

  .dobra2-title {
    font-size: 22px;
  }

  .carousel-3d-viewport {
    height: 340px;
  }

  .carousel-3d-ring {
    width: 170px;
    height: 240px;
  }

  .carousel-panel {
    width: 170px;
    height: 240px;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(215px);
  }

  /* REDIAGRAMAÇÃO COMPLETA DA DOBRA FINAL DE CTA NO MOBILE */
  .section-final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px 60px;
    position: relative;
    background-color: #0a0908;
    width: 100%;
    box-sizing: border-box;
  }

  .section-final-cta .section-bg-art {
    height: 40vh;
    min-height: 250px;
    background-position: 78% center;
    background-size: cover;
    margin: 0 -16px 0;
    width: calc(100% + 32px);
  }

  .section-final-cta .section-container {
    width: 100%;
    max-width: 100%;
    margin-top: -65px;
    padding: 0;
  }

  .lead-anchor-card {
    width: 100%;
    max-width: 100%;
    padding: 34px 20px;
    box-sizing: border-box;
    border-radius: 18px;
    background: rgba(22, 19, 16, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(245, 158, 11, 0.3);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85);
    text-align: center;
  }

  .lead-anchor-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .lead-anchor-card p {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .cta-external-wrap {
    width: 100%;
  }

  .btn-external-form {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 16px;
    font-size: 14.5px;
    text-align: center;
    display: block;
  }

  .external-hint {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    margin-top: 6px;
  }
}
