:root {
  --verde: #22c55e;
  --verde-escuro: #16a34a;
  --verde-glow: rgba(34,197,94,0.15);
  --preto: #050505;
  --preto2: #0d0d0d;
  --preto3: #141414;
  --preto4: #1c1c1c;
  --cinza: #2a2a2a;
  --cinza2: #3a3a3a;
  --texto: #e8e8e8;
  --texto2: #a0a0a0;
  --texto3: #606060;
  --borda: rgba(255,255,255,0.07);
  --borda2: rgba(34,197,94,0.25);
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Figtree', sans-serif;
}

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

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  background: var(--preto);
  color: var(--texto);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 50px; /* compensa a altura da sticky-bar fixed */
}

/* ── STICKY BAR ── */
.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #c81c1c;
  background: linear-gradient(90deg, #b91c1c 0%, #dc2626 50%, #b91c1c 100%);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 2px 16px rgba(220,38,38,0.45);
}
.sb-text {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sb-break { display: none; }
.sb-timer-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 5px;
  padding: 4px 12px;
}
.sb-timer-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  white-space: nowrap;
}
/* unidades sticky bar */
.sb-timer-units {
  display: flex;
  align-items: center;
  gap: 2px;
}
.sb-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 28px;
}
.sb-unit span {
  font-family: var(--font-display);
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
.sb-unit em {
  font-style: normal;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.sb-sep {
  font-family: var(--font-display);
  font-size: 18px;
  color: rgba(255,255,255,0.4);
  line-height: 1;
  margin-bottom: 8px;
}
/* unidades card experience */
.exp-timer-units {
  display: flex;
  align-items: center;
  gap: 4px;
}
.exp-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 38px;
  background: rgba(0,0,0,0.30);
  border-radius: 6px;
  padding: 4px 6px;
}
.exp-unit span {
  font-family: var(--font-display);
  font-size: 26px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
.exp-unit em {
  font-style: normal;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.exp-sep {
  font-family: var(--font-display);
  font-size: 22px;
  color: rgba(34,197,94,0.5);
  line-height: 1;
  margin-bottom: 10px;
}
.sticky-bar .sb-cta {
  background: #fff;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: opacity .2s;
}
.sticky-bar .sb-cta:hover { opacity: .85; }

/* ── HERO PARTICLES ── */
/* ── FUMAÇA do hero ── */
.hero-smoke {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hero-smoke span {
  position: absolute;
  will-change: transform, opacity;
  opacity: 0;
}

/* wisp 1 — esquerda, largo e lento */
.hero-smoke span:nth-child(1) {
  width: 520px; height: 300px;
  border-radius: 60% 40% 55% 45% / 40% 60% 40% 60%;
  filter: blur(50px);
  background: rgba(34,197,94,0.55);
  left: -80px; bottom: -60px;
  animation: smoke1 22s ease-in-out infinite;
}
/* wisp 2 — centro-esquerda */
.hero-smoke span:nth-child(2) {
  width: 420px; height: 250px;
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  filter: blur(45px);
  background: rgba(34,197,94,0.48);
  left: 18%; bottom: -80px;
  animation: smoke2 27s ease-in-out infinite;
  animation-delay: -9s;
}
/* wisp 3 — direita */
.hero-smoke span:nth-child(3) {
  width: 480px; height: 280px;
  border-radius: 50% 50% 40% 60% / 50% 60% 40% 50%;
  filter: blur(48px);
  background: rgba(34,197,94,0.52);
  right: -70px; bottom: -50px;
  animation: smoke3 24s ease-in-out infinite;
  animation-delay: -16s;
}
/* wisp 4 — centro, mais pequeno */
.hero-smoke span:nth-child(4) {
  width: 340px; height: 200px;
  border-radius: 50% 50% 60% 40% / 40% 60% 50% 50%;
  filter: blur(40px);
  background: rgba(34,197,94,0.42);
  left: 35%; bottom: -30px;
  animation: smoke4 19s ease-in-out infinite;
  animation-delay: -6s;
}
/* wisp 5 — centro-direita */
.hero-smoke span:nth-child(5) {
  width: 380px; height: 230px;
  border-radius: 60% 40% 50% 50% / 50% 50% 40% 60%;
  filter: blur(44px);
  background: rgba(34,197,94,0.45);
  right: 12%; bottom: -45px;
  animation: smoke5 25s ease-in-out infinite;
  animation-delay: -13s;
}
/* wisp 6 — esquerda alta, sobe mais */
.hero-smoke span:nth-child(6) {
  width: 300px; height: 180px;
  border-radius: 40% 60% 40% 60% / 60% 40% 60% 40%;
  filter: blur(38px);
  background: rgba(34,197,94,0.40);
  left: 8%; bottom: -20px;
  animation: smoke6 17s ease-in-out infinite;
  animation-delay: -4s;
}

@keyframes smoke1 {
  0%   { transform: translate(0,0)          scale(1)   rotate(0deg);   opacity: 0; }
  12%  { opacity: 1; }
  65%  { transform: translate(70px,-480px)  scale(1.7) rotate(18deg);  opacity: 0.55; }
  100% { transform: translate(45px,-720px)  scale(2.1) rotate(32deg);  opacity: 0; }
}
@keyframes smoke2 {
  0%   { transform: translate(0,0)           scale(1)   rotate(0deg);   opacity: 0; }
  12%  { opacity: 1; }
  65%  { transform: translate(-55px,-560px)  scale(1.6) rotate(-14deg); opacity: 0.50; }
  100% { transform: translate(-35px,-820px)  scale(2.0) rotate(-24deg); opacity: 0; }
}
@keyframes smoke3 {
  0%   { transform: translate(0,0)           scale(1)   rotate(0deg);   opacity: 0; }
  12%  { opacity: 1; }
  65%  { transform: translate(-65px,-520px)  scale(1.8) rotate(10deg);  opacity: 0.52; }
  100% { transform: translate(-40px,-770px)  scale(2.2) rotate(20deg);  opacity: 0; }
}
@keyframes smoke4 {
  0%   { transform: translate(0,0)          scale(1);   opacity: 0; }
  15%  { opacity: 0.95; }
  65%  { transform: translate(45px,-380px)  scale(1.5); opacity: 0.45; }
  100% { transform: translate(28px,-580px)  scale(1.9); opacity: 0; }
}
@keyframes smoke5 {
  0%   { transform: translate(0,0)           scale(1)   rotate(0deg);   opacity: 0; }
  15%  { opacity: 0.95; }
  65%  { transform: translate(-45px,-460px)  scale(1.6) rotate(-11deg); opacity: 0.48; }
  100% { transform: translate(-28px,-680px)  scale(2.0) rotate(-20deg); opacity: 0; }
}
@keyframes smoke6 {
  0%   { transform: translate(0,0)          scale(1);   opacity: 0; }
  15%  { opacity: 0.90; }
  65%  { transform: translate(35px,-340px)  scale(1.4); opacity: 0.42; }
  100% { transform: translate(20px,-520px)  scale(1.8); opacity: 0; }
}

/* ── HERO ── */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px 60px;
  position: relative;
  background: var(--preto);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg,  transparent, transparent 79px, rgba(255,255,255,0.02) 80px),
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255,255,255,0.02) 80px);
  pointer-events: none;
  z-index: 1;
}
.hero::after { display: none; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--verde);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation: fadeUp .6s ease both;
  position: relative;
  z-index: 2;
}
.hero-badge span {
  width: 6px; height: 6px;
  background: var(--verde);
  border-radius: 50%;
  animation: pulse 1.5s ease infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
@keyframes slideUp { from{transform:translateY(20px)} to{transform:translateY(0)} }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(52px, 10vw, 110px);
  line-height: .92;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 8px;
  animation: slideUp .7s .1s ease both;
  position: relative;
  z-index: 2;
}
/* luz atrás do título */
.hero h1::before {
  content: '';
  position: absolute;
  inset: -50px -100px;
  background: radial-gradient(ellipse 70% 60% at 50% 55%, rgba(34,197,94,0.25) 0%, transparent 70%);
  animation: titleGlow 4s ease-in-out infinite alternate;
  z-index: -1;
  pointer-events: none;
  filter: blur(18px);
}
@keyframes titleGlow {
  from { opacity: 0.5; transform: scale(0.93); }
  to   { opacity: 1;   transform: scale(1.07); }
}
.hero h1 em {
  font-style: normal;
  color: var(--verde);
  display: block;
}
.hero-data {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--texto2);
  margin-bottom: 24px;
  animation: fadeUp .7s .2s ease both;
  position: relative;
  z-index: 2;
}
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--texto2);
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 40px;
  animation: fadeUp .7s .3s ease both;
  position: relative;
  z-index: 2;
}
.hero-sub strong { color: var(--texto); font-weight: 600; }
.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  animation: fadeUp .7s .4s ease both;
  position: relative;
  z-index: 2;
}
.btn-primary {
  display: inline-block;
  background: var(--verde);
  color: #000;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  padding: 18px 48px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .5px;
  transition: transform .2s, box-shadow .2s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(34,197,94,0.35);
}
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--texto2);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 6px;
  border: 1px solid var(--borda);
  text-decoration: none;
  transition: border-color .2s, color .2s;
  cursor: pointer;
}
.btn-secondary:hover { border-color: var(--verde); color: var(--verde); }
.hero-garantia {
  font-size: 12px;
  color: var(--texto3);
  margin-top: 4px;
}

