:root {
  --bg: #FAF7F0;
  --bg-deep: #F2EDE0;
  --surface: #FFFFFF;
  --ink: #0E1F2E;
  --ink-soft: #2A3848;
  --muted: #6B6F76;
  --border: #E6DFD0;
  --peacock: #1F5E5C;
  --peacock-deep: #0E3A38;
  --saffron: #C8924B;
  --saffron-warm: #B17B36;
  --oxblood: #7A2A2A;
  --success: #2F7A4D;
  --shadow-sm: 0 1px 2px rgba(14, 31, 46, 0.04);
  --shadow-md: 0 6px 24px rgba(14, 31, 46, 0.08);
  --shadow-lg: 0 16px 48px rgba(14, 31, 46, 0.12);
  --radius: 6px;
  --radius-lg: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--peacock); text-decoration: none; }
a:hover { color: var(--peacock-deep); }
button { font-family: inherit; cursor: pointer; }

:focus-visible {
  outline: 2.5px solid var(--saffron);
  outline-offset: 3px;
  border-radius: 4px;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--peacock);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.serif {
  font-family: 'Fraunces', Georgia, serif;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
  letter-spacing: -0.015em;
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 240, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.site-header.scrolled { border-bottom-color: var(--border); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--container);
  margin: 0 auto;
}
.logo {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 14, 'SOFT' 80, 'wght' 500;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.01em;
  display: flex; align-items: baseline; gap: 10px;
}
.logo small {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.header-actions { display: flex; align-items: center; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 11px 18px;
  font-size: 14px; font-weight: 600;
  border-radius: var(--radius); border: 1.5px solid transparent;
  transition: transform .15s, background .2s, border-color .2s, color .2s;
  text-decoration: none; line-height: 1;
}
.btn-primary {
  background: var(--peacock); color: white;
}
.btn-primary:hover { background: var(--peacock-deep); color: white; transform: translateY(-1px); }
.btn-whatsapp { background: #25D366; color: white; }
.btn-whatsapp:hover { background: #1FAA52; color: white; transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: white; }
.btn-saffron { background: var(--saffron); color: white; }
.btn-saffron:hover { background: var(--saffron-warm); color: white; transform: translateY(-1px); }
.btn-lg { padding: 14px 26px; font-size: 15px; }
.btn-phone-mini { display: none; }

@media (max-width: 700px) {
  .header-actions .btn-ghost { display: none; }
  .header-actions .btn-whatsapp { padding: 10px 14px; font-size: 13px; }
}

/* ---------- HERO ---------- */
.hero {
  padding: 72px 0 88px;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 64px; align-items: center;
}
@media (max-width: 900px) {
  .hero { padding: 48px 0 56px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
}

.hero-eyebrow {
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before {
  content: ""; width: 28px; height: 1.5px; background: var(--peacock);
}

.hero-stack {
  font-family: 'Fraunces', serif;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 32px;
}
.hero-stack .word {
  display: block;
  font-size: clamp(56px, 10vw, 112px);
  font-variation-settings: 'opsz' 144, 'SOFT' 50, 'wght' 600;
}
.hero-stack .word--en { color: var(--ink); }
.hero-stack .word--ur {
  font-family: 'Noto Naskh Arabic', serif;
  font-weight: 700;
  color: var(--peacock);
  direction: rtl;
  line-height: 1.05;
  font-size: clamp(48px, 8.5vw, 96px);
}
.hero-stack .word--hi {
  font-family: 'Noto Serif Devanagari', serif;
  font-weight: 700;
  color: var(--saffron-warm);
  font-size: clamp(48px, 8.5vw, 96px);
  line-height: 1.05;
}
.hero-stack .word--pa {
  font-family: 'Noto Serif Gurmukhi', serif;
  font-weight: 700;
  color: var(--oxblood);
  font-size: clamp(48px, 8.5vw, 96px);
  line-height: 1.05;
}

.hero-sub {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 32px;
  line-height: 1.55;
}
.hero-sub strong { font-weight: 600; color: var(--ink); }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 440px;
  margin-left: auto;
}
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius-lg);
  filter: saturate(1.02);
  position: relative; z-index: 2;
}
.hero-photo::before {
  content: ""; position: absolute;
  inset: -16px -16px 24px 24px;
  border: 1.5px solid var(--peacock);
  border-radius: var(--radius-lg);
  z-index: 1;
}
.hero-photo::after {
  content: ""; position: absolute;
  bottom: -18px; left: -18px;
  width: 88px; height: 88px;
  background: var(--saffron);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.18;
}
.hero-badge {
  position: absolute;
  top: 24px; left: -28px;
  background: var(--ink);
  color: var(--bg);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 100px;
  z-index: 3;
  box-shadow: var(--shadow-md);
}
@media (max-width: 900px) {
  .hero-photo { max-width: 320px; margin: 0 auto; }
  .hero-badge { left: -8px; }
}

/* ---------- TRUST BAND ---------- */
.trust {
  background: var(--ink);
  color: var(--bg);
  padding: 28px 0;
}
.trust-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
}
.trust-item { display: flex; flex-direction: column; gap: 4px; }
.trust-label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(250, 247, 240, 0.55);
  font-weight: 500;
}
.trust-value {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 14, 'SOFT' 50, 'wght' 500;
  font-size: 18px;
}
@media (max-width: 720px) {
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ---------- SECTIONS ---------- */
section { padding: 96px 0; }
section.tight { padding: 72px 0; }
@media (max-width: 720px) {
  section { padding: 64px 0; }
  section.tight { padding: 48px 0; }
}
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 144, 'SOFT' 50, 'wght' 500;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 14px;
}
.section-head p { color: var(--muted); font-size: 18px; max-width: 580px; }

