/* ==========================================================================
   Cornerstone Retention Solutions — shared theme layer
   Palette: navy (authority) · cool gray (calm) · deep green (growth / trust)
   Loaded after each page's inline <style>, so it wins on conflicts.
   ========================================================================== */

:root {
  /* Semantic names for the palette. The legacy --gold/--cream variables in the
     page styles now resolve to green/gray, so both naming schemes agree. */
  --navy-deep: #0e2233;
  --green-deep: #1f6b4a;   /* primary action */
  --green-mid:  #2f8f63;   /* accents, rules, icons */
  --green-soft: #4fb185;   /* hover, on-dark text */
  --green-wash: #eaf4ee;   /* tinted panels */
  --gray-page:  #f4f6f8;
  --gray-panel: #e7ecf1;
  --gray-line:  #d5dde5;
  --ink:        #15222e;
  --ink-soft:   #48596c;
  --urgent:     #b3261e;
  --urgent-wash:#fdecea;
  --font-read: 'Inter', 'Outfit', 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* --- Readability: body + long-form copy on a humanist sans -------------- */
body { font-family: var(--font-read); }
p, li, .svc-desc, .mv-text, .step-desc, .guide-def, .section-body, .faq-a { letter-spacing: 0.003em; }

/* --- Anything sitting on a green surface needs white type --------------- */
.nav-cta,
.btn-gold, .btn-gold-solid,
.if-btn-next.gold, .btn-next.gold,
.video-topic-badge, .video-play-btn,
.if-step.done, .tl-dot.gold,
.loan-pill:hover {
  background: var(--green-deep) !important;
  color: #ffffff !important;
  border-color: var(--green-deep) !important;
}
.nav-cta:hover,
.btn-gold:hover, .btn-gold-solid:hover,
.if-btn-next.gold:hover, .btn-next.gold:hover,
.video-play-btn:hover {
  background: var(--green-mid) !important;
  color: #ffffff !important;
}
.if-check.selected .if-checkbox, .check-item.selected .checkbox { color: #ffffff; }

/* --- Reviews: easier to read ------------------------------------------- */
/* Was Playfair italic — swapped for Inter at a larger size and looser leading. */
.review-quote, .home-review-quote {
  font-family: var(--font-read) !important;
  font-style: normal !important;
  font-size: 1.02rem !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  color: #2b3a49 !important;
  letter-spacing: 0.004em;
}
.review-quote { font-size: 1.06rem !important; }
.review-name, .home-review-author { font-family: var(--font-read) !important; letter-spacing: 0.01em; }
.review-meta, .home-review-tag { font-family: var(--font-read) !important; }
.review-initial { font-family: var(--font-read) !important; }
.testimonial-quote {
  font-family: var(--font-read) !important;
  font-style: normal !important;
  line-height: 1.8 !important;
}

/* --- Utility ----------------------------------------------------------- */
.cs-wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.cs-center { text-align: center; }
.cs-eyebrow {
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green-mid); font-weight: 700; margin-bottom: 0.9rem;
}
.cs-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem); font-weight: 700;
  color: var(--navy-deep); line-height: 1.18; margin-bottom: 0.9rem;
}
.cs-h2 em { font-style: italic; color: var(--green-deep); }
.cs-lead { font-size: 1rem; color: var(--ink-soft); line-height: 1.8; max-width: 720px; }
.cs-btn {
  display: inline-block; background: var(--green-deep); color: #fff;
  padding: 0.9rem 2rem; border-radius: 4px; text-decoration: none;
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.05em;
  text-transform: uppercase; border: none; cursor: pointer;
  font-family: var(--font-read); transition: background 0.2s, transform 0.15s;
}
.cs-btn:hover { background: var(--green-mid); transform: translateY(-2px); }
.cs-btn-ghost {
  display: inline-block; background: transparent; color: var(--navy-deep);
  padding: 0.9rem 2rem; border: 1px solid var(--gray-line); border-radius: 4px;
  text-decoration: none; font-weight: 600; font-size: 0.85rem;
  letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer;
  font-family: var(--font-read); transition: border-color 0.2s, color 0.2s;
}
.cs-btn-ghost:hover { border-color: var(--green-deep); color: var(--green-deep); }
.cs-btn-urgent { background: var(--urgent) !important; color: #fff !important; }
.cs-btn-urgent:hover { background: #931d16 !important; }

/* --- Team section (homepage About) ------------------------------------- */
.team-section { padding: 5.5rem 1.5rem; background: var(--gray-page); }
.team-head { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.team-head .cs-lead { margin: 0 auto; }
.team-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem;
}
.team-card {
  background: #fff; border: 1px solid var(--gray-line); border-radius: 12px;
  padding: 2rem 1.7rem; border-top: 3px solid var(--green-deep);
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(14,34,51,0.10); }
.team-avatar {
  width: 48px; height: 48px; border-radius: 12px; background: var(--green-wash);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 1.1rem;
}
.team-role {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.12rem;
  font-weight: 700; color: var(--navy-deep); margin-bottom: 0.35rem;
}
.team-kicker {
  font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-mid); font-weight: 700; margin-bottom: 0.7rem;
}
.team-copy { font-size: 0.9rem; line-height: 1.78; color: var(--ink-soft); }
.team-promise {
  max-width: 1140px; margin: 2.2rem auto 0; background: var(--navy-deep);
  border-radius: 12px; padding: 2.4rem 2.2rem; color: #fff;
  display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center;
}
.team-promise h3 {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem;
  font-weight: 600; margin-bottom: 0.5rem;
}
.team-promise h3 em { color: var(--green-soft); font-style: italic; }
.team-promise p { color: #b9c8d6; font-size: 0.92rem; line-height: 1.8; }
@media (max-width: 780px) { .team-promise { grid-template-columns: 1fr; } }

/* --- Foreclosure-rate band --------------------------------------------- */
.rate-band { padding: 5rem 1.5rem; background: var(--navy-deep); color: #fff; }
.rate-inner {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: center;
}
@media (max-width: 900px) { .rate-inner { grid-template-columns: 1fr; gap: 2.4rem; } }
.rate-figure {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(79,177,133,0.28);
  border-radius: 14px; padding: 2.6rem 2rem; text-align: center;
}
.rate-pct {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 700;
  font-size: clamp(3.6rem, 9vw, 5.6rem); line-height: 1; color: var(--green-soft);
}
.rate-pct-sub {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #b9c8d6; margin-top: 0.7rem; font-weight: 600;
}
.rate-ratio {
  margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 1.5rem; font-family: 'Playfair Display', Georgia, serif; color: #fff;
}
.rate-ratio span { display: block; font-family: var(--font-read); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: #8ba0b3; margin-top: 0.3rem; }
.rate-band h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; line-height: 1.2; margin-bottom: 1rem;
}
.rate-band h2 em { font-style: italic; color: var(--green-soft); }
.rate-band > .rate-inner p { color: #b9c8d6; font-size: 0.97rem; line-height: 1.85; }
.rate-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; overflow: hidden; margin: 1.8rem 0 1.4rem; }
.rate-stat { background: rgba(255,255,255,0.03); padding: 1.2rem 1rem; }
.rate-stat b { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 1.55rem; color: #fff; }
.rate-stat span { font-size: 0.7rem; color: #8ba0b3; line-height: 1.5; display: block; margin-top: 0.3rem; }
@media (max-width: 620px) { .rate-stats { grid-template-columns: 1fr; } }
.rate-source { font-size: 0.7rem; color: #7f93a6; margin-top: 1rem; }
.rate-source a { color: var(--green-soft); }

/* --- Urgent (sale date within 5 days) ---------------------------------- */
.urgent-strip {
  background: var(--urgent); color: #fff; padding: 0.75rem 1.5rem;
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  flex-wrap: wrap; font-size: 0.86rem; text-align: center;
}
.urgent-strip strong { letter-spacing: 0.02em; }
.urgent-strip a {
  color: var(--urgent); background: #fff; text-decoration: none;
  padding: 0.4rem 1.1rem; border-radius: 100px; font-weight: 700;
  font-size: 0.76rem; letter-spacing: 0.05em; text-transform: uppercase;
  white-space: nowrap;
}
.urgent-card {
  background: var(--urgent-wash); border: 1px solid rgba(179,38,30,0.28);
  border-left: 5px solid var(--urgent); border-radius: 12px;
  padding: 2rem 1.9rem; margin: 2rem 0;
}
.urgent-card h3 {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem;
  color: var(--urgent); margin-bottom: 0.6rem;
}
.urgent-card p { font-size: 0.92rem; line-height: 1.8; color: #5c2d29; margin-bottom: 1rem; }

/* --- Forms ------------------------------------------------------------- */
.cs-form { display: grid; gap: 1rem; }
.cs-field { display: flex; flex-direction: column; gap: 0.35rem; }
.cs-field label {
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 700; color: var(--navy-deep);
}
.cs-field input, .cs-field select, .cs-field textarea {
  font-family: var(--font-read); font-size: 0.92rem; color: var(--ink);
  padding: 0.8rem 0.95rem; border: 1px solid var(--gray-line);
  border-radius: 6px; background: #fff; width: 100%;
}
.cs-field input:focus, .cs-field select:focus, .cs-field textarea:focus {
  outline: none; border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(31,107,74,0.12);
}
.cs-field textarea { min-height: 110px; resize: vertical; }
.cs-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 620px) { .cs-field-row { grid-template-columns: 1fr; } }
.cs-hp { position: absolute; left: -9999px; }
.cs-form-note { font-size: 0.74rem; color: #6b7c8d; line-height: 1.65; }
.cs-form-status { font-size: 0.86rem; font-weight: 600; padding: 0.7rem 0; }
.cs-form-status.ok { color: var(--green-deep); }
.cs-form-status.err { color: var(--urgent); }

/* --- Document viewer (guides & downloads) ------------------------------ */
.doc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.3rem; }
.doc-card {
  background: #fff; border: 1px solid var(--gray-line); border-radius: 12px;
  padding: 1.7rem; display: flex; flex-direction: column; gap: 0.7rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.doc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(14,34,51,0.10); }
.doc-icon { font-size: 1.7rem; }
.doc-kicker { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--green-mid); }
.doc-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; font-weight: 700; color: var(--navy-deep); line-height: 1.3; }
.doc-desc { font-size: 0.86rem; line-height: 1.75; color: var(--ink-soft); flex: 1; }
.doc-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.4rem; }
.doc-btn {
  font-family: var(--font-read); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 0.6rem 1.1rem;
  border-radius: 4px; cursor: pointer; text-decoration: none; border: none;
  background: var(--green-deep); color: #fff;
}
.doc-btn:hover { background: var(--green-mid); }
.doc-btn.ghost { background: transparent; color: var(--navy-deep); border: 1px solid var(--gray-line); }
.doc-btn.ghost:hover { border-color: var(--green-deep); color: var(--green-deep); background: transparent; }

.doc-overlay {
  position: fixed; inset: 0; z-index: 500; background: rgba(14,34,51,0.72);
  backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 2rem 1rem;
}
.doc-overlay.show { display: flex; }
.doc-modal {
  background: #fff; border-radius: 12px; width: 100%; max-width: 900px;
  height: min(88vh, 900px); display: flex; flex-direction: column; overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4);
}
.doc-modal-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.9rem 1.2rem; background: var(--navy-deep); color: #fff; flex-wrap: wrap;
}
.doc-modal-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1rem; font-weight: 600; }
.doc-modal-actions { display: flex; gap: 0.5rem; align-items: center; }
.doc-modal-close {
  background: rgba(255,255,255,0.12); color: #fff; border: none; cursor: pointer;
  width: 32px; height: 32px; border-radius: 6px; font-size: 1rem; font-family: var(--font-read);
}
.doc-modal-close:hover { background: rgba(255,255,255,0.24); }
.doc-modal iframe { flex: 1; width: 100%; border: none; background: #fff; }

/* --- Video modal (blog) ------------------------------------------------ */
.vid-overlay {
  position: fixed; inset: 0; z-index: 500; background: rgba(14,34,51,0.85);
  display: none; align-items: center; justify-content: center; padding: 2rem 1rem;
}
.vid-overlay.show { display: flex; }
.vid-shell { width: 100%; max-width: 960px; }
.vid-frame-wrap { position: relative; padding-top: 56.25%; background: #000; border-radius: 10px; overflow: hidden; }
.vid-frame-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.vid-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.8rem; flex-wrap: wrap; }
.vid-bar-title { color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; }
.vid-bar-title span { display: block; font-family: var(--font-read); font-size: 0.72rem; color: #8ba0b3; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.2rem; }
.vid-bar-actions { display: flex; gap: 0.6rem; align-items: center; }
.vid-close { background: rgba(255,255,255,0.14); color: #fff; border: none; cursor: pointer; padding: 0.5rem 1rem; border-radius: 6px; font-family: var(--font-read); font-size: 0.78rem; }
.vid-close:hover { background: rgba(255,255,255,0.26); }
.vid-source { font-size: 0.72rem; color: var(--green-mid); font-weight: 600; margin-top: 0.5rem; }
.vid-source a { color: var(--green-deep); }

/* --- Booking calendar -------------------------------------------------- */
.cal-shell { background: #fff; border: 1px solid var(--gray-line); border-radius: 12px; padding: 1.4rem; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.cal-month { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--navy-deep); }
.cal-nav-btn { background: var(--gray-panel); border: none; width: 30px; height: 30px; border-radius: 6px; cursor: pointer; font-family: var(--font-read); color: var(--navy-deep); }
.cal-nav-btn:hover { background: var(--green-wash); }
.cal-nav-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 4px; }
.cal-dow span { text-align: center; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: #7f93a6; font-weight: 700; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day {
  aspect-ratio: 1; border: 1px solid transparent; border-radius: 8px; background: var(--gray-page);
  font-family: var(--font-read); font-size: 0.85rem; color: var(--ink); cursor: pointer;
}
.cal-day:hover:not(:disabled) { border-color: var(--green-deep); background: var(--green-wash); }
.cal-day:disabled { color: #b9c4cf; background: transparent; cursor: not-allowed; }
.cal-day.selected { background: var(--green-deep); color: #fff; border-color: var(--green-deep); font-weight: 700; }
.cal-day.today { box-shadow: inset 0 0 0 1px var(--green-soft); }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 0.5rem; margin-top: 0.9rem; }
.slot {
  padding: 0.6rem 0.5rem; border: 1px solid var(--gray-line); border-radius: 6px;
  background: #fff; cursor: pointer; font-family: var(--font-read); font-size: 0.82rem; color: var(--ink);
}
.slot:hover { border-color: var(--green-deep); background: var(--green-wash); }
.slot.selected { background: var(--green-deep); color: #fff; border-color: var(--green-deep); font-weight: 700; }
.cal-picked { margin-top: 0.9rem; font-size: 0.86rem; color: var(--navy-deep); font-weight: 600; }
.gcal-embed-wrap { border: 1px solid var(--gray-line); border-radius: 12px; overflow: hidden; background: #fff; }
.gcal-embed-wrap iframe { width: 100%; min-height: 620px; border: none; display: block; }

/* --- Real YouTube thumbnails need a scrim behind the play button -------- */
.video-thumb { position: relative; }
.video-thumb::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(14,34,51,0.18) 0%, rgba(14,34,51,0.58) 100%);
  transition: background 0.2s;
}
.video-card:hover .video-thumb::after { background: linear-gradient(180deg, rgba(14,34,51,0.10) 0%, rgba(14,34,51,0.45) 100%); }
.video-play-btn, .video-topic-badge, .video-thumb-pattern { position: relative; z-index: 3; }
.video-topic-badge { position: absolute !important; }
.video-thumb-pattern { position: absolute !important; }

/* Compact rate band for use inside a tab section */
.rate-band-inline { padding: 2.8rem 2rem !important; border-radius: 14px; margin: 0 0 2.6rem; }
.rate-band-inline .rate-inner { gap: 2.6rem; }
.rate-band-inline .rate-figure { padding: 2rem 1.5rem; }
.rate-band-inline h2 { font-size: clamp(1.5rem, 2.4vw, 2rem) !important; }
@media (max-width: 640px) { .rate-band-inline { padding: 2rem 1.2rem !important; } }

/* Guides & Downloads support */
.doc-note {
  background: var(--green-wash); border-left: 4px solid var(--green-deep);
  border-radius: 8px; padding: 1.2rem 1.4rem; margin: 1.8rem 0 0;
  font-size: 0.88rem; line-height: 1.8; color: var(--ink-soft);
}
.doc-note strong { color: var(--navy-deep); }
.urgent-eyebrow {
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 700; color: var(--urgent); margin-bottom: 0.6rem;
}
.doc-modal-bar .doc-btn.ghost {
  color: #fff; border-color: rgba(255,255,255,0.32); background: transparent;
  padding: 0.5rem 0.85rem; font-size: 0.68rem;
}
.doc-modal-bar .doc-btn.ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,0.12); }
@media (max-width: 620px) {
  .doc-modal-bar { padding: 0.7rem 0.8rem; }
  .doc-modal-title { font-size: 0.86rem; width: 100%; }
  .doc-modal-bar .doc-btn.ghost { padding: 0.45rem 0.6rem; font-size: 0.62rem; }
}

/* ==========================================================================
   Phone / click-to-call
   One number for the whole site: (866) 299-5134 ext. 1
   The href uses a comma pause before the extension so mobile dialers send
   the "1" automatically after the line picks up: tel:+18662995134,1
   ========================================================================== */

/* --- Nav call button ---------------------------------------------------
   Deliberately a direct child of <nav>, NOT an <li>. The mobile breakpoints
   hide `nav ul` entirely (there is no hamburger), so a number inside the list
   would disappear on exactly the devices that can dial it. */
/* Keeps the logo left and the links + call button together on the right.
   `flex-wrap` is the safety net: the pages hide `nav ul` at different widths
   (768px on Blog/Resources, 900px on Home/Reviews, never on Contact), so at
   some viewport sizes the nav carries logo + links + number at once. Wrapping
   means the number drops to a second row instead of overflowing the bar. */
nav { flex-wrap: wrap; row-gap: 0.5rem; }
nav ul { margin-left: auto; }

/* Mid widths: the links are still on screen alongside the number, so buy
   back some room rather than letting the bar wrap sooner than it has to. */
@media (max-width: 1080px) and (min-width: 769px) {
  nav ul { gap: 1.4rem !important; }
  .nav-call { margin-left: 1rem; }
}

.nav-call {
  display: inline-flex; align-items: center; gap: 0.55rem;
  margin-left: 1.6rem; padding: 0.5rem 1.1rem;
  border: 1px solid rgba(79,177,133,0.55); border-radius: 100px;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s, border-color 0.2s;
}
.nav-call:hover { background: rgba(79,177,133,0.14); border-color: var(--green-soft); }
.nav-call-icon { font-size: 0.9rem; line-height: 1; }
.nav-call-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav-call-num {
  font-family: var(--font-read); font-size: 0.92rem; font-weight: 700;
  color: #fff; letter-spacing: 0.01em;
}
.nav-call-label {
  font-size: 0.56rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--green-soft); font-weight: 600; margin-top: 0.1rem;
}
@media (max-width: 900px) {
  .nav-call { margin-left: auto; padding: 0.45rem 0.9rem; }
  .nav-call-num { font-size: 0.86rem; }
  .nav-call-label { display: none; }
}
@media (max-width: 420px) {
  .nav-call { padding: 0.4rem 0.7rem; gap: 0.35rem; }
  .nav-call-num { font-size: 0.78rem; }
}

/* --- Big call panel (contact page, CTA blocks) -------------------------- */
.call-band {
  max-width: 1140px; margin: 2.6rem auto 0; padding: 2rem 2.2rem;
  background: var(--navy-deep); border-radius: 14px;
  border-top: 3px solid var(--green-soft);
  display: grid; grid-template-columns: 1fr auto; gap: 1.8rem; align-items: center;
}
.call-band-eyebrow {
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green-soft); font-weight: 700; margin-bottom: 0.5rem;
}
.call-band h3 {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem;
  font-weight: 600; color: #fff; margin-bottom: 0.45rem; line-height: 1.25;
}
.call-band p { font-size: 0.88rem; line-height: 1.75; color: #b9c8d6; margin: 0; }
.call-big {
  display: inline-flex; flex-direction: column; align-items: center;
  text-decoration: none; padding: 1.1rem 1.9rem;
  background: var(--green-deep); border-radius: 12px;
  transition: background 0.2s, transform 0.15s;
}
.call-big:hover { background: var(--green-mid); transform: translateY(-2px); }
.call-big-num {
  font-family: var(--font-read); font-weight: 700; color: #fff;
  font-size: clamp(1.3rem, 3.4vw, 1.75rem); letter-spacing: 0.01em; white-space: nowrap;
}
.call-big-ext {
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.82); font-weight: 600; margin-top: 0.3rem;
}
@media (max-width: 820px) {
  .call-band { grid-template-columns: 1fr; text-align: center; padding: 1.8rem 1.4rem; }
  .call-band-eyebrow { text-align: center; }
  .call-big { align-self: center; }
}

