:root {
  --bg: #101618;
  --panel: #182024;
  --panel-soft: #eef2ef;
  --text: #f7f8f5;
  --text-dark: #102223;
  --muted: #9fb0a9;
  --line: rgba(255, 255, 255, 0.08);
  --lime: #c6ff00;
  --lime-dark: #7faa00;
  --yellow: #ffd447;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --content: min(1180px, calc(100vw - 2rem));
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Archivo", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(198, 255, 0, 0.14), transparent 28%),
    linear-gradient(180deg, #0d1214 0%, #12191c 36%, #f4f6f1 36%, #f4f6f1 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header,
.hero-section,
.visualizer-embed-section,
.trust-strip,
.financing-band,
.process-section,
.service-section,
.locations-section,
.reviews-faq,
.final-cta,
.site-footer,
.subpage-hero,
.subpage-section {
  width: var(--content);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  backdrop-filter: blur(14px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  z-index: -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
}

.brand img {
  height: 56px;
  width: auto;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--muted);
}

.nav-links a:hover,
.location-card a:hover,
.review-summary-actions a:hover,
.footer-links a:hover {
  color: var(--lime);
}

.header-cta,
.primary-action,
.secondary-action,
.location-card div a,
.review-summary-actions a,
.content-card a,
.lendpro-banner,
.review-widget-card .see-reviews-link {
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.header-cta,
.primary-action,
.location-card div a:first-child,
.review-summary-actions a:first-child,
.content-card a,
.lendpro-banner {
  background: var(--lime);
  color: #09110a;
  border-radius: 8px;
  padding: 0.85rem 1.2rem;
  font-weight: 900;
}

.secondary-action,
.location-card div a:last-child,
.review-summary-actions a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0.85rem 1.2rem;
  color: var(--text);
  font-weight: 800;
}

.header-cta:hover,
.primary-action:hover,
.secondary-action:hover,
.location-card div a:hover,
.review-summary-actions a:hover,
.content-card a:hover {
  transform: translateY(-2px);
}

.hero-section,
.subpage-hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin-top: 1rem;
  box-shadow: var(--shadow);
}

.hero-section {
  min-height: 600px;
}

.subpage-hero {
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(8, 12, 12, 0.88) 0%, rgba(8, 12, 12, 0.68) 48%, rgba(8, 12, 12, 0.32) 100%),
    var(--hero-image) var(--hero-position, right center) / cover no-repeat,
    linear-gradient(135deg, #0d1214 0%, #172322 100%);
}

.subpage-hero.service-financing {
  background:
    radial-gradient(circle at 82% 20%, rgba(95, 224, 255, 0.18), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(198, 255, 0, 0.12), transparent 34%),
    linear-gradient(135deg, #0d1516 0%, #102324 52%, #052438 100%);
}

.subpage-hero.location-monroe-nc,
.subpage-hero.location-wingate-nc,
.subpage-hero.location-wadesboro-nc {
  min-height: 430px;
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 255, 0, 0.12), transparent 30%),
    linear-gradient(135deg, #0d1516 0%, #122424 52%, #1b2d20 100%);
}

.subpage-hero.service-financing::after,
.subpage-hero.location-monroe-nc::after,
.subpage-hero.location-wingate-nc::after,
.subpage-hero.location-wadesboro-nc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(1.2rem, 5vw, 4.5rem);
  width: min(430px, 38vw);
  aspect-ratio: 600 / 500;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 26px;
  background:
    var(--hero-image) center / contain no-repeat,
    #052438;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.subpage-hero.location-monroe-nc::after,
.subpage-hero.location-wingate-nc::after,
.subpage-hero.location-wadesboro-nc::after {
  right: clamp(1rem, 3vw, 2.6rem);
  width: min(650px, 52vw);
  aspect-ratio: 1536 / 1024;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    var(--hero-image) center / contain no-repeat,
    rgba(255, 255, 255, 0.06);
}

.hero-video,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-scrim {
  background:
    linear-gradient(115deg, rgba(8, 12, 12, 0.82) 0%, rgba(8, 12, 12, 0.45) 46%, rgba(8, 12, 12, 0.75) 100%),
    linear-gradient(180deg, rgba(198, 255, 0, 0.12), transparent 45%);
}

.hero-copy,
.subpage-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: clamp(2rem, 6vw, 5rem);
}

