/* ═══════════════════════════════════════════════════════════════
   BollywoodLooks — Shared CSS for Landing Pages
   Design system: Gold/Cream/Charcoal luxury palette
   Fonts: Playfair Display (serif) + Jost (sans)
   ═══════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #F8F4EE;
  --cream2: #F0EAE0;
  --parchment: #E8DFD0;
  --gold: #B8973A;
  --gold2: #D4AF5A;
  --gold-pale: #F0E6C8;
  --charcoal: #1C1A17;
  --charcoal2: #2A2620;
  --ink: #3D3830;
  --muted: #7A7060;
  --border: rgba(184,151,58,0.18);
  --border2: rgba(184,151,58,0.35);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--charcoal); font-weight: 300; line-height: 1.75; overflow-x: hidden; }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.15rem; }
p { margin-bottom: 1.1rem; color: var(--ink); }

/* ── Navigation ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 1.5rem 5%; display: flex; align-items: center;
  justify-content: space-between; transition: all 0.5s ease;
}
nav.scrolled {
  background: rgba(248,244,238,0.97); backdrop-filter: blur(16px);
  padding: 1rem 5%; border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 40px rgba(28,26,23,0.06);
}
.nav-brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.nav-logo { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; border: 1.5px solid var(--border2); }
.nav-logo img { width: 100%; height: 100%; object-fit: cover; }
.nav-brand-main { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--charcoal); letter-spacing: 0.01em; }
.nav-brand-sub { font-size: 0.68rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-book {
  background: var(--gold); color: white; border: none; cursor: pointer;
  font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.9rem 1.6rem; border-radius: 2px; transition: all 0.3s;
  text-decoration: none; display: inline-block;
}
.nav-book:hover { background: var(--gold2); transform: translateY(-1px); }

/* ── Page Hero ── */
.page-hero {
  background: var(--charcoal); color: var(--cream);
  padding: 9rem 5% 5rem; min-height: 60vh;
  display: flex; align-items: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 60% 40%, rgba(184,151,58,0.12) 0%, transparent 70%);
}
.page-hero-content { position: relative; z-index: 1; max-width: 800px; }
.page-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border: 1px solid var(--border2); padding: 0.4rem 1rem;
  border-radius: 2px; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold2);
  margin-bottom: 1.5rem;
}
.page-hero h1 { color: var(--cream); margin-bottom: 1rem; }
.page-hero h1 em { font-style: italic; color: var(--gold2); }
.page-hero p { color: rgba(248,244,238,0.75); font-size: 1.15rem; max-width: 600px; }
.page-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.btn-gold {
  background: var(--gold); color: white; padding: 1rem 2rem;
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 0.88rem;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  border-radius: 2px; transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-gold:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(184,151,58,0.4); }
.btn-outline {
  border: 1px solid rgba(248,244,238,0.4); color: var(--cream);
  padding: 1rem 2rem; font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 0.88rem; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; border-radius: 2px; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-outline:hover { border-color: var(--gold2); color: var(--gold2); }

/* ── Stats Row ── */
.stats-row { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--border); }
.stat-item { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--gold2); display: block; }
.stat-label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(248,244,238,0.5); }

/* ── Section ── */
.section { padding: 5rem 5%; }
.section-cream { background: var(--cream); }
.section-parchment { background: var(--cream2); }
.section-dark { background: var(--charcoal); color: var(--cream); }
.section-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--border2); padding: 0.3rem 0.8rem; border-radius: 2px; margin-bottom: 1rem;
}
.section-tag-dark { color: var(--gold2); border-color: rgba(184,151,58,0.35); }
.section-title { color: var(--charcoal); margin-bottom: 1rem; }
.section-title-dark { color: var(--cream); }
.section-sub { color: var(--muted); font-size: 1.05rem; max-width: 600px; }
.section-sub-dark { color: rgba(248,244,238,0.6); }

