/* ============================================
   Location Page Desktop Overrides
   Loaded AFTER location.css to override base styles
   Extracted from inline <style> blocks — 2026-03-03
   ============================================ */

/* --- Mobile hero copy stack alignment --- */
/* Mobile hero copy stack alignment (match Fort Worth positioning) */
    @media (max-width: 900px) {
      .loc-hero-content-preview {
        display: grid !important;
        justify-items: center;
        align-content: center;
        row-gap: 10px;
      }
      .loc-hero-content-preview h1 {
        margin: 0 !important;
      }
      .loc-hero-content-preview p {
        margin: 0 auto !important;
        max-width: 34ch;
        line-height: 1.45;
        text-wrap: balance;
      }
    }

    @media (max-width: 600px) {
      .loc-hero-content-preview {
        row-gap: 8px;
      }
      .loc-hero-content-preview p {
        max-width: 31ch;
        font-size: 0.94rem;
      }
    }

/* --- Hero, trust card, content, pathways base overrides --- */
.loc-hero-preview {
      overflow: visible;
      min-height: 540px !important;
      max-height: 665px !important;
      margin-top: 0 !important;
    }
    .loc-hero-content-preview {
      max-width: 980px !important;
      padding-top: 18px !important;
      padding-bottom: 120px;
      text-align: center;
      margin: 0 auto !important;
      margin-top: 3px !important;
    }
    .loc-hero-bg {
      height: 100% !important;
    }
    .loc-hero-bg img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      display: block;
    }
    .loc-hero-content-preview p:last-of-type {
      max-width: 740px;
      margin: 0 auto;
      color: #ffffff !important;
      font-weight: 700;
    }
    .loc-trust-card-preview {
      width: min(1120px, calc(100% - 40px));
      margin-top: -58px;
      transform: none !important;
      border-radius: 18px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      padding: 0;
      overflow: hidden;
      border: 1px solid #dbe3ee;
      box-shadow: 0 10px 34px rgba(10, 37, 64, 0.14);
    }
    .loc-trust-card-preview .loc-trust-divider {
      display: none;
    }
    .loc-trust-card-preview .loc-trust-item {
      padding: 20px 18px;
      justify-content: center;
      border-right: 1px solid #e6edf5;
      min-width: 0;
    }
    .loc-trust-card-preview .loc-trust-item:last-of-type {
      border-right: 0;
    }
    .loc-trust-card-preview .loc-trust-item:last-of-type .loc-trust-text {
      color: #0b4f95;
    }
    .loc-trust-card-preview .loc-trust-text,
    .loc-trust-card-preview .loc-trust-label {
      white-space: normal;
      text-align: center;
    }
    .loc-content-preview {
      max-width: 1260px;
      padding: 78px 64px 36px;
    }
    .loc-content-preview > h2 {
      max-width: 1000px;
      margin-bottom: 14px;
    }
    .loc-content-preview > .loc-credential-line {
      margin-bottom: 28px;
    }
    .loc-editorial-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
      gap: 34px;
      align-items: start;
      margin-bottom: 34px;
    }
    .loc-editorial-main > p,
    .loc-editorial-main > .loc-inline-cta {
      font-size: 1.08rem;
      line-height: 1.86;
    }
    .loc-editorial-main .loc-inline-cta {
      margin-top: 8px;
      margin-bottom: 26px;
    }
    .loc-editorial-side {
      border: 1px solid #d8e3f0;
      border-radius: 14px;
      background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
      padding: 26px 24px;
      position: sticky;
      top: 110px;
    }
    .loc-editorial-side h3 {
      margin-bottom: 12px;
      font-size: 1.12rem;
      color: #0a2540;
    }
    .loc-editorial-side p {
      margin: 0 0 16px;
      color: #475569;
      font-size: 0.93rem;
      line-height: 1.7;
    }
    .loc-window-list {
      list-style: none;
      margin: 0 0 18px;
      padding: 0;
      display: grid;
      gap: 8px;
    }
    .loc-window-list li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid #cfddee;
      border-radius: 8px;
      padding: 10px 11px;
      background: #ffffff;
      font-size: 0.82rem;
      color: #0f172a;
      font-family: var(--font-heading);
      font-weight: 600;
    }
    .loc-window-list li span {
      color: #64748b;
      font-size: 0.76rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .loc-side-actions {
      display: grid;
      gap: 9px;
    }
    .loc-side-actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      text-decoration: none;
      height: 42px;
      font-family: var(--font-heading);
      font-size: 0.82rem;
      font-weight: 700;
    }
    .loc-side-actions .primary {
      background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%);
      color: #ffffff;
    }
    .loc-side-actions .secondary {
      border: 1px solid #c2d8f2;
      color: #0a2540;
      background: #ffffff;
    }
    .loc-side-help {
      margin: 0;
      font-size: 0.8rem;
      color: #64748b;
      text-align: center;
    }
    .loc-side-help a {
      color: #0a2540;
      text-decoration: none;
      font-weight: 600;
    }
    .loc-proof-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 8px;
    }
    .loc-proof-card {
      border: 1px solid #dce5ef;
      border-radius: 12px;
      padding: 18px 18px 16px;
      background: #ffffff;
    }
    .loc-proof-card h4 {
      font-family: var(--font-heading);
      font-size: 0.95rem;
      color: #0a2540;
      margin-bottom: 7px;
      letter-spacing: 0.2px;
    }
    .loc-proof-card p {
      margin: 0;
      font-size: 0.92rem;
      color: #475569;
      line-height: 1.65;
    }
    .loc-pathways {
      max-width: 1260px;
      margin: 0 auto;
      padding: 26px 64px 82px;
    }
    .loc-pathways h2 {
      font-family: var(--font-heading);
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 800;
      color: #0a2540;
      margin-bottom: 12px;
      text-align: center;
    }
    .loc-pathways-intro {
      text-align: center;
      color: #475569;
      margin-bottom: 28px;
      font-size: 1rem;
    }
    .loc-path-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .loc-path-card {
      border: 1px solid #d8e3f0;
      border-radius: 14px;
      padding: 18px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .loc-path-label {
      font-family: var(--font-heading);
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #4b6d92;
    }
    .loc-path-card h3 {
      margin: 0;
      color: #0a2540;
      font-size: 1.1rem;
      line-height: 1.3;
    }
    .loc-path-card p {
      margin: 0;
      color: #475569;
      font-size: 0.93rem;
      line-height: 1.7;
      flex: 1;
    }
    .loc-path-card a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      border-radius: 8px;
      text-decoration: none;
      font-family: var(--font-heading);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.3px;
      text-transform: uppercase;
    }
    .loc-path-card .primary {
      background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%);
      color: #ffffff;
    }
    .loc-path-card .secondary {
      border: 1px solid #c2d8f2;
      color: #0a2540;
      background: #ffffff;
    }
    .loc-reviews {
      padding-top: 56px;
    }
    .loc-city-info {
      max-width: 1080px;
      border-left: 0;
      border: 1px solid #dce6f1;
      border-radius: 16px;
      padding: 46px 44px;
      margin-bottom: 30px;
      background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    }
    .loc-cta {
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      padding-top: 86px;
      padding-bottom: 78px;
    }
    .loc-cta h2 {
      color: #0a2540 !important;
    }
    .loc-cta p {
      color: #475569 !important;
    }
    .loc-cta .loc-cta-secondary {
      color: #0a2540 !important;
      border-color: #c2d8f2 !important;
    }
    .loc-cta .loc-cta-primary,
    .loc-cta .loc-cta-secondary {
      min-width: 230px;
    }
    .loc-faq {
      max-width: 980px;
      padding-top: 70px;
    }
    .loc-nearby {
      padding-top: 40px;
      padding-bottom: 72px;
    }
    .loc-desktop-sticky {
      position: fixed;
      right: 18px;
      bottom: 24px;
      z-index: 998;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 252px;
      background: #ffffff;
      border: 1px solid #dbe3ee;
      box-shadow: 0 12px 26px rgba(10, 37, 64, 0.15);
      border-radius: 12px;
      padding: 12px;
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity 0.22s ease, transform 0.22s ease;
    }
    .loc-desktop-sticky.visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .loc-desktop-sticky-label {
      font-family: var(--font-heading);
      font-size: 0.72rem;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      color: #475569;
      text-align: center;
    }
    .loc-desktop-sticky a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 8px;
      height: 42px;
      font-family: var(--font-heading);
      font-size: 0.8rem;
      font-weight: 700;
    }
    .loc-desktop-sticky-primary {
      background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%);
      color: #ffffff;
    }
    .loc-desktop-sticky-secondary {
      border: 1px solid #bfd3ea;
      color: #0a2540;
      background: #f8fafc;
    }
    @media (max-width: 1200px) {
      .loc-trust-card-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .loc-trust-card-preview .loc-trust-item:nth-child(odd) {
        border-right: 1px solid #e6edf5;
      }
      .loc-trust-card-preview .loc-trust-item:nth-child(even) {
        border-right: 0;
      }
      .loc-content-preview,
      .loc-pathways {
        padding-left: 44px;
        padding-right: 44px;
      }
    }
    @media (max-width: 960px) {
      .loc-editorial-grid {
        grid-template-columns: 1fr;
      }
      .loc-editorial-side {
        position: static;
      }
      .loc-proof-grid,
      .loc-path-grid {
        grid-template-columns: 1fr;
      }
      .loc-city-info {
        margin-left: 20px;
        margin-right: 20px;
      }
    }
    @media (max-width: 768px) {
      .loc-hero-content-preview { padding-bottom: 78px; }
      .loc-trust-card-preview {
        width: calc(100% - 20px);
        margin-top: -38px;
      }
      .loc-trust-card-preview .loc-trust-item {
        border-right: 0;
        border-bottom: 1px solid #e6edf5;
      }
      .loc-trust-card-preview .loc-trust-item:last-of-type {
        border-bottom: 0;
      }
      .loc-content-preview {
        padding: 62px 24px 30px;
      }
      .loc-pathways {
        padding: 20px 24px 58px;
      }
      .loc-city-info {
        padding: 30px 24px;
        margin-left: 16px;
        margin-right: 16px;
      }
      .loc-desktop-sticky {
        display: none;
      }
    }

