/* ================================================
   LAVIEEN 1927nm — Yellow/Gold theme override
   Load AFTER styles.css
   ================================================ */

:root {
  --bg:           #080600;
  --bg-2:         #0e0b01;
  --bg-3:         #161000;
  --bg-4:         #1e1700;
  --ink:          #fef4d8;
  --ink-dim:      #c8a84a;
  --ink-soft:     #8a6e22;
  --ink-muted:    #4a3a0a;
  --red:          #d4a017;
  --red-deep:     #a07010;
  --amber:        #f0c040;
  --amber-soft:   #f8dc80;
  --rule:         rgba(212,160,23,.12);
  --rule-strong:  rgba(212,160,23,.24);
}

/* ── Hero glows ─────────────────────────────────── */
.hero { background: #050400; }
.hero-glow-1 {
  background: radial-gradient(circle at 30% 30%,
    #e8a800 0%, #a07010 30%, #503800 55%, transparent 75%);
  opacity: .38;
}
.hero-glow-2 {
  background: radial-gradient(circle, #2a1a00 0%, transparent 70%);
  opacity: .5;
}

/* ── Gradient headline ──────────────────────────── */
.ht-em {
  background: linear-gradient(105deg, #f0c040 0%, #fde888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ── Price panel ────────────────────────────────── */
.invest-card-price {
  background: linear-gradient(160deg, #d4a017 0%, #a07010 100%);
}

/* ── Promise glow ───────────────────────────────── */
.promise::before {
  background: radial-gradient(circle, rgba(212,160,23,.15) 0%, transparent 60%);
}

/* ── Selection ──────────────────────────────────── */
::selection { background: #d4a017; color: #080600; }

/* ── Cinema ─────────────────────────────────────── */
.cinema-video-grade {
  background: linear-gradient(
    to right,
    rgba(8,6,0,.92) 0%,
    rgba(8,6,0,.6) 40%,
    transparent 70%
  );
}

/* ── Cursor glow → gold ─────────────────────────── */
.cursor-glow {
  background: radial-gradient(
    circle,
    rgba(212,160,23,.16) 0%,
    rgba(160,112,16,.05) 40%,
    transparent 70%
  ) !important;
}

/* ── Hero device video ──────────────────────────── */
.hero-device-video {
  mix-blend-mode: normal;
  border-radius: 10px;
  border: 1px solid rgba(212,160,23,.22);
  box-shadow: 0 0 60px rgba(212,160,23,.16), 0 40px 80px rgba(0,0,0,.65);
  object-fit: cover;
  max-height: 62vh;
  aspect-ratio: 9/16;
  height: auto;
  width: auto;
}

/* ── Video placeholder ──────────────────────────── */
.vid-placeholder {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px;
  border: 2px dashed rgba(212,160,23,.28);
  border-radius: 14px;
  background: rgba(212,160,23,.04);
  box-shadow: 0 0 60px rgba(212,160,23,.08), inset 0 0 40px rgba(0,0,0,.4);
  max-height: 62vh; aspect-ratio: 9/16;
  height: auto; width: auto; min-width: 200px;
}
.vid-placeholder .vph-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(212,160,23,.12);
  border: 1px solid rgba(212,160,23,.28);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: rgba(212,160,23,.7);
}
.vid-placeholder .vph-label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(212,160,23,.55);
}
.vid-placeholder .vph-sub {
  font-size: 11px; color: rgba(255,255,255,.25);
  text-align: center; max-width: 140px; line-height: 1.4;
}

/* ── Cinema bg placeholder ──────────────────────── */
.cinema-bg-placeholder {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #080600 0%, #1a1000 40%, #0e0a00 100%);
}
.cinema-bg-placeholder::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 70% 50%,
    rgba(212,160,23,.08) 0%, transparent 70%);
}

/* ── Card cobre logo Gemini (canto inferior direito do vídeo) ── */
.hud-gemini-cover {
  position: absolute;
  bottom: 3%;
  right: 2%;
  z-index: 6;
  pointer-events: none;
}
.hud-gemini-cover .hud-card {
  background: rgba(8, 6, 10, .82);
}


.problem,
.promise,
.parametros,
.modules,
.instructor,
.fit,
.includes,
.quotes,
.invest,
.faq,
.finalcta {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ── Scroll Tilt (ContainerScroll port) ────────── */
.scroll-tilt {
  padding: clamp(60px, 8vw, 100px) var(--pad) 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.scroll-tilt-inner {
  width: 100%;
  max-width: var(--maxw);
  position: relative;
  perspective: 1000px;
}
.scroll-tilt-header {
  text-align: center;
  margin-bottom: 36px;
  will-change: transform;
}
.scroll-tilt-header .eyebrow { justify-content: center; }
.scroll-tilt-header .section-title { text-align: center; }
.scroll-tilt-card {
  max-width: 940px;
  margin: 0 auto;
  border: 3px solid #3a3010;
  border-radius: 24px;
  background: #131000;
  padding: 6px;
  box-shadow:
    0 0 0 rgba(0,0,0,.3),
    0 9px 20px rgba(0,0,0,.29),
    0 37px 37px rgba(0,0,0,.26),
    0 84px 50px rgba(0,0,0,.15),
    0 0 60px rgba(212,160,23,.08);
  will-change: transform;
  transform-origin: center top;
}
.scroll-tilt-card-inner {
  width: 100%;
  border-radius: 18px;
  background: var(--bg-3);
  overflow: hidden;
  padding: 32px 36px;
}

/* Card content */
.stc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}
.stc-title {
  font-family: var(--f-display);
  font-size: clamp(20px, 2.5vw, 32px);
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 0;
}
.stc-badge {
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--red) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--red) 35%, transparent);
  color: var(--amber);
  padding: 5px 14px;
  border-radius: 999px;
}
.stc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.stc-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--red) 4%, var(--bg));
  border: 1px solid var(--rule);
  transition: background .2s;
}
.stc-row:hover {
  background: color-mix(in srgb, var(--red) 10%, var(--bg-2));
}
.stc-num {
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .15em;
  color: var(--red);
  flex-shrink: 0;
}
.stc-name {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.3;
  flex: 1;
}
.stc-tag {
  font-family: var(--f-mono);
  font-size: 9px; letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  flex-shrink: 0;
}
.stc-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.stc-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-dim);
}
.stc-stat strong { color: var(--amber); font-weight: 700; }

