/* ============================================================
   bv-land.css — shared styles for the Sell-Your-Land funnel
   Extracted verbatim from sell-your-land.html so the county
   landing pages render identically to the main land page.
   (The live sell-your-land.html keeps its own inline copy;
    this file is linked only by the rebuilt county + sitelink pages.)
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: 'DM Sans', sans-serif; color: #1E3A52; background: #fff; scroll-behavior: smooth; }

:root {
  --navy:       #1E3A52;
  --navy-dark:  #2C4E6F;
  --navy-mid:   #2A4E6E;
  --navy-light: #EEF2F6;
  --cream:      #F6F1E7;
  --cream-bd:   #E8DFCB;
  --navy-bd:    #C5D3DF;
  --gold:       #C9933A;
  --gold-light: #FBF4E8;
  --gold-bd:    #E8C98A;
  --cta:        #C9933A;
  --cta-dark:   #A87827;
  --cta-shadow: rgba(201,147,58,.40);
  --gray-bg:    #F5F7F9;
  --gray-bd:    rgba(30,58,82,.12);
  --gray-text:  #5A7080;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'DM Sans', sans-serif;
  --nav-h:      60px;
}

/* ── NAV ── */
.bv-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h); background: var(--navy);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 1.75rem; border-bottom: 2px solid var(--gold);
}
.nav-logo { font-family: var(--serif); font-size: 22px; font-weight: 500; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.nav-logo-star { color: var(--gold); font-size: 18px; }
.nav-logo img { height: 44px;  }
.footer-brand-logo img { height: 40px;  }
.nav-links { display: flex; gap: 1.75rem; }
.nav-links a { font-size: 13px; color: rgba(255,255,255,.75); text-decoration: none; cursor: pointer; transition: color .15s; letter-spacing: .02em; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { font-size: 12px; font-weight: 500; padding: 8px 20px; border: 1.5px solid var(--gold); border-radius: 4px; color: var(--gold); background: transparent; cursor: pointer; font-family: var(--sans); letter-spacing: .04em; transition: background .15s, color .15s; }
.nav-cta:hover { background: var(--gold); color: var(--navy); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
  font-family: var(--serif); font-size: 17px; font-weight: 500;
  color: var(--gold); text-decoration: none; letter-spacing: .01em;
}
.nav-phone:hover { color: #fff; }
.nav-phone svg { flex-shrink: 0; }

/* ══════════════════════
   SPLIT HERO (TEXT + FORM)
══════════════════════ */
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem;
  max-width: 1180px; margin: 0 auto;
  position: relative; z-index: 1; align-items: center;
}
.hero-text { max-width: 560px; }
.hero-trust-badges {
  display: flex; flex-wrap: wrap; gap: 18px 22px;
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-trust-badge {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: rgba(255,255,255,.95); line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0,0,0,.35); font-weight: 500;
}
.hero-trust-badge svg { color: var(--gold); flex-shrink: 0; }
.hero-form-card {
  background: #fff; border-radius: 10px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 14px 40px rgba(30,58,82,.18);
  border: 1px solid var(--navy-bd);
  border-top: 4px solid var(--gold);
}
.hero-form-title {
  font-family: var(--serif); font-size: 28px; font-weight: 600;
  color: var(--navy); text-align: center; line-height: 1.2;
  margin-bottom: .4rem;
}
.hero-form-sub {
  font-size: 15px; color: var(--navy); text-align: center;
  line-height: 1.5; margin-bottom: 1.2rem; font-weight: 500;
}
.hero-form-sub strong { color: var(--gold); font-weight: 500; }
.hero-form { display: grid; gap: 10px; }
.hero-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-form input {
  width: 100%; padding: 14px 14px;
  font-family: var(--sans); font-size: 16px; color: var(--navy);
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 6px;
  transition: border-color .15s, box-shadow .15s;
}
.hero-form input::placeholder { color: #98A6B3; }
.hero-form input:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,147,58,.15);
}
.hero-form-btn {
  width: 100%; padding: 20px 20px; margin-top: 8px;
  background: var(--cta); color: #fff;
  font-family: var(--sans); font-size: 20px; font-weight: 700;
  letter-spacing: .02em; border-radius: 8px; border: 0; cursor: pointer;
  transition: background .15s, transform .1s, box-shadow .15s;
  box-shadow: 0 6px 18px var(--cta-shadow);
  text-transform: uppercase;
}
.hero-form-btn:hover { background: var(--cta-dark); box-shadow: 0 8px 22px var(--cta-shadow); transform: translateY(-1px); }
.hero-form-btn:active { transform: translateY(0); }
.hero-form-btn:disabled { opacity: .6; cursor: wait; }
.hero-form-consent {
  font-size: 11.5px; color: var(--gray-text); line-height: 1.6;
  margin-top: 10px;
}
.hero-form-status {
  display: none; margin-top: 10px; padding: 10px 12px;
  border-radius: 6px; font-size: 12.5px; line-height: 1.55;
}
.hero-form-status.show { display: block; }
.hero-form-status.success { background: #E8F5EC; color: #1B5E33; border: 1px solid #A3D9B0; }
.hero-form-status.error { background: #FBECEC; color: #8C1F1F; border: 1px solid #E8B0B0; }

/* Address-first input (hero only) */
.bv-address-wrap { position: relative; }
.bv-address-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--gold); pointer-events: none; z-index: 1;
}
.bv-address-input {
  width: 100%; padding: 16px 16px 16px 44px;
  font-family: var(--sans); font-size: 16px; color: var(--navy);
  background: #fff; border: 2px solid var(--navy-bd); border-radius: 8px;
  transition: border-color .15s, box-shadow .15s;
}
.bv-address-input::placeholder { color: #98A6B3; }
.bv-address-input:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,147,58,.18);
}
/* Google Places autocomplete dropdown */
.pac-container {
  z-index: 99999 !important; border-radius: 8px; margin-top: 4px;
  box-shadow: 0 8px 24px rgba(30,58,82,.18);
  border: 1px solid var(--navy-bd); font-family: var(--sans);
}
.pac-item { padding: 10px 14px; font-size: 14px; border-top: 1px solid rgba(30,58,82,.12); cursor: pointer; }
.pac-item:first-child { border-top: none; }
.pac-item:hover { background: #EEF2F6; }
.pac-icon { display: none; }
.pac-item-query { color: var(--navy); font-size: 14px; }
.pac-matched { color: var(--gold); font-weight: 600; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  /* On mobile: show the form FIRST (immediately under the nav)
     so the call-to-action is visible without scrolling.
     The headline + value props sit BELOW the form card. */
  .hero-form-card { order: 1; max-width: 540px; margin: 0 auto; width: 100%; }
  .hero-text { order: 2; max-width: 100%; }
  .byol-hero-letter { display: none; }
}
@media (max-width: 768px) {
  .hero-form-card { padding: 1.25rem 1rem 1.1rem; }
  .hero-form-title { font-size: 20px; }
}

/* ══════════════════════
   PROOF CARDS (real builds)
══════════════════════ */
.proof-section { padding: 4rem 1.75rem; }
.proof-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1100px; margin: 0 auto;
}
.proof-card {
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 8px;
  padding: 1.75rem; position: relative;
  border-left: 3px solid var(--gold);
}
.proof-market {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: .4rem;
}
.proof-card h3 {
  font-family: var(--serif); font-size: 22px; font-weight: 500;
  color: var(--navy); margin-bottom: .85rem; line-height: 1.25;
}
.proof-row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .55rem 0; border-top: 1px solid var(--gray-bd);
  font-size: 15.5px; color: var(--navy); font-weight: 500;
}
.proof-row:first-of-type { border-top: 0; padding-top: 0; }
.proof-row strong {
  font-family: var(--serif); font-size: 16px; font-weight: 500;
  color: var(--navy);
}
.proof-row strong.gold { color: var(--gold); }
.proof-note {
  max-width: 1100px; margin: 1.5rem auto 0;
  font-size: 15px; color: var(--navy); text-align: center; font-style: italic;
  line-height: 1.6; font-weight: 500;
}
@media (max-width: 900px) {
  .proof-grid { grid-template-columns: 1fr; }
}

