/* ===========================
   REELLOCAL — THEME CSS
   =========================== */

:root {
  --bg: #F5F0E8;
  --bg-alt: #EDE7DB;
  --fg: #1A3C2A;
  --fg-light: #3D6B50;
  --accent: #C9973E;
  --accent-dark: #A87B2E;
  --cream-light: #FAF8F3;
  --shadow: rgba(26, 60, 42, 0.08);
  --shadow-deep: rgba(26, 60, 42, 0.15);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
.nav {
  padding: 1.4rem 2rem;
  border-bottom: 1px solid rgba(26, 60, 42, 0.1);
  position: sticky; top: 0;
  background: rgba(245, 240, 232, 0.92);
  backdrop-filter: blur(12px);
  z-index: 100;
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.logo-mark {
  width: 36px; height: 36px;
  background: var(--fg); color: var(--cream-light);
  font-family: 'Playfair Display', serif;
  font-weight: 900; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; letter-spacing: -0.5px;
}
.logo-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 1.15rem;
  color: var(--fg); letter-spacing: -0.3px;
}
.nav-tagline { font-size: 0.78rem; color: var(--fg-light); font-weight: 400; opacity: 0.6; }

/* ── HERO ── */
.hero {
  min-height: 88vh;
  display: flex; align-items: center;
  padding: 5rem 2rem 4rem;
  position: relative; overflow: hidden;
  background: var(--bg);
}
.hero-bg-art { position: absolute; inset: 0; pointer-events: none; }
.hero-circle {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(201, 151, 62, 0.22);
}
.hero-circle-1 { width: 480px; height: 480px; bottom: -60px; right: -60px; }
.hero-circle-2 { width: 280px; height: 280px; top: 80px; right: 80px; border-color: rgba(26, 60, 42, 0.07); }
.hero-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  height: 1px; opacity: 0.25;
}
.hero-line-1 { width: 280px; top: 42%; right: 0; transform: rotate(-15deg); }
.hero-line-2 { width: 180px; top: 55%; right: 90px; transform: rotate(10deg); }

.hero-content { max-width: 740px; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-block;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1.5rem;
  padding: 0.35rem 0.9rem;
  border: 1.5px solid var(--accent);
  border-radius: 99px;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5.5vw, 3.8rem);
  font-weight: 900; line-height: 1.1;
  letter-spacing: -1px; color: var(--fg);
  margin-bottom: 1.5rem;
}
.hero-headline em { font-style: italic; color: var(--accent); }
.hero-lede {
  font-size: 1.05rem; color: var(--fg-light);
  line-height: 1.7; max-width: 560px;
  margin-bottom: 2.5rem; font-weight: 300;
}
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 3rem; }
.pill {
  font-size: 0.72rem; font-weight: 500;
  padding: 0.35rem 0.85rem;
  background: var(--fg); color: var(--cream-light);
  border-radius: 99px; letter-spacing: 0.02em;
}
.hero-stats {
  display: flex; align-items: center; gap: 2rem;
  padding: 1.5rem 2rem;
  background: var(--cream-light);
  border: 1px solid rgba(26, 60, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 2px 12px var(--shadow);
  width: fit-content;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; font-weight: 900;
  color: var(--fg); line-height: 1; margin-bottom: 0.2rem;
}
.stat-label { font-size: 0.68rem; color: var(--fg-light); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.stat-divider { width: 1px; height: 36px; background: rgba(26, 60, 42, 0.12); }

/* ── SECTION SHARED ── */
.problem-label, .how-label, .pricing-label, .verticals-label, .proof-label {
  display: inline-block;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.9rem;
}
.problem-headline, .how-headline, .pricing-headline, .verticals-headline, .proof-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900; line-height: 1.15;
  margin-bottom: 1.5rem; letter-spacing: -0.5px;
}

/* ── PROBLEM ── */
.problem { padding: 6rem 2rem; background: var(--fg); color: var(--cream-light); }
.problem-inner { max-width: 900px; margin: 0 auto; }
.problem-body { font-size: 0.98rem; line-height: 1.7; opacity: 0.8; margin-bottom: 3rem; max-width: 640px; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 3rem; }
.problem-card {
  display: flex; gap: 1rem; align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 1.25rem;
}
.problem-icon { font-size: 0.65rem; color: #E87070; flex-shrink: 0; margin-top: 3px; }
.problem-text { font-size: 0.87rem; line-height: 1.5; color: rgba(250,248,243,0.75); }
.problem-solution {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; font-style: italic;
  color: var(--accent);
  padding-top: 2rem;
  border-top: 1px solid rgba(201,151,62,0.25);
}

/* ── HOW IT WORKS ── */
.how { padding: 6rem 2rem; background: var(--bg-alt); }
.how-inner { max-width: 900px; margin: 0 auto; }
.how-headline { margin-bottom: 3.5rem; }
.how-steps { display: flex; align-items: flex-start; gap: 0; }
.step { flex: 1; }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 900;
  color: var(--accent); opacity: 0.4;
  line-height: 1; margin-bottom: 0.75rem;
}
.step-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.6rem; }
.step-body { font-size: 0.88rem; color: var(--fg-light); line-height: 1.6; }
.step-connector {
  width: 60px; flex-shrink: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin-top: 1.5rem;
}