/* --- Inline number links ------------------------------------------------ */
.tel-inline { color: var(--green-deep); font-weight: 700; text-decoration: none; white-space: nowrap; }
.tel-inline:hover { text-decoration: underline; }
.urgent-card .tel-inline, .alert-body .tel-inline { color: var(--urgent); }
.disclaimer .tel-inline, footer .tel-inline { color: inherit; font-weight: 600; }

/* Number on a dark surface (urgent strip, footers, dark CTA bands) */
.tel-onDark { color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap; }
.tel-onDark:hover { text-decoration: underline; }

/* --- Call pill used inside the urgent strip ---------------------------- */
.urgent-strip .urgent-call {
  background: #fff; color: var(--urgent); border-radius: 100px;
  padding: 0.4rem 1.1rem; font-weight: 700; font-size: 0.82rem;
  text-decoration: none; white-space: nowrap; letter-spacing: 0.01em;
  text-transform: none;
}
.urgent-strip .urgent-call:hover { background: #ffe9e7; }

/* --- Footer call line --------------------------------------------------- */
.footer-call {
  display: inline-block; margin-top: 0.7rem; text-decoration: none;
  font-size: 1rem; font-weight: 700; color: #fff; letter-spacing: 0.01em;
}
.footer-call span {
  font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-soft); font-weight: 600; margin-left: 0.3rem;
}
.footer-call:hover { color: var(--green-soft); }