/* ── Proof stats + lot table ── */
.proof-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 900px; margin: 0 auto 2rem;
}
.proof-stat {
  text-align: center; padding: 1.25rem 1rem;
  background: var(--gold-light); border: 1px solid var(--gold-bd);
  border-radius: 8px;
}
.proof-stat-val {
  font-family: var(--serif); font-size: 38px; font-weight: 500;
  color: var(--navy); line-height: 1;
}
.proof-stat-label {
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--navy); margin-top: 10px; font-weight: 600;
}
.proof-table-wrap {
  max-width: 900px; margin: 0 auto;
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 8px;
  overflow: hidden;
}
.proof-table { width: 100%; border-collapse: collapse; }
.proof-table th {
  text-align: left; padding: 14px 18px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); background: var(--navy-light);
  border-bottom: 1px solid var(--navy-bd);
}
.proof-table th:last-child, .proof-table td:last-child { text-align: right; }
.proof-table td {
  padding: 15px 18px;
  font-size: 16px; color: var(--navy);
  border-bottom: 1px solid var(--gray-bd); vertical-align: top;
}
.proof-table tr:last-child td { border-bottom: 0; }
.proof-table .addr { font-weight: 600; }
.proof-table .city { font-size: 14px; color: var(--gray-text); margin-top: 2px; }
.proof-table .price {
  font-family: var(--serif); font-size: 17px; font-weight: 500;
  color: var(--gold); white-space: nowrap;
}
@media (max-width: 768px) {
  .proof-stats { grid-template-columns: 1fr; gap: 10px; }
  .proof-stat { padding: 1rem; }
  .proof-stat-val { font-size: 30px; }
  .proof-table th, .proof-table td { padding: 11px 12px; font-size: 14.5px; }
  .proof-table .price { font-size: 16.5px; }
}

