/* =========================================================
   FAKE INDIAN WEDDING 2026 — Complete Theme CSS
   ========================================================= */

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

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

/* ── CSS Variables ── */
:root {
  --saffron:    #F97316;
  --saffron-lt: #FB923C;
  --gold:       #D97706;
  --gold-lt:    #FBBF24;
  --cream:      #FEF3C7;
  --ink:        #0C0A09;
  --ink-2:      #1C1917;
  --ink-3:      #292524;
  --ink-4:      #44403C;
  --smoke:      #78716C;
  --ash:        #A8A29E;
  --pearl:      #F5F0EB;
  --white:      #FFFFFF;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --display:    'Bebas Neue', Impact, sans-serif;
  --body:       'DM Sans', system-ui, sans-serif;
  --radius:     1.25rem;
  --shadow-lg:  0 25px 60px rgba(0,0,0,0.4);
}

body {
  background: var(--ink);
  color: var(--ash);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(249,115,22,0.35); color: var(--white); }

img { display: block; max-width: 100%; }
a  { text-decoration: none; color: inherit; }

/* =========================================================
   UTILITY CLASSES
   ========================================================= */
.container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

/* ── Scroll Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1);
}
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }
.reveal.delay-5 { transition-delay: 0.5s; }
.reveal.delay-6 { transition-delay: 0.6s; }
.reveal.visible  { opacity: 1; transform: translateY(0); }

/* ── Decorative dividers ── */
.ornament {
  display: flex; align-items: center; gap: 1rem;
  color: var(--saffron); font-size: 1.25rem; letter-spacing: .3em;
  margin-bottom: 1rem;
}
.ornament::before,
.ornament::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, var(--saffron), transparent);
}

/* =========================================================
   SECTION LABELS
   ========================================================= */
.section-label {
  font-family: var(--body);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: .75rem;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: .5rem;
}
.section-title.dark { color: var(--ink); }
.section-rule {
  width: 3rem; height: 3px;
  background: var(--saffron);
  margin-bottom: 2rem;
}

/* =========================================================
   HERO
   ========================================================= */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--ink);
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(249,115,22,.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 80% 80%, rgba(217,119,6,.08) 0%, transparent 60%);
}

/* Mandala rings */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(249,115,22,.08);
  animation: spin-slow linear infinite;
  pointer-events: none;
}
.hero-ring:nth-child(1) { width: 600px; height: 600px; top: 50%; left: 50%; margin: -300px 0 0 -300px; animation-duration: 60s; }
.hero-ring:nth-child(2) { width: 900px; height: 900px; top: 50%; left: 50%; margin: -450px 0 0 -450px; animation-duration: 90s; animation-direction: reverse; border-color: rgba(249,115,22,.05); }
.hero-ring:nth-child(3) { width: 1200px; height: 1200px; top: 50%; left: 50%; margin: -600px 0 0 -600px; animation-duration: 120s; border-color: rgba(249,115,22,.03); }

@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Floating petals */
.petal {
  position: absolute;
  width: 8px; height: 8px;
  background: var(--saffron);
  border-radius: 50% 0 50% 0;
  opacity: .3;
  animation: float-petal linear infinite;
  pointer-events: none;
}
@keyframes float-petal {
  0%   { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10%  { opacity: .3; }
  90%  { opacity: .3; }
  100% { transform: translateY(-10vh) rotate(720deg); opacity: 0; }
}

.hero-inner {
  position: relative; z-index: 2;
  text-align: center;
  padding: 6rem 2rem;
  max-width: 900px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem 1.25rem;
  border: 1px solid rgba(249,115,22,.3);
  border-radius: 100px;
  background: rgba(249,115,22,.08);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--saffron-lt);
  margin-bottom: 2.5rem;
  animation: hero-fade-in 1s ease both;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--saffron);
  border-radius: 50%;
  animation: pulse-dot 2s ease infinite;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.6); opacity: .5; }
}

