/* ═══════════════════════════════════════════
   Blue Vista Capital — Shared Stylesheet
   ═══════════════════════════════════════════ */

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

:root {
  --navy:       #0f1e35;
  --navy-mid:   #1a2f4d;
  --navy-light: #243d63;
  --gold:       #c9a44a;
  --gold-light: #dfc07a;
  --gold-pale:  #f5edda;
  --offwhite:   #f8f6f1;
  --text-dark:  #0f1e35;
  --text-mid:   #3a4a5c;
  --text-muted: #6b7b8d;
  --white:      #ffffff;
  --border:     rgba(15,30,53,0.1);
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--text-dark);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 60px;
  background: rgba(15,30,53,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(201,164,74,0.2);
  overflow: visible;
}
.nav-logo { font-family: var(--serif); font-size: 19px; color: var(--white); text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.nav-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 14px; font-weight: 400; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 10px; }
.dropdown-menu {
  display: none; position: absolute; top: 100%; left: -16px;
  background: var(--navy); border: 1px solid rgba(201,164,74,0.2);
  border-radius: 8px; padding: 10px 0; min-width: 220px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3); margin-top: 8px; z-index: 200;
}
/* hover removed — JS click only */
.dropdown-menu a { display: block; padding: 9px 20px; color: rgba(255,255,255,0.7) !important; font-size: 13px !important; transition: background 0.15s, color 0.15s; }
.dropdown-menu a:hover { background: rgba(201,164,74,0.1); color: var(--gold-light) !important; }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 9px 20px; border-radius: 4px; font-weight: 600 !important; font-size: 13px !important; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-cta:hover { background: var(--gold-light) !important; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  padding: 140px 60px 80px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -150px; right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,164,74,0.07) 0%, transparent 65%);
}
.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(201,164,74,0.4), transparent);
}
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 52px); font-weight: 700;
  color: var(--white); line-height: 1.12; margin-bottom: 20px;
}
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero-sub { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 620px; line-height: 1.75; font-weight: 300; margin-bottom: 32px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,164,74,0.1); border: 1px solid rgba(201,164,74,0.3);
  color: var(--gold-light); font-size: 12px; padding: 6px 14px; border-radius: 30px;
}
.pill::before { content: '✓'; font-weight: 700; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--gold-pale); border-bottom: 1px solid rgba(201,164,74,0.2); padding: 16px 60px; }
.trust-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; gap: 40px; align-items: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--navy-mid); font-weight: 500; }
.trust-dot { width: 16px; height: 16px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--navy); font-weight: 700; flex-shrink: 0; }

/* ── SECTIONS ── */
section { padding: 90px 60px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; display: block; width: 22px; height: 1px; background: var(--gold); }
h2 { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; color: var(--navy); line-height: 1.15; margin-bottom: 18px; }
h2 em { font-style: italic; color: var(--gold); }
h3 { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.lead { font-size: 17px; color: var(--text-mid); line-height: 1.8; font-weight: 300; max-width: 680px; margin-bottom: 48px; }

/* ── TWO-COL LAYOUT ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.two-col-center { align-items: center; }

/* ── CARDS ── */
.card-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.card {
  padding: 32px 28px; border: 1.5px solid var(--border); border-radius: 10px;
  background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; position: relative; overflow: hidden;
}
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); opacity: 0; transition: opacity 0.2s; }
.card:hover { border-color: rgba(201,164,74,0.4); box-shadow: 0 8px 30px rgba(15,30,53,0.07); }
.card:hover::before { opacity: 1; }
.card-num { font-family: var(--serif); font-size: 12px; color: var(--gold); margin-bottom: 16px; letter-spacing: 0.1em; }
.card h3 { font-size: 19px; margin-bottom: 12px; }
.card p { font-size: 14px; color: var(--text-mid); line-height: 1.75; margin-bottom: 18px; font-weight: 300; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-size: 11px; font-weight: 500; background: var(--offwhite); color: var(--navy-mid); padding: 3px 9px; border-radius: 3px; }

/* ── DARK SECTION ── */
.dark-section { background: var(--navy); }
.dark-section .eyebrow { color: var(--gold); }
.dark-section h2 { color: var(--white); }
.dark-section h3 { color: var(--white); }
.dark-section .lead { color: rgba(255,255,255,0.55); }
.dark-section p { color: rgba(255,255,255,0.55); }

