/* ==========================================================================
   Garanta seu Ingresso — Presencial
   Estilo: Glassmorphism Moderno & Premium (ver docs/design-system.md)
   ========================================================================== */

/* ------------------------------------------------------------------ Tokens */
:root {
  /* Cores base */
  --color-primary-900: #003456;
  --color-primary-700: #195181;
  --color-primary-600: #1f69a8;
  --color-primary-500: #388ecc;
  --color-primary-300: #56aee2;
  --color-white: #ffffff;
  --color-gray-300: #cac9c9;
  --color-brown-700: #493b37;

  /* Semânticos */
  --bg-base: linear-gradient(135deg, #003456 0%, #382f2a 100%);
  --text-primary: #ffffff;
  --text-secondary: #cac9c9;
  --text-muted: #979797;
  --border-glass: rgba(255, 255, 255, 0.18);
  --accent-premium: #c2b067;
  --focus-ring: #56aee2;

  /* Tipografia */
  --font-display: 'NORD', 'Montserrat', sans-serif;
  --font-body: 'Montserrat', system-ui, sans-serif;

  /* Espaçamento (base 4px) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;

  /* Radius */
  --radius-card: 20px;
  --radius-input: 12px;
  --radius-pill: 999px;
}

/* ------------------------------------------------------------------ Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--bg-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ================================================================ TOPBAR == */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(90deg, #002b47 0%, #003456 50%, #002b47 100%);
  border-bottom: 1px solid rgba(194, 176, 103, 0.25);
  box-shadow: 0 2px 16px rgba(0, 20, 40, 0.45);
}

.topbar__inner {
  /* mesma margem lateral do Hero (space-16) para alinhar a logo 10 anos
     na mesma vertical da logo Presencial/Sucessodonto */
  padding: var(--space-3) var(--space-16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}

/* --- Bloco esquerdo: logo + urgência --- */
.topbar__left {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}

.topbar__logo {
  height: 30px;
  width: auto;
  flex-shrink: 0;
}

.topbar__msg {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

/* --- Barra de progresso "ingressos vendidos" (centro) --- */
.topbar__progress {
  flex: 1;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.topbar__progress-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.topbar__progress-pct {
  font-weight: 700;
  color: var(--accent-premium);
  letter-spacing: 0.04em;
}

.topbar__progress-track {
  position: relative;
  height: 7px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.topbar__progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--tickets-sold, 73) * 1%);
  max-width: 100%;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, #c2b067 0%, #e6d79a 100%);
  box-shadow: 0 0 12px rgba(194, 176, 103, 0.5);
}

/* brilho pulsante na ponta da barra */
.topbar__progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
  animation: progress-pulse 2.4s ease-in-out infinite;
}

@keyframes progress-pulse {
  0%, 100% { opacity: 0.25; }
  50%      { opacity: 0.9; }
}

/* --- CTA (direita) --- */
.topbar__cta {
  flex-shrink: 0;
  padding: var(--space-2) var(--space-4);
  font-size: 13px;
  white-space: nowrap;
}

/* ================================================================== HERO == */
.hero {
  position: relative;
  min-height: calc(100svh - 56px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: var(--space-8) var(--space-16) var(--space-12);
}

/* Vídeo de background */
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay leve: vinheta nas bordas + reforço em cima (marca/data) e embaixo
   (CTA), deixando o miolo do vídeo mais visível. */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    /* escurece topo e base para legibilidade da marca/data e do CTA */
    linear-gradient(to bottom,
      rgba(0, 26, 43, 0.72) 0%,
      rgba(0, 26, 43, 0.20) 26%,
      rgba(0, 26, 43, 0.20) 64%,
      rgba(0, 26, 43, 0.78) 100%),
    /* vinheta radial: cantos mais fechados, centro aberto para o vídeo */
    radial-gradient(120% 100% at 50% 45%,
      rgba(0, 20, 40, 0) 30%,
      rgba(0, 20, 40, 0.45) 100%),
    /* leve tom da marca por cima de tudo */
    linear-gradient(135deg, rgba(0, 52, 86, 0.12), rgba(56, 47, 42, 0.12));
}

/* ------------------------------------------- Linha superior (marca + data) */
.hero__toprow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: var(--space-6);
}

/* selo à esquerda, logo centralizada, data à direita — todos na mesma altura */
.hero__toprow > .hero__brand-badge {
  justify-self: start;
}

.hero__toprow > .hero__brand-logo {
  justify-self: center;
}

.hero__toprow > .hero__event-info {
  justify-self: end;
}

.hero__brand-logo {
  height: 104px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0, 14, 28, 0.55));
}

.hero__brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 7px var(--space-4);
  border-radius: var(--radius-pill);
  background: rgba(194, 176, 103, 0.12);
  border: 1px solid rgba(194, 176, 103, 0.5);
  color: var(--accent-premium);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__brand-badge__icon {
  width: 15px;
  height: 15px;
  color: var(--accent-premium);
  flex-shrink: 0;
}

.hero__brand-badge__text {
  white-space: nowrap;
}

.hero__event-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-3);
}

/* Cópia inline (data/local abaixo do texto) só aparece no mobile */
.hero__event-info--inline {
  display: none;
}

.hero__info-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 10px rgba(0, 14, 28, 0.6);
}

.hero__info-icon {
  width: 18px;
  height: 18px;
  stroke: var(--accent-premium);
  flex-shrink: 0;
}

.hero__info-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1.3;
}

.hero__info-text strong {
  color: var(--text-primary);
  font-weight: 700;
}

.hero__info-text small {
  font-size: 12px;
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* Local como link para o mapa */
.hero__info-item--link {
  transition: color 200ms ease;
}

.hero__info-item--link:hover {
  color: var(--color-primary-300);
}

.hero__info-item--link:hover .hero__info-icon {
  stroke: var(--color-primary-300);
}

.hero__info-item--link:hover .hero__info-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------ Conteúdo central */
.hero__center {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--space-6);
  max-width: 900px;
  margin: 0 auto;
  padding: var(--space-12) 0;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}

/* Scrim localizado atrás do texto — protege a leitura de qualquer elemento/
   cena atrás, mantendo o vídeo visível ao redor. */