/* --- Hero call block (page heroes on the navy background) --------------- */
.hero-call {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.25rem;
  margin-top: 1.9rem; padding: 1rem 2.2rem; text-decoration: none;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(79,177,133,0.5); border-radius: 12px;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.hero-call:hover {
  background: rgba(79,177,133,0.16); border-color: var(--green-soft); transform: translateY(-2px);
}
.hero-call-label {
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green-soft); font-weight: 700;
}
.hero-call-num {
  font-family: var(--font-read); font-weight: 700; color: #fff;
  font-size: clamp(1.35rem, 4vw, 1.8rem); letter-spacing: 0.01em; white-space: nowrap;
}
.hero-call-num em {
  font-style: normal; font-size: 0.62em; font-weight: 600;
  color: var(--green-soft); margin-left: 0.35rem;
}

/* --- Contact page: "Call us now" is the fastest door, so it reads first -- */
.choice.choice-primary {
  border-top-color: var(--green-deep);
  box-shadow: 0 16px 44px rgba(31,107,74,0.16);
}
.choice.choice-primary .choice-title { color: var(--green-deep); }
.choice.choice-primary .choice-go { color: var(--green-deep); letter-spacing: 0.04em; }

/* Left-aligned variant for the homepage hero (its column is not centred). */
.hero-call-left { align-items: flex-start; margin-top: 1.6rem; padding: 0.9rem 1.6rem; }