.service-financing .subpage-hero-copy {
  max-width: 620px;
}

.location-monroe-nc .subpage-hero-copy,
.location-wingate-nc .subpage-hero-copy,
.location-wadesboro-nc .subpage-hero-copy {
  max-width: 470px;
}

.hero-copy h1,
.subpage-hero h1,
.section-heading h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
}

.hero-copy h1,
.subpage-hero h1 {
  font-size: clamp(3.1rem, 7.2vw, 5.9rem);
  text-transform: uppercase;
}

.subpage-hero h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 4.7vw, 4.05rem);
}

.location-monroe-nc h1,
.location-wingate-nc h1,
.location-wadesboro-nc h1 {
  font-size: clamp(2.35rem, 4.1vw, 3.45rem);
}

.hero-subcopy,
.subpage-hero-copy p:last-of-type {
  margin: 1rem 0 0;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-proof span,
.chip-row span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  font-size: 0.92rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--yellow);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visualizer-embed-section,
.financing-band,
.process-section,
.service-section,
.locations-section,
.reviews-faq,
.final-cta,
.subpage-section {
  color: var(--text-dark);
}

.visualizer-embed-section,
.financing-band,
.process-section,
.service-section,
.locations-section,
.reviews-faq,
.subpage-section {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  background:
    radial-gradient(circle at 92% 12%, rgba(198, 255, 0, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(243, 247, 239, 0.92));
  border-radius: var(--radius-xl);
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
  box-shadow: 0 18px 36px rgba(16, 26, 24, 0.08);
}

.visualizer-embed-section::before,
.financing-band::before,
.process-section::before,
.service-section::before,
.locations-section::before,
.reviews-faq::before,
.subpage-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 60%, rgba(16, 34, 35, 0.04) 60% 62%, transparent 62%),
    radial-gradient(circle at 8% 90%, rgba(16, 34, 35, 0.06), transparent 24%);
}

.visualizer-embed-section > *,
.financing-band > *,
.process-section > *,
.service-section > *,
.locations-section > *,
.reviews-faq > *,
.subpage-section > * {
  position: relative;
  z-index: 1;
}

.visualizer-embed-section {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2rem;
  padding: 0;
  border-radius: 0;
  background: #0f1717;
  box-shadow: none;
}

.visualizer-embed-section::before {
  display: none;
}

.soft-image-section::after,
.visual-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(420px, 52%);
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244, 246, 241, 0), rgba(244, 246, 241, 0.86) 38%, rgba(244, 246, 241, 0.96)),
    var(--section-image) center / cover no-repeat;
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.visual-section::after {
  opacity: 0.14;
}

.visualizer-frame {
  margin-top: 0;
  background: linear-gradient(180deg, #0f1717 0%, #162021 100%);
  border-radius: 0;
  min-height: calc(100vh - 7.5rem);
  padding: 0;
}

#autosync-visualizer {
  min-height: calc(100vh - 7.5rem);
}

#autosync-visualizer iframe,
#autosync-visualizer > iframe {
  width: 100%;
  min-height: calc(100vh - 7.5rem);
  border: 0;
}

.visualizer-review-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 7.5rem);
  color: rgba(255, 255, 255, 0.68);
  border: 1px dashed rgba(198, 255, 0, 0.42);
  border-radius: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.trust-strip div {
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.trust-strip strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.trust-strip span {
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 0.6rem;
}

.section-heading h2,
.faq-heading h2,
.final-cta h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-transform: uppercase;
}

.section-heading p,
.faq-heading p,
.final-cta p,
.detail-card p,
.content-card p,
.review-summary-card p,
.location-card p,
.faq-list p,
.site-footer p {
  margin: 0;
  color: #37504d;
}

.process-grid,
.content-grid,
.location-grid,
.review-overview-grid,
.footer-grid,
.subpage-grid {
  display: grid;
  gap: 1rem;
}

