/* ============================================================
   LIV Atlanta 2026 — Landing Page CTA Section
   Deploy: /Portals/0/frm/css/liv-atl-landing.css?ver=1
   Prefix: livatl-
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;600&display=swap');

/* ── Variables ─────────────────────────────────────────── */
.livatl-cta-section {
  --atl-forest:      #162e1f;
  --atl-forest-mid:  #22432f;
  --atl-sage:        #3d6b4f;
  --atl-gold:        #c9973a;
  --atl-gold-light:  #f0c96e;
  --atl-gold-dim:    #8a6420;
  --atl-cream:       #f5f0e6;
  --atl-cream-dim:   #d9cebd;
  --atl-white:       #ffffff;
  --atl-charcoal:    #111111;
  --atl-radius:      4px;
  --atl-transition:  0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Section Shell ─────────────────────────────────────── */
.livatl-cta-section {
  background: var(--atl-forest);
  background-image:
    radial-gradient(ellipse 80% 60% at 20% 50%, #1e4a2e 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 30%, #0f2218 0%, transparent 60%);
  padding: 120px 24px 96px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid rgba(201, 151, 58, 0.45);
}

.livatl-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

/* ── Inner Container ───────────────────────────────────── */
.livatl-cta-inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Header Block ──────────────────────────────────────── */
.livatl-cta-header {
  text-align: center;
  margin-bottom: 52px;
  animation: livatl-fade-up 0.7s ease both;
}

.livatl-date-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--atl-gold);
  background: rgba(201, 151, 58, 0.12);
  border: 1px solid rgba(201, 151, 58, 0.3);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.livatl-headline {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 900 !important;
  font-size: 3.6rem !important;
  color: var(--atl-cream) !important;
  line-height: 1.1 !important;
  margin: 0 0 16px !important;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.4);
}

.livatl-subhead {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.2rem !important;
  color: var(--atl-cream-dim) !important;
  margin: 0 !important;
  letter-spacing: 0.02em;
}

/* ── Gold Divider ──────────────────────────────────────── */
.livatl-cta-header::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--atl-gold), transparent);
  margin: 20px auto 0;
}

/* ── Cards Row ─────────────────────────────────────────── */
.livatl-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

/* ── Card Base ─────────────────────────────────────────── */
.livatl-card {
  display: flex;
  flex-direction: column;
  padding: 44px 40px 40px;
  position: relative;
  animation: livatl-fade-up 0.7s ease both;
}

/* ── Advocate Card ─────────────────────────────────────── */
.livatl-card-advocate {
  background: linear-gradient(155deg, #c9973a 0%, #9e7328 40%, #7a5618 100%);
  animation-delay: 0.1s;
}

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

/* ── Guest Card ────────────────────────────────────────── */
.livatl-card-guest {
  background: var(--atl-forest-mid);
  border-left: 1px solid rgba(255,255,255,0.06);
  animation-delay: 0.2s;
}

.livatl-card-guest::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

/* ── Early Bird Badge (hide when sold out: display:none) ─ */
.livatl-early-bird {
  margin-bottom: 16px;
}

.livatl-eb-badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7a5618;
  background: var(--atl-gold-light);
  padding: 4px 12px;
  border-radius: 100px;
  animation: livatl-pulse 2.5s ease-in-out infinite;
}

.livatl-eb-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 3.2rem;
  color: var(--atl-white);
  line-height: 1;
  margin-top: 10px;
}

.livatl-eb-was {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  text-decoration: line-through;
  margin-left: 6px;
  vertical-align: middle;
}

/* ── Regular Price (shown when early bird hides) ─────── */
.livatl-regular-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 3.2rem;
  color: var(--atl-white);
  line-height: 1;
  margin-bottom: 4px;
  display: none; /* show when .livatl-early-bird is hidden */
}

.livatl-per {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  vertical-align: middle;
  margin-left: 4px;
}