.hero__center::before {
  content: '';
  position: absolute;
  inset: -10% -16%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(62% 68% at 50% 50%,
    rgba(0, 16, 32, 0.72) 0%,
    rgba(0, 16, 32, 0.42) 52%,
    rgba(0, 16, 32, 0) 80%);
  filter: blur(12px);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--accent-premium);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 14, 28, 0.6);
}

.hero__eyebrow::before,
.hero__eyebrow::after {
  content: '';
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-premium));
}

.hero__eyebrow::after {
  background: linear-gradient(90deg, var(--accent-premium), transparent);
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 5.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  text-shadow: 0 2px 28px rgba(0, 14, 28, 0.65), 0 1px 2px rgba(0, 14, 28, 0.5);
  overflow-wrap: break-word;
  gap: 0.08em;
}

/* Hierarquia: entrada menor → foco dourado (maior) → público */
.hero__title-lead {
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.hero__title-focus {
  font-size: 1em;
}

.hero__title-aud {
  font-size: 0.62em;
  letter-spacing: 0.06em;
}

.hero__title .accent {
  color: #c2b067;
}

.hero__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 40rem;
  text-shadow: 0 1px 14px rgba(0, 14, 28, 0.7);
}

.hero__promise {
  margin: 0;
  max-width: 28em;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

.hero__promise strong {
  color: var(--accent-premium);
  font-weight: 800;
}

.hero__support {
  position: relative;
  margin: 0.95em 0 0;
  padding-top: 0.95em;
  max-width: 36em;
  font-size: clamp(0.92rem, 1.45vw, 1.05rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.hero__support::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(194, 176, 103, 0.75);
}

.hero__support strong {
  color: #ffffff;
  font-weight: 700;
}

.hero__cta {
  margin-top: var(--space-2);
  font-size: 16px;
  padding: var(--space-4) var(--space-8);
}

/* ------------------------------------- Cronômetro em mini-chips (na faixa) */
.countdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Versão do Hero (mobile) — escondida no desktop */
.countdown--hero {
  display: none;
}

.countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 3px 6px 4px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.countdown__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--text-primary);
  font-variant-numeric: tabular-nums;
}

.countdown__label {
  margin-top: 2px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-premium);
}

/* ============================================== SEÇÃO TEXTO + VÍDEO == */
.pitch {
  position: relative;
  z-index: 3;
  /* sobe um pouco por cima do Hero (efeito de sobreposição) */
  margin-top: -8vh;
  background: var(--color-gray-300); /* #cac9c9 */
  padding: clamp(56px, 8vw, 104px) clamp(16px, 5vw, 64px);
  overflow: hidden;
  transform-origin: center top;
  will-change: transform;
  box-shadow: 0 -24px 60px rgba(0, 20, 40, 0.45);
}

/* Imagem de fundo esmaecida sobre o cinza #cac9c9 */
.pitch::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('../images/background.jpg') center / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.pitch__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
}

.pitch__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 26px);
  text-align: left;
  flex: 1 1 0;
  max-width: 36rem;
  min-width: 0;
}

/* Linha geométrica de destaque */
.pitch__line {
  width: 72px;
  height: 3px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--accent-premium), rgba(194, 176, 103, 0.15));
}

/* Eyebrow moderno: ícone em cápsula dourada + kicker */
.pitch__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-primary-900);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pitch__title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1.3;
  color: #3D3D3D;
  margin-top: -12px;
}

/* destaque do texto (sem grifo) */
.pitch__hl {
  color: var(--color-primary-900);
  font-weight: 800;
}

/* --- Coluna do vídeo 16:9 --- */
.pitch__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  flex: 0 1 480px;
  width: 100%;
  max-width: 480px;
}

/* glow atrás do vídeo (dourado + navy) */
.pitch__media::before {
  content: '';
  position: absolute;
  inset: -8% -22%;
  z-index: 0;
  background:
    radial-gradient(55% 55% at 78% 22%, rgba(194, 176, 103, 0.40), transparent 70%),
    radial-gradient(60% 60% at 22% 88%, rgba(0, 52, 86, 0.28), transparent 72%);
  filter: blur(42px);
  pointer-events: none;
}

.pitch__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px var(--space-3);
  border-radius: var(--radius-pill);
  background: var(--color-primary-900);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0, 20, 40, 0.3);
}

.pitch__tag svg {
  width: 13px;
  height: 13px;
  color: var(--accent-premium);
}

.pitch__device {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #0a2438;
  box-shadow:
    0 0 0 1px rgba(194, 176, 103, 0.35),
    0 24px 56px rgba(0, 20, 40, 0.22);
}

.pitch__video {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.pitch__video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  pointer-events: none;
}

.pitch__video > div:not(.pitch__ui) {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.pitch__video > div:not(.pitch__ui) iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

/* Barra inferior com timeline + controles (overlay no player vertical) */
.pitch__ui {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: 48px 10px 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
}

.pitch__device .pitch__ui {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 10px 12px 12px;
  background: #001422;
}

.pitch__controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

/* Linha do tempo (seek) */
.pitch__seek {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  outline: none;
}

.pitch__seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-premium);
  border: 2px solid #fff;
  cursor: pointer;
}

.pitch__seek::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-premium);
  border: 2px solid #fff;
  cursor: pointer;
}

.pitch__ctrl {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.pitch__ctrl:hover {
  background: rgba(0, 0, 0, 0.78);
  transform: translateY(-1px);
}

.pitch__ctrl .ic {
  width: 16px;
  height: 16px;
}

/* Play/Pause: mostra o ícone conforme o estado */
.pitch__ctrl .ic--play {
  display: none;
}

.pitch__ctrl.is-paused .ic--pause {
  display: none;
}

.pitch__ctrl.is-paused .ic--play {
  display: inline;
}

/* Som: alterna ícone mudo/ligado */
.pitch__ctrl--sound .ic--sound {
  display: none;
}

.pitch__ctrl--sound.is-on .ic--muted {
  display: none;
}

.pitch__ctrl--sound.is-on .ic--sound {
  display: inline;
}

/* ======================================= SEÇÃO PILARES / CARDS (claro) == */
.features {
  position: relative;
  background: #ffffff;
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
}

.features__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.features__head {
  text-align: center;
  margin: 0 auto clamp(32px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.features__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary-900);
}

.features__title {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: var(--color-primary-900);
}

.features__title-hl {
  color: #c2b067;
}

.features__lead {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.7;
  color: #4a4a4a;
}

.features__sub {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 700;
  color: var(--color-primary-900);
}

/* Cards lado a lado (uma fileira) — altura igual */
.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.6vw, 22px);
  align-items: stretch;
}