/* ── PRICING ── */
.pricing { padding: 6rem 2rem; background: var(--bg); }
.pricing-headline { margin-bottom: 3rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.pricing-card {
  background: var(--cream-light);
  border: 1.5px solid rgba(26,60,42,0.1);
  border-radius: 20px; padding: 2rem;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px var(--shadow-deep); }
.pricing-card-featured { background: var(--fg); color: var(--cream-light); border-color: var(--fg); }
.pricing-card-featured .pricing-price { color: var(--accent); }
.pricing-card-featured .pricing-desc { color: rgba(250,248,243,0.65); }
.pricing-card-featured .pricing-features li { color: rgba(250,248,243,0.8); }
.pricing-card-featured .pricing-per { color: rgba(201,151,62,0.75); }
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-size: 0.63rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.85rem; border-radius: 99px;
}
.pricing-tier { font-family: 'Playfair Display', serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.55; margin-bottom: 0.75rem; }
.pricing-price { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 900; color: var(--fg); line-height: 1; margin-bottom: 0.4rem; }
.pricing-per { font-size: 1rem; font-weight: 400; opacity: 0.6; font-family: 'DM Sans', sans-serif; }
.pricing-desc { font-size: 0.84rem; color: var(--fg-light); margin-bottom: 1.5rem; line-height: 1.5; min-height: 2.5em; }
.pricing-features { list-style: none; }
.pricing-features li { font-size: 0.84rem; padding: 0.4rem 0; color: var(--fg-light); border-bottom: 1px solid rgba(26,60,42,0.06); line-height: 1.4; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-card-featured .pricing-features li { border-bottom-color: rgba(255,255,255,0.07); }
.pricing-note { font-size: 0.76rem; color: var(--fg-light); opacity: 0.55; text-align: center; margin-top: 1rem; }

/* ── VERTICALS ── */
.verticals { padding: 6rem 2rem; background: var(--bg-alt); }
.verticals-inner { max-width: 1100px; margin: 0 auto; }
.verticals-headline { margin-bottom: 3rem; }
.verticals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.vertical-card {
  background: var(--cream-light);
  border: 1px solid rgba(26,60,42,0.07);
  border-radius: 16px; padding: 1.6rem;
  transition: transform 0.2s ease;
}
.vertical-card:hover { transform: translateY(-3px); }
.vertical-icon { margin-bottom: 0.75rem; }
.vertical-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.45rem; }
.vertical-desc { font-size: 0.82rem; color: var(--fg-light); line-height: 1.6; }

/* ── PROOF ── */
.proof { padding: 6rem 2rem; background: var(--bg); }
.proof-headline { margin-bottom: 3rem; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.proof-card { background: var(--cream-light); border: 1px solid rgba(26,60,42,0.07); border-radius: 16px; padding: 1.75rem; }
.proof-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.97rem; line-height: 1.55; margin-bottom: 0.9rem; color: var(--fg); }
.proof-source { font-size: 0.73rem; color: var(--fg-light); opacity: 0.55; font-weight: 500; }
.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.proof-stat { text-align: center; padding: 2rem; background: var(--fg); border-radius: 16px; }
.proof-stat-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 900; color: var(--accent); line-height: 1; margin-bottom: 0.5rem; }
.proof-stat-label { font-size: 0.76rem; color: rgba(250,248,243,0.65); line-height: 1.4; }

/* ── CLOSING ── */
.closing { padding: 7rem 2rem; background: var(--fg); color: var(--cream-light); text-align: center; }
.closing-deco { width: 48px; height: 2px; background: var(--accent); margin: 0 auto 3rem; }
.closing-inner { max-width: 680px; margin: 0 auto; }
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 900; line-height: 1.2;
  margin-bottom: 2rem; letter-spacing: -0.3px;
}
.closing-body { font-size: 0.97rem; line-height: 1.7; opacity: 0.7; margin-bottom: 1.2rem; }

/* ── FOOTER ── */
.footer { padding: 3rem 2rem; background: #0F2418; color: rgba(250,248,243,0.45); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer-logo { display: flex; align-items: center; gap: 0.6rem; }
.footer-mark { width: 30px; height: 30px; background: rgba(255,255,255,0.08); color: var(--accent); font-family: 'Playfair Display', serif; font-weight: 900; font-size: 0.68rem; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.footer-name { font-family: 'Playfair Display', serif; font-size: 0.92rem; color: rgba(250,248,243,0.6); }
.footer-tagline { font-size: 0.76rem; }
.footer-copy { font-size: 0.7rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 1.5rem; }
  .pricing-card-featured { order: -1; }
  .verticals-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-stats { grid-template-columns: 1fr; }
  .how-steps { flex-direction: column; gap: 2rem; }
  .step-connector { width: 40px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); margin: 0; }
}
@media (max-width: 600px) {
  .hero { padding: 3rem 1.5rem 3rem; min-height: 70vh; }
  .hero-headline { font-size: 2.2rem; }
  .hero-stats { flex-wrap: wrap; gap: 1rem; padding: 1.25rem; }
  .stat-divider { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .verticals-grid { grid-template-columns: 1fr; }
  .nav-tagline { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}