.process-grid {
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step,
.content-card,
.location-card,
.review-summary-card,
.detail-card,
.image-panel {
  background: var(--white);
  border: 1px solid rgba(16, 34, 35, 0.08);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.visual-section .detail-card {
  min-height: auto;
}

.visual-section .detail-card p + p {
  margin-top: 0.7rem;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--lime);
  color: #102223;
  font-weight: 800;
}

.process-step h3,
.content-card h3,
.location-card h3,
.review-summary-card h3,
.detail-card h2,
.image-panel h2 {
  margin: 0.9rem 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.62rem;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.content-grid {
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card a {
  display: inline-flex;
  margin-top: 1rem;
}

.location-grid {
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card span,
.review-summary-card span,
.review-widget-heading span {
  display: inline-flex;
  color: var(--lime-dark);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-card h3 a {
  color: inherit;
}

.location-card div,
.review-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.review-overview-grid {
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-location {
  grid-template-columns: 1fr;
}

.mini-review-list,
.footer-links,
.bullet-list,
.detail-list {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.mini-review-list li,
.detail-list li {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(16, 34, 35, 0.08);
}

.mini-review-list strong,
.detail-list strong {
  display: block;
  color: #0b1a19;
}

.mini-review-list span {
  display: block;
  margin-top: 0.15rem;
  color: #62807b;
  font-size: 0.92rem;
}

.mini-review-list p {
  margin-top: 0.45rem;
}

.reviews-faq {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 1rem;
}

.faq-panel,
.full-width-panel {
  background: #f8faf6;
  border-radius: var(--radius-lg);
  padding: 1.4rem;
}

.faq-list details {
  border-top: 1px solid rgba(16, 34, 35, 0.1);
  padding: 0.9rem 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #0f2220;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin-top: 0.6rem;
}

.review-widget-card {
  margin-top: 1rem;
  border: 1px solid rgba(16, 34, 35, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ffffff;
}

.location-widget-card {
  box-shadow: none;
}

.review-widget-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1rem 1rem 0;
}

.review-widget-heading strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.reviews-widget-container {
  padding: 1rem;
}

.reviews-widget {
  width: 100%;
  min-height: 315px;
  border: 0;
}

.financing-band {
  display: grid;
  gap: 1rem;
}

.lendpro-banner {
  display: block;
  padding: 0;
  background: transparent;
}

.lendpro-banner img {
  width: 100%;
  border-radius: 20px;
}

.subpage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-section .subpage-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: start;
}

.image-panel,
.finance-rail-panel {
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  overflow: hidden;
  padding: 0;
  background: #101618;
  color: var(--white);
  min-height: 100%;
}

.finance-rail-panel {
  grid-template-rows: 1fr;
  place-items: center;
  padding: 0.7rem;
  background: #052438;
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.finance-rail-panel img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
}

.service-financing .image-panel img,
.service-tire-repair .image-panel img,
.service-tpms-services .image-panel img {
  object-fit: contain;
  background: #030506;
}

.service-financing .image-panel img {
  background: #052438;
}

.image-panel-copy {
  padding: 1.15rem;
  background:
    radial-gradient(circle at right top, rgba(198, 255, 0, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(16, 22, 24, 0.96), rgba(25, 36, 36, 0.98));
}

.image-panel span {
  display: inline-flex;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.image-panel h2 {
  color: var(--white);
}

.image-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.detail-card h2 {
  margin-top: 0;
}

.bullet-list li {
  margin-top: 0.55rem;
  color: #203937;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.chip-row span {
  color: #13312c;
  background: #ebf6cb;
  border-color: rgba(126, 170, 0, 0.16);
}

.compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.final-cta {
  margin: 2rem auto 5.5rem;
  background: linear-gradient(135deg, #11211f 0%, #1d2f2d 100%);
  border-radius: 28px;
  padding: clamp(1.8rem, 4vw, 3rem);
  color: var(--white);
  text-align: center;
}

.final-cta p {
  margin: 0.8rem auto 1.2rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  margin-bottom: 6rem;
  padding: 2rem 0 0;
  color: var(--text-dark);
}

.footer-grid {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(16, 34, 35, 0.14);
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.footer-links li + li {
  margin-top: 0.55rem;
}

.mobile-bar {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 30;
  display: none;
  gap: 0.6rem;
  width: min(540px, calc(100vw - 1rem));
  padding: 0.65rem;
  border-radius: 999px;
  background: rgba(10, 14, 15, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.mobile-bar a {
  flex: 1;
  text-align: center;
  padding: 0.85rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .trust-strip,
  .process-grid,
  .content-grid,
  .location-grid,
  .review-overview-grid,
  .footer-grid,
  .subpage-grid,
  .compact-grid,
  .reviews-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-section .subpage-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero.service-financing::after,
  .subpage-hero.location-monroe-nc::after,
  .subpage-hero.location-wingate-nc::after,
  .subpage-hero.location-wadesboro-nc::after {
    right: 1.4rem;
    width: min(320px, 34vw);
    opacity: 0.72;
  }

  .subpage-hero.location-monroe-nc::after,
  .subpage-hero.location-wingate-nc::after,
  .subpage-hero.location-wadesboro-nc::after {
    width: min(430px, 40vw);
    opacity: 0.92;
  }

  .image-panel {
    grid-template-columns: minmax(220px, 0.85fr) 1fr;
    grid-template-rows: 1fr;
  }

  .finance-rail-panel {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(180deg, #101618 0%, #11181a 28%, #f4f6f1 28%, #f4f6f1 100%);
  }

  .site-header {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.85rem;
  }

  .site-header::before {
    border-radius: 28px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-links {
    justify-content: center;
  }

  .hero-section,
  .subpage-hero {
    min-height: auto;
    border-radius: 24px;
  }

  .subpage-hero.service-financing::after,
  .subpage-hero.location-monroe-nc::after,
  .subpage-hero.location-wingate-nc::after,
  .subpage-hero.location-wadesboro-nc::after {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(320px, calc(100% - 2rem));
    margin: 0 auto 1.2rem;
    transform: none;
    opacity: 1;
  }

  .subpage-hero.location-monroe-nc::after,
  .subpage-hero.location-wingate-nc::after,
  .subpage-hero.location-wadesboro-nc::after {
    width: min(520px, calc(100% - 2rem));
  }

  .trust-strip,
  .process-grid,
  .content-grid,
  .location-grid,
  .review-overview-grid,
  .footer-grid,
  .subpage-grid,
  .compact-grid,
  .reviews-faq {
    grid-template-columns: 1fr;
  }

  .mobile-bar {
    display: flex;
  }

  .soft-image-section::after,
  .visual-section::after {
    width: 100%;
    opacity: 0.09;
  }

  .image-panel {
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
  }

  .finance-rail-panel {
    min-height: 420px;
  }

  .site-footer {
    margin-bottom: 7rem;
  }
}

/* Brand restoration: keep the crawlable SEO pages inside the original site system. */
:root {
  --asphalt: #111315;
  --charcoal: #1e2326;
  --tire: #353b3f;
  --mist: #f4f6f7;
  --line-legacy: #dde4e7;
  --lime: #c8ff00;
  --lime-strong: #a8db00;
  --shadow: 0 24px 70px rgba(17, 19, 21, 0.18);
}

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  background:
    radial-gradient(circle at 88% 10%, rgba(200, 255, 0, 0.18), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f5f7f8 48%, #ffffff 100%);
  color: var(--asphalt);
}

.site-header,
.hero-section,
.visualizer-embed-section,
.trust-strip,
.financing-band,
.process-section,
.service-section,
.locations-section,
.reviews-faq,
.final-cta,
.site-footer,
.subpage-hero,
.subpage-section {
  width: 100%;
  max-width: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(0, 0, 0, 0.94);
  border-bottom: 1px solid rgba(200, 255, 0, 0.22);
  border-radius: 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  display: none;
}

.brand {
  min-width: max-content;
  padding-left: 0;
}

.brand img {
  width: auto;
  height: 104px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  gap: 24px;
  color: #f5f7f8;
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--lime);
  border-color: rgba(200, 255, 0, 0.7);
}

.header-cta,
.primary-action,
.location-card div a:first-child,
.review-summary-actions a:first-child,
.content-card a,
.lendpro-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--lime);
  color: var(--asphalt);
  box-shadow: 0 14px 24px rgba(168, 219, 0, 0.28);
  font-weight: 950;
}

.secondary-action,
.location-card div a:last-child,
.review-summary-actions a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  font-weight: 900;
}

.location-card div a:last-child,
.review-summary-actions a:last-child {
  border-color: rgba(17, 19, 21, 0.12);
  color: var(--asphalt);
}

.hero-section,
.subpage-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  background: #070808;
  color: var(--white);
  box-shadow: none;
}

.hero-section {
  display: flex;
  align-items: center;
  min-height: min(780px, calc(100vh - 82px));
  padding: clamp(88px, 12vw, 150px) clamp(20px, 4vw, 56px) clamp(64px, 8vw, 104px);
}

.subpage-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.9) 0%, rgba(5, 6, 6, 0.74) 42%, rgba(5, 6, 6, 0.28) 100%),
    var(--hero-image) var(--hero-position, right center) / cover no-repeat,
    #070808;
}

.subpage-hero.service-financing,
.subpage-hero.location-monroe-nc,
.subpage-hero.location-wingate-nc,
.subpage-hero.location-wadesboro-nc {
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.92) 0%, rgba(5, 6, 6, 0.76) 39%, rgba(5, 6, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(5, 6, 6, 0.08), rgba(5, 6, 6, 0.72)),
    #070808;
}

.subpage-hero.service-financing::after,
.subpage-hero.location-monroe-nc::after,
.subpage-hero.location-wingate-nc::after,
.subpage-hero.location-wadesboro-nc::after {
  border-radius: 8px;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.9) 0%, rgba(5, 6, 6, 0.76) 42%, rgba(5, 6, 6, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 6, 6, 0.2), rgba(5, 6, 6, 0.78));
}

.hero-copy,
.subpage-hero-copy {
  max-width: 760px;
  padding: 0;
}

.subpage-hero-copy {
  padding: clamp(88px, 12vw, 150px) clamp(20px, 4vw, 56px) clamp(64px, 8vw, 104px);
}

.location-monroe-nc .subpage-hero-copy,
.location-wingate-nc .subpage-hero-copy,
.location-wadesboro-nc .subpage-hero-copy {
  max-width: 500px;
}

.hero-copy h1,
.subpage-hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

.subpage-hero h1 {
  font-size: clamp(3.2rem, 6vw, 6.2rem);
}

.location-monroe-nc h1,
.location-wingate-nc h1,
.location-wadesboro-nc h1 {
  font-size: clamp(2.7rem, 5.2vw, 5rem);
}

.hero-subcopy,
.subpage-hero-copy p:last-of-type {
  max-width: 560px;
  margin: 0 0 28px;
  color: #dbe2e4;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 0;
  margin-bottom: 28px;
}

.hero-proof {
  margin-top: 0;
}

.hero-proof span,
.chip-row span {
  border-radius: 8px;
  font-weight: 800;
}

.eyebrow {
  color: var(--lime);
  font-weight: 950;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #090a0b;
  box-shadow: 0 20px 44px rgba(17, 19, 21, 0.08);
}

.trust-strip div {
  padding: 28px 20px;
  border: 0;
  border-right: 1px solid rgba(200, 255, 0, 0.55);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent), #111315;
  text-align: center;
}

.trust-strip strong {
  color: var(--white);
  font-weight: 950;
  text-transform: uppercase;
}

.trust-strip span {
  color: #cfd7da;
}

.financing-band,
.process-section,
.service-section,
.locations-section,
.reviews-faq,
.subpage-section {
  margin-top: 0;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 4vw, 56px);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}

.financing-band::before,
.process-section::before,
.service-section::before,
.locations-section::before,
.reviews-faq::before,
.subpage-section::before {
  display: none;
}

.process-section,
.locations-section,
.subpage-section:nth-of-type(even) {
  background: linear-gradient(180deg, #f4f6f7, #ffffff);
}

.service-section,
.financing-band,
.subpage-section:nth-of-type(odd) {
  background: #ffffff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 30px;
}

.section-heading.compact {
  display: block;
  max-width: 920px;
  text-align: center;
}

.section-heading h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--asphalt);
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.section-heading p,
.faq-heading p,
.final-cta p,
.detail-card p,
.content-card p,
.review-summary-card p,
.location-card p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.process-grid,
.content-grid,
.location-grid,
.review-overview-grid,
.footer-grid,
.subpage-grid {
  max-width: 1180px;
  margin-inline: auto;
}

.process-step,
.content-card,
.location-card,
.review-summary-card,
.detail-card,
.image-panel {
  border: 1px solid var(--line-legacy);
  border-radius: 8px;
  background: var(--white);
  box-shadow: none;
}

.process-step h3,
.content-card h3,
.location-card h3,
.review-summary-card h3,
.detail-card h2,
.image-panel h2 {
  font-size: 1.55rem;
  line-height: 1;
}

.financing-location-section {
  scroll-margin-top: 144px;
  background:
    linear-gradient(135deg, rgba(200, 255, 0, 0.12), transparent 36%),
    var(--mist);
}

.financing-location-heading {
  display: block;
}

.financing-location-heading p {
  max-width: 65ch;
  margin: 16px 0 0;
}

.financing-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin-inline: auto;
}

