/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  background: rgba(26, 15, 7, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 150, 10, 0.2);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-logo-icon {
  width: 36px;
  height: 36px;
}

.nav-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--cream2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--gold); }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 48px 60px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,150,10,0.18) 0%, transparent 70%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-lines {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 39px,
    rgba(212,150,10,0.04) 39px,
    rgba(212,150,10,0.04) 40px
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 16px;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 10vw, 120px);
  line-height: 0.92;
  letter-spacing: 2px;
  color: var(--cream);
  margin-bottom: 12px;
}

.hero-title span {
  color: var(--gold);
  display: block;
}

.hero-verse {
  font-size: 15px;
  color: rgba(245, 237, 216, 0.55);
  font-style: italic;
  margin-bottom: 8px;
}

.hero-verse-ref {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 40px;
}

.hero-info {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-cross {
  position: relative;
  width: clamp(120px, 20vw, 220px);
  height: clamp(160px, 28vw, 300px);
  margin: 48px auto;
}

.hero-cross::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 14%;
  height: 100%;
  background: var(--gold);
}

.hero-cross::after {
  content: '';
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  height: 14%;
  background: var(--gold);
}

.hero-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-info-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212,150,10,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-info-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-info-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(245,237,216,0.45);
  margin-bottom: 2px;
}

.hero-info-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--cream);
}

/* ─── SOBRE ─── */
.sobre {
  background: var(--dark2);
  border-top: 1px solid rgba(212,150,10,0.12);
  border-bottom: 1px solid rgba(212,150,10,0.12);
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.sobre-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fingerprint-main {
  width: 320px;
  height: 320px;
  opacity: 0.75;
}

.cross-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -55%);
}

.cross-overlay svg {
  width: 80px;
  height: 80px;
  fill: var(--cream);
  filter: drop-shadow(0 0 24px rgba(212,150,10,0.6));
}

.sobre-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212,150,10,0.2);
  animation: ringPulse 4s ease-in-out infinite;
}

.sobre-ring:nth-child(1) { width: 360px; height: 360px; animation-delay: 0s; }
.sobre-ring:nth-child(2) { width: 420px; height: 420px; animation-delay: 1.3s; opacity: 0.5; }
.sobre-ring:nth-child(3) { width: 480px; height: 480px; animation-delay: 2.6s; opacity: 0.25; }

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.04); opacity: 0.6; }
}

/* ─── PROGRAMAÇÃO ─── */
.programacao {
  max-width: 1200px;
  margin: 0 auto;
}

.programacao-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  flex-wrap: wrap;
  gap: 24px;
}

/* ─── INSCRIÇÃO ─── */
.inscricao-section {
  background: var(--dark2);
  border-top: 1px solid rgba(212,150,10,0.12);
}

.inscricao-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.inscricao-card {
  background: var(--dark3);
  border: 1px solid rgba(212,150,10,0.2);
  padding: 56px;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
}

.inscricao-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ─── STATS ─── */
.stats-section {
  background: var(--gold);
  padding: 60px 48px;
}

.stats-inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.stats-inner .stat-item {
  flex: 0 1 280px;
}

/* ─── FOOTER ─── */
footer {
  background: #0F0905;
  border-top: 1px solid rgba(212,150,10,0.15);
  padding: 48px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-copy {
  font-size: 13px;
  color: rgba(245,237,216,0.35);
}

.footer-verse {
  font-size: 13px;
  font-style: italic;
  color: rgba(212,150,10,0.6);
  max-width: 360px;
  text-align: right;
}

/* ─── COUNTDOWN ─── */
.countdown-section {
  padding: 72px 48px;
  text-align: center;
  border-bottom: 1px solid rgba(212,150,10,0.12);
}

.countdown-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(245,237,216,0.4);
  margin-bottom: 28px;
}

.divider {
  width: 1px;
  background: rgba(212,150,10,0.15);
  margin: 0 48px;
}