/* ── Lot photo gallery ── */
.proof-gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 1100px; margin: 0 auto 2.5rem;
}
.proof-gallery-item {
  position: relative; aspect-ratio: 4 / 3;
  border-radius: 8px; overflow: hidden;
  border: 1px solid var(--navy-bd);
  background: var(--navy-light);
  box-shadow: 0 4px 14px rgba(30,58,82,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.proof-gallery-item:hover {
  transform: translateY(-2px);
  border-color: var(--gold-bd);
  box-shadow: 0 10px 24px rgba(30,58,82,.18);
}
.proof-gallery-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.proof-gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 18px 12px 8px;
  background: linear-gradient(to top, rgba(30,58,82,.85), rgba(30,58,82,0));
  color: #fff; font-size: 11px; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase;
}
.proof-gallery-caption .price {
  color: var(--gold); font-family: var(--serif); font-size: 14px;
  font-weight: 500; letter-spacing: .01em; text-transform: none;
  margin-left: 6px;
}
@media (max-width: 900px) {
  .proof-gallery { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 600px) {
  .proof-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .proof-gallery-caption { font-size: 10px; padding: 14px 10px 7px; }
  .proof-gallery-caption .price { font-size: 12px; }
}

/* ══════════════════════
   HERO
══════════════════════ */
.byol-hero {
  padding: 4rem 1.75rem 3rem; margin-top: var(--nav-h);
  border-bottom: 3px solid var(--gold); position: relative; overflow: hidden;
  background-color: #1E3A52;
  background-image:
    linear-gradient(135deg, rgba(20,40,60,.78) 0%, rgba(30,58,82,.62) 55%, rgba(30,58,82,.78) 100%),
    url("images/hero-land.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .byol-hero {
    background-image:
      linear-gradient(135deg, rgba(20,40,60,.82) 0%, rgba(30,58,82,.7) 55%, rgba(30,58,82,.88) 100%),
      url("images/hero-land-mobile.jpg");
  }
}
.byol-hero-letter { display: none; }
.byol-hero-content { position: relative; z-index: 1; max-width: 760px; }
.byol-eyebrow {
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; font-weight: 600;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.byol-hero h1 {
  font-family: var(--serif); font-size: 48px; font-weight: 500;
  color: #fff; line-height: 1.08; margin-bottom: .75rem;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.byol-hero .hero-text > p:not(.byol-eyebrow) {
  font-size: 18px; color: rgba(255,255,255,.95); line-height: 1.6;
  max-width: 640px; font-weight: 500;
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
}
.hero-cta-row {
  display: flex; gap: 14px; margin-top: 1.75rem; flex-wrap: wrap;
}
.hero-cta-btn {
  display: inline-block;
  padding: 20px 36px; background: var(--cta); color: #fff;
  font-family: var(--sans); font-size: 20px; font-weight: 700;
  letter-spacing: .02em; border-radius: 8px; text-decoration: none;
  border: 0; cursor: pointer;
  transition: background .15s, transform .1s, box-shadow .15s;
  box-shadow: 0 6px 18px var(--cta-shadow);
  text-transform: uppercase;
}
.hero-cta-btn:hover { background: var(--cta-dark); transform: translateY(-1px); box-shadow: 0 8px 22px var(--cta-shadow); }
.hero-cta-ghost {
  display: inline-block;
  padding: 14px 28px; background: transparent; color: var(--gold);
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  letter-spacing: .04em; border-radius: 4px; text-decoration: none;
  border: 1.5px solid var(--gold); cursor: pointer;
  transition: background .15s, color .15s;
}
.hero-cta-ghost:hover { background: var(--gold); color: var(--navy); }
.hero-trust {
  margin-top: 1.25rem;
  font-size: 12px; color: rgba(255,255,255,.55); letter-spacing: .02em;
}

/* ══════════════════════
   HOW IT WORKS
══════════════════════ */
.how-section { padding: 4rem 1.75rem; }
.section-eyebrow {
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); text-align: center; margin-bottom: 10px; font-weight: 600;
}
.section-title {
  font-family: var(--serif); font-size: 36px; font-weight: 500;
  color: var(--navy); text-align: center; margin-bottom: .5rem; line-height: 1.15;
}
.section-sub {
  font-size: 18px; color: var(--navy); text-align: center;
  max-width: 620px; margin: 0 auto 3rem; line-height: 1.65;
  font-weight: 500;
}

.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1000px; margin: 0 auto;
}
.step-card {
  text-align: center; padding: 2.25rem 1.5rem;
  border: 1px solid var(--navy-bd); border-radius: 8px;
  background: #fff; position: relative;
  transition: transform .2s, box-shadow .2s;
}
.step-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(30,58,82,.1); }
.step-number {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  font-family: var(--serif); font-size: 26px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 12px rgba(30,58,82,.18);
}
.step-card h3 {
  font-family: var(--serif); font-size: 26px; font-weight: 600;
  color: var(--navy); margin-bottom: .65rem; line-height: 1.2;
}
.step-card p {
  font-size: 18px; color: var(--navy); line-height: 1.55;
  font-weight: 500;
}