/* ── OFF-WHITE SECTION ── */
.light-section { background: var(--offwhite); }

/* ── PROCESS STEPS ── */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; margin-top: 56px; }
.steps::before { content: ''; position: absolute; top: 26px; left: 50px; right: 50px; height: 1px; background: linear-gradient(90deg, var(--gold), rgba(201,164,74,0.15)); z-index: 0; }
.step { padding: 0 18px; position: relative; z-index: 1; }
.step-num { width: 52px; height: 52px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.step h4 { font-family: var(--serif); font-size: 17px; color: var(--white); margin-bottom: 9px; }
.step p { font-size: 13px; color: rgba(255,255,255,0.48); line-height: 1.7; font-weight: 300; }

/* ── CHECKLIST ── */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 13px; padding: 15px 18px; background: var(--white); border-radius: 8px; border: 1px solid var(--border); font-size: 15px; color: var(--text-dark); }
.check { width: 21px; height: 21px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* ── RATE BOX ── */
.rate-box { background: var(--navy); border-radius: 12px; padding: 36px 32px; }
.rate-box h3 { color: var(--white); margin-bottom: 12px; font-size: 22px; }
.rate-box p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; font-weight: 300; margin-bottom: 22px; }
.rate-display { display: flex; align-items: baseline; gap: 4px; padding: 18px; background: rgba(201,164,74,0.1); border: 1px solid rgba(201,164,74,0.25); border-radius: 8px; margin-bottom: 22px; }
.rate-num { font-family: var(--serif); font-size: 38px; color: var(--gold); line-height: 1; }
.rate-suffix { font-size: 15px; color: rgba(255,255,255,0.55); margin-left: 4px; }
.rate-label { display: block; font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 4px; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--white); }
.faq-q { padding: 17px 20px; font-size: 15px; font-weight: 500; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; user-select: none; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: '+'; font-size: 20px; color: var(--gold); flex-shrink: 0; font-weight: 300; }
details[open] .faq-q::after { content: '−'; }
.faq-a { padding: 0 20px 18px; font-size: 14px; color: var(--text-mid); line-height: 1.75; font-weight: 300; }

/* ── TESTIMONIALS ── */
.testi-card { padding: 30px; border: 1.5px solid var(--border); border-radius: 10px; position: relative; }
.quote { font-family: var(--serif); font-size: 56px; color: var(--gold-pale); position: absolute; top: 14px; left: 26px; line-height: 1; }
.testi-text { font-size: 15px; color: var(--text-dark); line-height: 1.75; margin-bottom: 22px; padding-top: 24px; font-style: italic; position: relative; z-index: 1; }
.testi-author { display: flex; align-items: center; gap: 11px; padding-top: 18px; border-top: 1px solid var(--border); }
.avatar { width: 36px; height: 36px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--gold); flex-shrink: 0; }
.author-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.author-role { font-size: 12px; color: var(--text-muted); }

/* ── CTA BOX ── */
.cta-box { background: var(--navy); border-radius: 12px; padding: 40px 36px; }
.cta-box h3 { color: var(--white); margin-bottom: 12px; }
.cta-box p { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; font-weight: 300; margin-bottom: 24px; }
.contact-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.contact-item { display: flex; align-items: center; gap: 13px; padding: 13px 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; }
.ci-icon { width: 32px; height: 32px; background: rgba(201,164,74,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.ci-label { font-size: 11px; color: rgba(255,255,255,0.38); text-transform: uppercase; letter-spacing: 0.07em; }
.ci-value { font-size: 14px; color: var(--white); font-weight: 500; }

/* ── BUTTONS ── */
.btn { display: inline-block; padding: 13px 28px; border-radius: 5px; font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background 0.2s; border: none; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-light); }
.btn-wide { width: 100%; text-align: center; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--gold); padding: 56px 60px; }
.cta-strip-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-strip h2 { color: var(--navy); font-size: clamp(22px,2.8vw,34px); margin-bottom: 6px; }
.cta-strip p { color: rgba(15,30,53,0.6); font-size: 16px; font-weight: 300; }

