/* ========================================================================== 
   Dörguard — conversion-first presentation layer
   Loaded after legacy page-local CSS. This is intentionally focused on the
   shared experience: quieter backgrounds, clearer hierarchy, fewer visual
   styles, stronger actions, and reliable responsive behaviour.
   ========================================================================== */

:root {
  --c-black: #101112;
  --c-dark: #101112;
  --c-grey-bg: #f7f7f5;
  --c-border: #e5e4df;
  --black: var(--c-black);
  --dark: var(--c-dark);
  --grey-bg: var(--c-grey-bg);
  --border: var(--c-border);
  --cmax: 1200px;
  --radius: 10px;
  --radius-card: 16px;
  --shadow-card: 0 18px 50px rgba(22, 24, 26, .07);
}

html { scroll-padding-top: 76px; }
body {
  color: #202124;
  background: #fff;
  line-height: 1.65;
}

/* Strong keyboard states without adding permanent visual clutter. */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(196, 18, 48, .3);
  outline-offset: 3px;
}

/* Calm the decorative background system. Real photography remains. */
.hero-panels,
.hero-grid-lines,
.ph-panels,
.ph-grid,
.res-hero::before { display: none !important; }

.hero,
.page-hero { isolation: isolate; }
.hero::before,
.page-hero::before,
.ph-bg { opacity: .72 !important; }
.hero-overlay,
.ph-overlay {
  background:
    linear-gradient(90deg, rgba(12,13,14,.92) 0%, rgba(12,13,14,.74) 42%, rgba(12,13,14,.20) 78%, rgba(12,13,14,.10) 100%),
    linear-gradient(0deg, rgba(12,13,14,.38), rgba(12,13,14,.08)) !important;
}
.res-hero::after {
  background: linear-gradient(90deg, rgba(12,13,14,.96), rgba(12,13,14,.76) 58%, rgba(12,13,14,.48)) !important;
}

/* Header: compact, predictable, and readable against every hero. */
.site-header {
  height: 72px !important;
  background: linear-gradient(180deg, rgba(12,13,14,.78), rgba(12,13,14,.22)) !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  padding-inline: clamp(18px, 3vw, 42px) !important;
}
.site-header.scrolled {
  height: 64px !important;
  background: rgba(16,17,18,.96) !important;
}
.hdr-inner { gap: 24px; }
.logo { font-size: 24px !important; letter-spacing: .01em !important; }
.hdr-nav { gap: clamp(18px, 2vw, 28px) !important; }
.hdr-nav a {
  position: relative;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}
.hdr-nav a:hover,
.hdr-nav a.active,
.hdr-nav a[aria-current="page"] { color: #fff !important; }
.hdr-nav a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--accent);
  border-radius: 999px;
}
.hdr-right { gap: 12px !important; }
.hdr-phone { font-size: 14px !important; white-space: nowrap; }
.hdr-quote { padding: 10px 16px !important; font-size: 13px !important; }