.step-card::after {
  content: '\2192'; position: absolute; right: -18px; top: 50%;
  transform: translateY(-50%); font-size: 20px; color: var(--navy-bd);
}
.step-card:last-child::after { display: none; }

/* ══════════════════════
   BENEFITS
══════════════════════ */
.benefits-section { padding: 4rem 1.75rem; background: var(--gray-bg); }
.benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1000px; margin: 0 auto;
}
.benefit-card {
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 8px;
  padding: 1.75rem; border-top: 3px solid var(--gold);
}
.benefit-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold-light); border: 2px solid var(--gold-bd);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .85rem;
}
.benefit-card h3 {
  font-family: var(--serif); font-size: 23px; font-weight: 600;
  color: var(--navy); margin-bottom: .55rem; line-height: 1.2;
}
.benefit-card p { font-size: 16px; color: var(--navy); line-height: 1.6; font-weight: 500; }

/* ══════════════════════
   COUNTIES
══════════════════════ */
.counties-section { padding: 4rem 1.75rem; }
.counties-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px;
  max-width: 1100px; margin: 0 auto;
}
.county-tag {
  display: flex; align-items: center; gap: 8px;
  padding: .85rem 1.1rem; background: var(--navy-light);
  border: 1px solid var(--navy-bd); border-radius: 6px;
  font-size: 16px; font-weight: 600; color: var(--navy);
  transition: border-color .15s;
  text-decoration: none;
}
.county-tag:hover { border-color: var(--gold); }
.county-tag svg { color: var(--gold); flex-shrink: 0; }

/* ══════════════════════
   OFFER FORM
══════════════════════ */
.offer-section {
  padding: 4rem 1.75rem; background: var(--navy-light);
  border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold);
}
.offer-section .section-title { color: var(--navy); }
.offer-wrap {
  max-width: 720px; margin: 0 auto;
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 10px;
  padding: 2.25rem 2rem;
  box-shadow: 0 10px 30px rgba(30,58,82,.08);
}
.offer-form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.offer-form .full { grid-column: 1 / -1; }
.field-label {
  display: block;
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--navy); font-weight: 500; margin-bottom: 6px;
}
.field-label .req { color: var(--gold); }
.field-input, .field-select {
  width: 100%; padding: 11px 12px;
  font-family: var(--sans); font-size: 14px; color: var(--navy);
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 6px;
  transition: border-color .15s, box-shadow .15s;
}
.field-input:focus, .field-select:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,147,58,.15);
}
.submit-btn {
  width: 100%; padding: 15px 24px;
  background: var(--gold); color: var(--navy);
  font-family: var(--sans); font-size: 15px; font-weight: 500;
  letter-spacing: .04em; border-radius: 6px; border: 0; cursor: pointer;
  transition: background .15s, transform .1s;
  margin-top: 8px;
}
.submit-btn:hover { background: #b5822f; }
.submit-btn:active { transform: translateY(1px); }
.submit-btn:disabled { opacity: .6; cursor: wait; }
.consent-copy {
  font-size: 11px; color: var(--gray-text); line-height: 1.6;
  margin-top: 14px;
}
.form-status {
  display: none; margin-top: 1rem; padding: 14px 16px; border-radius: 6px;
  font-size: 14px; line-height: 1.6;
}
.form-status.show { display: block; }
.form-status.success {
  background: #E8F5EC; border: 1px solid #A3D9B0; color: #1B5E33;
}
.form-status.error {
  background: #FBECEC; border: 1px solid #E8B0B0; color: #8C1F1F;
}

/* ══════════════════════
   TESTIMONIALS
══════════════════════ */
.testimonial-section { padding: 4rem 1.75rem; }
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1100px; margin: 0 auto;
}
.testimonial-card {
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 8px;
  padding: 1.75rem;
}
.testimonial-meta {
  display: flex; justify-content: space-between; gap: 1rem;
  padding-bottom: .75rem; margin-bottom: .85rem;
  border-bottom: 1px solid var(--gray-bd);
}
.testimonial-meta-item { font-size: 11px; color: var(--gray-text); letter-spacing: .04em; }
.testimonial-meta-val { font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--navy); margin-top: 2px; }
.testimonial-meta-val.gold { color: var(--gold); }
.testimonial-quote {
  font-family: var(--serif); font-size: 17px; font-style: italic;
  color: var(--navy); line-height: 1.5; margin-bottom: .85rem;
}
.testimonial-owner { font-size: 12px; color: var(--gray-text); }
.placeholder-note {
  max-width: 1100px; margin: 1.5rem auto 0;
  padding: 12px 16px; background: var(--gold-light); border: 1px dashed var(--gold-bd);
  border-radius: 6px; font-size: 12px; color: var(--navy); text-align: center;
}

