:root {
  --ucfc-red: #a92b30;
  --ucfc-red-dark: #7f171c;
  --ucfc-ink: #222b32;
  --ucfc-muted: #53606a;
  --ucfc-soft: #f6f7f8;
  --ucfc-border: #d8dee3;
  --ucfc-focus: #0b66c3;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ucfc-ink);
}

.button.primary,
button.primary,
input[type="submit"].wpcf7-submit,
.header-button .button,
.btn_top .button {
  background-color: var(--ucfc-red) !important;
  border-color: var(--ucfc-red) !important;
  color: #fff !important;
  text-shadow: none !important;
}

.button.primary:hover,
.button.primary:focus-visible,
button.primary:hover,
button.primary:focus-visible,
input[type="submit"].wpcf7-submit:hover,
input[type="submit"].wpcf7-submit:focus-visible {
  background-color: var(--ucfc-red-dark) !important;
  border-color: var(--ucfc-red-dark) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ucfc-focus) !important;
  outline-offset: 3px;
}

#main p a:not(.button),
#main li a:not(.button),
.local-breadcrumbs a {
  color: #174f7a !important;
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.16em;
}

.stick-call-btn {
  display: none !important;
}

.blog-page-heading {
  margin: 0 auto;
  max-width: 1140px;
  padding: 48px 15px 16px;
}

.blog-page-heading h1 {
  margin-bottom: 0;
}

.privacy-technology {
  background: var(--ucfc-soft);
  border-radius: 14px;
  margin: 24px auto 64px;
  max-width: 1110px;
  padding: 32px;
}

.privacy-technology p:last-child {
  margin-bottom: 0;
}

.home #section_1308735308 {
  background-color: var(--ucfc-red-dark) !important;
}

.home #section_1308735308,
.home #section_1308735308 p,
.home #section_1308735308 li,
.home #section_1308735308 strong,
.home #section_1308735308 a {
  color: #fff !important;
}

.absolute-footer {
  background-color: #183b2d !important;
  color: #fff !important;
}

.absolute-footer a,
.absolute-footer .copyright-footer {
  color: #fff !important;
}

.accordion-title span {
  color: #333 !important;
}

.header-nav .current-menu-item > a,
.header-nav .current_page_item > a {
  color: var(--ucfc-red-dark) !important;
}

.home .banner .text-inner h3 a,
.home .banner .text-inner h3 a strong {
  color: #fff !important;
}

.video-lite {
  background: #111;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: grid;
  overflow: hidden;
  padding: 0;
  place-items: center;
  position: relative;
  width: 100%;
}

.video-lite img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  opacity: 0.72;
  width: 100%;
}

.video-lite__play {
  align-items: center;
  background: var(--ucfc-red);
  border-radius: 999px;
  display: flex;
  font-size: 1.8rem;
  height: 64px;
  justify-content: center;
  left: 50%;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -65%);
  width: 64px;
}

.video-lite__label {
  bottom: 10%;
  font-size: 1rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 0 1px 4px #000;
  transform: translateX(-50%);
  width: 90%;
}

.video-lite iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.privacy-consent {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ucfc-border);
  border-radius: 12px;
  bottom: 16px;
  box-shadow: 0 12px 40px rgb(0 0 0 / 22%);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 50%;
  max-width: 760px;
  padding: 18px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 99999;
}

.privacy-consent[hidden] {
  display: none;
}

.privacy-consent p {
  color: var(--ucfc-muted);
  margin: 4px 0 0;
}

.privacy-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.privacy-consent__actions button {
  margin: 0;
  min-height: 44px;
}

.seo-location-page {
  background: #fff;
}

.local-hero,
.local-content,
.local-service-area,
.local-faq,
.local-final-cta,
.local-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.local-hero {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  padding: 64px 20px;
}