/* Card em vidro (glass) na cor #195181 — layout moderno */
.feature-card {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: var(--space-4);
  padding: clamp(28px, 2.6vw, 40px) clamp(20px, 2.2vw, 30px);
  border-radius: var(--radius-card);
  background: linear-gradient(160deg,
    rgba(37, 115, 178, 0.85) 0%,
    rgba(25, 81, 129, 0.92) 55%,
    rgba(18, 63, 102, 0.95) 100%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 12px 34px rgba(0, 20, 40, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 400ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 400ms ease,
    border-color 400ms ease;
}

/* Brilho diagonal que atravessa o card no hover */
.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 65%);
  transform: translateX(-120%);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(194, 176, 103, 0.6);
  box-shadow: 0 24px 52px rgba(0, 20, 40, 0.42);
}

.feature-card:hover::after {
  transform: translateX(120%);
}

/* Ícone em cápsula dourada */
.feature-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-pill);
  color: #0f3a5f;
  background: linear-gradient(135deg, #f0e2ab 0%, #c2b067 100%);
  box-shadow:
    0 8px 20px rgba(194, 176, 103, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.feature-card__badge svg {
  width: 26px;
  height: 26px;
}

.feature-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #c2b067;
  /* Reserva 2 linhas para títulos curtos (ex: Marketing) alinharem com os longos */
  min-height: calc(1.25em * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card__desc {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.features__closing {
  margin-top: clamp(32px, 5vw, 56px);
  text-align: center;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
  color: var(--color-primary-900);
}

.features__closing strong {
  color: var(--color-primary-900);
  font-weight: 800;
}

/* --- Destaques (barra dourada à esquerda) --- */
.highlights {
  max-width: 880px;
  margin: clamp(40px, 6vw, 72px) auto 0;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vw, 26px);
  text-align: left;
}

.highlight {
  padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.4vw, 32px);
  border-radius: var(--radius-card);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(0, 52, 86, 0.05) 100%);
  border: 1px solid rgba(0, 52, 86, 0.10);
  border-left: 4px solid var(--accent-premium);
  box-shadow: 0 10px 30px rgba(0, 20, 40, 0.06);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.highlight:hover {
  transform: translateX(4px);
  box-shadow: 0 16px 40px rgba(0, 20, 40, 0.10);
}

.highlight__title {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.25;
  color: var(--color-primary-900);
  margin-bottom: var(--space-2);
}

.highlight__desc {
  font-size: clamp(0.95rem, 1.3vw, 1.02rem);
  line-height: 1.65;
  color: #4a4a4a;
}

.highlight__desc strong {
  color: var(--color-primary-900);
  font-weight: 700;
}

.features__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.features__cta {
  min-width: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ================================================= DEPOIMENTOS (vídeo vertical) == */
.testimonials {
  position: relative;
  background: var(--color-gray-300);
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
  overflow: hidden;
}

.testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('../images/background.jpg') center / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.testimonials__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
}

.testimonials__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  flex: 1 1 0;
  max-width: 34rem;
}

.testimonials__quote-mark {
  position: absolute;
  top: -0.42em;
  left: -0.12em;
  font-family: var(--font-display);
  font-size: clamp(6rem, 12vw, 9rem);
  line-height: 0.7;
  color: rgba(194, 176, 103, 0.22);
  pointer-events: none;
  user-select: none;
}

.testimonials__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c2b067;
}

.testimonials__eyebrow::after {
  content: '';
  width: 44px;
  height: 2px;
  background: #c2b067;
  border-radius: var(--radius-pill);
}

.testimonials__title {
  position: relative;
  margin: 0;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.65rem);
  line-height: 1.18;
  color: var(--color-primary-900);
  text-wrap: balance;
}

.testimonials__hl {
  display: inline;
  color: #c2b067;
  font-weight: 800;
  background: linear-gradient(180deg, transparent 62%, rgba(194, 176, 103, 0.22) 62%);
}

.testimonials__lead {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 500;
  line-height: 1.6;
  color: #2f2f2f;
}

.testimonials__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: var(--space-2) 0 0;
  padding: 0;
  list-style: none;
}

.testimonials__pills li {
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(194, 176, 103, 0.35);
  box-shadow: 0 6px 16px rgba(0, 20, 40, 0.06);
  color: var(--color-primary-900);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonials__media {
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
  margin-left: 0;
}

.testimonials__glow {
  position: absolute;
  z-index: 0;
  inset: 8% -28%;
  background:
    radial-gradient(circle at 50% 40%, rgba(194, 176, 103, 0.5) 0%, rgba(194, 176, 103, 0) 62%),
    radial-gradient(circle at 50% 80%, rgba(0, 52, 86, 0.28) 0%, rgba(0, 52, 86, 0) 70%);
  filter: blur(8px);
  pointer-events: none;
}

.t-slider {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.t-slider__stage {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-slider__viewport {
  width: min(280px, 68vw);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 34px;
  background: transparent;
  isolation: isolate;
  filter: drop-shadow(0 0 1px rgba(194, 176, 103, 0.7))
          drop-shadow(0 22px 40px rgba(0, 20, 40, 0.32));
}

.t-slider__track {
  display: flex;
  height: 100%;
  background: transparent;
  transition: transform 420ms cubic-bezier(0.22, 0.8, 0.32, 1);
}

.t-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  background: transparent;
}

.t-slider__nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #0f3a5f;
  background: linear-gradient(135deg, #f0e2ab 0%, #c2b067 100%);
  box-shadow: 0 8px 18px rgba(194, 176, 103, 0.35);
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.t-slider__nav svg {
  width: 20px;
  height: 20px;
}

.t-slider__nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(194, 176, 103, 0.5);
}

.t-slider__nav:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

.t-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.t-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(0, 52, 86, 0.22);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.t-slider__dot.is-active {
  width: 22px;
  background: #c2b067;
}

.t-slider__dot:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

.testimonials__device {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  padding: 10px;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(165deg, #0d2c44 0%, #001422 100%);
  box-shadow: none;
}

.testimonials__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #0d2c44;
}

.testimonials__screen iframe,
.testimonials__screen > div:not(.pitch__ui) {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  transform: none;
  pointer-events: none;
  background: transparent;
}

.testimonials__screen > div:not(.pitch__ui) iframe {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.testimonials__screen .pitch__ui {
  border-radius: 0 0 24px 24px;
  padding: 28px 10px 10px;
  background: linear-gradient(to top, rgba(0, 8, 18, 0.72), transparent);
}

/* ============================================ ATRAÇÃO (Menos é Mais) == */
.attraction {
  position: relative;
  padding: clamp(56px, 8vw, 100px) clamp(16px, 5vw, 64px);
  overflow: hidden;
  color: #1a4a6e;
  /* #56AEE2 bem claro — tom quase branco */
  background: #f3f9fd;
}

.attraction__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 2.4vw, 28px);
}

.attraction__row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.attraction__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: clamp(16px, 2vw, 22px);
  min-width: 0;
}