.financing-location-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
}

.financing-location-card h3 {
  margin-bottom: 12px;
}

.financing-location-card p {
  margin-bottom: 24px;
}

.financing-application-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--lime);
  color: var(--asphalt);
  box-shadow: 0 14px 24px rgba(168, 219, 0, 0.24);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.financing-application-link:hover {
  background: var(--lime-strong);
  transform: translateY(-2px);
}

.financing-application-link:active {
  transform: translateY(1px);
}

.financing-application-link:focus-visible {
  outline: 3px solid var(--asphalt);
  outline-offset: 3px;
}

.financing-dialog-open {
  overflow: hidden;
}

.financing-dialog {
  width: min(1120px, calc(100vw - 32px));
  height: min(900px, calc(100dvh - 32px));
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  color: var(--asphalt);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  overflow: hidden;
}

.financing-dialog::backdrop {
  background: rgba(5, 6, 6, 0.78);
  backdrop-filter: blur(6px);
}

.financing-dialog-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
}

.financing-dialog-header,
.financing-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: var(--white);
}

.financing-dialog-header {
  border-bottom: 1px solid var(--line-legacy);
}

.financing-dialog-header span {
  display: block;
  color: #527000;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.financing-dialog-header h2 {
  margin: 3px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.financing-dialog-close {
  min-width: 76px;
  min-height: 44px;
  padding: 0 16px;
  border: 2px solid var(--asphalt);
  border-radius: 8px;
  background: var(--white);
  color: var(--asphalt);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.financing-dialog-close:hover {
  background: var(--mist);
}

.financing-dialog-close:active {
  transform: translateY(1px);
}

.financing-dialog-close:focus-visible,
.financing-dialog-footer a:focus-visible {
  outline: 3px solid var(--lime-strong);
  outline-offset: 3px;
}

.financing-dialog-content {
  position: relative;
  min-height: 0;
  background: #eef2f3;
}

.financing-dialog-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background: #eef2f3;
  color: var(--asphalt);
  font-weight: 900;
  text-align: center;
}

.financing-dialog-loading[hidden] {
  display: none;
}

.financing-dialog-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--white);
}