.hero-eyebrow {
  font-family: var(--body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 1rem;
  animation: hero-fade-in 1s .15s ease both;
}

.hero-title {
  font-family: var(--display);
  font-size: clamp(5rem, 14vw, 13rem);
  line-height: .92;
  letter-spacing: .02em;
  color: var(--white);
  animation: hero-fade-in 1s .3s ease both;
}
.hero-title span {
  display: block;
  background: linear-gradient(135deg, var(--saffron) 0%, var(--gold-lt) 50%, var(--saffron) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: hero-fade-in 1s .3s ease both, shimmer 4s linear 1.3s infinite;
}
@keyframes shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-sub {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-style: italic;
  color: var(--ash);
  margin: 1.5rem auto 3rem;
  max-width: 500px;
  animation: hero-fade-in 1s .45s ease both;
}

@keyframes hero-fade-in {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 680px; margin: 0 auto 3rem;
  animation: hero-fade-in 1s .6s ease both;
}
.hero-stat {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 1.5rem 1rem;
  backdrop-filter: blur(10px);
}
.hero-stat-val {
  font-family: var(--display);
  font-size: 2.8rem;
  letter-spacing: .04em;
  color: var(--white);
  line-height: 1;
  margin-bottom: .25rem;
}
.hero-stat-lbl {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--smoke);
}
.hero-stat-icon {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.hero-cta {
  display: inline-flex; align-items: center; gap: .75rem;
  background: var(--saffron);
  color: var(--white);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 0 0 rgba(249,115,22,.4);
  animation: hero-fade-in 1s .75s ease both, cta-glow 3s 1.75s ease infinite;
}
.hero-cta:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 35px rgba(249,115,22,.5); }
@keyframes cta-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(249,115,22,.4); }
  50%       { box-shadow: 0 0 0 12px rgba(249,115,22,0); }
}
.hero-cta-arrow { transition: transform .2s; }
.hero-cta:hover .hero-cta-arrow { transform: translateX(4px); }

/* Scroll mouse */
.scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.scroll-mouse {
  width: 24px; height: 38px;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 12px;
  display: flex; justify-content: center; padding-top: 6px;
}
.scroll-dot {
  width: 4px; height: 8px;
  background: var(--saffron);
  border-radius: 2px;
  animation: scroll-anim 2s ease infinite;
}
@keyframes scroll-anim {
  0%   { transform: translateY(0); opacity: 1; }
  80%  { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
.scroll-label {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--smoke);
}

/* =========================================================
   EVENT DATE BAR
   ========================================================= */
#datebar {
  background: var(--saffron);
  padding: 1rem 0;
  overflow: hidden;
}
.datebar-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.datebar-item {
  display: inline-flex; align-items: center; gap: 1rem;
  padding: 0 2rem;
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: .1em;
  color: var(--white);
}
.datebar-sep { opacity: .5; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   THE CONCEPT
   ========================================================= */
#concept {
  background: var(--pearl);
  padding: 8rem 0;
}
.concept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.concept-text {}
.concept-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-top: 3rem;
}
.feature-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transition: transform .3s, box-shadow .3s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.feature-icon {
  font-size: 1.75rem;
  margin-bottom: .75rem;
}
.feature-title {
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .25rem;
  font-size: .9rem;
}
.feature-desc {
  font-size: .82rem;
  color: var(--ink-4);
  line-height: 1.5;
}

/* Event Poster */
.poster-wrap {
  position: relative;
}
.poster {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--ink-2);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: rotate(3deg);
  transition: transform .6s cubic-bezier(.16,1,.3,1);
}
.poster:hover { transform: rotate(0deg) scale(1.01); }
.poster-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(88,28,135,.5) 0%, var(--ink-2) 50%, rgba(30,58,138,.4) 100%);
}
.poster-noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: .15;
}
.poster-inner {
  position: relative; z-index: 1;
  height: 100%; padding: 2.5rem 2rem;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  justify-content: space-between;
  border: 3px double rgba(255,255,255,.06);
  margin: .75rem;
  border-radius: 1.1rem;
}
.poster-brand {
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--saffron);
}
.poster-presents {
  font-size: .5rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--smoke);
  margin-top: .25rem;
}
.poster-title-big {
  font-family: var(--display);
  line-height: 1;
}
.poster-title-big .t1 { font-size: 3.5rem; color: var(--white); }
.poster-title-big .t2 { font-size: 4.5rem; color: var(--white); }
.poster-title-big .t3 { font-size: 3.5rem; color: var(--saffron); }

.poster-details-block { width: 100%; }
.poster-date-line {
  padding: .6rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: .7rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.poster-venue-line {
  font-size: .6rem; color: var(--saffron-lt);
  letter-spacing: .05em; margin-top: .35rem;
}
.poster-djs {
  display: flex; justify-content: space-between; padding: .75rem 1rem;
}
.poster-dj { font-size: .65rem; font-weight: 700; color: var(--white); }
.poster-dj span { display: block; font-size: .5rem; color: var(--smoke); font-weight: 400; text-transform: uppercase; letter-spacing: .1em; }

.poster-tag {
  background: var(--saffron);
  color: var(--white);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .35rem 1.25rem;
  border-radius: 100px;
}

/* Mini photo */
.poster-photo {
  position: absolute;
  bottom: -2rem; left: -3rem;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: rotate(-6deg);
  border: 3px solid var(--white);
  display: none;
}
@media (min-width: 1024px) { .poster-photo { display: block; } }
.poster-photo img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   WHY PARTNER
   ========================================================= */
#why {
  background: var(--ink-2);
  padding: 8rem 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}