/* ══════════════════════
   FAQ
══════════════════════ */
.faq-section { padding: 4rem 1.75rem; background: var(--gray-bg); }
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--navy-bd); border-radius: 6px;
  margin-bottom: 10px; background: #fff; overflow: hidden;
}
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.4rem; cursor: pointer; font-size: 17.5px;
  font-weight: 600; color: var(--navy); transition: background .1s;
  user-select: none; line-height: 1.3;
}
.faq-q:hover { background: var(--navy-light); }
.faq-arrow {
  font-size: 18px; color: var(--gold); transition: transform .2s;
  flex-shrink: 0; margin-left: 12px;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
}
.faq-a-inner {
  padding: 0 1.4rem 1.1rem;
  font-size: 16px; color: var(--navy); line-height: 1.6; font-weight: 500;
}
.faq-item.open .faq-a { max-height: 400px; }

/* ══════════════════════
   FINAL CTA
══════════════════════ */
.final-cta {
  padding: 3.5rem 1.75rem; background: var(--navy); text-align: center;
  border-top: 3px solid var(--gold);
}
.final-cta h2 {
  font-family: var(--serif); font-size: 32px; font-weight: 500;
  color: #fff; margin-bottom: 1.25rem; line-height: 1.2;
}
.final-cta a.hero-cta-btn { display: inline-block; }