.attraction__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.attraction__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #56AEE2;
}

.attraction__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.28em;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.attraction__title-hl {
  color: #c2b067;
}

.attraction__title-live {
  color: #195181;
}

.attraction__features {
  list-style: none;
  width: 100%;
  margin: 4px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 20px);
}

.attraction__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.attraction__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 4px;
  border-radius: 50%;
  color: #195181;
  background: linear-gradient(135deg, #f0e2ab 0%, #c2b067 100%);
  box-shadow:
    0 8px 20px rgba(194, 176, 103, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.attraction__feature-icon svg {
  width: 24px;
  height: 24px;
}

.attraction__feature strong {
  font-size: clamp(0.9rem, 1.2vw, 1.02rem);
  font-weight: 800;
  line-height: 1.2;
  color: #195181;
}

.attraction__feature span {
  font-size: clamp(0.82rem, 1.05vw, 0.92rem);
  font-weight: 600;
  line-height: 1.3;
  color: #5a7a92;
}

.attraction__story {
  width: 100%;
  margin-top: 2px;
  padding: clamp(18px, 2.4vw, 26px) clamp(18px, 2.6vw, 28px);
  border-radius: 18px;
  border: none;
  background: linear-gradient(145deg, #d4c57a 0%, #c2b067 55%, #b3a05a 100%);
  box-shadow: 0 14px 36px rgba(194, 176, 103, 0.22);
  color: #ffffff;
}

.attraction__story-lead {
  margin: 0 0 10px;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
}

.attraction__story-body {
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
}

.attraction__cta {
  margin-top: 0;
  min-width: 0;
}

.attraction__media {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-card, 20px);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(86, 174, 226, 0.22);
}

.attraction__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* ================================================= OFERTA / INGRESSO == */
.offer {
  position: relative;
  background: #ffffff; /* mesmo fundo da seção Sucessodonto Presencial 2026 */
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
  overflow: hidden;
}

.offer::before {
  content: '';
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(90vw, 900px);
  height: min(50vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(194, 176, 103, 0.14) 0%,
    rgba(194, 176, 103, 0) 70%);
  pointer-events: none;
}

.offer__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px; /* 12 colunas */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(28px, 3.5vw, 40px);
}

.offer__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.offer__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary-500);
}

.offer__title {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.2vw, 2.5rem);
  line-height: 1.22;
  color: var(--color-primary-900);
}

.offer__title-hl {
  color: var(--accent-premium);
}

/* Card principal de preço (layout da imagem) */
.plan-card--main {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(0, 20, 40, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 20, 40, 0.24);
}

.plan-card--navy {
  background: linear-gradient(160deg, #003456 0%, #195181 55%, #1a4d75 100%);
  color: #ffffff;
}

.plan-card__ribbon {
  position: absolute;
  top: 26px;
  right: -48px;
  z-index: 6;
  width: 190px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: linear-gradient(135deg, #d4c57a 0%, #c2b067 50%, #b3a05a 100%);
  color: #003456;
  box-shadow:
    0 6px 16px rgba(0, 20, 40, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform: rotate(45deg);
  transform-origin: center;
  pointer-events: none;
}

.plan-card__ribbon-text {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-card__body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(32px, 3.5vw, 40px) clamp(24px, 3vw, 34px) 16px;
  text-align: center;
}

.plan-card__body::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -25%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.plan-card__body::after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: -20%;
  width: 55%;
  height: 45%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.plan-card__logo {
  position: relative;
  z-index: 1;
  width: min(28%, 72px);
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.plan-card__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

.plan-card__price {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 18px 0 16px;
  padding-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.plan-card__amount {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #c2b067;
}

.plan-card__amount small {
  font-size: 0.42em;
  font-weight: 800;
  margin-right: 0.15em;
}

.plan-card__period {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.plan-card__cash {
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.4vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
}

.plan-card__features {
  position: relative;
  z-index: 1;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 0 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.plan-card__features li {
  position: relative;
  padding-left: 16px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.plan-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.plan-card__footer {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 22px 20px 20px;
  background: #ffffff;
}

.plan-card__wave {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  width: 100%;
  height: 24px;
  display: block;
  fill: #ffffff;
  pointer-events: none;
}

.plan-card__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: var(--radius-input, 10px);
  background: #00AF11;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 20, 40, 0.18);
  transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.plan-card__cta .btn__line--object {
  font-size: 0.95em;
}

.plan-card__cta:hover {
  background: #009A0F;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 175, 17, 0.4);
}

/* Descontos — layout antigo */
.offer__groups {
  width: 100%;
  margin-top: 8px;
  padding-top: clamp(28px, 3.5vw, 40px);
  border-top: 1px solid rgba(0, 52, 86, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.6vw, 28px);
  text-align: center;
}

.offer__groups-title {
  margin: 0;
  width: 100%;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--color-primary-900);
}

.offer__tiers {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}

.offer__tier {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 150px;
  padding: clamp(24px, 2.8vw, 34px) 18px;
  border-radius: var(--radius-card);
  border: 1px solid rgba(0, 52, 86, 0.10);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(0, 52, 86, 0.04) 100%);
  border-left: 4px solid var(--accent-premium);
  box-shadow: 0 10px 28px rgba(0, 20, 40, 0.06);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.offer__tier:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 20, 40, 0.10);
}

.offer__tier--best {
  background: linear-gradient(160deg, rgba(194, 176, 103, 0.16) 0%, rgba(194, 176, 103, 0.06) 100%);
  border-color: rgba(194, 176, 103, 0.45);
}

.offer__tier-qty {
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  font-weight: 700;
  color: var(--color-primary-900);
}

.offer__tier-off {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--accent-premium);
}

.offer__tier-label {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}

/* ========================================= IDEAL PARA (bento grid) == */
.ideal {
  position: relative;
  background: var(--color-gray-300); /* mesmo fundo de "Transforme sua clínica" */
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
  overflow: hidden;
}

.ideal::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('../images/background.jpg') center / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.ideal__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 44px);
}

.ideal__title {
  margin: 0;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.25;
  color: #c2b067;
}

.ideal__break {
  display: none;
}

.ideal__break--desktop {
  display: block;
}

.ideal__title-hl {
  color: var(--color-primary-900);
}

/* Bento: 3 colunas — células quadradas (mais compactas) */
.ideal__bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(8px, 1vw, 12px);
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.ideal-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.ideal-card--text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: clamp(12px, 1.4vw, 18px);
  background: linear-gradient(160deg, #003456 0%, #195181 100%);
  box-shadow: 0 10px 28px rgba(0, 20, 40, 0.16);
  transition:
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Fade suave para #cac9c9 no hover */
.ideal-card--text::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #cac9c9;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
  pointer-events: none;
}

.ideal-card--text:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 20, 40, 0.18);
}