.why-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  transition: border-color .3s, background .3s, transform .3s;
}
.why-card:hover {
  border-color: rgba(249,115,22,.35);
  background: rgba(249,115,22,.05);
  transform: translateY(-6px);
}
.why-icon-wrap {
  width: 3.5rem; height: 3.5rem;
  background: rgba(249,115,22,.15);
  border-radius: .875rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.why-card-title {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .75rem;
}
.why-card-text {
  font-size: .9rem;
  color: var(--ash);
  line-height: 1.7;
}

/* =========================================================
   VENUE
   ========================================================= */
#venue {
  background: var(--ink);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}
#venue::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 50%; height: 100%;
  background: linear-gradient(to left, rgba(249,115,22,.06), transparent);
  pointer-events: none;
}
.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.venue-image-wrap {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.07);
  aspect-ratio: 4/3;
  background: var(--ink-3);
  display: flex; align-items: center; justify-content: center;
}
.venue-image-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  color: var(--smoke);
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
}
.venue-image-placeholder .v-icon { font-size: 3rem; }

.venue-points { display: flex; flex-direction: column; gap: 2rem; margin-top: 2.5rem; }
.venue-point { display: flex; gap: 1.25rem; }
.venue-point-icon {
  width: 3rem; height: 3rem;
  background: var(--ink-3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.venue-point-title {
  font-family: var(--serif);
  font-size: 1.1rem; font-weight: 700;
  color: var(--white); margin-bottom: .25rem;
}
.venue-point-text {
  font-size: .88rem; color: var(--ash); line-height: 1.6;
}

/* =========================================================
   TIERS
   ========================================================= */
#tiers {
  background: var(--pearl);
  padding: 8rem 0;
}
.tiers-intro { max-width: 600px; }
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  align-items: start;
}

/* Tier card */
.tier-card {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s;
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(0,0,0,.07);
}
.tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,.18);
}
.tier-card.featured {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(249,115,22,.25);
  border-color: var(--saffron);
}
.tier-card.featured:hover {
  transform: scale(1.03) translateY(-10px);
}

.tier-header { padding: 2.25rem 2rem; position: relative; overflow: hidden; }
.tier-header::after {
  content: '';
  position: absolute; bottom: -30px; right: -30px;
  width: 120px; height: 120px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
}

.tier-silver  .tier-header { background: linear-gradient(135deg, #64748B, #94A3B8); }
.tier-gold    .tier-header { background: linear-gradient(135deg, #B45309, #F59E0B); }
.tier-platinum .tier-header { background: linear-gradient(135deg, #9A3412, #FB923C); }

.tier-icon-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 1.25rem;
}
.tier-icon-box {
  background: rgba(255,255,255,.25);
  border-radius: .75rem;
  padding: .6rem;
  font-size: 1.25rem;
  backdrop-filter: blur(4px);
}
.tier-pricing { text-align: right; }
.tier-price-label {
  font-size: .6rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.7);
}
.tier-price-val {
  font-family: var(--display);
  font-size: 2.75rem;
  color: var(--white);
  line-height: 1;
  letter-spacing: .03em;
}
.tier-name {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .25rem;
}
.tier-limit {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
.tier-featured-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--white);
  color: var(--saffron);
  font-size: .6rem; font-weight: 800;
  letter-spacing: .15em; text-transform: uppercase;
  padding: .25rem .75rem; border-radius: 100px;
}

.tier-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
.tier-benefits { list-style: none; margin-bottom: 2rem; flex: 1; }
.tier-benefit {
  display: flex; gap: .75rem; align-items: flex-start;
  padding: .6rem 0;
  border-bottom: 1px solid rgba(0,0,0,.05);
  font-size: .85rem;
  color: #44403C;
  line-height: 1.4;
}
.tier-benefit:last-child { border-bottom: none; }
.tier-check {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: .1rem;
  font-size: .65rem;
}
.tier-silver .tier-check   { background: #E2E8F0; color: #475569; }
.tier-gold   .tier-check   { background: #FEF3C7; color: #92400E; }
.tier-platinum .tier-check { background: #FFEDD5; color: #9A3412; }

.tier-benefit.is-plus {
  font-weight: 700; color: var(--ink);
}
.tier-benefit.is-plus .tier-check { background: var(--saffron); color: var(--white); }

.tier-perfect {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0,0,0,.07);
}
.tier-perfect-label {
  font-size: .6rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--smoke);
  margin-bottom: .35rem;
}
.tier-perfect-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: .95rem; color: var(--ink-4);
}

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
#compare {
  background: var(--ink-2);
  padding: 8rem 0;
}
.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(12px);
  margin-top: 3rem;
}
table { width: 100%; border-collapse: collapse; min-width: 600px; }
thead tr { border-bottom: 1px solid rgba(255,255,255,.1); }
thead th {
  padding: 1.5rem 2rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase;
}
thead th:first-child { text-align: left; color: var(--smoke); }
thead th:nth-child(2) { color: var(--white); text-align: center; }
thead th:nth-child(3) { color: var(--gold-lt); text-align: center; }
thead th:nth-child(4) { color: var(--saffron); text-align: center; }

tbody tr { border-bottom: 1px solid rgba(255,255,255,.04); transition: background .2s; }
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: rgba(255,255,255,.03); }
tbody td {
  padding: 1.1rem 2rem;
  font-size: .875rem;
}
tbody td:first-child { color: var(--ash); font-weight: 500; }
tbody td:not(:first-child) { text-align: center; }