/* ---------- AUDIENCE CARDS ---------- */
.audiences {
  background: var(--bg-deep);
}
.audience-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 900px) { .audience-grid { grid-template-columns: 1fr; } }

.aud-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative;
  overflow: hidden;
}
.aud-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--peacock); }
.aud-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--peacock);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.aud-card:hover::before { transform: scaleX(1); }
.aud-card--2::before { background: var(--saffron); }
.aud-card--3::before { background: var(--oxblood); }

.aud-num {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 300;
  font-size: 48px;
  line-height: 1;
  color: var(--peacock);
  margin-bottom: 16px;
  font-style: italic;
}
.aud-card--2 .aud-num { color: var(--saffron); }
.aud-card--3 .aud-num { color: var(--oxblood); }

.aud-card h3 {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 36, 'SOFT' 50, 'wght' 500;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 12px;
}
.aud-card p { color: var(--ink-soft); margin-bottom: 20px; font-size: 16px; }
.aud-list { list-style: none; }
.aud-list li {
  padding: 6px 0 6px 22px; position: relative;
  font-size: 15px; color: var(--ink-soft);
}
.aud-list li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 12px; height: 1.5px; background: var(--peacock);
}
.aud-card--2 .aud-list li::before { background: var(--saffron); }
.aud-card--3 .aud-list li::before { background: var(--oxblood); }

/* ---------- GUIDES (LEAD MAGNETS) ---------- */
.guides {
  background: var(--bg);
}
.guide-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
@media (max-width: 900px) { .guide-row { grid-template-columns: 1fr; } }

.guide {
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  background: var(--surface);
  display: flex; flex-direction: column;
}
.guide-tag {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; color: var(--peacock); margin-bottom: 12px;
}
.guide h3 {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 24, 'SOFT' 50, 'wght' 500;
  font-size: 22px; line-height: 1.2; margin-bottom: 10px;
  color: var(--ink);
}
.guide p { color: var(--muted); font-size: 14.5px; flex: 1; margin-bottom: 20px; }
.guide .btn { width: 100%; }

/* ---------- AREAS ---------- */
.areas-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (max-width: 900px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .areas-grid { grid-template-columns: 1fr; } }

.area {
  background: var(--surface);
  padding: 28px 24px;
  transition: background .2s;
  cursor: default;
}
.area:hover { background: var(--bg-deep); }
.area-name {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 24, 'SOFT' 50, 'wght' 500;
  font-size: 22px;
  margin-bottom: 6px;
  color: var(--ink);
}
.area-meta {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* ---------- ABOUT ---------- */
.about {
  background: var(--ink);
  color: var(--bg);
}
.about-inner {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
}
.about .eyebrow { color: var(--saffron); }
.about h2 {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 144, 'SOFT' 50, 'wght' 500;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 14px 0 24px;
}
.about p {
  font-size: 17px;
  color: rgba(250, 247, 240, 0.82);
  margin-bottom: 16px;
  max-width: 580px;
}
.credentials {
  margin-top: 28px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  border-top: 1px solid rgba(250, 247, 240, 0.15);
  padding-top: 28px;
}
.cred-label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--saffron); font-weight: 600; margin-bottom: 6px;
}
.cred-value {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 14, 'SOFT' 50, 'wght' 500;
  font-size: 18px;
}
.about-photo {
  position: relative;
  max-width: 380px;
}
.about-photo img {
  border-radius: var(--radius-lg);
  width: 100%;
}

/* ---------- TESTIMONIALS ---------- */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }

.tmnl {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
}
.tmnl-stars {
  color: var(--saffron); font-size: 16px;
  margin-bottom: 14px; letter-spacing: 2px;
}
.tmnl-quote {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 24, 'SOFT' 80, 'wght' 400;
  font-size: 17.5px;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 20px;
  font-style: italic;
}
.tmnl-author {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.tmnl-meta {
  font-size: 12px; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-top: 2px;
}

/* ---------- FAQ ---------- */
.faq {
  background: var(--bg-deep);
}
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 24px 0;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 24px;
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 24, 'SOFT' 50, 'wght' 500;
  font-size: 20px;
  color: var(--ink);
  transition: color .15s;
}
.faq-item summary:hover { color: var(--peacock); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-size: 24px; color: var(--peacock); font-weight: 300;
  flex-shrink: 0; line-height: 1;
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 0 28px; color: var(--ink-soft); font-size: 16px; max-width: 720px; }

/* ---------- CONTACT FORM ---------- */
.contact {
  background: var(--peacock-deep);
  color: var(--bg);
  position: relative; overflow: hidden;
}
.contact::before {
  content: ""; position: absolute;
  top: -100px; right: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(200,146,75,0.18), transparent 70%);
}
.contact-inner {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px;
  position: relative; z-index: 1;
}
@media (max-width: 900px) { .contact-inner { grid-template-columns: 1fr; gap: 40px; } }
.contact .eyebrow { color: var(--saffron); }
.contact h2 {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 144, 'SOFT' 50, 'wght' 500;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 14px 0 20px;
}
.contact > .container > .contact-inner > div:first-child > p {
  font-size: 17px; color: rgba(250, 247, 240, 0.82); margin-bottom: 28px;
}
.contact-channels {
  display: flex; flex-direction: column; gap: 14px;
  margin-top: 32px;
}
.channel {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px;
  background: rgba(250, 247, 240, 0.06);
  border: 1px solid rgba(250, 247, 240, 0.12);
  border-radius: var(--radius);
  transition: background .15s, border-color .15s;
  color: var(--bg);
}
.channel:hover {
  background: rgba(250, 247, 240, 0.12);
  border-color: rgba(250, 247, 240, 0.28);
  color: var(--bg);
}
.channel-icon {
  width: 36px; height: 36px;
  background: var(--saffron);
  color: var(--peacock-deep);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  flex-shrink: 0;
}
.channel-icon--wa { background: #25D366; color: white; }
.channel-info { display: flex; flex-direction: column; gap: 2px; }
.channel-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--saffron); font-weight: 600; }
.channel-value { font-size: 17px; font-weight: 500; color: var(--bg); }

.form-card {
  background: var(--surface);
  color: var(--ink);
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
@media (max-width: 480px) { .form-card { padding: 28px 22px; } }
.form-card h3 {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 36, 'SOFT' 50, 'wght' 500;
  font-size: 26px; margin-bottom: 8px; line-height: 1.15;
}
.form-card .form-sub { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 600; color: var(--ink-soft);
}
.form-field input,
.form-field select,
.form-field textarea {
  font-family: inherit; font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--ink);
  transition: border-color .15s, background .15s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--peacock);
  background: var(--surface);
  outline: none;
}
.form-field textarea { resize: vertical; min-height: 92px; }
.consent {
  display: flex; gap: 10px; align-items: flex-start;
  margin: 14px 0 20px; font-size: 13px; color: var(--muted); line-height: 1.5;
}
.consent input { margin-top: 3px; }
.form-card button[type="submit"] {
  width: 100%; padding: 16px;
  background: var(--peacock); color: white;
  border: none; border-radius: var(--radius);
  font-size: 16px; font-weight: 600;
  transition: background .2s;
}
.form-card button[type="submit"]:hover { background: var(--peacock-deep); }
.form-hp {
  position: absolute; left: -9999px;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(250, 247, 240, 0.7);
  padding: 56px 0 28px;
  font-size: 14px;
}
.footer-inner {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer-inner { grid-template-columns: 1fr; } }
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--saffron); font-weight: 600;
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; }
.footer-col li { padding: 4px 0; }
.footer-col a { color: rgba(250, 247, 240, 0.7); }
.footer-col a:hover { color: var(--bg); }
.footer-brand-name {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'opsz' 36, 'SOFT' 80, 'wght' 500;
  font-size: 24px; color: var(--bg);
  margin-bottom: 10px;
}
.footer-tag { font-size: 14px; max-width: 280px; line-height: 1.55; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 36px; height: 36px;
  border: 1px solid rgba(250,247,240,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em;
  transition: background .15s, border-color .15s;
}
.socials a:hover { background: var(--saffron); border-color: var(--saffron); color: var(--peacock-deep); }
.legal {
  border-top: 1px solid rgba(250, 247, 240, 0.12);
  padding-top: 24px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 12px;
  color: rgba(250, 247, 240, 0.5);
  line-height: 1.6;
}

/* ---------- STICKY MOBILE BOTTOM ---------- */
.sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  padding: 10px 14px;
  z-index: 60;
  gap: 8px;
}
.sticky-cta .btn { flex: 1; padding: 13px 10px; font-size: 14px; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 72px; }
}
/* ================ SITE NAV ================ */
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.15s;
  position: relative;
}
.site-nav a:hover { color: var(--peacock); }
.site-nav a.active {
  color: var(--peacock);
  font-weight: 600;
}
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--peacock);
  border-radius: 1px;
}
@media (max-width: 1024px) {
  .site-nav { display: none; }
}