/* Blog sidebar call line — the card behind it is navy, so this runs light. */
.sidebar-call {
  display: block; margin-top: 0.9rem; text-align: center; text-decoration: none;
  font-size: 0.94rem; font-weight: 700; color: #fff;
}
.sidebar-call:hover { color: var(--green-soft); }

/* Consultation topbar: group the call button with the back link. */
.topbar-right { display: flex; align-items: center; gap: 1.6rem; }
@media (max-width: 720px) {
  .topbar-right { gap: 0.8rem; }
  .topbar-right .back-link { display: none; }
}

/* Thank-you page call block (light card background). */
.ty-call {
  display: inline-flex; flex-direction: column; gap: 0.2rem;
  margin: 0.4rem 0 0.6rem; padding: 0.95rem 1.6rem; text-decoration: none;
  background: var(--green-wash); border: 1px solid rgba(31,107,74,0.25);
  border-radius: 12px; transition: background 0.2s, transform 0.15s;
}
.ty-call:hover { background: #dcedE4; transform: translateY(-2px); }
.ty-call-label {
  font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--green-deep); font-weight: 700;
}
.ty-call-num {
  font-family: var(--font-read); font-size: 1.4rem; font-weight: 700;
  color: var(--navy-deep); letter-spacing: 0.01em; white-space: nowrap;
}
.ty-call-num em {
  font-style: normal; font-size: 0.62em; font-weight: 600;
  color: var(--green-deep); margin-left: 0.35rem;
}