.ideal-card--text:hover::before {
  opacity: 1;
}

.ideal-card__heading {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-premium);
  transition: color 600ms ease-in-out;
}

.ideal-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(0.72rem, 0.95vw, 0.82rem);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  transition: color 600ms ease-in-out;
}

.ideal-card--text:hover .ideal-card__heading {
  color: var(--color-primary-900);
}

.ideal-card--text:hover .ideal-card__text {
  color: #3d3d3d;
}

.ideal-card--media {
  position: relative;
  box-shadow: 0 14px 36px rgba(0, 20, 40, 0.16);
}

.ideal-card--media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ideal-card--tall {
  grid-row: span 2;
  aspect-ratio: unset;
  height: 100%;
  min-height: 100%;
  align-self: stretch;
}

/* ============================================== LOCAL / HOTEL == */
.venue {
  position: relative;
  background: #ffffff; /* mesmo fundo da seção Ingresso Presencial 2026 */
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
  overflow: hidden;
}

.venue::before {
  content: '';
  position: absolute;
  top: -14%;
  right: -10%;
  width: min(48vw, 480px);
  height: min(48vw, 480px);
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(194, 176, 103, 0.14) 0%,
    rgba(194, 176, 103, 0) 70%);
  pointer-events: none;
}

.venue__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.venue__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 1.8vw, 20px);
}

.venue__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary-500);
}

.venue__title {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.12;
  color: var(--color-primary-900);
}

.venue__title-hl {
  display: block;
  color: var(--accent-premium);
}

.venue__lead {
  margin: 0;
  max-width: 38ch;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.7;
  color: #4a4a4a;
}

.venue__meta {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.venue__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.venue__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #0f3a5f;
  background: linear-gradient(135deg, #f0e2ab 0%, #c2b067 100%);
  box-shadow: 0 8px 18px rgba(194, 176, 103, 0.35);
}

.venue__meta-icon svg {
  width: 20px;
  height: 20px;
}

.venue__meta-item span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}

.venue__meta-item strong {
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 800;
  color: var(--color-primary-900);
  line-height: 1.25;
}

.venue__meta-item small {
  font-size: 0.9rem;
  font-weight: 500;
  color: #5a5a5a;
}

.venue__meta-item--map {
  color: inherit;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 200ms ease;
}

.venue__meta-item--map strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 52, 86, 0.28);
}

.venue__meta-item--map:hover {
  transform: translateX(2px);
}

.venue__meta-item--map:hover strong {
  color: var(--accent-premium);
  text-decoration-color: var(--accent-premium);
}

.venue__media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 20, 40, 0.18);
  isolation: isolate;
}

.venue__media::before {
  content: '';
  position: absolute;
  inset: 14px -12px -14px 14px;
  border-radius: 28px;
  background: linear-gradient(145deg,
    rgba(194, 176, 103, 0.45) 0%,
    rgba(0, 52, 86, 0.28) 100%);
  z-index: -1;
}

.venue__video,
.venue__map-frame {
  display: block;
  width: 100%;
  border: 0;
}

/* Mapa ao lado do texto: mesma proporção 16:9 do vídeo antigo */
.venue__media .venue__map-frame {
  aspect-ratio: 16 / 9;
  background: #e8eef3;
}

/* =========================================================== FAQ == */
.faq {
  position: relative;
  background: #e4e3e3;
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
  overflow: hidden;
}

.faq__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 3.5vw, 40px);
}

.faq__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary-500);
}

.faq__title {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.15;
  color: var(--color-primary-900);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 52, 86, 0.08);
  box-shadow: 0 8px 24px rgba(0, 20, 40, 0.06);
  overflow: hidden;
  transition: box-shadow 280ms ease;
}

.faq__item.is-open {
  box-shadow: 0 14px 36px rgba(0, 20, 40, 0.10);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-primary-900);
}

.faq__icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0e2ab 0%, #c2b067 100%);
  box-shadow: 0 4px 12px rgba(194, 176, 103, 0.35);
}

.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0f3a5f;
  border-radius: 1px;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease;
}

.faq__icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq__icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.faq__item.is-open .faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  font-size: clamp(0.92rem, 1.2vw, 1rem);
  line-height: 1.65;
  color: #4a4a4a;
  opacity: 0;
  transition:
    opacity 280ms ease,
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__item.is-open .faq__answer {
  grid-template-rows: 1fr;
}

.faq__item.is-open .faq__answer > p {
  padding: 0 20px 20px;
  opacity: 1;
}

.faq__cta {
  min-width: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ========================================= SUPORTE / WHATSAPP == */
.support {
  position: relative;
  background: #ffffff; /* mesmo fundo da seção Local do evento */
  padding: clamp(56px, 8vw, 112px) clamp(16px, 5vw, 64px);
  overflow: hidden;
}

.support::before {
  content: '';
  position: absolute;
  top: -14%;
  right: -10%;
  width: min(48vw, 480px);
  height: min(48vw, 480px);
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(194, 176, 103, 0.14) 0%,
    rgba(194, 176, 103, 0) 70%);
  pointer-events: none;
}

.support__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
}