.financing-dialog-footer {
  border-top: 1px solid var(--line-legacy);
}

.financing-dialog-footer p {
  margin: 0;
  color: var(--tire);
  font-size: 0.9rem;
}

.financing-dialog-footer a {
  flex: 0 0 auto;
  color: #415a00;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.visualizer-embed-section {
  width: 100%;
  margin: 0;
  padding: clamp(34px, 5vw, 64px) clamp(20px, 4vw, 56px) clamp(42px, 6vw, 72px);
  background: linear-gradient(180deg, #050606 0%, #111315 100%);
}

.visualizer-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(280px, 0.35fr);
  gap: 24px;
  align-items: end;
  max-width: 1320px;
  margin: 0 auto 22px;
}

.visualizer-heading h2 {
  margin: 0;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.visualizer-heading p {
  margin: 0;
  color: #dbe2e4;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.48;
}

.quote-disclaimer-band {
  margin: 0;
  padding: 24px clamp(20px, 4vw, 56px);
  background: var(--mist);
}

.quote-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(17, 19, 21, 0.14);
  border-left: 5px solid var(--lime-strong);
  border-radius: 8px;
  background: var(--white);
  color: var(--asphalt);
  box-shadow: 0 10px 28px rgba(17, 19, 21, 0.08);
}