/* ── LOCATION GRID ── */
.location-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.loc-card { padding: 22px 20px; border: 1.5px solid var(--border); border-radius: 8px; background: var(--white); text-decoration: none; transition: border-color 0.2s, box-shadow 0.2s; }
.loc-card:hover { border-color: rgba(201,164,74,0.5); box-shadow: 0 6px 20px rgba(15,30,53,0.07); }
.loc-card-city { font-family: var(--serif); font-size: 17px; color: var(--navy); margin-bottom: 5px; }
.loc-card-state { font-size: 12px; color: var(--text-muted); }
.loc-card-link { font-size: 12px; color: var(--gold); margin-top: 10px; display: block; font-weight: 500; }

/* ── STAT GRID ── */
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin: 48px 0; }
.stat-card { padding: 24px 20px; background: var(--offwhite); border-radius: 8px; }
.stat-n { font-family: var(--serif); font-size: 34px; color: var(--gold); display: block; line-height: 1; margin-bottom: 5px; }
.stat-l { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.07em; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 56px 60px 0; border-top: 1px solid rgba(201,164,74,0.2); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; padding-bottom: 48px; }
.footer-logo { font-family: var(--serif); font-size: 18px; color: var(--white); margin-bottom: 12px; text-decoration: none; display: block; }
.footer-logo span { color: var(--gold); }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.7; margin-bottom: 18px; font-weight: 300; }
.footer-acl { font-size: 11px; color: rgba(255,255,255,0.28); padding: 7px 11px; border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; display: inline-block; }
.footer-col h4 { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.07); display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,0.28); flex-wrap: wrap; gap: 10px; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-content > * { opacity: 0; animation: fadeUp 0.65s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.25s; }
.delay-3 { animation-delay: 0.4s; }
.delay-4 { animation-delay: 0.55s; }
.delay-5 { animation-delay: 0.7s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 16px 24px; }
  .nav-links { gap: 16px; }
  section { padding: 64px 24px; }
  .page-hero { padding: 120px 24px 60px; }
  .trust-bar { padding: 14px 24px; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .card-grid-3 { grid-template-columns: 1fr; }
  .card-grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .location-grid { grid-template-columns: repeat(2,1fr); }
  .cta-strip { padding: 40px 24px; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  footer { padding: 48px 24px 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ── MOBILE IMPROVEMENTS (max-width: 768px) ── */
@media (max-width: 768px) {
  /* NAV — hide links, show hamburger concept */
  nav { padding: 14px 20px; }
  .nav-links { display: none; }
  nav::after { content: '☰'; color: var(--gold); font-size: 22px; cursor: pointer; }

  /* PAGE HERO */
  .page-hero { padding: 100px 20px 48px; }
  .page-hero h1 { font-size: clamp(26px, 7vw, 38px); }
  .page-hero-sub { font-size: 15px; }
  .hero-pills { gap: 8px; }
  .pill { font-size: 11px; padding: 5px 11px; }

  /* TRUST BAR */
  .trust-bar { padding: 12px 20px; }
  .trust-bar-inner { gap: 12px; justify-content: flex-start; }
  .trust-item { font-size: 12px; }

  /* SECTIONS */
  section { padding: 48px 20px; }
  h2 { font-size: clamp(24px, 6vw, 34px); }
  .lead { font-size: 15px; margin-bottom: 28px; }

  /* CARDS */
  .card-grid-3 { grid-template-columns: 1fr; gap: 14px; }
  .card-grid-2 { grid-template-columns: 1fr; gap: 14px; }
  .card { padding: 24px 20px; }

  /* STEPS */
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps::before { display: none; }
  .step { padding: 0; }

  /* STAT GRID */
  .stat-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .stat-n { font-size: 26px; }

  /* LOCATION GRID */
  .location-grid { grid-template-columns: repeat(2,1fr) !important; gap: 10px; }
  .loc-card { padding: 14px 12px; }
  .loc-card-city { font-size: 14px; }

  /* TWO COL */
  .two-col { grid-template-columns: 1fr; gap: 28px; }

  /* CHECKLIST */
  .checklist li { font-size: 14px; padding: 12px 14px; }

  /* RATE BOX */
  .rate-box { padding: 24px 20px; }
  .rate-num { font-size: 32px; }

  /* FAQ */
  .faq-two { grid-template-columns: 1fr; gap: 24px; }
  .faq-q { font-size: 14px; padding: 14px 16px; }
  .faq-a { font-size: 13px; }

  /* CTA BOX */
  .cta-box { padding: 28px 20px; }

  /* CTA STRIP */
  .cta-strip { padding: 36px 20px; }
  .cta-strip-inner { flex-direction: column; text-align: center; gap: 20px; }
  .cta-strip h2 { font-size: clamp(20px, 5vw, 28px); }

  /* FOOTER */
  footer { padding: 40px 20px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* SUBURBS TAGS */
  .suburb-tag { font-size: 12px; padding: 6px 12px; }
}

/* ── HOMEPAGE HERO MOBILE ── */
@media (max-width: 768px) {
  .hero { padding: 90px 20px 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: clamp(30px, 8vw, 44px); }
  .hero-sub { font-size: 14px; max-width: 100%; }
  .hero-badges { gap: 7px; }
  .badge { font-size: 11px; padding: 5px 11px; }
  .hero-stats { gap: 16px; flex-wrap: wrap; }
  .stat-n { font-size: 22px; }
  .stat-l { font-size: 9px; }
  .form-card { padding: 28px 20px; }
  .qualify-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ── HAMBURGER NAV ── */
.nav-hamburger { display: none; background: none; border: none; color: var(--gold); font-size: 22px; cursor: pointer; padding: 4px 8px; }
@media (max-width: 768px) {
  .nav-hamburger { display: block; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 56px; left: 0; right: 0; background: var(--navy); padding: 16px 20px 24px; border-bottom: 1px solid rgba(201,164,74,0.2); gap: 12px; z-index: 200; }
  .nav-links a { font-size: 14px; padding: 6px 0; }
  .dropdown-menu { position: static !important; box-shadow: none !important; border: none !important; background: rgba(255,255,255,0.05) !important; border-radius: 6px !important; margin-top: 6px !important; padding: 6px 0 !important; }
  .dropdown-menu a { padding: 8px 16px !important; font-size: 13px !important; }
}
/* Dropdown open state */
.dropdown-menu.open { display: block !important; }
/* Mobile nav open state */
@media (max-width: 768px) {
  #nav-links.nav-open { display: flex !important; }
}

/* ── QUICK FORM ── */
.quick-form { background:var(--white); border:1.5px solid var(--border); border-radius:12px; padding:32px 28px; position:relative; }
.quick-form::before { content:''; position:absolute; top:0; left:28px; right:28px; height:3px; background:linear-gradient(90deg,var(--gold),var(--gold-light)); border-radius:0 0 3px 3px; }
.quick-form h3 { font-family:var(--serif); font-size:20px; color:var(--navy); margin-bottom:4px; }
.qsub { font-size:13px; color:var(--text-muted); margin-bottom:22px; }
.qfg { margin-bottom:13px; }
.qfg label { display:block; font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:0.07em; color:var(--text-muted); margin-bottom:5px; }
.qfg input, .qfg select { width:100%; padding:11px 13px; border:1.5px solid var(--border); border-radius:6px; font-family:var(--sans); font-size:14px; color:var(--text-dark); background:var(--offwhite); outline:none; appearance:none; transition:border-color 0.2s; }
.qfg input:focus, .qfg select:focus { border-color:var(--gold); background:var(--white); }
.qbtn { width:100%; padding:13px; background:#1e4a7a; color:#fff; border:none; border-radius:6px; font-family:var(--sans); font-size:13px; font-weight:600; letter-spacing:0.05em; text-transform:uppercase; cursor:pointer; margin-top:6px; transition:background 0.2s; }
.qbtn:hover { background:var(--navy-light); }
.qnote { text-align:center; font-size:11px; color:var(--text-muted); margin-top:10px; }
.direct-contact { margin-top:20px; padding-top:18px; border-top:1px solid var(--border); display:flex; flex-direction:column; gap:10px; }
.direct-contact a { display:flex; align-items:center; gap:10px; font-size:14px; color:var(--navy); text-decoration:none; font-weight:500; }
.direct-contact a:hover { color:var(--gold); }
.dc-dot { width:30px; height:30px; background:var(--gold-pale); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; }

/* ── CONSISTENT BODY COPY ── */
.page-body p { font-size:16px; color:var(--text-mid); line-height:1.85; font-weight:300; margin-bottom:18px; }
.page-body p strong { font-weight:600; color:var(--text-dark); }

/* ── CHAT WIDGET ── */
.chat-bubble { position:fixed; bottom:28px; right:28px; z-index:9999; }
.chat-btn { width:58px; height:58px; background:var(--gold); border-radius:50%; border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 20px rgba(15,30,53,0.25); transition:transform 0.2s,box-shadow 0.2s; }
.chat-btn:hover { transform:scale(1.08); box-shadow:0 6px 28px rgba(15,30,53,0.35); }
.chat-btn svg { width:26px; height:26px; fill:var(--navy); }
.chat-panel { display:none; position:absolute; bottom:70px; right:0; width:300px; background:var(--white); border-radius:12px; box-shadow:0 12px 40px rgba(15,30,53,0.2); border:1px solid var(--border); overflow:hidden; }
.chat-panel.open { display:block; }
.chat-head { background:var(--navy); padding:16px 18px; display:flex; align-items:center; justify-content:space-between; }
.chat-head-info { display:flex; align-items:center; gap:10px; }
.chat-avatar { width:36px; height:36px; background:var(--gold); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:var(--serif); font-size:14px; font-weight:700; color:var(--navy); flex-shrink:0; }
.chat-name { font-size:14px; font-weight:600; color:var(--white); }
.chat-status { font-size:11px; color:var(--gold-light); display:flex; align-items:center; gap:4px; }
.chat-status::before { content:''; width:6px; height:6px; background:#4caf50; border-radius:50%; display:inline-block; }
.chat-close { background:none; border:none; color:rgba(255,255,255,0.5); font-size:18px; cursor:pointer; padding:0 2px; }
.chat-body { padding:16px 18px; background:var(--offwhite); }
.chat-msg { background:var(--white); border-radius:10px; border-radius:4px 10px 10px 10px; padding:11px 14px; font-size:13px; color:var(--text-dark); line-height:1.6; margin-bottom:10px; box-shadow:0 1px 4px rgba(15,30,53,0.06); }
.chat-options { display:flex; flex-direction:column; gap:7px; margin-top:12px; }
.chat-opt { display:block; padding:10px 14px; background:var(--white); border:1.5px solid var(--border); border-radius:8px; font-size:13px; color:var(--navy); font-weight:500; cursor:pointer; text-align:left; transition:border-color 0.2s,background 0.2s; }
.chat-opt:hover { border-color:var(--gold); background:var(--gold-pale); }
.chat-foot { padding:12px 18px; border-top:1px solid var(--border); display:flex; gap:8px; }
.chat-input { flex:1; padding:9px 12px; border:1.5px solid var(--border); border-radius:6px; font-family:var(--sans); font-size:13px; outline:none; }
.chat-input:focus { border-color:var(--gold); }
.chat-send { padding:9px 14px; background:var(--navy); color:var(--white); border:none; border-radius:6px; font-size:13px; font-weight:600; cursor:pointer; }
.chat-send:hover { background:var(--navy-light); }
@media(max-width:768px){ .chat-panel { width:calc(100vw - 40px); right:0; } .chat-bubble { bottom:20px; right:16px; } }
/* Consistent body copy across all pages */
.body-p, .page-body p { font-size:16px !important; color:var(--text-mid) !important; line-height:1.85 !important; font-weight:300 !important; margin-bottom:18px !important; }

/* ── GREEN PHONE ICON ── */
.phone-green { color: #2e9e5b; filter: none; }
.dc-dot-phone { background: #e8f7ef !important; }
.ci-icon-phone { background: rgba(46,158,91,0.15) !important; color: #2e9e5b !important; }

/* Locations dropdown — 2 column layout to fit all 17 locations */
#dd2 {
  display: none;
  grid-template-columns: 1fr 1fr;
  min-width: 380px;
}
#dd2.open {
  display: grid !important;
}
#dd2 a {
  padding: 8px 16px !important;
}


/* Option C logo */
.nav-logo { font-family: unset !important; font-size: unset !important; color: unset !important; display: flex; align-items: center; }
.nav-logo svg { display: block; height: 44px; width: auto; }
.footer-logo { font-family: unset !important; font-size: unset !important; color: unset !important; display: inline-flex; align-items: center; margin-bottom: 12px; }
.footer-logo svg { display: block; height: 42px; width: auto; }
/* Sky blue send button */
.qbtn { background: #2e9fdf !important; }
.qbtn:hover { background: #1a8fce !important; }
.form-btn { background: #2e9fdf !important; }
.form-btn:hover { background: #1a8fce !important; }
/* Mobile logo scale */
@media (max-width: 768px) { .nav-logo svg { height: 36px; } }