.check-icon  { display: inline-block; font-size: 1.1rem; }
.check-yes   { color: var(--saffron); }
.check-no    { color: rgba(255,255,255,.15); }

/* =========================================================
   PAYMENT CTA
   ========================================================= */
#cta {
  background: var(--saffron);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}
#cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 0%, rgba(255,255,255,.15), transparent 70%);
}
#cta::after {
  content: 'FIW';
  position: absolute; bottom: -3rem; right: -2rem;
  font-family: var(--display);
  font-size: 25rem;
  color: rgba(0,0,0,.08);
  pointer-events: none;
  line-height: 1;
}
.cta-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 800px; margin: 0 auto;
}
.cta-title {
  font-family: var(--display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  color: var(--white);
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 1.5rem;
}
.cta-sub {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255,255,255,.85);
  margin-bottom: 3.5rem;
  line-height: 1.6;
}
.cta-payment-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem; max-width: 560px; margin: 0 auto 3.5rem;
}
.cta-payment-card {
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
  padding: 2rem;
}
.cta-payment-pct {
  font-family: var(--display);
  font-size: 3.5rem;
  color: var(--white);
  line-height: 1;
  letter-spacing: .04em;
}
.cta-payment-name {
  font-size: .7rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.9);
  margin: .25rem 0 .5rem;
}
.cta-payment-note { font-size: .78rem; color: rgba(255,255,255,.65); }

.cta-contacts {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 2.5rem;
}
.cta-contact {
  display: flex; align-items: center; gap: 1rem;
}
.cta-contact-icon {
  width: 3rem; height: 3rem;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.cta-contact-label {
  font-size: .6rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-bottom: .2rem;
}
.cta-contact-val {
  font-size: 1rem; font-weight: 700; color: var(--white);
}

/* =========================================================
   FOOTER
   ========================================================= */
#footer {
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 3rem 0;
}
.footer-inner {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 1.5rem;
}
.footer-brand {
  display: flex; align-items: center; gap: .875rem;
}
.footer-logo {
  width: 42px; height: 42px;
  background: var(--saffron);
  border-radius: .625rem;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 1.4rem; color: var(--white);
}
.footer-brand-name {
  font-weight: 700; font-size: .9rem;
  color: var(--white); text-transform: uppercase; letter-spacing: .05em;
}
.footer-brand-sub {
  font-size: .6rem; color: var(--smoke);
  text-transform: uppercase; letter-spacing: .15em;
}
.footer-links {
  display: flex; gap: 2rem;
}
.footer-link {
  font-size: .85rem; color: var(--smoke);
  transition: color .2s;
}
.footer-link:hover { color: var(--saffron); }
.footer-copy { font-size: .75rem; color: var(--ink-4); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .concept-grid,
  .venue-grid { grid-template-columns: 1fr; gap: 4rem; }
  .concept-grid .poster-wrap { display: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .tiers-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .tier-card.featured { transform: none; }
}
@media (max-width: 768px) {
  .hero-stats { grid-template-columns: repeat(3,1fr); gap: .75rem; }
  .hero-stat-val { font-size: 2rem; }
  .why-grid { grid-template-columns: 1fr; }
  .concept-features { grid-template-columns: 1fr; }
  .cta-payment-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}
@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr; max-width: 280px; }
  .container { padding: 0 1.25rem; }
}