.quote-disclaimer strong {
  flex: 0 0 auto;
  color: #527000;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-disclaimer span {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.visualizer-embed-section .quote-disclaimer {
  max-width: 1320px;
  margin: 0 auto 22px;
}

.quote-disclaimer-dark {
  border-color: rgba(200, 255, 0, 0.28);
  border-left-color: var(--lime);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  box-shadow: none;
}

.quote-disclaimer-dark strong {
  color: var(--lime);
}

.visualizer-frame {
  max-width: 1320px;
  min-height: clamp(420px, 62vw, 760px);
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(200, 255, 0, 0.28);
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04), 0 30px 80px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

#autosync-visualizer,
#autosync-visualizer iframe,
#autosync-visualizer > iframe,
.visualizer-review-placeholder {
  min-height: clamp(420px, 62vw, 760px);
}

.visualizer-review-placeholder {
  border-radius: 0;
}

.review-panel {
  max-width: 1180px;
  margin: 0 auto;
}

.review-widget-grid {
  display: grid;
  gap: 16px;
}

.review-widget-card {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.review-widget-heading {
  align-items: end;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}

.review-widget-heading span {
  color: var(--lime);
}

.review-widget-heading strong {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
}

.reviews-widget-container {
  padding: 0;
  background: var(--white);
}

.reviews-widget {
  display: block;
  min-height: 300px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reviews-faq {
  display: block;
  background: var(--asphalt);
  color: var(--white);
}

.reviews-faq .section-heading {
  display: block;
  margin: 0 0 24px;
}

.reviews-faq .section-heading h2 {
  margin-bottom: 0;
}

.reviews-faq .section-heading h2,
.reviews-faq .faq-heading h2 {
  color: var(--white);
}

.reviews-faq .section-heading p,
.reviews-faq .faq-heading p {
  color: #cfd7da;
}

.faq-panel {
  max-width: 1180px;
  margin-inline: auto;
  border: 1px solid rgba(200, 255, 0, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(200, 255, 0, 0.12), transparent 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)), #0b0d0e;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.faq-list summary {
  padding: 18px 20px;
  color: var(--white);
  font-weight: 950;
  line-height: 1.25;
}

.faq-list summary::after {
  float: right;
  margin-left: 16px;
  color: var(--lime);
  content: "+";
  font-family: var(--font-body);
  font-size: 1.3rem;
  line-height: 0.9;
}

.faq-list details[open] summary {
  color: var(--lime);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 18px;
  color: #dbe2e4;
  line-height: 1.45;
}

.final-cta {
  margin: 0;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 4vw, 56px) clamp(96px, 10vw, 128px);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86) 56%, rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(200, 255, 0, 0.22), transparent 34%),
    var(--white);
  color: var(--asphalt);
}