/* ── TEASER VIDEO ── */
.teaser-sec {
  background: var(--preto);
  padding: 96px 20px;
  border-bottom: 1px solid var(--borda);
}
.teaser-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.teaser-titulo {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.teaser-titulo em {
  font-style: normal;
  color: var(--verde);
}
.teaser-sub {
  font-size: 17px;
  font-weight: 300;
  color: var(--texto2);
  max-width: 680px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.teaser-video-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 48px;
}
.teaser-cta {
  font-size: 16px;
  padding: 20px 56px;
}
@media (max-width: 640px) {
  .teaser-sec { padding: 64px 20px; }
  .teaser-cta { width: 100%; text-align: center; padding: 18px 24px; }
}

/* ── NÚMEROS ── */
.numeros {
  background: var(--preto2);
  border-top: 1px solid var(--borda);
  border-bottom: 1px solid var(--borda);
  padding: 48px 20px;
}
.numeros-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  margin: 0 auto;
  gap: 0;
}
.num-item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid var(--borda);
}
.num-item:last-child { border-right: none; }
.num-valor {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 64px);
  color: var(--verde);
  line-height: 1;
  letter-spacing: 1px;
}
.num-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--texto2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
}

/* ── SEÇÕES GERAIS ── */
.secao {
  padding: 96px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.secao-full {
  padding: 96px 20px;
}
.tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--verde);
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.titulo {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 16px;
}
.titulo em { color: var(--verde); font-style: normal; }
.subtitulo {
  font-size: 17px;
  font-weight: 300;
  color: var(--texto2);
  max-width: 560px;
  line-height: 1.65;
}
.divisor {
  width: 48px;
  height: 3px;
  background: var(--verde);
  margin: 28px 0;
  border-radius: 2px;
}