/* ══════════════════════
   FOOTER
══════════════════════ */
.bv-footer-full { background: var(--navy-dark); border-top: 3px solid var(--gold); }
.footer-main {
  display: grid; grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 2rem; padding: 3rem 1.75rem 2rem;
  max-width: 1200px; margin: 0 auto;
}
.footer-brand-logo {
  font-family: var(--serif); font-size: 22px; font-weight: 500;
  color: #fff; display: flex; align-items: center; gap: 6px;
  margin-bottom: .75rem;
}
.footer-brand-logo span { color: var(--gold); }
.footer-brand p {
  font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.7;
  max-width: 260px; margin-bottom: 1rem;
}
.footer-brand-phone {
  font-family: var(--serif); font-size: 20px; color: #fff; font-weight: 500;
}
.footer-brand-addr {
  font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.6; margin-top: 4px;
}
.footer-col-title {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .85rem; font-weight: 500;
}
.footer-col a {
  display: block; font-size: 13px; color: rgba(255,255,255,.6);
  text-decoration: none; padding: 4px 0; transition: color .15s;
}
.footer-col a:hover { color: var(--gold); }
.footer-divider {
  border: none; border-top: 1px solid rgba(255,255,255,.08);
  margin: 0 1.75rem;
}
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.75rem; flex-wrap: wrap; gap: 1rem;
}
.footer-legal { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-eho { display: flex; align-items: center; gap: 8px; }
.footer-copyright { font-size: 11px; color: rgba(255,255,255,.4); line-height: 1.6; }
.footer-legal-links { display: flex; gap: 16px; }
.footer-legal-links a {
  font-size: 11px; color: rgba(255,255,255,.4);
  text-decoration: none; transition: color .15s;
}
.footer-legal-links a:hover { color: var(--gold); }

/* ══════════════════════
   RESPONSIVE
══════════════════════ */
@media (max-width: 900px) {
  .byol-hero h1 { font-size: 34px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card::after { display: none; }
  .benefits-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 600px) {
  .steps-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .offer-form { grid-template-columns: 1fr; }
}

/* ══════════════════════
   HAMBURGER + MOBILE NAV
══════════════════════ */
.nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 44px; height: 44px;
  background: transparent; border: none; cursor: pointer; padding: 8px;
  border-radius: 4px; transition: background .15s;
}
.nav-hamburger:hover { background: rgba(255,255,255,.08); }
.nav-hamburger svg { display: block; }
.mobile-nav {
  display: none;
  position: fixed; inset: 0; z-index: 1100;
  background: var(--navy-dark);
  flex-direction: column;
  overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 1.25rem; height: var(--nav-h);
  border-bottom: 2px solid var(--gold); flex-shrink: 0;
}
.mobile-nav-logo {
  font-family: var(--serif); font-size: 20px; font-weight: 500;
  color: #fff; text-decoration: none; display: flex; align-items: center; gap: 6px;
}
.mobile-nav-logo img { height: 36px; }
.mobile-nav-close {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  background: transparent; border: none; cursor: pointer; color: rgba(255,255,255,.7);
  border-radius: 4px; transition: background .15s, color .15s;
}
.mobile-nav-close:hover { background: rgba(255,255,255,.08); color: #fff; }
.mobile-nav-links {
  display: flex; flex-direction: column; padding: 1rem 0; flex: 1;
}
.mobile-nav-links a {
  display: flex; align-items: center;
  padding: 1rem 1.75rem; font-size: 18px; font-family: var(--serif);
  color: rgba(255,255,255,.8); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color .15s, background .15s; min-height: 60px;
}
.mobile-nav-links a:hover,
.mobile-nav-links a.active { color: var(--gold); background: rgba(201,147,58,.06); }
.mobile-nav-cta {
  padding: 1.25rem 1.75rem; flex-shrink: 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-nav-cta button {
  width: 100%; padding: 14px 20px; font-family: var(--sans);
  font-size: 14px; font-weight: 500; letter-spacing: .04em;
  border: 1.5px solid var(--gold); border-radius: 6px;
  color: var(--gold); background: transparent; cursor: pointer;
  transition: background .15s, color .15s; min-height: 48px;
}
.mobile-nav-cta button:hover { background: var(--gold); color: var(--navy); }

@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: none !important; }
  .nav-cta { display: none; }
  .byol-hero { padding: 2.5rem 1.25rem; }
  .byol-hero h1 { font-size: 28px; }
  .steps-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .step-card::after { display: none; }
  .offer-wrap { padding: 1.5rem 1.25rem; }
  .offer-form { grid-template-columns: 1fr; }
  .final-cta h2 { font-size: 24px; }
  .footer-main { grid-template-columns: 1fr !important; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-legal-links { justify-content: center; }
}
@media (max-width: 480px) {
  .byol-hero h1 { font-size: 24px; }
  .section-title { font-size: 28px; }
}

/* ══════════════════════
   SITUATIONS WE HELP WITH
══════════════════════ */
.situations-section { padding: 4rem 1.75rem; }
.situations-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 1100px; margin: 0 auto;
}
.situation-card {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 1rem 1.1rem;
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 6px;
  border-left: 3px solid var(--gold);
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.situation-card:hover {
  border-color: var(--gold); transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(30,58,82,.08);
}
.situation-card svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.situation-card h4 {
  font-family: var(--sans); font-size: 17px; font-weight: 600;
  color: var(--navy); margin-bottom: 5px; line-height: 1.25;
}
.situation-card p { font-size: 15.5px; color: var(--navy); line-height: 1.5; font-weight: 500; }
@media (max-width: 900px) {
  .situations-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .situations-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════
   COMPARISON TABLE
══════════════════════ */
.compare-section { padding: 4rem 1.75rem; background: var(--gray-bg); }
.compare-wrap {
  max-width: 920px; margin: 0 auto;
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 10px;
  overflow: hidden; box-shadow: 0 6px 18px rgba(30,58,82,.08);
}
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th {
  text-align: left; padding: 16px 18px;
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--navy); color: #fff;
  border-bottom: 2px solid var(--gold);
}
.compare-table th:nth-child(2) { background: var(--navy-dark); color: rgba(255,255,255,.75); }
.compare-table th:nth-child(3) { background: var(--gold); color: var(--navy); }
.compare-table td {
  padding: 16px 18px;
  font-size: 16.5px; color: var(--navy);
  border-bottom: 1px solid var(--gray-bd); vertical-align: top;
  line-height: 1.5; font-weight: 500;
}
.compare-table td:first-child {
  font-weight: 600; background: var(--navy-light);
  font-size: 15.5px; color: var(--navy);
  width: 22%;
}
.compare-table td:nth-child(2) { color: var(--gray-text); }
.compare-table td:nth-child(3) {
  background: var(--gold-light); color: var(--navy); font-weight: 500;
}
.compare-table tr:last-child td { border-bottom: 0; }
@media (max-width: 700px) {
  .compare-table th, .compare-table td { padding: 12px 12px; font-size: 15px; }
  .compare-table td:first-child { font-size: 14px; }
}

/* ══════════════════════
   MID-PAGE FORM + FINAL FORM
══════════════════════ */
.midform-section {
  padding: 4rem 1.75rem;
  background: linear-gradient(180deg, #fff 0%, var(--navy-light) 100%);
  border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold);
}
.finalform-section {
  padding: 4rem 1.75rem; background: var(--navy);
  border-top: 3px solid var(--gold);
}
.finalform-section .section-title { color: #fff; }
.finalform-section .section-sub { color: rgba(255,255,255,.65); }
.finalform-section .section-eyebrow { color: var(--gold); }
.midform-wrap {
  max-width: 560px; margin: 0 auto;
  background: #fff; border: 1px solid var(--navy-bd); border-radius: 10px;
  padding: 2rem 1.75rem;
  box-shadow: 0 12px 32px rgba(30,58,82,.14);
  border-top: 4px solid var(--gold);
}
.midform-title {
  font-family: var(--serif); font-size: 30px; font-weight: 600;
  color: var(--navy); text-align: center; line-height: 1.2;
  margin-bottom: .4rem;
}
.midform-sub {
  font-size: 16px; color: var(--navy); text-align: center;
  line-height: 1.5; margin-bottom: 1.35rem; font-weight: 500;
}
.midform-sub strong { color: var(--gold); font-weight: 500; }

/* ══════════════════════
   OPTIONAL FIELDS TOGGLE
══════════════════════ */
.optional-toggle {
  display: block; width: 100%; padding: 9px 12px;
  background: transparent; border: 1px dashed var(--navy-bd);
  color: var(--navy); font-family: var(--sans);
  font-size: 12px; cursor: pointer; border-radius: 6px;
  transition: border-color .15s, background .15s;
  text-align: center;
}
.optional-toggle:hover { border-color: var(--gold); background: var(--gold-light); }
.optional-toggle .arrow {
  color: var(--gold); margin-left: 4px; transition: transform .2s;
  display: inline-block;
}
.optional-toggle.open .arrow { transform: rotate(180deg); }
.optional-fields { display: none; }
.optional-fields.open { display: grid; gap: 10px; margin-top: 4px; }

/* ══════════════════════
   MOBILE STICKY CALL BAR
══════════════════════ */
.mobile-call-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--navy); border-top: 2px solid var(--gold);
  padding: 10px 12px; gap: 8px;
  box-shadow: 0 -6px 20px rgba(0,0,0,.25);
}
.mobile-call-bar a {
  flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 6px; padding: 12px 10px;
  text-decoration: none; font-family: var(--sans);
  font-size: 13px; font-weight: 500;
  border-radius: 6px; letter-spacing: .02em;
  min-height: 44px;
}
.mobile-call-bar .call-btn {
  background: var(--cta); color: #fff;
  font-weight: 700; font-size: 16px;
  box-shadow: 0 2px 8px var(--cta-shadow);
}
.mobile-call-bar .form-btn {
  background: #fff; color: var(--navy);
  font-weight: 700; font-size: 16px;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .mobile-call-bar { display: flex; }
  body { padding-bottom: 84px; }
}

/* ══════════════════════
   INLINE CTA STRIPS (between sections)
══════════════════════ */
.cta-strip {
  padding: 2.5rem 1.75rem 4rem;
  text-align: center;
  background: #fff;
}
.cta-strip.dark { background: var(--gray-bg); }
.cta-strip-btn {
  display: inline-block;
  padding: 22px 50px;
  background: var(--cta); color: #fff;
  font-family: var(--sans);
  font-size: 22px; font-weight: 700;
  letter-spacing: .02em;
  border-radius: 10px; text-decoration: none;
  box-shadow: 0 8px 22px var(--cta-shadow);
  transition: background .15s, transform .1s, box-shadow .15s;
  text-transform: uppercase;
  border: 0; cursor: pointer;
}
.cta-strip-btn:hover {
  background: var(--cta-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px var(--cta-shadow);
}
.cta-strip-btn:active { transform: translateY(0); }
.cta-strip-phone {
  display: block;
  margin-top: 18px;
  font-family: var(--sans); font-size: 17px;
  color: var(--navy); font-weight: 500;
}
.cta-strip-phone a {
  color: var(--navy); text-decoration: none;
  font-weight: 700; font-size: 19px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
}
.cta-strip-phone a:hover { color: var(--cta); border-color: var(--cta); }

/* ══════════════════════
   SITE-WIDE TYPOGRAPHY BUMP (round 3)
══════════════════════ */
.section-title { font-size: 44px; font-weight: 600; line-height: 1.1; }
.section-sub { font-size: 19px; font-weight: 500; max-width: 660px; }
.byol-hero h1 { font-size: 58px; line-height: 1.05; font-weight: 600; }
.byol-hero .hero-text > p:not(.byol-eyebrow) { font-size: 20px; line-height: 1.55; font-weight: 500; }
.hero-trust-badge { font-size: 15px; font-weight: 500; }
.hero-form-title { font-size: 30px; font-weight: 700; }
.hero-form-sub { font-size: 16px; font-weight: 500; }
.hero-form input { font-size: 18px; padding: 16px 14px; }
.midform-title { font-size: 34px; font-weight: 700; }
.midform-sub { font-size: 17px; font-weight: 500; }
.step-card h3 { font-size: 28px; font-weight: 700; }
.step-card p { font-size: 19px; font-weight: 500; }
.step-number { width: 64px; height: 64px; font-size: 28px; }
.benefit-card h3 { font-size: 25px; font-weight: 700; }
.benefit-card p { font-size: 18px; font-weight: 500; }
.situation-card h4 { font-size: 19px; font-weight: 700; }
.situation-card p { font-size: 17px; font-weight: 500; }
.compare-table th { font-size: 14px; font-weight: 700; }
.compare-table td { font-size: 18px; font-weight: 500; padding: 18px 18px; }
.compare-table td:first-child { font-size: 17px; font-weight: 700; }
.county-tag { font-size: 17.5px; font-weight: 700; padding: 1rem 1.2rem; }
.faq-q { font-size: 19.5px; font-weight: 700; padding: 1.3rem 1.5rem; }
.faq-a-inner { font-size: 17.5px; font-weight: 500; padding: 0 1.5rem 1.25rem; }
.proof-table td { font-size: 17px; padding: 16px 18px; }
.proof-table .price { font-size: 19px; font-weight: 700; }
.proof-table .city { font-size: 15px; }
.proof-table th { font-size: 13.5px; font-weight: 700; padding: 16px 18px; }
.proof-stat-val { font-size: 44px; }
.proof-stat-label { font-size: 14px; font-weight: 700; }
.proof-note { font-size: 16px; font-weight: 500; }
.proof-row { font-size: 17px; font-weight: 500; }
.section-eyebrow { font-size: 13.5px; font-weight: 700; }
.byol-eyebrow { font-size: 13.5px; font-weight: 700; }

/* ══════════════════════
   MOBILE TYPOGRAPHY (≤768px) — even bigger / tighter padding
══════════════════════ */
@media (max-width: 768px) {
  .byol-hero h1 { font-size: 40px; line-height: 1.08; }
  .byol-hero .hero-text > p:not(.byol-eyebrow) { font-size: 18px; }
  .section-title { font-size: 34px; }
  .section-sub { font-size: 18px; }
  .step-card h3 { font-size: 26px; }
  .step-card p { font-size: 18px; }
  .benefit-card h3 { font-size: 24px; }
  .benefit-card p { font-size: 17.5px; }
  .situation-card h4 { font-size: 18.5px; }
  .situation-card p { font-size: 17px; }
  .compare-table td { font-size: 16px; padding: 14px 12px; }
  .compare-table td:first-child { font-size: 15px; }
  .faq-q { font-size: 17.5px; padding: 1.15rem 1.2rem; }
  .faq-a-inner { font-size: 16.5px; padding: 0 1.2rem 1.1rem; }
  .midform-title { font-size: 28px; }
  .midform-sub { font-size: 16px; }
  .hero-form-title { font-size: 26px; }
  .hero-form-btn { font-size: 19px; padding: 20px 16px; }
  .cta-strip { padding: 2rem 1rem 3rem; }
  .cta-strip-btn { width: 100%; padding: 22px 20px; font-size: 19px; }
  .county-tag { font-size: 16.5px; padding: .9rem 1rem; }
  .proof-table td { font-size: 15.5px; padding: 13px 12px; }
  .proof-table .price { font-size: 17px; }
}

/* ============================================================
   COUNTY-PAGE COMPONENTS — SEO content blocks unique to the
   we-buy-land-<county> pages (not used on the main land page).
   ============================================================ */

/* Quick Answer (Google AI snippet box) */
.quick-answer { max-width: 880px; margin: 0 auto; padding: 2rem 2.5rem; background: var(--gold-light); border: 1px solid var(--gold-bd); border-left: 4px solid var(--gold); border-radius: 8px; font-size: 18px; color: var(--navy); line-height: 1.6; font-weight: 500; }
.quick-answer strong { color: var(--navy); }

/* Long-form content blocks (county market overview, local issues) */
.content-block { max-width: 880px; margin: 0 auto; font-size: 18px; line-height: 1.65; color: var(--navy); font-weight: 500; }
.content-block p { margin-bottom: 1.2rem; }
.content-block strong { font-weight: 700; }
.content-block ul, .content-block ol { margin: 1rem 0 1.5rem 1.5rem; }
.content-block li { margin-bottom: .85rem; font-size: 17px; line-height: 1.6; }
.content-block .lead-note { text-align: center; margin-top: 1.5rem; font-style: italic; }

/* City chips (where we buy in the county) */
.cities-grid { display: flex; flex-wrap: wrap; gap: 10px; max-width: 900px; margin: 0 auto; justify-content: center; }
.city-tag { display: inline-flex; align-items: center; padding: .85rem 1.2rem; background: var(--navy-light); border: 1px solid var(--navy-bd); border-radius: 6px; font-size: 16px; font-weight: 600; color: var(--navy); }
.zip-line { max-width: 880px; margin: 1.5rem auto 0; text-align: center; font-size: 15px; color: var(--gray-text); font-weight: 500; }

/* Official records link cards */
.records { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 880px; margin: 0 auto; }
.records a { display: block; padding: 1.25rem 1rem; background: #fff; border: 1px solid var(--navy-bd); border-left: 3px solid var(--gold); border-radius: 6px; text-decoration: none; color: var(--navy); font-weight: 600; font-size: 15.5px; text-align: center; transition: border-color .15s; }
.records a:hover { border-left-color: var(--navy); }
.records a span { display: block; font-size: 12px; color: var(--gray-text); font-weight: 500; margin-top: 4px; }
@media (max-width: 700px) { .records { grid-template-columns: 1fr; } }

/* Nearby counties strip */
.nearby-block { text-align: center; }
.nearby-block h3 { font-family: var(--serif); font-size: 24px; color: var(--navy); font-weight: 600; margin-bottom: .75rem; }
.nearby-block p { font-size: 16.5px; color: var(--navy); font-weight: 500; }
.nearby-block a { color: var(--navy); text-decoration: none; font-weight: 700; border-bottom: 2px solid var(--gold); padding-bottom: 1px; }
.nearby-block a:hover { color: var(--gold); }

/* Generic gray section background helper */
.bg-gray { background: var(--gray-bg); }