.site-footer {
  margin: 0;
  padding: 48px clamp(20px, 4vw, 56px) 112px;
  background: #f4f6f7;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.mobile-bar {
  border-radius: 8px;
}

.mobile-bar a {
  border-radius: 8px;
  font-weight: 950;
}

@media (max-width: 980px) {
  .visualizer-heading {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .section-heading,
  .visualizer-heading {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .process-grid,
  .content-grid,
  .location-grid,
  .review-overview-grid,
  .footer-grid,
  .subpage-grid,
  .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .financing-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .quote-disclaimer {
    display: grid;
    gap: 6px;
  }

  body {
    padding-bottom: 70px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7f8 48%, #ffffff 100%);
  }

  .site-header {
    position: sticky;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 16px 14px;
  }

  .brand img {
    height: 68px;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 14px;
    font-size: 0.82rem;
  }

  .hero-section {
    min-height: 680px;
    padding: 72px 16px 42px;
  }

  .subpage-hero {
    min-height: auto;
  }

  .subpage-hero-copy {
    padding: 72px 16px 42px;
  }

  .hero-copy h1,
  .subpage-hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .subpage-hero.service-financing h1 {
    font-size: clamp(2.7rem, 14vw, 3.65rem);
  }

  .subpage-hero.service-financing::after,
  .subpage-hero.location-monroe-nc::after,
  .subpage-hero.location-wingate-nc::after,
  .subpage-hero.location-wadesboro-nc::after {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(520px, calc(100% - 2rem));
    margin: 0 auto 1.2rem;
    transform: none;
  }

  .trust-strip,
  .process-grid,
  .content-grid,
  .location-grid,
  .review-overview-grid,
  .footer-grid,
  .subpage-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .financing-location-grid {
    grid-template-columns: 1fr;
  }

  .financing-location-card {
    min-height: auto;
  }

  .financing-dialog {
    width: calc(100vw - 12px);
    height: calc(100dvh - 12px);
  }

  .financing-dialog-header,
  .financing-dialog-footer {
    padding: 12px;
  }

  .financing-dialog-footer {
    align-items: flex-start;
  }

  .financing-dialog-footer p {
    font-size: 0.78rem;
  }
}