@media (max-width: 700px) {
  .stc-grid { grid-template-columns: 1fr; }
  .scroll-tilt-card-inner { padding: 22px 18px; }
}
.parametros {
  background: var(--bg-2);
  padding: clamp(80px, 11vw, 150px) var(--pad);
  position: relative; overflow: hidden;
}
.parametros::before {
  content: ""; position: absolute;
  right: -8vw; top: 10%;
  width: 50vw; height: 50vw;
  background: radial-gradient(circle, rgba(212,160,23,.09) 0%, transparent 65%);
  filter: blur(80px); pointer-events: none;
}
.parametros-inner { max-width: var(--maxw); margin: 0 auto; position: relative; }

.param-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 52px;
}
.param-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--red);
  padding: 24px 18px 20px;
  position: relative; overflow: hidden;
  transition: transform .3s ease, background .3s;
}
.param-card:hover { transform: translateY(-5px); background: var(--bg-3); }
.param-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at top left,
    rgba(212,160,23,.08) 0%, transparent 65%);
  opacity: 0; transition: opacity .3s; pointer-events: none;
}
.param-card:hover::before { opacity: 1; }

.param-num {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .2em;
  color: var(--red); font-weight: 700; text-transform: uppercase;
  margin-bottom: 10px;
}
.param-name {
  font-family: var(--f-display); font-size: 18px; line-height: 1.05;
  letter-spacing: -.02em; margin: 0 0 6px; color: var(--ink);
}
.param-value {
  font-family: var(--f-mono); font-size: 13px; font-weight: 700;
  color: var(--amber); margin: 0 0 10px; letter-spacing: -.01em;
}
.param-desc {
  font-size: 12px; line-height: 1.5; color: var(--ink-dim); margin: 0;
}

/* ══════════════════════════════════════════════
   PARTÍCULAS DOURADAS — canvas hero overlay
   ══════════════════════════════════════════════ */
#hero-particles {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  width: 100%; height: 100%;
}

/* ══════════════════════════════════════════════
   COUNTDOWN DE TURMA
   ══════════════════════════════════════════════ */
.countdown-band { background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.cdb-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 40px var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 28px;
}
.cdb-label { flex: 1; min-width: 200px; }
.cdb-eyebrow {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--red); margin-bottom: 8px;
}
.cdb-title {
  font-family: var(--f-display); font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.1; color: var(--ink); letter-spacing: -.02em;
}
.cdb-timer { display: flex; gap: 4px; align-items: flex-end; flex-shrink: 0; }
.cdb-unit {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  min-width: 64px; background: var(--bg-3);
  border: 1px solid var(--rule); border-radius: 8px; padding: 14px 10px 10px;
}
.cdb-num {
  font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700; color: var(--red); line-height: 1; letter-spacing: -.03em;
  font-variant-numeric: tabular-nums; transition: transform .15s ease, color .15s;
}
.cdb-num.cdb-flip { transform: translateY(-5px) scale(1.1); color: var(--amber); }
.cdb-lbl { font-family: var(--f-mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-muted); }
.cdb-sep { font-size: 30px; color: var(--rule-strong); line-height: 1; margin-bottom: 18px; }

/* ══════════════════════════════════════════════
   BEFORE / AFTER SLIDER
   ══════════════════════════════════════════════ */
.beforeafter { background: var(--bg); }
.ba-inner { max-width: 860px; margin: 0 auto; padding: 0 var(--pad); }
.ba-slider-wrap {
  margin-top: 40px; position: relative; border-radius: 14px; overflow: hidden;
  cursor: ew-resize; aspect-ratio: 3/4; max-height: 600px;
  user-select: none; touch-action: none;
  border: 1px solid var(--rule);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.ba-after-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.ba-before-wrap {
  position: absolute; inset: 0; overflow: hidden;
  clip-path: inset(0 50% 0 0); transition: none;
}
.ba-before-wrap img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.ba-divider {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; background: rgba(212,160,23,.9);
  transform: translateX(-50%); z-index: 3; pointer-events: none;
}
.ba-handle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(212,160,23,.95); border: 2px solid rgba(255,255,255,.35);
  z-index: 4; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.5);
}
.ba-arrow { font-size: 16px; color: #fff; line-height: 1; pointer-events: none; }
.ba-labels { display: flex; justify-content: space-between; margin-top: 10px; }
.ba-lbl {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-muted);
}

@media (max-width: 1100px) { .param-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .param-grid { grid-template-columns: 1fr 1fr; } }