/* ── DOR / CUSTO ── */
.dor-bg {
  background: var(--preto);
  border-top: 1px solid var(--borda);
  border-bottom: 1px solid var(--borda);
  position: relative;
  overflow: hidden;
}
.dor-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(34,197,94,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.dor-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 96px 20px;
  position: relative;
}
.dor-imposto {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(13px, 2vw, 16px);
  letter-spacing: 4px;
  color: var(--verde);
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  padding: 8px 20px;
  border-radius: 3px;
  margin-bottom: 28px;
}
.dor-headline {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 88px);
  line-height: .92;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 16px;
}
.dor-headline em { color: var(--verde); font-style: normal; display: block; }
.dor-sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--texto2);
  max-width: 600px;
  margin: 0 auto 56px;
  line-height: 1.65;
}
.dor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--borda);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 56px;
  text-align: left;
}
.dor-col {
  padding: 40px 36px;
}
.dor-col-neg {
  background: var(--preto3);
  border-right: 1px solid var(--borda);
}
.dor-col-pos {
  background: var(--preto2);
}
.dor-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dor-col-label.neg { color: #ef4444; }
.dor-col-label.pos { color: var(--verde); }
.dor-col-label span {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dor-col-label.neg span { background: #ef4444; }
.dor-col-label.pos span { background: var(--verde); }
.dor-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.55;
}
.dor-item:last-child { margin-bottom: 0; }
.dor-item-icon {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
.dor-item-text { color: var(--texto2); font-weight: 300; }
.dor-item-text strong { color: var(--texto); font-weight: 600; }
.dor-custo {
  background: var(--preto3);
  border: 1px solid var(--borda);
  border-radius: 12px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.dor-custo-texto { flex: 1; min-width: 200px; }
.dor-custo-texto p {
  font-size: 15px;
  color: var(--texto2);
  font-weight: 300;
  line-height: 1.6;
}
.dor-custo-texto strong { color: var(--texto); font-weight: 600; }
.dor-custo-num {
  text-align: center;
  flex-shrink: 0;
}
.dor-custo-num .val {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  color: #ef4444;
  line-height: 1;
  letter-spacing: 1px;
}
.dor-custo-num .lbl {
  font-size: 12px;
  color: var(--texto3);
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .dor-grid { grid-template-columns: 1fr; }
  .dor-col-neg { border-right: none; border-bottom: 1px solid var(--borda); }
  .dor-custo { flex-direction: column; text-align: center; }
}

/* ── ATRAÇÃO ESPECIAL ── */
.atracao-bg {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: url('imagens/dj-santti.webp.webp') center center / cover no-repeat;
  background-color: #0a0a0a;
  border-top: 1px solid rgba(220,38,38,0.7);
  border-bottom: 1px solid rgba(220,38,38,0.7);
  box-shadow:
    0 -1px 28px rgba(220,38,38,0.35),
    0 1px 28px rgba(220,38,38,0.35);
}
.atracao-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.96) 0%,
    rgba(0,0,0,0.88) 35%,
    rgba(0,0,0,0.55) 60%,
    rgba(0,0,0,0.10) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.atracao-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.atracao-card {
  max-width: 480px;
  text-align: left;
}
.atracao-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #dc2626;
  background: rgba(220,38,38,0.12);
  border: 1px solid rgba(220,38,38,0.35);
  padding: 5px 16px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.atracao-titulo {
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 88px);
  line-height: .9;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 16px;
}
.atracao-titulo em {
  font-style: normal;
  color: #dc2626;
  display: block;
}
.atracao-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 32px;
}
.atracao-sub strong { color: #fff; font-weight: 700; }
.atracao-dj-card {
  background: rgba(10,10,10,0.85);
  border: 1px solid rgba(220,38,38,0.25);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.atracao-dj-info { width: 100%; }
.atracao-dj-nome {
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: 3px;
  color: #dc2626;
  line-height: 1;
  margin-bottom: 10px;
}
.atracao-dj-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 18px;
}
.atracao-waves {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 28px;
}
.atracao-waves span {
  display: block;
  width: 4px;
  border-radius: 2px;
  background: #dc2626;
  animation: waveBeat .8s ease-in-out infinite alternate;
}
.atracao-waves span:nth-child(1)  { height: 40%; animation-delay: 0s; }
.atracao-waves span:nth-child(2)  { height: 80%; animation-delay: .1s; }
.atracao-waves span:nth-child(3)  { height: 100%; animation-delay: .05s; }
.atracao-waves span:nth-child(4)  { height: 60%; animation-delay: .15s; }
.atracao-waves span:nth-child(5)  { height: 90%; animation-delay: .2s; }
.atracao-waves span:nth-child(6)  { height: 50%; animation-delay: .08s; }
.atracao-waves span:nth-child(7)  { height: 75%; animation-delay: .18s; }
.atracao-waves span:nth-child(8)  { height: 35%; animation-delay: .03s; }
.atracao-waves span:nth-child(9)  { height: 65%; animation-delay: .12s; }
.atracao-waves span:nth-child(10) { height: 45%; animation-delay: .07s; }
@keyframes waveBeat {
  from { transform: scaleY(.3); opacity: .5; }
  to   { transform: scaleY(1);  opacity: 1; }
}
.atracao-cta {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  padding: 16px 44px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .5px;
  transition: transform .2s, box-shadow .2s;
  text-transform: uppercase;
}
.atracao-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(220,38,38,0.5);
}
@media (max-width: 768px) {
  .atracao-bg {
    min-height: auto;
    background-image: url('imagens/dj-santtimob.webp.webp');
    background-position: 68% 15%;
    background-size: cover;
  }
  .atracao-overlay {
    background: linear-gradient(to bottom,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.30) 35%,
      rgba(0,0,0,0.70) 75%,
      rgba(0,0,0,0.85) 100%
    );
  }
  .atracao-inner { padding: 52px 24px 60px; }
  .atracao-card { max-width: 100%; }
  /* tag + título ficam no topo; caixa + CTA descem com espaço para o rosto aparecer */
  .atracao-sub   { margin-bottom: 0; }
  .atracao-dj-card { margin-top: 140px; }
}