.support__stage {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: clamp(360px, 48vw, 520px);
  box-shadow: 0 24px 56px rgba(0, 20, 40, 0.18);
}

.support__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.support__stage::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    rgba(0, 20, 36, 0.15) 0%,
    rgba(0, 30, 50, 0.25) 45%,
    rgba(0, 30, 50, 0.45) 100%);
  pointer-events: none;
}

.support__card {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(16px, 3vw, 36px);
  transform: translateY(-50%);
  width: min(100% - 32px, 340px);
  padding: clamp(28px, 3.5vw, 40px) clamp(24px, 3vw, 34px);
  border-radius: 28px;
  background: linear-gradient(160deg, #003456 0%, #0a2f4a 55%, #195181 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 22px 48px rgba(0, 12, 24, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.support__title {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.support__lead {
  margin: 0;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.support__channel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.support__wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #0f3a5f;
  background: linear-gradient(135deg, #f0e2ab 0%, #c2b067 100%);
  box-shadow: 0 6px 16px rgba(194, 176, 103, 0.4);
}

.support__wa-icon svg {
  width: 20px;
  height: 20px;
}

.support__wa-label {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
}

.support__hint {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.support__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(0.92rem, 1.6vw, 1.08rem);
  letter-spacing: 0.01em;
  color: var(--accent-premium);
  text-decoration: none;
  text-align: center;
  transition: color 220ms ease, transform 220ms ease;
}

.support__phone .btn__line--object {
  font-size: 0.9em;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.support__phone:hover {
  color: #f0e2ab;
  transform: translateY(-1px);
}

/* ============================================== QUEM É O GRUPO ICOM == */
.icom {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 120px) clamp(16px, 5vw, 64px);
  color: var(--text-primary);
  background:
    linear-gradient(135deg, #002538 0%, #003456 52%, #2c2622 100%);
}

.icom::before,
.icom::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.icom::before {
  top: -18%;
  right: -8%;
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  background: radial-gradient(circle, rgba(194, 176, 103, 0.16) 0%, transparent 70%);
}

.icom::after {
  bottom: -22%;
  left: -10%;
  width: min(46vw, 440px);
  height: min(46vw, 440px);
  background: radial-gradient(circle, rgba(56, 142, 204, 0.14) 0%, transparent 72%);
}

.icom__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4.5vw, 52px);
}

.icom__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 40rem;
}

.icom__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-premium);
}

.icom__eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--accent-premium);
  border-radius: var(--radius-pill);
}

.icom__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw, 3.15rem);
  line-height: 1.12;
  color: #ffffff;
  text-wrap: balance;
}

.icom__title-hl {
  color: var(--accent-premium);
}

.icom__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.icom__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 22px);
}

.icom__list li {
  position: relative;
  padding-left: 1.15em;
  font-size: clamp(0.92rem, 1.25vw, 1.02rem);
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.icom__list li::before {
  content: '';
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-premium);
  box-shadow: 0 0 10px rgba(194, 176, 103, 0.45);
}

.icom__list strong {
  color: #ffffff;
  font-weight: 800;
}

/* ========================================================= FOOTER == */
.site-footer {
  position: relative;
  padding: clamp(24px, 3.5vw, 36px) clamp(16px, 5vw, 64px);
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, #002b47 0%, #003456 50%, #002b47 100%);
  border-top: 1px solid rgba(194, 176, 103, 0.25);
}

.site-footer__bg {
  display: none;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(8px, 1.2vw, 12px);
}

.site-footer__logo {
  display: block;
  width: min(140px, 42vw);
  height: auto;
  margin-bottom: 0;
  object-fit: contain;
}

.site-footer__legal {
  margin: 0;
  max-width: none;
  width: 100%;
  font-size: clamp(0.62rem, 1.1vw, 0.72rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
}

.site-footer__cnpj {
  white-space: nowrap;
}

.site-footer__note {
  margin: 0;
  max-width: 34rem;
  font-size: clamp(0.58rem, 1.05vw, 0.68rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

/* =========================================== Botão flutuante WhatsApp == */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #25d366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.wa-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.wa-float:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

body.modal-open .wa-float {
  visibility: hidden;
  pointer-events: none;
}

/* ================================================================= MODAL == */
.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 52, 86, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  animation: modal-fade 200ms ease-out;
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  max-height: calc(100svh - var(--space-8));
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 16px 48px rgba(0, 20, 40, 0.5);
  animation: modal-in 300ms cubic-bezier(0.16, 1, 0.3, 1);
  scrollbar-width: thin;
  scrollbar-color: #c2b067 transparent;
}

.modal__dialog::-webkit-scrollbar {
  width: 6px;
}

.modal__dialog::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 12px;
}

.modal__dialog::-webkit-scrollbar-thumb {
  background: #c2b067;
  border-radius: 999px;
}

.modal__dialog::-webkit-scrollbar-thumb:hover {
  background: #d4c57a;
}

.modal__dialog::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.modal__close {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-glass);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  border-radius: var(--radius-pill);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 200ms ease;
}

.modal__close:hover {
  background: rgba(255, 255, 255, 0.14);
}

@keyframes modal-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Trava o scroll do fundo quando o modal está aberto */
body.modal-open {
  overflow: hidden;
}

/* ------------------------------------------------------- Card do formulário */
.glass-card {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-card);
  box-shadow:
    0 8px 32px rgba(0, 20, 40, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.form-card {
  padding: var(--space-8);
}

.form-card__header {
  margin-bottom: var(--space-6);
  text-align: center;
}

.form-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}

.form-card__subtitle {
  margin-top: var(--space-2);
  font-size: 14px;
  color: var(--text-secondary);
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-4);
  padding: var(--space-2) 0 var(--space-1);
}

.thanks[hidden] {
  display: none;
}

.thanks__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  background: rgba(0, 175, 17, 0.16);
  color: #3ee04d;
  box-shadow: 0 0 24px rgba(0, 175, 17, 0.25);
}

.thanks__icon svg {
  width: 34px;
  height: 34px;
}

.thanks__title {
  margin: 0;
  max-width: 16em;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  line-height: 1.25;
}

.thanks__lead {
  margin: 0;
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-secondary);
}