/* One button language across the site. */
.btn,
.f-submit,
.door-card-cta,
.drawer-cta,
button[type="submit"] {
  min-height: 48px;
  border-radius: var(--radius) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: none !important;
  box-shadow: none;
}
.btn-red,
.f-submit,
.door-card-cta { background: var(--accent) !important; color: #fff !important; }
.btn-red:hover,
.f-submit:hover,
.door-card-cta:hover { background: var(--accent-hover) !important; }
.btn-outline { border-color: rgba(255,255,255,.48) !important; color: #fff !important; }
.btn-outline.dk-border { border-color: var(--border) !important; color: #202124 !important; }

/* Heroes: shorter, more focused, and visually quiet. */
.hero {
  min-height: min(82svh, 760px) !important;
  justify-content: center !important;
  padding: 128px var(--cx) 72px !important;
}
.hero-content { height: auto !important; padding-top: 0 !important; }
.hero-h1,
.ph-h1 {
  max-width: 760px;
  font-size: clamp(48px, 7vw, 82px) !important;
  line-height: .98 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance;
}
.hero .body-copy,
.ph-sub {
  max-width: 590px !important;
  color: rgba(255,255,255,.90) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}
.hero-ctas,
.ph-ctas { gap: 12px !important; margin-bottom: 22px !important; }
.hero-scroll { display: none !important; }
.hero-help-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 2px;
}
.hero-help-link:hover { color: #fff; border-color: #fff; }

.page-hero {
  min-height: min(72svh, 640px) !important;
  justify-content: center !important;
  padding: 112px var(--cx) 68px !important;
}
.breadcrumb { margin-bottom: 26px !important; }
.ph-content { margin: 0 !important; }
.ph-price { display: none !important; }

/* Shared section rhythm. */
.routing,
.cred,
.services,
.cities,
.faq,
.testimonials,
.contact,
.section,
.faq-section,
.res-section,
.collections,
.products,
.plans,
.areas-section,
.designs-section,
.specs-section,
.brands-section {
  padding-top: clamp(64px, 7vw, 92px) !important;
  padding-bottom: clamp(64px, 7vw, 92px) !important;
}
.section-head,
.routing-intro {
  margin-bottom: 32px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.section-h2,
.section-head h2,
.res-section-head h2 {
  font-size: clamp(34px, 4.4vw, 52px) !important;
  letter-spacing: -.02em !important;
  text-wrap: balance;
}
.label,
.section-label,
.res-hero-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .13em !important;
}
.body-copy,
.section-head p,
.res-section-head p { color: #4b5055 !important; }

/* Service router: each option reads as one clean decision. */
.route-grid,
.svc-cards,
.service-grid,
.why-grid,
.city-grid {
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
}
.route-card,
.svc-card,
.why-card,
.check-item,
.rcard,
.article-card,
.choose-card,
.plan-card,
.design-card,
.brand-card {
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card) !important;
  overflow: hidden;
  box-shadow: none;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease) !important;
}
.route-card:hover,
.svc-card:hover,
.why-card:hover,
.rcard:hover,
.article-card:hover,
.choose-card:hover,
.design-card:hover {
  transform: translateY(-3px);
  border-color: #cac8c2 !important;
  box-shadow: var(--shadow-card);
}
.route-card { padding: 28px !important; border-left: 1px solid var(--border) !important; border-bottom: 1px solid var(--border) !important; }
.route-icon {
  width: 46px !important;
  height: 46px !important;
  padding: 10px;
  color: var(--accent) !important;
  background: #faecef;
  border-radius: 12px;
}
.route-card h3 { font-size: 24px !important; font-weight: 700 !important; }
.route-card-link,
.svc-more,
.svc-link { color: var(--accent) !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 600 !important; }

/* Proof is useful; the giant dark statistic wall was not. */
.cred {
  background: var(--grey-bg) !important;
  border-block: 1px solid var(--border);
}
.cred::before { display: none; }
.cred .stats-grid-wrap,
.cred .stats-grid { background: transparent !important; border: 0 !important; gap: 14px !important; }
.cred .cred-intro-cell,
.cred .stat-cell {
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card);
  padding: 32px !important;
}
.cred .stat-num { font-size: clamp(36px, 4vw, 50px) !important; }
.cred .stat-desc { color: #5f6469 !important; }

/* Make the decision framework feel like guidance, not another dark ad. */
.process-decision-wrap { max-width: 1200px !important; }
.process,
.decision { background: #fff !important; }
.decision-box { border-radius: var(--radius-card) !important; box-shadow: var(--shadow-card); }
.decision-head { background: #202124 !important; }
.step { grid-template-columns: 46px 1fr !important; padding: 17px 0 !important; }
.step h4 { font-size: 17px !important; }

/* Emergency callout remains the only strong mid-page urgency moment. */
.emergency {
  background: #202124 !important;
  padding-block: 32px !important;
}
.emergency .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.emrg-text { margin: 0 !important; max-width: 720px; }
.emrg-phone-link {
  border-radius: var(--radius) !important;
  border-color: rgba(255,255,255,.22) !important;
}

/* Keep one photographic dark section, then return to light content. */
.strata { background: #151617 !important; }
.strata-art { border-radius: var(--radius-card) !important; box-shadow: 0 26px 60px rgba(0,0,0,.28); }

/* Readable city links instead of a dense 8-column wall. */
.city-grid { grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
.city-link {
  min-height: 54px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px !important;
  background: #fff !important;
}
.city-link:hover { background: #202124 !important; transform: translateY(-2px); }

/* Reviews are social proof, so make them easy to read rather than another
   full black section. */
.testimonials {
  background: #fff !important;
  border-top: 1px solid var(--border);
}
.testimonials .label { color: var(--accent) !important; }
.testimonials .section-h2,
.testimonials .test-avg { color: #202124 !important; }
.test-card {
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card) !important;
  box-shadow: var(--shadow-card);
}
.test-card:hover { border-color: #cac8c2 !important; }
.test-text { color: #3f4449 !important; }
.test-name { color: #202124 !important; }
.test-meta,
.test-source { color: #697077 !important; }
.test-author { border-top-color: var(--border) !important; }
.test-cta-link { color: #40454a !important; border-color: #c8c8c8 !important; }

/* FAQ and form cards. */
.faq-item {
  border: 1px solid var(--border) !important;
  border-radius: 12px !important;
  padding-inline: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-q { padding: 18px 0 !important; }
.contact { background: #101112 !important; }
.contact-inner-wrap > div:last-child > div {
  border-radius: var(--radius-card) !important;
  background: rgba(255,255,255,.055) !important;
}
.f-input,
.f-select,
textarea.f-input {
  min-height: 50px;
  border-radius: var(--radius) !important;
  background: rgba(255,255,255,.96) !important;
  color: #202124 !important;
}
.f-more > summary { color: rgba(255,255,255,.86) !important; }

/* Product and resources pages: remove dark price ribbons from the visual
   hierarchy. Exact price education belongs in dedicated resource content. */
.price-strip { display: none !important; }
.door-fit {
  color: #4f555b;
  font-size: 14px;
  font-weight: 600;
}
.compare-wrap,
.dcmp-scroll,
.spec-table-wrap { border-radius: var(--radius-card) !important; }
.brand-bar { background: #18191a !important; }
.brand-logo-card { border-radius: 12px !important; }
.brand-wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #202124;
  font-family: var(--fd);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .04em;
}
.router { gap: 16px !important; }
.rcard { padding: 24px !important; }
.rcard .ic { border-radius: 12px !important; }

/* Component repair pass: legacy one-pixel grid backgrounds became visible
   after cards gained rounded corners. Use real gaps and individual borders. */
.acc-grid,
.plan-grid,
.related-grid {
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
}
.acc-card {
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card) !important;
  padding: 28px !important;
  overflow: hidden;
}
.acc-card h4 { font-size: clamp(22px, 2.2vw, 27px) !important; }
.acc-card p { color: #4b5055 !important; }

/* The maintenance proof section is light; explicitly reset legacy white
   heading styles that were intended for its former black background. */
.cred .section-h2,
.cred .section-head h2 { color: #202124 !important; }
.cred .section-head p { color: #4b5055 !important; }
.cred .label { color: var(--accent) !important; }

/* Both booking choices now use the same readable surface. */
.plan-card.featured {
  background: #fff !important;
  color: #202124 !important;
}
.plan-card.featured .plan-name,
.plan-card.featured .plan-price { color: #202124 !important; }
.plan-card.featured .plan-price small,
.plan-card.featured .plan-feat { color: #555c63 !important; }
.plan-card.featured .plan-divider { background: var(--border) !important; }
.plan-name { font-size: 28px !important; }
.plan-feat { font-size: 17px !important; }

/* Emergency content is one message plus one obvious call action. */
.emergency .wrap {
  grid-template-columns: minmax(0, 1fr) minmax(320px, auto) !important;
  gap: clamp(28px, 5vw, 72px) !important;
}
.emrg-copy { max-width: 700px; }
.emrg-copy .emrg-label { margin-bottom: 10px !important; }
.emrg-copy .emrg-text { margin: 0 !important; }
.emrg-phone-link {
  min-width: 320px;
  padding: 18px 22px !important;
  background: rgba(255,255,255,.045);
}
.emrg-call-label {
  display: block;
  margin-bottom: 6px;
  color: #ff5a72;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.emrg-num { font-size: clamp(28px, 3vw, 36px) !important; }
.emrg-sub { font-size: 13px !important; color: rgba(255,255,255,.76) !important; }

/* Dark service options must retain dark cards and light copy. */
.service-options-dark { background: #101112 !important; }
.service-options-dark .why-grid {
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
}
.service-options-dark .why-card {
  background: #18191a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: var(--radius-card) !important;
  padding: 30px !important;
}
.service-options-dark .why-card h4 {
  color: #fff !important;
  font-size: 24px !important;
}
.service-options-dark .why-card p {
  color: rgba(255,255,255,.78) !important;
  font-size: 16px !important;
}

/* Fewer decorative SVGs, larger labels, and clearer option hierarchy. */
.trust-icon,
.route-icon,
.rcard .ic,
.rel-arrow,
.city-link svg { display: none !important; }
.trust-item { gap: 0 !important; }
.trust-text { font-size: 14px !important; font-weight: 600 !important; }
.route-card h3,
.rcard h3 { font-size: 28px !important; }
.rcard { gap: 14px !important; }
.rcard p { font-size: 17px !important; }
.related-grid { background: transparent !important; }
.rel-card {
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 12px !important;
  padding: 28px !important;
}
.rel-card h3,
.rel-card h4 { font-size: 22px !important; }
.rel-card p { font-size: 15px !important; line-height: 1.6 !important; }
.city-link { font-size: 17px !important; font-weight: 500 !important; }
.city-group-section + .city-group-section { padding-top: 0 !important; }

/* Remaining surface cleanup: rounded components should sit on the section
   background without a grey one-pixel wrapper showing through. */
.product-nav,
.product-cards,
.audience-grid,
.door-grid,
.choose-grid,
.design-grid,
.brand-grid {
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
}
.product-card {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card) !important;
  overflow: hidden;
}
.section-soft { background: #f7f7f5 !important; }
.section-dark { background: #101112 !important; }
.section-dark .section-head h2 { color: #fff !important; }
.section-dark .section-head p { color: rgba(255,255,255,.78) !important; }
.section-dark .label { color: rgba(255,255,255,.72) !important; }
.section-dark-cards .why-card {
  background: #18191a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.section-dark-cards .why-card h3,
.section-dark-cards .why-card h4 { color: #fff !important; font-size: 23px !important; }
.section-dark-cards .why-card p { color: rgba(255,255,255,.78) !important; }

/* City hub rhythm: light information sections, one focused dark trust band.
   Mobile stays vertically scannable; wider screens compress the process into
   three equal columns to reduce page length. */
.city-hub-page .city-why-light { background: var(--white) !important; }
.city-hub-page .city-process-light,
.city-hub-page .city-coverage-light { background: #f7f7f5 !important; }

.city-hub-page .city-process-light .proc-grid {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.city-hub-page .city-process-light .proc-step {
  border-top: 0;
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.city-hub-page .city-process-light .proc-step:last-child { border-bottom: 0; }
.city-hub-page .city-process-light .proc-num {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}
.city-hub-page .city-process-light .proc-step h3,
.city-hub-page .city-process-light .proc-step h4 {
  color: var(--black);
  font-size: 21px;
}
.city-hub-page .city-process-light .proc-step p {
  color: var(--grey-dk) !important;
  font-size: 16px;
  line-height: 1.65;
}

.city-hub-page .city-dark-a {
  background: #17191b !important;
  border-top: 1px solid rgba(255,255,255,.11);
}
.city-hub-page .city-dark-a .section-head p,
.city-hub-page .city-dark-a .aud-card p { color: rgba(255,255,255,.84) !important; }
.city-hub-page .city-dark-a .aud-card {
  background: #24272a !important;
  border-color: rgba(255,255,255,.16) !important;
}

.city-hub-page .city-coverage-light .nbhd-tag {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--grey-dk);
  padding: 11px 16px;
}
.city-hub-page .city-coverage-light .nbhd-tag:hover {
  border-color: #cac8c2;
  color: var(--black);
}

@media (min-width: 800px) {
  .city-hub-page .city-process-light .proc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .city-hub-page .city-process-light .proc-step {
    grid-template-columns: 42px 1fr;
    border-right: 1px solid var(--border);
    border-bottom: 0;
    padding: 26px 24px;
  }
  .city-hub-page .city-process-light .proc-step:first-child { padding-left: 0; }
  .city-hub-page .city-process-light .proc-step:last-child {
    border-right: 0;
    padding-right: 0;
  }
}
.aud-card {
  background: #18191a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: var(--radius-card) !important;
  padding: 28px !important;
}
.aud-card h3,
.aud-card h4 { color: #fff !important; font-size: 22px !important; }
.aud-card p { color: rgba(255,255,255,.78) !important; font-size: 16px !important; }
.proc-step p { color: rgba(255,255,255,.78) !important; }
.intro-aside { background: #fff !important; border-radius: var(--radius-card) !important; }
.svc-icon,
.svc-arrow { display: none !important; }
.svc-card h3 { font-size: 27px !important; }
.svc-card p { font-size: 17px !important; line-height: 1.7 !important; }
.how-section::before { display: none !important; }

/* Authorized dealer bar: suppliers lead on the left; the trust statement is
   larger and easier to understand than a small uppercase caption. */
.brand-bar { padding-block: 38px !important; }
.brand-bar-inner {
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px) !important;
}
.brand-list {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 12px !important;
}
.brand-logo-card {
  min-height: 72px;
  padding: 14px 22px !important;
  border-radius: 12px !important;
}
.brand-logo-card img { width: auto; max-width: 190px; height: auto !important; max-height: 42px; }
.brand-bar-copy { max-width: 650px; }
.brand-bar-kicker {
  display: block;
  margin-bottom: 5px;
  color: #ff5a72;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.brand-bar-label {
  color: #fff !important;
  font-family: var(--fd);
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  line-height: 1.05;
  text-transform: none !important;
}
.brand-bar-copy p {
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

/* Motion should support comprehension, never block content. */
.anim-0,
.anim-1,
.anim-2,
.anim-3,
.anim-4 { animation-duration: .45s !important; }
.anim-0 { animation-delay: .02s !important; }
.anim-1 { animation-delay: .06s !important; }
.anim-2 { animation-delay: .10s !important; }
.anim-3 { animation-delay: .14s !important; }
.anim-4 { animation-delay: .18s !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1079px) {
  .site-header { height: 64px !important; }
  .hdr-quote { display: none !important; }
  .hdr-call-pill { display: flex !important; }
  .burger { display: flex !important; }
  .hero,
  .page-hero { min-height: auto !important; }
  .hero { padding: 116px var(--cx) 62px !important; }
  .page-hero { padding: 104px var(--cx) 60px !important; }
  .hero-h1,
  .ph-h1 { font-size: clamp(44px, 10vw, 68px) !important; }
  .city-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
  .cred .stats-grid-wrap { grid-template-columns: 1fr 1fr !important; }
}

@media (min-width: 1080px) {
  .hdr-quote { display: inline-flex !important; }
  .hdr-call-pill,
  .burger { display: none !important; }
}

@media (max-width: 699px) {
  :root { --cx: 20px; }
  body { padding-bottom: calc(64px + var(--safe-b)); }
  .site-header { padding-inline: 16px !important; }
  .hero::before,
  .page-hero::before,
  .ph-bg { background-position: 58% center !important; }
  .hero-overlay,
  .ph-overlay {
    background: linear-gradient(90deg, rgba(12,13,14,.92), rgba(12,13,14,.64)),
                linear-gradient(0deg, rgba(12,13,14,.42), rgba(12,13,14,.12)) !important;
  }
  .hero-h1,
  .ph-h1 { font-size: clamp(42px, 13vw, 58px) !important; }
  .hero .body-copy,
  .ph-sub { font-size: 17px !important; }
  .hero-ctas,
  .ph-ctas { flex-direction: column !important; }
  .hero-ctas .btn,
  .ph-ctas .btn { width: 100%; }
  .trust-item { padding: 15px 18px !important; }
  .routing,
  .cred,
  .services,
  .cities,
  .faq,
  .testimonials,
  .contact,
  .section,
  .faq-section,
  .res-section,
  .collections,
  .products,
  .plans,
  .areas-section,
  .designs-section,
  .specs-section,
  .brands-section { padding-block: 56px !important; }
  .cred .stats-grid-wrap { display: grid !important; grid-template-columns: 1fr !important; }
  .cred .cred-intro-cell,
  .cred .stat-cell { padding: 26px !important; }
  .emergency .wrap { grid-template-columns: 1fr !important; }
  .emrg-phone-link { width: 100%; min-width: 0 !important; }
  .city-grid { grid-template-columns: 1fr 1fr !important; gap: 9px !important; }
  .city-link { font-size: 15px !important; }
  .contact-inner-wrap > div:last-child > div { padding: 24px !important; }
  .test-cta-row { gap: 12px; }
  .test-cta-link[style*="margin-left"] { margin-left: 0 !important; }
  .brand-bar-inner { grid-template-columns: 1fr; }
  .brand-list { flex-wrap: wrap !important; }
  .brand-logo-card { min-height: 62px; padding: 12px 16px !important; }
  .brand-logo-card img { max-width: 145px; max-height: 34px; }
}