/* ── SAMUEL ── */
.samuel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}
.samuel-foto {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
}
.samuel-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.samuel-video-placeholder {
  background: var(--preto3);
  border: 1px solid var(--borda);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.play-btn {
  width: 64px; height: 64px;
  background: var(--verde);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  flex-shrink: 0;
}
.play-btn:hover { transform: scale(1.08); box-shadow: 0 8px 30px rgba(34,197,94,.4); }
.play-btn svg { margin-left: 4px; }
.video-row { display: flex; align-items: center; gap: 20px; }
.video-label { font-size: 14px; color: var(--texto2); font-weight: 300; }
.samuel-bio { font-size: 16px; color: var(--texto2); font-weight: 300; line-height: 1.8; }
.samuel-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.samuel-stat {
  background: var(--preto3);
  border: 1px solid var(--borda);
  border-radius: 8px;
  padding: 16px;
}
.samuel-stat .val {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--verde);
  line-height: 1;
}
.samuel-stat .lbl {
  font-size: 12px;
  color: var(--texto3);
  margin-top: 4px;
  font-weight: 500;
}

/* ── PALESTRANTES ── */
.pale-bg { background: var(--preto2); border-top: 1px solid var(--borda); border-bottom: 1px solid var(--borda); }
.pale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.pale-card {
  display: flex;
  flex-direction: column;
}
.pale-card:hover .pale-foto-wrap { transform: translateY(-4px); }
.pale-foto-wrap {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .25s;
}
.pale-foto-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.pale-foto-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--texto3);
  background: var(--cinza);
}
.pale-info { padding: 14px 4px 0; }
.pale-nome {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 1.5px;
  color: var(--verde);
  margin-bottom: 6px;
  line-height: 1;
}
.pale-bio {
  font-size: 13px;
  color: var(--texto2);
  font-weight: 300;
  line-height: 1.6;
}
.pale-sda {
  font-size: 12px;
  color: var(--texto3);
  margin-top: 6px;
  font-style: italic;
  line-height: 1.5;
}
.pale-mais {
  text-align: center;
  margin-top: 40px;
  color: var(--texto3);
  font-size: 14px;
}
.pale-mais span { color: var(--verde); font-weight: 600; }
@media (max-width: 900px) {
  .pale-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .pale-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* ── BENEFÍCIOS ── */
.benef-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.benef-card {
  background: var(--preto2);
  border: 1px solid var(--borda);
  border-radius: 12px;
  padding: 28px;
  transition: border-color .2s;
}
.benef-card:hover { border-color: var(--borda2); }
.benef-icon {
  width: 44px; height: 44px;
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.benef-titulo { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.benef-desc { font-size: 14px; color: var(--texto2); font-weight: 300; line-height: 1.6; }

/* ── GALERIA ── */
.galeria-bg { background: var(--preto); border-top: 1px solid var(--borda); }
.galeria-grid {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  grid-template-rows: 280px 200px 280px;
  gap: 8px;
  margin-top: 40px;
}
/* posicionamento de cada imagem no mosaico */
.g-img1 { grid-column: 1 / 3; grid-row: 1; }
.g-img5 { grid-column: 3;     grid-row: 1; }
.g-img2 { grid-column: 1;     grid-row: 2; }
.g-img3 { grid-column: 2;     grid-row: 2; }
.g-img6 { grid-column: 3;     grid-row: 2 / 4; }
.g-img4 { grid-column: 1 / 3; grid-row: 3; }

.galeria-item {
  border-radius: 10px;
  overflow: hidden;
  background: var(--preto2);
  transition: transform .3s, box-shadow .3s;
}
.galeria-item:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* compat com código antigo (nunca é chamado agora) */
.galeria-item.grande {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

/* ── DEPOIMENTOS ── */
.depo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.depo-card {
  background: var(--preto2);
  border: 1px solid var(--borda);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
  display: flex;
  flex-direction: column;
}
.depo-card:hover { border-color: var(--borda2); transform: translateY(-3px); }

/* wrapper do iframe YouTube */
.depo-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}
.depo-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.depo-info { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 6px; flex: 1; }

.depo-categoria {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--verde);
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  border-radius: 100px;
  display: inline-block;
  padding: 3px 10px;
  align-self: flex-start;
}
.depo-nome {
  font-family: var(--font-display);
  font-size: 22px;
  color: #fff;
  margin: 4px 0 0;
  line-height: 1.1;
}
.depo-desc {
  font-size: 14px;
  color: var(--texto-muted);
  line-height: 1.6;
  margin: 4px 0 0;
}
.depo-desc strong { color: var(--texto); font-weight: 600; }

/* ── PREÇOS ── */
.precos-bg {
  background: var(--preto2);
  border-top: 1px solid var(--borda);
  border-bottom: 1px solid var(--borda);
}
.precos-inner { max-width: 1100px; margin: 0 auto; padding: 96px 20px; }
.precos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
  align-items: start;
}
.preco-card {
  background: var(--preto3);
  border: 1px solid var(--borda);
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color .2s;
  position: relative;
}
.preco-card:hover { border-color: var(--borda2); }
.preco-card.destaque {
  border: 2px solid var(--verde);
  background: var(--preto);
  transform: translateY(-8px);
}
.badge-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--verde);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
/* timer dentro do card experience */
.preco-lote-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.25);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 20px;
}
.preco-lote-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--verde);
  text-transform: uppercase;
}
.preco-lote-countdown {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
}
.preco-tier {
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 4px;
  text-align: center;
}
.preco-tier-vip      { color: var(--verde); letter-spacing: 2px; text-align: center; }
.preco-tier-platinum { color: #c8a84b;     letter-spacing: 2px; text-align: center; }
/* cards encerrados */
.preco-card-fechado { opacity: 0.7; }
.preco-faixa-encerrado {
  position: absolute;
  top: 18px;
  left: -8px;
  right: -8px;
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
  padding: 7px 0;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(220,38,38,0.40);
}
.preco-faixa-encerrado::before,
.preco-faixa-encerrado::after {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid #991b1b;
  border-bottom: 0;
}
.preco-faixa-encerrado::before { left: 0; border-left: 6px solid transparent; border-right: 0; }
.preco-faixa-encerrado::after  { right: 0; border-right: 6px solid transparent; border-left: 0; }
.preco-card-platinum { background: linear-gradient(160deg, #1a1508 0%, var(--preto3) 60%); border-color: #3a2e10; }
/* valores */
.preco-valor-bloco { margin: 20px 0; text-align: center; }
.preco-de {
  font-size: 13px;
  color: var(--texto3);
  text-decoration: line-through;
  margin-bottom: 2px;
  text-align: center;
}
.preco-label-por { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--texto3); text-transform: uppercase; margin-bottom: 2px; }
.preco-por { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.preco-parcel-label { font-size: 16px; color: var(--texto2); font-weight: 600; }
.preco-num {
  font-family: var(--font-display);
  font-size: 64px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
.preco-cents { font-size: 28px; }
.preco-avista { font-size: 12px; color: var(--texto3); margin-top: 6px; text-align: center; }
.preco-div { border-top: 1px solid var(--borda); margin: 20px 0; }
.preco-items { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.preco-items li {
  font-size: 13px;
  color: var(--texto2);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.preco-items li::before {
  content: '';
  width: 16px; height: 16px;
  min-width: 16px;
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%2322c55e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.preco-btn { width: 100%; padding: 16px; font-size: 14px; font-weight: 800; letter-spacing: .5px; border-radius: 8px; cursor: pointer; border: none; transition: opacity .2s, transform .2s, box-shadow .2s, background .2s; text-transform: uppercase; }
.preco-btn-outline {
  background: #e07b00;
  color: #fff;
  border: none;
}
.preco-btn-outline:hover { background: #f08c10; box-shadow: 0 8px 30px rgba(224,123,0,.35); transform: translateY(-1px); }
.preco-btn-encerrado {
  background: #333;
  color: #666;
  cursor: not-allowed;
  font-weight: 700;
  letter-spacing: 2px;
}
.preco-btn-solid {
  background: var(--verde);
  color: #000;
  font-family: var(--font-body);
}
.preco-btn-solid:hover { box-shadow: 0 8px 30px rgba(34,197,94,.35); transform: translateY(-1px); }
.garantia-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
  padding: 16px 20px;
  background: var(--preto3);
  border: 1px solid var(--borda);
  border-radius: 10px;
  max-width: 520px;
  margin-left: auto; margin-right: auto;
}
.garantia-bar p { font-size: 13px; color: var(--texto2); }
.garantia-bar strong { color: var(--texto); }

/* ── GARANTIA SEÇÃO ── */
.garantia-secao {
  background: var(--preto2);
  border-top: 1px solid var(--borda);
  border-bottom: 1px solid var(--borda);
  padding: 48px 20px;
  text-align: center;
}
.garantia-secao-inner {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.garantia-secao-img {
  max-width: 100%;
  width: 360px;
  height: auto;
}
.garantia-secao-texto {
  font-size: 15px;
  color: var(--texto2);
  line-height: 1.6;
}
.garantia-secao-texto strong { color: var(--texto); }

/* ── FUMAÇA — MOBILE ── */
@media (max-width: 768px) {
  /* reduz wisps no mobile para performance */
  .hero-smoke span:nth-child(1) { width: 280px; height: 160px; }
  .hero-smoke span:nth-child(2) { width: 240px; height: 140px; animation-delay: -9s; }
  .hero-smoke span:nth-child(3) { width: 260px; height: 150px; animation-delay: -16s; }
  /* esconde wisps menores no mobile */
  .hero-smoke span:nth-child(4),
  .hero-smoke span:nth-child(5),
  .hero-smoke span:nth-child(6) { display: none; }
}

/* ── URGÊNCIA ── */
.urgencia-bg {
  background: var(--preto) url('imagens/Fundo-cronometro.webp') center center / cover no-repeat;
  border-top: 1px solid var(--borda);
  padding: 64px 20px;
  text-align: center;
  position: relative;
}
.urgencia-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,5,5,0.72);
  pointer-events: none;
}
.urgencia-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.timer-grid {
  display: inline-flex;
  gap: 16px;
  margin: 32px auto;
}
.timer-bloco { text-align: center; }
.timer-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 80px);
  color: #fff;
  line-height: 1;
  background: var(--preto3);
  border: 1px solid var(--borda);
  border-radius: 10px;
  padding: 12px 20px;
  min-width: 90px;
  display: block;
}
.timer-label { font-size: 11px; color: #fff; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 8px; }
.timer-sep { font-family: var(--font-display); font-size: 48px; color: var(--texto3); align-self: center; padding-bottom: 8px; }
.vagas-restantes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: var(--texto2);
  margin-bottom: 32px;
}
.vagas-bar {
  width: 160px; height: 4px;
  background: var(--cinza);
  border-radius: 2px;
  overflow: hidden;
}
.vagas-fill {
  height: 100%;
  width: 22%;
  background: var(--verde);
  border-radius: 2px;
}

/* ── FAQ ── */
.faq-lista { margin-top: 40px; max-width: 720px; }
.faq-item {
  border-bottom: 1px solid var(--borda);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.faq-q:hover { color: var(--verde); }
.faq-icon {
  width: 24px; height: 24px;
  border: 1px solid var(--borda);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .3s, background .2s;
  color: var(--texto3);
  font-size: 16px;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--verde-glow);
  border-color: var(--borda2);
  color: var(--verde);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 20px; }
.faq-a p { font-size: 15px; color: var(--texto2); font-weight: 300; line-height: 1.7; }

/* ── CTA FINAL ── */
.cta-final {
  background: var(--preto2);
  border-top: 1px solid var(--borda);
  text-align: center;
  padding: 96px 20px;
}
.cta-final .titulo { font-size: clamp(40px, 7vw, 80px); }
.cta-final-sub { font-size: 17px; color: var(--texto2); font-weight: 300; max-width: 520px; margin: 16px auto 40px; line-height: 1.6; }
.garantia-icone { font-size: 13px; color: var(--texto3); margin-top: 20px; }

/* ── FOOTER ── */
.footer {
  background: var(--preto);
  border-top: 1px solid var(--borda);
  padding: 32px 20px;
  text-align: center;
}
.footer p { font-size: 12px; color: var(--texto3); }
.footer-legal { max-width: 640px; margin: 12px auto 0; line-height: 1.6; }
.footer-links { margin-top: 14px; display: flex; justify-content: center; gap: 8px; }
.footer-links a { color: var(--texto3); text-decoration: underline; font-size: 12px; }
.footer-links a:hover { color: var(--texto); }

/* ── RESPONSIVO ── */
@media (max-width: 768px) {
  /* sticky bar: permite quebra de linha no mobile */
  .sb-text { white-space: normal; text-align: center; font-size: 11px; width: 100%; }
  .sb-break { display: block; }

  .samuel-grid { grid-template-columns: 1fr; gap: 32px; }
  .precos-grid { grid-template-columns: 1fr; }
  .preco-card.destaque { transform: none; }
  .galeria-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 160px 200px 300px;
  }
  .g-img1 { grid-column: 1 / 3; grid-row: 1; }
  .g-img5 { grid-column: 1;     grid-row: 2; }
  .g-img2 { grid-column: 2;     grid-row: 2; }
  .g-img3 { grid-column: 1;     grid-row: 3; }
  .g-img6 { grid-column: 2;     grid-row: 3; }
  .g-img4 { grid-column: 1 / 3; grid-row: 4; }
  .numeros-grid { grid-template-columns: 1fr; }
  .num-item { border-right: none; border-bottom: 1px solid var(--borda); }
  .num-item:last-child { border-bottom: none; }
  .timer-num { min-width: 64px; padding: 10px 14px; }
}
@media (max-width: 480px) {
  .galeria-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 220px);
  }
  .g-img1, .g-img2, .g-img3,
  .g-img4, .g-img5, .g-img6 {
    grid-column: 1; grid-row: auto;
  }
}

/* ─── MODAL INGRESSO ─────────────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5,5,5,0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  animation: modalFadeIn .22s ease;
}
.modal-overlay[hidden] { display: none; }

@keyframes modalFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.modal-box {
  background: #111;
  border: 1px solid var(--borda2);
  border-radius: 16px;
  padding: 40px 36px 36px;
  max-width: 480px;
  width: 100%;
  position: relative;
  animation: modalSlideUp .25s ease;
}

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

.modal-fechar {
  position: absolute;
  top: 14px; right: 18px;
  background: none;
  border: none;
  color: var(--texto-muted);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color .15s, background .15s;
}
.modal-fechar:hover { color: #fff; background: rgba(255,255,255,0.08); }

.modal-badge {
  display: inline-block;
  background: var(--verde-glow);
  border: 1px solid var(--borda2);
  color: var(--verde);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.modal-titulo {
  font-family: var(--font-display);
  font-size: 28px;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.15;
}

.modal-sub {
  color: var(--texto-muted);
  font-size: 14px;
  margin: 0 0 24px;
  line-height: 1.5;
}

.modal-form { display: flex; flex-direction: column; gap: 16px; }

.modal-field { display: flex; flex-direction: column; gap: 6px; }

.modal-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--texto);
  letter-spacing: .02em;
}

.modal-field input {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  padding: 12px 14px;
  transition: border-color .15s, box-shadow .15s;
  outline: none;
}
.modal-field input::placeholder { color: rgba(255,255,255,0.3); }
.modal-field input:focus {
  border-color: var(--verde);
  box-shadow: 0 0 0 3px rgba(34,197,94,0.15);
}

.modal-submit {
  background: var(--verde);
  color: #000;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .04em;
  border: none;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: background .15s, transform .1s, box-shadow .15s;
  margin-top: 4px;
}
.modal-submit:hover {
  background: var(--verde-escuro);
  box-shadow: 0 4px 20px rgba(34,197,94,0.4);
  transform: translateY(-1px);
}
.modal-submit:active { transform: translateY(0); }
.modal-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.modal-garantia {
  text-align: center;
  font-size: 12px;
  color: var(--texto-muted);
  margin: 0;
}

/* Tela de sucesso */
.modal-sucesso {
  text-align: center;
  padding: 20px 0 8px;
}
.modal-sucesso[hidden] { display: none; }
.modal-sucesso-icon { font-size: 48px; margin-bottom: 16px; }
.modal-sucesso h4 {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--verde);
  margin: 0 0 10px;
}
.modal-sucesso p {
  color: var(--texto-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 520px) {
  .modal-box { padding: 32px 20px 28px; }
  .modal-titulo { font-size: 22px; }
}