/* ================ FEATURED LISTINGS ================ */
.listings-section {
  padding: 80px 0;
  background: var(--bg);
}
.listings-section .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.listings-header {
  text-align: center;
  margin-bottom: 48px;
}
.listings-header .eyebrow { justify-content: center; }
.listings-header h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  color: var(--ink);
  margin: 12px 0 12px;
  letter-spacing: -0.01em;
}
.listings-header p {
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
}
.listings-placeholder {
  background: var(--surface);
  border: 1px dashed var(--border);
  border-radius: var(--radius-lg);
  padding: 56px 32px;
  text-align: center;
  margin-bottom: 32px;
}
.listings-placeholder-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--bg-deep);
  border-radius: 999px;
  color: var(--peacock-deep);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.listings-placeholder-badge::before {
  content: "";
  width: 8px; height: 8px;
  background: var(--saffron);
  border-radius: 50%;
}
.listings-placeholder h3 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 14px;
}
.listings-placeholder p {
  color: var(--ink-soft);
  max-width: 540px;
  margin: 0 auto 28px;
  font-size: 16px;
}
.listings-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ================ INTERNAL PAGE HEADER ================ */
.page-hero {
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 12px 0 16px;
}
.page-hero p {
  color: var(--ink-soft);
  font-size: 18px;
  max-width: 680px;
  line-height: 1.6;
}

/* ================ MORTGAGE CALCULATOR ================ */
.calc-section { padding: 56px 0 96px; }
.calc-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.calc-tabs {
  display: flex;
  gap: 4px;
  background: var(--bg-deep);
  border-radius: var(--radius-lg);
  padding: 4px;
  margin-bottom: 24px;
}
.calc-tab {
  flex: 1;
  background: transparent;
  border: none;
  padding: 14px 20px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.15s;
}
.calc-tab.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.calc-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: none;
}
.calc-panel.active { display: block; }
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .calc-grid { grid-template-columns: 1fr; gap: 20px; }
  .calc-panel { padding: 24px; }
}
.calc-field label {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.calc-field input {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.15s;
}
.calc-field input:focus {
  outline: none;
  border-color: var(--peacock);
}
.calc-result {
  background: var(--peacock-deep);
  color: white;
  padding: 28px;
  border-radius: var(--radius-lg);
  text-align: center;
}
.calc-result-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  margin-bottom: 8px;
}
.calc-result-value {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.calc-result-sub {
  font-size: 14px;
  opacity: 0.75;
  margin-top: 8px;
}
.calc-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) {
  .calc-meta { grid-template-columns: 1fr 1fr; gap: 16px; }
}
.calc-meta-item .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin-bottom: 4px;
}
.calc-meta-item .value {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
}
.calc-note {
  margin-top: 24px;
  padding: 18px 22px;
  background: var(--bg-deep);
  border-left: 3px solid var(--saffron);
  border-radius: 4px;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
}

/* ================ GUIDE PAGES ================ */
.guide-intro {
  padding: 48px 0 24px;
  max-width: 740px;
  margin: 0 auto;
}
.guide-intro p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 16px;
}
.guide-steps {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 0 80px;
}
.guide-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.guide-step:last-child { border-bottom: none; }
@media (max-width: 640px) {
  .guide-step { grid-template-columns: 1fr; gap: 12px; }
}
.guide-step-num {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  font-weight: 500;
  color: var(--peacock);
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 640px) {
  .guide-step-num { font-size: 36px; }
}
.guide-step-body h3 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.guide-step-body p {
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.guide-step-body ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
.guide-step-body ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}
.guide-step-body ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--peacock);
  font-weight: 600;
}
.guide-callout {
  background: var(--bg-deep);
  border-left: 3px solid var(--saffron);
  padding: 14px 20px;
  border-radius: 4px;
  margin: 14px 0;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.guide-cta {
  background: var(--peacock-deep);
  padding: 72px 32px;
  text-align: center;
  color: white;
  border-radius: var(--radius-lg);
  max-width: 880px;
  margin: 48px auto 80px;
}
.guide-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.guide-cta p {
  font-size: 17px;
  opacity: 0.85;
  max-width: 540px;
  margin: 0 auto 28px;
  line-height: 1.6;
}
.guide-cta .btn-whatsapp { background: #25D366; }