.thanks__redirect {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.thanks__redirect strong {
  color: var(--accent-premium);
  font-variant-numeric: tabular-nums;
}

.thanks__cta {
  width: 100%;
  margin-top: var(--space-2);
}

.modal.is-thanks .modal__close {
  display: none;
}

.form {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.field__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.field__label .req {
  color: var(--accent-premium);
}

.field__label .opt {
  color: var(--text-muted);
  font-weight: 400;
}

.input,
.phone-wrap {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-input);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.input {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
}

.input::placeholder {
  color: var(--text-muted);
}

.input:focus,
.phone-wrap:focus-within {
  outline: none;
  border-color: var(--focus-ring);
  box-shadow: 0 0 0 3px rgba(86, 174, 226, 0.25);
}

/* Telefone com prefixo fixo +55 */
.phone-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.phone-wrap__prefix {
  padding: var(--space-3) var(--space-3);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  user-select: none;
  white-space: nowrap;
}

.phone-wrap .input {
  border: none;
  background: transparent;
  border-radius: 0;
}

.phone-wrap .input:focus {
  box-shadow: none;
}

/* Mensagem de erro por campo */
.field__error {
  font-size: 13px;
  color: #ff9a8b;
  min-height: 0;
  display: none;
}

.field.is-invalid .field__error {
  display: block;
}

.field.is-invalid .input,
.field.is-invalid .phone-wrap {
  border-color: #ff9a8b;
}

/* Botão primário */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: var(--radius-input);
  padding: var(--space-4) var(--space-6);
  transition: background 200ms ease-out, transform 200ms ease-out, box-shadow 200ms ease-out;
}

/* CTA em 2 linhas: conector na 1ª, nome do evento intacto na 2ª */
.btn__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  line-height: 1.15;
}

.btn__line {
  display: block;
  white-space: nowrap;
}

.btn__line--object {
  font-size: 0.92em;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.btn--primary {
  background: var(--color-primary-500);
  color: var(--color-white);
  box-shadow: 0 4px 16px rgba(0, 20, 40, 0.25);
}

.btn--primary:hover {
  background: var(--color-primary-600);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 20, 40, 0.35);
}

.btn--gold {
  background: #00AF11;
  color: var(--color-white);
  box-shadow: 0 4px 16px rgba(0, 20, 40, 0.25);
}

.btn--gold:hover {
  background: #009A0F;
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(0, 175, 17, 0.45);
}