/* ── Grid layouts ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* ── Cards ── */
.card {
  background: white; border: 1px solid rgba(0,0,0,0.06);
  border-radius: 4px; padding: 2rem; transition: all 0.3s;
}
.card:hover { box-shadow: 0 12px 40px rgba(28,26,23,0.1); transform: translateY(-3px); }
.card-dark {
  background: var(--charcoal2); border: 1px solid var(--border);
  border-radius: 4px; padding: 2rem; transition: all 0.3s;
}
.card-dark:hover { border-color: var(--gold2); }
.card-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--gold); margin-bottom: 0.5rem; }
.card-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.card h3 { margin-bottom: 0.75rem; }
.card-gold-border { border-left: 3px solid var(--gold); }

/* ── Price Table ── */
.price-table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
.price-table th { background: var(--charcoal); color: var(--gold2); padding: 1rem 1.5rem; text-align: left; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Jost', sans-serif; font-weight: 500; }
.price-table td { padding: 1rem 1.5rem; border-bottom: 1px solid var(--parchment); font-size: 0.92rem; color: var(--ink); }
.price-table tr:hover td { background: var(--cream2); }
.price-india { color: var(--gold); font-weight: 600; }
.price-saving { color: #16a34a; font-weight: 600; font-size: 0.85rem; }

/* ── FAQ ── */
.faq-list { max-width: 800px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.faq-q { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: var(--charcoal); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q::after { content: '+'; color: var(--gold); font-size: 1.5rem; flex-shrink: 0; }
.faq-a { color: var(--muted); margin-top: 0.75rem; line-height: 1.7; font-size: 0.95rem; }
.faq-item-dark { border-bottom-color: var(--border); }
.faq-item-dark .faq-q { color: var(--cream); }
.faq-item-dark .faq-a { color: rgba(248,244,238,0.6); }

/* ── WhatsApp CTA ── */
.wa-cta {
  background: #25D366; color: white; padding: 1rem 2rem;
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 0.88rem;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  border-radius: 2px; transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.6rem;
}
.wa-cta:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.3); }
.wa-icon { width: 22px; height: 22px; }

/* ── CTA Banner ── */
.cta-banner {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal2) 100%);
  border: 1px solid var(--border2); border-radius: 8px;
  padding: 3rem; text-align: center;
}
.cta-banner h2 { color: var(--cream); margin-bottom: 0.75rem; }
.cta-banner p { color: rgba(248,244,238,0.65); margin-bottom: 2rem; }
.cta-banner-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Internal Links ── */
.related-pages { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.related-link {
  border: 1px solid var(--border2); padding: 0.5rem 1rem; border-radius: 2px;
  font-size: 0.8rem; color: var(--gold); text-decoration: none; letter-spacing: 0.05em;
  transition: all 0.2s;
}
.related-link:hover { background: var(--gold); color: white; }

/* ── Address Bar ── */
.address-bar {
  background: var(--charcoal2); color: var(--cream);
  padding: 1.2rem 5%; display: flex; align-items: center;
  justify-content: center; gap: 3rem; flex-wrap: wrap;
  font-size: 0.82rem; font-weight: 300; letter-spacing: 0.05em;
}
.address-icon { font-size: 1rem; }

/* ── Footer ── */
footer { background: var(--charcoal); color: var(--cream); padding: 4rem 5% 2rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--gold2); margin-bottom: 0.4rem; }
.footer-brand-tagline { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.08em; margin-bottom: 1rem; }
.footer-brand-desc { font-size: 0.85rem; color: rgba(248,244,238,0.45); line-height: 1.7; }
.footer-col-title { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold2); margin-bottom: 1.2rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.65rem; }
.footer-links a { color: rgba(248,244,238,0.45); text-decoration: none; font-size: 0.84rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.78rem; color: rgba(248,244,238,0.25); }

/* ── Floating WhatsApp ── */
.wa-float-btn {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 900;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #25D366; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  text-decoration: none; transition: all 0.3s;
}
.wa-float-btn:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,0.5); }

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .stats-row { gap: 1.5rem; }
  nav .nav-links { display: none; }
}
@media (max-width: 600px) {
  .page-hero { padding: 7rem 1.5rem 3rem; }
  .section { padding: 3rem 1.5rem; }
  .footer-top { grid-template-columns: 1fr; }
  .cta-banner { padding: 2rem 1.5rem; }
  .page-hero-ctas { flex-direction: column; }
}
