@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700;900&family=Inter:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:    #e8a020;
  --gold2:   #ffcc44;
  --red:     #6b0f0f;
  --red2:    #a01515;
  --dark:    #04060a;
  --dark2:   #080c16;
  --white:   #f0ece0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark);
  color: var(--white);
  overflow-x: hidden;
  min-height: 100vh;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* ── HEADER ── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: linear-gradient(to bottom, rgba(4,6,10,.92) 0%, rgba(4,6,10,.0) 100%);
}

.logo {
  height: 180px;
  width: auto;
  object-fit: contain;
  margin-top: 0;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 200px 20px 80px;
  background:
    linear-gradient(to bottom, rgba(4,6,10,.88) 0%, rgba(4,6,10,.55) 50%, rgba(4,6,10,.94) 100%),
    url('../img/fondomacau.png') center/cover no-repeat;
}

/* ── BADGE ── */
.badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
}

.badge {
  background: rgba(232,160,32,.15);
  border: 1px solid rgba(232,160,32,.4);
  color: var(--gold2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ── HERO TEXT ── */
.hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: clamp(.75rem, 2.5vw, 1rem);
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.4rem, 9vw, 5.5rem);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 20%, var(--gold2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,.9));
  margin-bottom: 10px;
}

.hero-sub {
  font-size: clamp(.9rem, 3vw, 1.15rem);
  color: rgba(240,236,224,.65);
  margin-bottom: 28px;
  max-width: 480px;
}

/* ── BONUS BANNER ── */
.bonus-banner {
  display: inline-block;
  background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
  border: 1px solid var(--gold);
  border-radius: 12px;
  padding: 14px 28px;
  margin-bottom: 36px;
  position: relative;
}

.bonus-banner::after {
  content: '¡EXCLUSIVO!';
  position: absolute;
  top: -12px; right: -10px;
  background: var(--gold);
  color: #000;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 3px 8px;
  border-radius: 4px;
}

.bonus-text {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 4vw, 2rem);
  font-weight: 700;
  color: #fff;
}

.bonus-sub {
  font-size: .78rem;
  color: rgba(255,255,255,.7);
  margin-top: 4px;
}

/* ── CTA ── */
.cta-wrap {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cta-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 60px;
  background: rgba(37,211,102,.15);
  animation: pulse-green 2s infinite;
}

.btn-cta-final {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  border: none;
  padding: 20px 48px;
  border-radius: 60px;
  font-size: clamp(1rem, 3.5vw, 1.4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(37,211,102,.35);
  transition: transform .25s, box-shadow .25s;
  width: 100%;
  max-width: 420px;
  justify-content: center;
}

.btn-cta-final:hover {
  transform: scale(1.04);
  box-shadow: 0 14px 44px rgba(37,211,102,.55);
}

.btn-icon { font-size: 1.3em; }

/* ── TRUST STRIP ── */
.trust-strip {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(240,236,224,.55);
}

.trust-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ── FEATURES ── */
.features-section {
  padding: 48px 20px;
  background: var(--dark);
  border-top: 1px solid rgba(232,160,32,.15);
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: var(--gold);
  margin-bottom: 6px;
}

.section-sub {
  text-align: center;
  color: rgba(240,236,224,.5);
  font-size: .88rem;
  margin-bottom: 28px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
}

.feature-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(232,160,32,.15);
  border-radius: 12px;
  padding: 20px 14px;
  text-align: center;
  transition: border-color .25s;
}

.feature-card:hover { border-color: rgba(232,160,32,.4); }

.feature-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
  display: block;
}

.feature-label {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
  display: block;
}

.feature-value {
  font-size: clamp(.85rem, 2.5vw, 1rem);
  font-weight: 600;
  color: #fff;
}

/* ── BOTTOM CTA ── */
.bottom-cta {
  padding: 56px 20px 100px;
  text-align: center;
  background: linear-gradient(to bottom, var(--dark2), var(--dark));
}

.bottom-cta .hero-title { margin-bottom: 16px; }
.bottom-cta .hero-sub   { margin: 0 auto 32px; }

/* ── FOOTER ── */
.site-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(232,160,32,.1);
  font-size: .78rem;
  color: rgba(240,236,224,.3);
  letter-spacing: .05em;
}

/* ── ANIMATIONS ── */
@keyframes pulse-green {
  0%   { transform: scale(1);   opacity: .8; }
  70%  { transform: scale(1.1); opacity: 0; }
  100% { transform: scale(1);   opacity: 0; }
}

/* ── RESPONSIVE ≤ 600px ── */
@media (max-width: 600px) {
  .logo { height: 120px; }
  .hero { padding: 160px 16px 80px; }
  .badge-row { gap: 6px; }
  .badge { font-size: 10px; padding: 4px 10px; }
  .bonus-banner { padding: 12px 20px; margin-bottom: 28px; }
  .btn-cta-final { padding: 18px 20px; font-size: 1rem; max-width: 100%; }
  .trust-strip { gap: 10px; }
  .trust-item { font-size: .72rem; }
  .features-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .feature-card { padding: 16px 10px; }
  .bottom-cta { padding: 40px 16px 100px; }
}

/* ── RESPONSIVE ≤ 380px ── */
@media (max-width: 380px) {
  .logo { height: 90px; }
  .hero { padding: 130px 14px 80px; }
  .features-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2.2rem; }
  .btn-cta-final { font-size: .95rem; padding: 16px 16px; }
}