:root {
  --black: #000000;
  --card-bg: rgba(0, 0, 0, 0.85);
  --card-border: #D4B886;
  --gold-1: #BF953F;
  --gold-2: #FCF6BA;
  --gold-3: #B38728;
  --gold-4: #FBF5B7;
  --gold-5: #AA771C;
  --gold-grad: linear-gradient(90deg, var(--gold-1) 0%, var(--gold-2) 27%, var(--gold-3) 52%, var(--gold-4) 77%, var(--gold-5) 100%);
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

img { max-width: 100%; display: block; }

/* ---------- Botões ---------- */
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--gold-grad);
  color: #000;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.6px;
  text-decoration: none;
  padding: 6px 6px 6px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-gold .btn-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000;
  color: var(--gold-4);
  display: grid;
  place-items: center;
  flex: none;
}
.btn-gold .btn-circle svg { width: 15px; height: 15px; }

/* ---------- Header ---------- */
.hero {
  position: relative;
  min-height: clamp(460px, 42vw, 700px);
  display: flex;
  align-items: center;
  background: #000 url('../img/hero-bg.jpg') no-repeat right 20% center;
  background-size: 90% auto;
  overflow: hidden;
}
.hero .container { position: relative; z-index: 1; width: 100%; }

/* ---------- Faixas animadas de chaves (2 faixas, translúcidas, ângulos opostos) ---------- */
.key-marquees {
  position: relative;
  height: 60px;
  z-index: 2;
}
.key-marquee {
  position: absolute;
  left: -6%;
  width: 112%;
  height: 85px;
  overflow: hidden;
}
.key-marquee::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold-grad);
  opacity: 0.22;
}
.key-marquee.band-a { top: -30px; transform: rotate(-1.37deg); filter: blur(3px); opacity: 0.75; }
.key-marquee.band-b { top: -30px; transform: rotate(1.06deg); z-index: 1; }

.key-marquee-track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 46px;
  height: 100%;
  width: max-content;
  padding: 0 23px;
  animation: keyMarquee 55s linear infinite;
}
.band-b .key-marquee-track { animation-direction: reverse; animation-duration: 62s; }
.key-marquee-track img { height: 60px; width: auto; flex: none; display: block; }
@keyframes keyMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hero-inner { display: flex; flex-direction: column; align-items: flex-start; }

.logo { height: 56px; width: auto; flex: none; margin-bottom: 26px; }

.eyebrow-badge {
  display: inline-block;
  background: var(--gold-grad);
  color: #000;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.hero-content { max-width: 600px; }

h1, h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -4.6px;
  margin: 0 0 14px;
  font-size: clamp(32px, 2.68vw, 51px);
}
.hero h1 { max-width: 560px; }
h1 b, h2 b { font-weight: 800; }

.hero p.lead, .section-lead {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  color: var(--muted);
  margin: 0 0 32px;
  max-width: 560px;
}
.hero p.lead b, .section-lead b { color: #fff; font-weight: 600; }
.hero p.lead { margin-bottom: 22px; }

/* ---------- Genérico de seção ---------- */
.section {
  padding: 90px 0;
  position: relative;
}
.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.section-split .visual { display: flex; justify-content: center; }
.section-split .visual img { max-width: 520px; }

.section-center { text-align: center; }
.section-center .section-lead { margin-left: auto; margin-right: auto; }
.section-center h2 { text-align: center; }

/* ---------- Faturar bem ---------- */
.faturar { background: #000; }

/* ---------- Não é palestra ---------- */
.palestra { background: #000; padding-bottom: 60px; }
.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 960px;
  margin: 56px auto 0;
}
.schedule-card { display: flex; align-items: center; gap: 22px; }
.schedule-badge {
  flex: none;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.schedule-badge .day {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
}
.schedule-badge .time {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  margin-top: 6px;
}
.schedule-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.schedule-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  letter-spacing: -0.4px;
  text-align: left;
}
.check-ic {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-grad);
  display: grid;
  place-items: center;
}
.check-ic svg { width: 13px; height: 13px; }
.palestra .cta-wrap { text-align: center; margin-top: 56px; }

/* ---------- Especialistas ---------- */
.especialistas { background: #000; }
.especialistas .visual { position: relative; margin: 48px 0; }
.especialistas .visual img { max-width: 100%; margin: 0 auto; border-radius: 12px; }
.especialistas .cta-wrap { text-align: center; }
.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 40px;
}
.tag {
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  font-size: 13px;
}
.tag .tag-name { background: var(--gold-grad); color: #000; font-weight: 600; padding: 7px 12px; }
.tag .tag-role { background: #000; border: 1px solid #333; color: #fff; font-weight: 600; padding: 7px 12px; }

/* ---------- Lotes ---------- */
.lotes { background: #000; }
.lotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 56px auto 0;
  align-items: center;
}
.lote-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
}
.lote-card.destaque {
  border-width: 2px;
  transform: scale(1.06);
  z-index: 1;
}
.lote-card.inativo { opacity: 0.35; filter: grayscale(0.3); }
.lote-card .ribbon {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%, -1px);
  width: 60%;
  height: 6px;
  background: var(--gold-grad);
  border-radius: 0 0 6px 6px;
}
.lote-card h3 {
  font-weight: 800;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: -2px;
  margin: 8px 0 24px;
}
.lote-card ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.lote-card ul li { display: flex; gap: 10px; font-size: 14px; letter-spacing: -0.3px; color: var(--muted); }
.lote-card .check-ic { width: 20px; height: 20px; }
.lote-card .check-ic svg { width: 10px; height: 10px; }
.lote-card .price {
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.lote-card .price sup { font-size: 16px; font-weight: 800; }
.lote-card .price .rs { font-size: 16px; vertical-align: 6px; margin-right: 4px; }
.lote-card .btn-gold { width: 100%; justify-content: space-between; padding: 14px 14px 14px 24px; }

/* ---------- Rodapé simples ---------- */
footer { text-align: center; padding: 40px 24px; color: rgba(255,255,255,0.4); font-size: 13px; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .section-split { grid-template-columns: 1fr; text-align: center; }
  .section-split .hero-content, .section-split p.lead { margin-left: auto; margin-right: auto; }
  .schedule-grid { grid-template-columns: 1fr; gap: 40px; }
  .lotes-grid { grid-template-columns: 1fr; max-width: 420px; }
  .lote-card.destaque { transform: none; order: -1; }
  .hero { background-position: 70% top; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  h1, h2 { letter-spacing: -1.2px; }
  .schedule-badge { width: 130px; height: 130px; }
  .btn-gold { font-size: 15px; }

  .hero {
    min-height: 0;
    padding: 36px 0 240px;
    background-size: 70% auto;
    background-position: 115% 60px;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
  }
  .logo { height: 46px; margin-bottom: 22px; }
  .eyebrow-badge { margin-bottom: 12px; }
  h1 { margin-bottom: 12px; font-size: 26px; letter-spacing: -1px; }
  .hero p.lead { margin-bottom: 20px; font-size: 15px; }
}