.local-hero::before {
  background:
    linear-gradient(120deg, rgb(255 255 255 / 97%), rgb(255 255 255 / 70%)),
    url("/assets/hero-cash-for-cars.webp")
      center / cover;
  content: "";
  inset: 0;
  max-height: 660px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.local-hero {
  position: relative;
}

.local-hero > * {
  position: relative;
  z-index: 1;
}

.local-eyebrow {
  color: var(--ucfc-red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.local-hero h1 {
  color: var(--ucfc-ink);
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 22px;
}

.local-hero__content > p:not(.local-eyebrow) {
  color: #35434d;
  font-size: 1.08rem;
  line-height: 1.75;
}

.local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.local-actions .button {
  margin: 0;
}

.local-actions .secondary {
  background: #fff;
  border: 2px solid var(--ucfc-red);
  color: var(--ucfc-red-dark);
}

.local-benefits {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-benefits li {
  margin: 0;
  padding-left: 28px;
  position: relative;
}

.local-benefits li::before {
  color: #397a29;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.local-quote {
  background: #fff;
  border: 1px solid var(--ucfc-border);
  border-radius: 14px;
  box-shadow: 0 16px 45px rgb(35 43 50 / 14%);
  padding: 24px;
}

.local-quote h2 {
  font-size: 1.45rem;
  margin-bottom: 16px;
}

.local-quote input:not([type="radio"]):not([type="submit"]),
.local-quote textarea,
.local-quote select {
  border: 1px solid #87939d;
  border-radius: 5px;
  min-height: 44px;
}

.local-quote .wpcf7-submit {
  min-height: 48px;
  width: 100%;
}

.local-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 8px;
  padding: 16px 20px;
}

.local-content {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr;
  padding: 72px 20px;
}

.local-content h2,
.local-service-area h2,
.local-faq h2,
.local-final-cta h2 {
  color: var(--ucfc-ink);
  letter-spacing: -0.025em;
}

.local-content p,
.local-service-area p,
.local-faq p,
.local-final-cta p {
  color: var(--ucfc-muted);
  line-height: 1.75;
}

.local-process {
  background: var(--ucfc-soft);
  border-radius: 14px;
  padding: 30px;
}

.local-process ol {
  margin-bottom: 0;
}

.local-process li {
  margin-bottom: 14px;
}

.local-service-area {
  align-items: center;
  background: #f8f1e8;
  border-radius: 18px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 42px;
}

.local-service-area .button,
.local-final-cta .button {
  flex: 0 0 auto;
  margin: 0;
}

.local-faq {
  padding: 72px 20px;
}

.local-faq details {
  border-bottom: 1px solid var(--ucfc-border);
  padding: 18px 0;
}

.local-faq summary {
  color: var(--ucfc-ink);
  cursor: pointer;
  font-weight: 700;
}

.local-faq details p {
  margin: 12px 0 0;
}

.local-final-cta {
  align-items: center;
  background: #222b32;
  border-radius: 18px;
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 72px;
  padding: 42px;
}

.local-final-cta h2,
.local-final-cta p {
  color: #fff;
}

@media (max-width: 849px) {
  .local-hero {
    gap: 26px;
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .local-hero::before {
    max-height: 900px;
  }

  .local-content {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 52px;
    padding-top: 52px;
  }

  .local-service-area,
  .local-final-cta {
    align-items: flex-start;
    border-radius: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding: 34px 20px;
  }
}

@media (max-width: 549px) {
  .privacy-consent {
    align-items: stretch;
    bottom: 8px;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    width: calc(100% - 16px);
  }

  .privacy-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .local-hero {
    padding: 34px 16px;
  }

  .local-hero h1 {
    font-size: 2.5rem;
  }

  .local-actions {
    display: grid;
  }

  .local-actions .button {
    width: 100%;
  }

  .local-quote {
    padding: 18px;
  }

  .local-breadcrumbs,
  .local-content,
  .local-faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home #section_710941960 .section-content {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .home #section_710941960 .button.primary {
    color: #fff !important;
  }
}