/* --- Desktop width overrides (loaded after location.css) --- */
/* Desktop width overrides loaded AFTER location.css */
    .loc-hero-preview {
      display: block !important;
    }
    .loc-hero-content-preview {
      position: absolute !important;
      left: 50%;
      top: 52% !important;
      transform: translate(-50%, -50%) !important;
      width: min(1040px, calc(100% - 48px));
      max-width: none;
      padding: 0 16px !important;
      text-align: center;
      margin: 0;
      z-index: 2;
    }
    .loc-hero-content-preview h1 {
      font-size: clamp(2.8rem, 6.2vw, 4.6rem);
      line-height: 1.08;
    }
    .loc-hero-line-main {
      display: block;
      white-space: nowrap;
    }
    .loc-city-highlight {
      color: #60a5fa;
      display: block;
      margin-top: 0.08em;
    }
    .loc-trust-card-preview {
      width: min(1240px, calc(100% - 52px)) !important;
      position: absolute !important;
      right: 26px;
      left: auto !important;
      bottom: 0;
      transform: translateY(50%) !important;
      margin: 0 !important;
    }
    .loc-content-preview {
      max-width: 1480px !important;
      padding: 138px 88px 30px !important;
    }
    .loc-content-preview > h2 {
      position: relative;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 52px;
      text-decoration: none;
      padding-bottom: 18px;
    }
    .loc-content-preview > h2::after {
      content: '';
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 0;
      transform: none;
      width: auto !important;
      height: 4px;
      border-radius: 999px;
      background: #075CAD;
    }
    .loc-content-preview > .loc-credential-line {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      max-width: 980px;
    }
    .loc-content-clean {
      max-width: 980px;
      margin: 0 auto;
    }
    .loc-content-clean > p,
    .loc-content-clean > .loc-inline-cta {
      font-size: 1.08rem;
      line-height: 1.86;
      color: #334155;
      margin-bottom: 18px;
    }
    .loc-content-clean > h3 {
      max-width: 760px;
      margin: 0 auto 14px;
      text-align: center;
      font-family: var(--font-heading);
      font-size: clamp(1.16rem, 1.8vw, 1.42rem);
      font-weight: 800;
      color: #0a2540;
      line-height: 1.35;
    }
    .loc-check-list {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      max-width: 760px;
      display: grid;
      gap: 11px;
    }
    .loc-check-list li {
      position: relative;
      padding-left: 32px;
      color: #334155;
      line-height: 1.72;
      font-size: 1rem;
    }
    .loc-check-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.34em;
      width: 18px;
      height: 18px;
      border-radius: 999px;
      border: 1px solid #86d8a8;
      background: #e9f9ee;
    }
    .loc-check-list li::after {
      content: "";
      position: absolute;
      left: 7px;
      top: 0.54em;
      width: 4px;
      height: 8px;
      border: solid #138a3f;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    .loc-content-clean .loc-emph {
      color: #075CAD;
      font-weight: 700;
    }
    .loc-content-clean > .loc-inline-cta {
      margin-top: 18px;
      margin-bottom: 26;
    }
    .loc-inline-cta-highlight {
      margin-top: 24px;
      margin-bottom: 0;
      padding: 12px 14px;
      border: 1px solid #d7e3f2;
      border-radius: 10px;
      background: #f8fbff;
      box-shadow: none;
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 8px;
      width: fit-content;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      flex-wrap: nowrap;
      text-align: center;
    }
    .loc-inline-label {
      display: inline;
    }
    .loc-inline-link {
      white-space: nowrap;
    }
    .loc-inline-cta-highlight .loc-inline-link {
      display: inline;
      margin-left: 6px;
      padding: 0;
      border-radius: 0;
      text-decoration: none;
      text-underline-offset: 3px;
      text-decoration-thickness: 2px;
      color: #075cad !important;
      background: none;
      font-family: inherit;
      font-size: inherit;
      font-weight: 700;
      letter-spacing: 0;
      box-shadow: none;
    }
    .loc-inline-cta-highlight .loc-inline-link:hover,
    .loc-inline-cta-highlight .loc-inline-link:focus-visible {
      color: #0a4f94 !important;
      text-decoration-thickness: 2px;
      text-decoration: underline;
    }
    @media (min-width: 901px) {
      .loc-content-clean > .loc-inline-cta {
        text-align: center;
        white-space: nowrap;
      }
      .loc-content-clean > h3 {
        margin-top: 10px;
      }
      .loc-content-clean > .loc-inline-cta .loc-inline-label {
        display: inline;
      }
      .loc-content-clean > .loc-inline-cta .loc-inline-link {
        display: inline;
        margin-top: 0;
        margin-left: 6px;
        white-space: nowrap;
      }
      .loc-route-footnote {
        text-align: center;
        white-space: nowrap;
      }
      .loc-route-footnote .loc-route-footnote-label,
      .loc-route-footnote .loc-route-footnote-link {
        display: inline;
      }
      .loc-route-footnote .loc-route-footnote-link {
        margin-left: 6px;
        margin-top: 0;
      }
    }
    .loc-proof-strip {
      max-width: 1100px;
      margin: 36px auto 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    .loc-proof-pill {
      border: 1px solid #d5e2f1;
      background: #ffffff;
      color: #27486b;
      font-family: var(--font-heading);
      font-size: 0.74rem;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      border-radius: 999px;
      padding: 9px 14px;
      line-height: 1;
    }
    .loc-pathways {
      max-width: 1480px !important;
      padding: 34px 88px 58px !important;
    }
    .loc-pathways-clean {
      background: transparent;
    }
    .loc-route-band {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .loc-route-mobile-divider {
      display: none;
    }
    .loc-route-card {
      border: 1px solid #d8e3f0;
      border-radius: 14px;
      padding: 22px 22px 20px;
      background: #ffffff;
      box-shadow: 0 7px 22px rgba(10, 37, 64, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
    }
    .loc-route-kicker {
      font-family: var(--font-heading);
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #4b6d92;
      font-weight: 700;
    }
    .loc-route-card h3 {
      margin: 0;
      color: #0a2540;
      font-size: clamp(1.2rem, 2vw, 1.34rem);
      line-height: 1.3;
      font-style: italic;
    }
    .loc-route-card p {
      margin: 0;
      color: #475569;
      font-size: 0.94rem;
      line-height: 1.7;
      flex: 1;
      max-width: 44ch;
    }
    .loc-route-btn,
    .loc-cta-primary,
    .loc-desktop-sticky-primary,
    .mobile-cta-schedule {
      background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%) !important;
      color: #ffffff !important;
      box-shadow: 0 4px 16px rgba(7, 92, 173, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
      transition: all 0.25s ease;
      border-radius: 6px;
      font-family: var(--font-heading);
      font-weight: 700;
      letter-spacing: 0.3px;
      position: relative;
      overflow: hidden;
    }
    .loc-cta-secondary,
    .loc-desktop-sticky-secondary,
    .mobile-cta-call {
      position: relative;
      overflow: hidden;
    }
    .loc-route-btn {
      margin-top: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      max-width: 300px;
      min-height: 52px;
      padding: 14px 22px;
      font-size: 0.9rem;
      text-transform: uppercase;
      text-decoration: none;
    }
    .loc-route-btn:hover,
    .loc-cta-primary:hover,
    .loc-desktop-sticky-primary:hover,
    .loc-desktop-sticky-primary:focus,
    .mobile-cta-schedule:hover {
      background: linear-gradient(135deg, #0869c4 0%, #075CAD 100%) !important;
      color: #ffffff !important;
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(7, 92, 173, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
    .loc-route-btn::before,
    .loc-cta-primary::before,
    .loc-cta-secondary::before,
    .loc-desktop-sticky-primary::before,
    .loc-desktop-sticky-secondary::before,
    .mobile-cta-schedule::before,
    .mobile-cta-call::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s ease;
      pointer-events: none;
    }
    .loc-route-btn:hover::before,
    .loc-cta-primary:hover::before,
    .loc-cta-secondary:hover::before,
    .loc-desktop-sticky-primary:hover::before,
    .loc-desktop-sticky-secondary:hover::before,
    .mobile-cta-schedule:hover::before,
    .mobile-cta-call:hover::before {
      left: 100%;
    }
    .loc-route-footnote {
      margin-top: 16px;
      text-align: center;
      color: #64748b;
      font-size: 1.08rem;
      line-height: 1.86;
    }
    .loc-route-footnote-label,
    .loc-route-footnote-link {
      display: block;
      text-align: center;
    }
    .loc-route-footnote-link {
      margin-top: 6px;
    }
    .loc-route-footnote a {
      color: #075CAD;
      text-decoration: none;
      font-weight: 600;
    }
    .loc-route-footnote a:hover {
      text-decoration: underline;
    }
    .loc-reviews {
      background: linear-gradient(165deg, #0a2540 0%, #0f3457 55%, #123e66 100%) !important;
      padding-top: 34px !important;
      padding-bottom: 30px !important;
      padding-left: 74px !important;
      padding-right: 74px !important;
    }
    .loc-reviews h2 {
      color: #ffffff !important;
      margin-bottom: 26px;
    }
    .loc-reviews .gr-see-all a {
      color: #bfdbfe;
    }
    .loc-reviews .gr-see-all a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
    .loc-reviews-container {
      max-width: 1400px !important;
    }
    .loc-reviews-mobile-nav {
      display: none;
    }
    .loc-reviews-nav-btn {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 1px solid rgba(191, 219, 254, 0.55);
      background: rgba(255, 255, 255, 0.12);
      color: #ffffff;
      font-size: 1.15rem;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    }
    .loc-reviews-nav-btn:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(191, 219, 254, 0.9);
    }
    .loc-reviews-nav-btn:disabled {
      opacity: 0.45;
      cursor: default;
    }
    .loc-reviews-dots {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .loc-reviews-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      border: 0;
      padding: 0;
      background: rgba(191, 219, 254, 0.45);
      cursor: pointer;
      transition: width 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    }
    .loc-reviews-dot.active {
      width: 20px;
      background: #60a5fa;
    }
    .loc-city-info {
      max-width: 1260px !important;
      margin: 0 auto !important;
      padding: 44px 62px !important;
      border: 0 !important;
      border-left: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    .loc-city-info h3 {
      font-size: clamp(1.75rem, 3.5vw, 2.25rem);
      font-weight: 800;
      line-height: 1.2;
      position: relative;
      text-align: center;
      text-decoration: none;
      padding-bottom: 18px;
      margin-bottom: 44px !important;
    }
    .loc-city-info h3::after {
      content: '';
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 0;
      width: auto;
      height: 4px;
      border-radius: 999px;
      background: #075CAD;
    }
    .loc-city-info p {
      font-size: 1.08rem;
      line-height: 1.86;
      color: #334155;
    }
    .loc-city-info .loc-emph {
      color: #075CAD;
      font-weight: 700;
    }
    .loc-compliance {
      max-width: 1080px !important;
      margin: 0 auto !important;
      padding: 48px 62px !important;
    }
    .loc-cta .loc-cta-secondary:hover {
      color: #0a2540 !important;
    }
    .loc-cta {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
      padding-left: 72px !important;
      padding-right: 72px !important;
    }
    .loc-cta p {
      max-width: 920px !important;
    }
    .loc-faq {
      max-width: 1080px !important;
      padding-top: 30px !important;
      padding-left: 62px !important;
      padding-right: 62px !important;
      padding-bottom: 0 !important;
    }
    .loc-faq.loc-faq-measuring .loc-faq-item,
    .loc-faq.loc-faq-measuring .loc-faq-body,
    .loc-faq.loc-faq-measuring .loc-faq-icon {
      transition: none !important;
    }
    .loc-faq-item.active {
      background: #f8fafc !important;
    }
    .loc-nearby {
      padding-left: 72px !important;
      padding-right: 72px !important;
    }
    .loc-nearby-links {
      max-width: 1320px;
      margin: 0 auto;
    }

    @media (max-width: 1400px) {
      .loc-content-preview,
      .loc-pathways {
        padding-left: 62px !important;
        padding-right: 62px !important;
      }
      .loc-reviews {
        padding-left: 46px !important;
        padding-right: 46px !important;
      }
      .loc-cta,
      .loc-nearby {
        padding-left: 56px !important;
        padding-right: 56px !important;
      }
      .loc-faq {
        padding-left: 46px !important;
        padding-right: 46px !important;
      }
      .loc-city-info {
        padding: 36px 46px !important;
      }
      .loc-compliance {
        padding: 36px 46px !important;
      }
    }

    @media (max-width: 960px) {
      .loc-content-preview > h2 {
        margin-bottom: 38px;
      }
      .loc-content-clean > p,
      .loc-content-clean > .loc-inline-cta {
        font-size: 1rem;
        line-height: 1.75;
      }
      .loc-route-band {
        grid-template-columns: 1fr;
      }
      .loc-route-mobile-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 2px 0;
      }
      .loc-route-mobile-divider::before,
      .loc-route-mobile-divider::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #d7e2ef;
      }
      .loc-route-mobile-divider span {
        font-family: var(--font-heading);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        color: #64748b;
        background: #f8fbff;
        border: 1px solid #d9e5f3;
        border-radius: 999px;
        padding: 4px 10px;
        line-height: 1;
      }
    }

    @media (max-width: 900px) {
      .loc-hero-preview {
        display: flex !important;
        position: relative !important;
        align-items: center !important;
        padding-top: 18px !important;
        min-height: 360px !important;
      }
      .loc-hero-content-preview {
        position: relative !important;
        left: auto;
        top: auto !important;
        transform: none;
        width: auto;
        max-width: 980px;
        margin: 0 auto;
        padding-top: 26px !important;
        padding-bottom: 42px !important;
        text-align: center !important;
      }
      .loc-hero-content-preview h1 {
        font-size: clamp(1.9rem, 6.7vw, 2.55rem);
        line-height: 1.1;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
      }
      .loc-hero-content-preview p {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
      }
      .loc-trust-card-preview {
        display: block !important;
        position: absolute !important;
        left: auto !important;
        right: 12px !important;
        bottom: 0 !important;
        transform: translateY(50%) !important;
        width: min(300px, calc(100% - 20px)) !important;
        margin: 0 !important;
        border-bottom: 0 !important;
      }
      .loc-trust-card-preview .loc-trust-divider,
      .loc-trust-card-preview .loc-trust-item:not(:first-of-type) {
        display: none !important;
      }
      .loc-trust-card-preview .loc-trust-item:first-of-type {
        display: flex !important;
        width: 100%;
        border-right: 0 !important;
        border-bottom: 0 !important;
        justify-content: center;
        padding: 16px 14px !important;
        text-align: center;
      }
      .loc-trust-card-preview .loc-trust-item:first-of-type .loc-trust-label {
        white-space: nowrap;
      }
      .loc-content-preview {
        padding-top: 100px !important;
        padding-bottom: 16px !important;
      }
      .loc-content-preview,
      .loc-pathways,
      .loc-reviews,
      .loc-cta,
      .loc-faq,
      .loc-nearby {
        padding-left: 20px !important;
        padding-right: 20px !important;
      }
      .loc-content-preview > h2 {
        margin-bottom: 32px;
        padding-bottom: 14px;
      }
      .loc-inline-cta-highlight {
        width: fit-content;
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }
      .loc-content-preview > h2::after {
        left: 16px;
        right: 16px;
        width: auto;
        height: 3px;
      }
      .loc-pathways {
        padding-top: 24px !important;
        padding-bottom: 44px !important;
      }
      .loc-route-card {
        padding: 18px 16px 16px;
      }
      .loc-route-card p {
        max-width: 32ch;
      }
      .loc-route-btn {
        max-width: none;
        width: 100%;
      }
      .loc-route-footnote {
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.7;
      }
      .loc-content-clean > .loc-inline-cta {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
      }
      .loc-inline-label {
        display: block;
        margin-bottom: 10px;
      }
      .loc-inline-link {
        display: inline-block;
        white-space: nowrap;
        margin-bottom: 4px;
      }
      .loc-inline-cta-highlight {
        width: fit-content;
        max-width: 100%;
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
      }
      .loc-inline-cta-highlight .loc-inline-link {
        margin-left: 0;
        width: auto;
        display: inline;
      }
      .loc-reviews {
        padding-top: 28px !important;
        padding-bottom: 20px !important;
      }
      .loc-city-info {
        padding: 30px 20px !important;
        margin-bottom: 0 !important;
      }
      .loc-city-info h3 {
        margin-bottom: 30px !important;
      }
      .loc-city-info h3::after {
        left: 16px;
        right: 16px;
        height: 3px;
      }
      .loc-compliance {
        padding: 30px 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
      }
      .loc-compliance h3::after {
        left: 16px;
        right: 16px;
        height: 3px;
      }
      .loc-faq {
        padding-top: 24px !important;
      }
      .loc-cta {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
      }
      .loc-cta .loc-cta-buttons {
        gap: 12px;
      }
      .loc-cta .loc-cta-primary,
      .loc-cta .loc-cta-secondary {
        width: 100%;
        max-width: none;
      }
      .mobile-cta-bar {
        align-items: center !important;
        justify-content: center !important;
      }
      .mobile-cta-schedule,
      .mobile-cta-call {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box;
        min-height: 50px;
        line-height: 1;
        margin: 0;
        text-align: center;
      }
      .mobile-cta-schedule {
        flex: 1 1 58% !important;
      }
      .mobile-cta-call {
        flex: 1 1 42% !important;
      }
      .loc-desktop-sticky {
        display: none !important;
      }
    }

    @media (max-width: 768px) {
      .loc-reviews-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px;
        max-width: 540px;
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        touch-action: pan-x;
        padding: 2px 2px 8px;
      }
      .loc-reviews-grid::-webkit-scrollbar {
        display: none;
      }
      .loc-reviews-grid .gr-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        margin: 0;
      }
      .loc-reviews-grid .gr-card:nth-child(3) {
        display: flex !important;
      }
      .loc-reviews-mobile-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin: 12px auto 2px;
      }
    }

    @media (max-width: 600px) {
      .loc-hero-preview {
        min-height: 320px !important;
      }
      .loc-hero-content-preview {
        padding-top: 24px !important;
        padding-bottom: 34px !important;
      }
      .loc-hero-content-preview h1 {
        font-size: clamp(1.62rem, 7.8vw, 2.15rem);
        line-height: 1.15;
      }
      .loc-hero-content-preview p {
        font-size: 0.98rem;
      }
      .loc-trust-card-preview {
        right: 8px !important;
        width: min(262px, calc(100% - 14px)) !important;
      }
      .loc-content-preview,
      .loc-pathways,
      .loc-reviews,
      .loc-cta,
      .loc-faq,
      .loc-nearby {
        padding-left: 16px !important;
        padding-right: 16px !important;
      }
      .loc-content-preview > h2 {
        padding-bottom: 12px;
      }
      .loc-content-preview > h2::after {
        left: 12px;
        right: 12px;
        width: auto;
        height: 2px;
      }
      .loc-route-card h3 {
        font-size: 1.12rem;
      }
      .loc-route-mobile-divider {
        margin: 0;
      }
      .loc-route-mobile-divider span {
        font-size: 0.64rem;
        padding: 4px 9px;
      }
      .loc-route-card p {
        font-size: 0.92rem;
        max-width: 30ch;
      }
      .loc-route-btn {
        min-height: 48px;
        font-size: 0.86rem;
      }
      .loc-city-info {
        padding: 26px 16px !important;
      }
      .loc-city-info h3 {
        padding-bottom: 12px;
        margin-bottom: 24px !important;
      }
      .loc-city-info h3::after {
        left: 12px;
        right: 12px;
        height: 2px;
      }
      .loc-compliance {
        padding: 24px 16px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .loc-compliance h3::after {
        left: 12px;
        right: 12px;
        height: 2px;
      }
      .loc-faq {
        padding-top: 20px !important;
      }
      .loc-cta {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
      }
    }

/* --- Mobile hero alignment + height trim --- */
/* Mobile hero alignment + height trim */
    @media (max-width: 900px) {
      .loc-hero-preview {
        padding-top: 10px !important;
        min-height: 340px !important;
        justify-content: center !important;
      }
      .loc-hero-content-preview {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: calc(100% - 24px) !important;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding: 20px 12px 34px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
      }
      .loc-hero-content-preview h1 {
        width: 100%;
        margin: 0 auto !important;
        text-align: center !important;
      }
      .loc-hero-content-preview p {
        width: 100%;
        max-width: 34ch;
        margin: 8px auto 0 !important;
        text-align: center !important;
      }
    }

    @media (max-width: 600px) {
      .loc-hero-preview {
        min-height: 300px !important;
      }
      .loc-hero-content-preview {
        width: calc(100% - 18px) !important;
        padding: 18px 10px 26px !important;
      }
      .loc-hero-content-preview p {
        max-width: 31ch;
        font-size: 0.94rem;
      }
    }