/* ── Free Badge ────────────────────────────────────────── */
.livatl-free-badge {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 3.2rem;
  color: var(--atl-cream);
  line-height: 1;
  margin-bottom: 4px;
}

/* ── Card Titles ───────────────────────────────────────── */
.livatl-card-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 1.9rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 12px 0 4px !important;
}

.livatl-card-advocate .livatl-card-title {
  color: var(--atl-white) !important;
}

.livatl-card-guest .livatl-card-title {
  color: var(--atl-gold) !important;
}

.livatl-card-tagline {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.60rem !important;
  letter-spacing: 0.06em;
  margin: 0 0 28px !important;
}

.livatl-card-advocate .livatl-card-tagline { color: rgba(255,255,255,0.7) !important; }
.livatl-card-guest   .livatl-card-tagline { color: var(--atl-cream-dim) !important; }

/* Separator line below tagline */
.livatl-card-tagline::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 16px;
}
.livatl-card-advocate .livatl-card-tagline::after { background: rgba(255,255,255,0.25); }
.livatl-card-guest   .livatl-card-tagline::after { background: rgba(201,151,58,0.3); }

/* ── Perks List ────────────────────────────────────────── */
.livatl-perks {
  list-style: none !important;
  margin: 0 0 36px !important;
  padding: 0 !important;
  flex: 1;
}

.livatl-perks li {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1.70rem;
  padding: 11px 10px 11px 38px;
  position: relative;
  border-radius: 8px;
  transition: background 0.22s ease;
  margin: 1px -10px;
}

.livatl-card-advocate .livatl-perks li {
  color: #ffffff;
}
.livatl-card-advocate .livatl-perks li:hover {
  background: rgba(255, 255, 255, 0.08);
}

.livatl-card-guest .livatl-perks li {
  color: var(--atl-cream-dim);
}
.livatl-card-guest .livatl-perks li:hover {
  background: rgba(255, 255, 255, 0.05);
}

.livatl-perks li:last-child {
  margin-bottom: 0;
}

.livatl-perks li::before {
  content: '✓';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  flex-shrink: 0;
}

.livatl-card-advocate .livatl-perks li::before {
  background: rgba(0, 0, 0, 0.22);
  color: var(--atl-gold-light);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(240, 201, 110, 0.25);
}

.livatl-card-guest .livatl-perks li::before {
  background: rgba(201, 151, 58, 0.15);
  color: var(--atl-gold);
  border: 1.5px solid rgba(201, 151, 58, 0.38);
  box-shadow: 0 0 8px rgba(201, 151, 58, 0.15);
}

/* ── Buttons ───────────────────────────────────────────── */
.livatl-btn {
  display: block;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.80rem !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  padding: 16px 24px;
  border-radius: var(--atl-radius);
  transition: transform var(--atl-transition), box-shadow var(--atl-transition), background var(--atl-transition);
  cursor: pointer;
}

.livatl-btn-advocate {
  background: var(--atl-white);
  color: var(--atl-gold-dim) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}

.livatl-btn-advocate:hover {
  background: var(--atl-cream);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  color: #7a5618 !important;
}

.livatl-btn-guest {
  background: transparent;
  color: var(--atl-cream) !important;
  border: 1px solid rgba(201,151,58,0.5);
}

.livatl-btn-guest:hover {
  background: rgba(201,151,58,0.12);
  border-color: var(--atl-gold);
  transform: translateY(-2px);
  color: var(--atl-gold-light) !important;
}

/* ── Animations ────────────────────────────────────────── */
@keyframes livatl-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes livatl-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(240, 201, 110, 0.4); }
  50%       { box-shadow: 0 0 0 6px rgba(240, 201, 110, 0); }
}

/* ── Mobile ────────────────────────────────────────────── */
@media (max-width: 680px) {
  .livatl-cta-section    { padding: 80px 16px 64px; }
  .livatl-headline       { font-size: 2.4rem !important; }
  .livatl-cards          { grid-template-columns: 1fr; }
  .livatl-card-guest     { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .livatl-card           { padding: 36px 28px 32px; }
}