.btn--primary:disabled,
.btn--gold:disabled {
  background: rgba(151, 151, 151, 0.3);
  color: var(--text-secondary);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.btn:focus-visible,
.input:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.form__note {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

/* Feedback de envio */
.form__feedback {
  font-size: 14px;
  text-align: center;
  padding: var(--space-3);
  border-radius: var(--radius-input);
  display: none;
}

.form__feedback.is-success {
  display: block;
  background: rgba(56, 142, 204, 0.18);
  border: 1px solid var(--color-primary-300);
  color: var(--color-primary-300);
}

.form__feedback.is-error {
  display: block;
  background: rgba(255, 154, 139, 0.14);
  border: 1px solid #ff9a8b;
  color: #ff9a8b;
}

/* ============================================================= Responsivo == */
@media (max-width: 1023px) {
  .hero {
    padding: var(--space-8) var(--space-8) var(--space-12);
  }

  .topbar__inner {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  /* Tablet: cards em 2 colunas */
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pitch__inner {
    flex-direction: column;
    gap: clamp(24px, 4vw, 36px);
  }

  .pitch__text {
    align-items: center;
    text-align: center;
    max-width: 40rem;
  }

  .pitch__device {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }

  .testimonials__inner {
    flex-direction: column;
    justify-items: center;
    gap: clamp(24px, 4vw, 36px);
  }

  .testimonials__copy {
    align-items: center;
    text-align: center;
    max-width: 40rem;
  }

  .testimonials__quote-mark {
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonials__title,
  .testimonials__lead {
    text-align: center;
  }

  .testimonials__pills {
    justify-content: center;
  }

  .testimonials__media {
    margin-left: 0;
  }

  .testimonials__device {
    width: 100%;
  }

  .icom__grid {
    gap: clamp(22px, 3vw, 36px);
  }

  .attraction__row {
    grid-template-columns: 1fr;
  }

  .attraction__media {
    order: -1;
    max-width: 560px;
    margin-inline: auto;
    height: auto;
  }

  .attraction__img {
    min-height: 280px;
    max-height: 400px;
  }

  .ideal__bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ideal-card--tall {
    grid-row: span 2;
    aspect-ratio: auto;
  }
}

@media (max-width: 599px) {
  /* ---------- Faixa compacta: logo+urgência (linha 1) + barra (linha 2) --- */
  .topbar__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: var(--space-2) var(--space-4);
    gap: var(--space-2) var(--space-3);
  }

  .topbar__left {
    flex: 1 1 100%;
    gap: var(--space-3);
    justify-content: center;
  }

  .topbar__logo {
    height: 40px;
  }

  .topbar__progress {
    flex: 1 1 100%;
    max-width: 200px;
  }

  .wa-float {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    width: 56px;
    height: 56px;
  }

  /* CTA da faixa some no mobile */
  .topbar__cta {
    display: none;
  }

  /* Cronômetro sai da faixa no mobile (passa para o Hero) */
  .topbar__msg {
    display: none;
  }

  /* ---------- Hero ---------- */
  .hero {
    padding: 16px var(--space-4) 28px;
    justify-content: space-between;
    gap: 0;
    /* topbar mobile ~ logo + barra (~92px); preenche a 1ª tela sem vazio morto */
    min-height: calc(100svh - 92px);
  }

  /* Empilha marca e data no topo */
  .hero__toprow {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    flex-shrink: 0;
  }

  /* No mobile: selo oculto, cronômetro do Hero aparece no lugar dele */
  .hero__toprow > .hero__brand-badge {
    display: none;
  }

  .countdown--hero {
    display: flex;
    gap: 6px;
  }

  .countdown--hero .countdown__item {
    min-width: 40px;
    padding: 6px 7px 7px;
    border-radius: 8px;
  }

  .countdown--hero .countdown__num {
    font-size: 16px;
  }

  .countdown--hero .countdown__label {
    font-size: 8px;
    margin-top: 2px;
  }

  /* Esconde a data/local do topo e mostra a versão inline (abaixo do texto) */
  .hero__toprow .hero__event-info {
    display: none;
  }

  .hero__event-info--inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    order: 2; /* abaixo do botão no mobile */
    margin-top: 0;
  }

  /* Data um pouco maior no mobile */
  .hero__info-item {
    font-size: 13px;
  }

  .hero__brand-logo {
    height: 64px;
  }

  .hero__center {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    gap: clamp(16px, 3.2vh, 28px);
    justify-content: space-evenly;
    min-height: 0;
  }

  .hero__copy {
    width: 100%;
    gap: 16px;
    flex-shrink: 0;
  }

  /* No mobile o texto ocupa quase a largura toda: scrim mais largo e denso */
  .hero__center::before {
    inset: -8% -6%;
    background: radial-gradient(78% 62% at 50% 50%,
      rgba(0, 16, 32, 0.80) 0%,
      rgba(0, 16, 32, 0.52) 55%,
      rgba(0, 16, 32, 0) 86%);
  }

  .hero__title {
    font-size: clamp(1.5rem, 6.8vw, 2.15rem);
    line-height: 1.18;
    text-shadow: 0 2px 22px rgba(0, 12, 24, 0.8), 0 1px 3px rgba(0, 12, 24, 0.7);
  }

  .hero__promise {
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .hero__support {
    margin-top: 0.8em;
    padding-top: 0.8em;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  /* Eyebrow some no mobile — evita redundância (a info já está no bloco de
     datas: "Sexta a Domingo" + "2026") e alivia o topo */
  .hero__eyebrow {
    display: none;
  }

  /* CTA acima das datas no mobile */
  .hero__cta {
    order: 1;
    flex-shrink: 0;
  }

  .hero__cta,
  .features__cta,
  .attraction__cta,
  .faq__cta {
    width: 100%;
    max-width: 100%;
    padding: 14px 12px;
    font-size: 13px;
  }

  .form-card {
    padding: var(--space-6);
  }

  /* Seção texto + vídeo: empilha em 1 coluna, centralizado */
  .pitch {
    /* remove a sobreposição no mobile (evita colar no CTA do Hero) */
    margin-top: 0;
    padding-bottom: 84px;
  }

  .pitch__inner,
  .testimonials__inner {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(24px, 6vw, 36px);
  }

  .pitch__text {
    align-items: center;
    text-align: center;
  }

  .pitch__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 480px;
    align-self: center;
    gap: 16px;
  }

  .testimonials__media {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    margin-left: 0;
  }

  /* Vídeo 16:9 compacto; depoimentos em largura total */
  .pitch__device {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: auto;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #0a2438;
    box-shadow: 0 24px 56px rgba(0, 20, 40, 0.18);
  }

  .testimonials__device {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: auto;
    padding: 10px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(165deg, #0d2c44 0%, #001422 100%);
    box-shadow: none;
  }

  .t-slider__stage {
    position: relative;
    gap: 0;
    width: min(260px, 72vw);
  }

  .t-slider__viewport {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 34px;
  }

  .pitch__video {
    position: relative;
    display: flex;
    flex-direction: column;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 28px;
  }

  .pitch__video > iframe {
    position: relative;
    inset: auto;
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .pitch__video > div:not(.pitch__ui) {
    position: relative;
    inset: auto;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .pitch__video > div:not(.pitch__ui) iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* Controles abaixo do vídeo 16:9, sem cobrir a imagem */
  .pitch__device .pitch__ui {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 10px 12px 12px;
    background: #001422;
  }

  .t-slider__nav {
    position: absolute;
    top: 46%;
    z-index: 3;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
  }

  .t-slider__nav:hover {
    transform: translateY(-50%);
  }

  .t-slider__nav--prev {
    left: -10px;
  }

  .t-slider__nav--next {
    right: -10px;
  }

  /* Cards em 1 coluna */
  .features__grid {
    grid-template-columns: 1fr;
  }

  /* Atração: empilha no mobile */
  .attraction__row {
    grid-template-columns: 1fr;
  }

  .attraction__media {
    order: -1;
    height: auto;
  }

  .attraction__img {
    min-height: 260px;
    max-height: 360px;
  }

  .attraction__features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .attraction__feature {
    align-items: center;
    text-align: center;
  }

  /* Oferta */
  .offer__tiers {
    grid-template-columns: 1fr;
  }

  /* Ideal / bento */
  .ideal__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.2rem, 5.4vw, 1.45rem);
    letter-spacing: -0.02em;
    line-height: 1.3;
    box-sizing: border-box;
  }

  .ideal__break--desktop {
    display: none;
  }

  .ideal__break--mobile {
    display: block;
  }

  .ideal__bento {
    grid-template-columns: 1fr;
  }

  .ideal-card--tall {
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .ideal-card--text {
    align-items: center;
    text-align: center;
    padding: clamp(20px, 5vw, 28px);
  }

  .ideal-card__heading {
    font-size: clamp(1.05rem, 4.5vw, 1.25rem);
  }

  .ideal-card__text {
    font-size: clamp(0.95rem, 3.8vw, 1.08rem);
    line-height: 1.5;
  }

  /* Local / hotel */
  .venue__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .venue__content {
    align-items: center;
    text-align: center;
  }

  .venue__lead {
    max-width: none;
  }

  .venue__meta {
    align-items: flex-start;
    text-align: left;
    width: 100%;
    max-width: 420px;
  }

  .venue__media::before {
    inset: 12px -10px -12px 12px;
  }

  .icom__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .icom__title {
    font-size: clamp(1.7rem, 7.2vw, 2.25rem);
  }

  /* Suporte / WhatsApp — só o card no mobile */
  .support__bg,
  .support__stage::after {
    display: none;
  }

  .site-footer__legal {
    white-space: normal;
    max-width: 22rem;
  }

  .support__stage {
    min-height: 0;
    display: block;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
  }

  .support__card {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin: 0;
    border-radius: 22px;
  }
}

/* Hero em celular deitado / tela baixa: não força altura de viewport */
@media (max-width: 599px) and (max-height: 520px) {
  .hero {
    min-height: 0;
    justify-content: flex-start;
    gap: 16px;
    padding: 12px 16px 24px;
  }

  .hero__center {
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 16px;
  }

  .hero__brand-logo {
    height: 48px;
  }
}

/* Fallback sem suporte a backdrop-filter */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass-card {
    background: rgba(0, 52, 86, 0.85);
  }
  .input,
  .phone-wrap {
    background: rgba(0, 52, 86, 0.6);
  }
}

/* Reduzir movimento */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
