/*
Theme Name: Wykupię Auto
Theme URI: https://wykupieauto.pl
Author: Wykupię Auto
Description: Szybki motyw SEO dla strony skupu aut w każdym stanie.
Version: 1.0.0
Text Domain: wykupieauto
*/

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext-500.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800 950;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext-800.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800 950;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #121417;
  --muted: #5d6673;
  --line: #d9dee5;
  --paper: #f7f8f8;
  --white: #fff;
  --brand: #d9232e;
  --brand-dark: #a8141e;
  --gold: #f1b434;
  --road: #2d343c;
  --green: #1d7a57;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(18, 20, 23, .13);
  --font: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: 0;
  padding-top: 73px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(217, 222, 229, .9);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  transition: background-color .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.site-header.is-stuck {
  border-color: rgba(203, 210, 217, .72);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 34px rgba(18, 20, 23, .1);
}

.admin-bar .site-header {
  top: 32px;
}

body.admin-bar {
  padding-top: 105px;
}

section,
[id] {
  scroll-margin-top: 96px;
}

.header-inner,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
  transition: min-height .18s ease;
}

.site-header.is-stuck .header-inner {
  min-height: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  color: var(--white);
  background: var(--brand);
  border-radius: 6px;
  box-shadow: inset 0 -6px 14px rgba(0, 0, 0, .18);
  display: inline-grid;
  font-size: .95rem;
  line-height: 1;
  min-height: 28px;
  min-width: 44px;
  padding: 6px 8px;
  place-items: center;
}

.brand-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-title {
  align-items: center;
  color: #111827;
  display: inline-flex;
  font-size: 1.42rem;
  gap: 8px;
  line-height: 1;
  white-space: nowrap;
}

.brand-name small {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #2b3138;
  font-size: .95rem;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--brand);
}

.nav .nav-cars {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(217, 35, 46, .28);
  border-radius: 999px;
  background: #fff3d1;
  color: var(--brand-dark);
  box-shadow: 0 12px 28px rgba(217, 35, 46, .12);
  font-weight: 900;
}

.nav .nav-cars::before {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(29, 122, 87, .12);
  content: "";
}

.nav .nav-cars:hover {
  border-color: rgba(217, 35, 46, .45);
  background: #ffeab3;
  color: var(--brand-dark);
  transform: translateY(-1px);
}

.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-parent::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 25;
  display: grid;
  min-width: 260px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 48px rgba(18, 20, 23, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.nav-dropdown::before {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  height: 18px;
  content: "";
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #2b3138;
  line-height: 1.25;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: #fff3d1;
  color: var(--brand-dark);
}

.mobile-nav {
  display: none;
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.mobile-menu-toggle {
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu-lines,
.mobile-menu-lines::before,
.mobile-menu-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform .18s ease, opacity .18s ease;
}

.mobile-menu-lines {
  position: relative;
}

.mobile-menu-lines::before,
.mobile-menu-lines::after {
  position: absolute;
  left: 0;
}

.mobile-menu-lines::before {
  top: -6px;
}

.mobile-menu-lines::after {
  top: 6px;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-lines {
  background: transparent;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--brand);
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(217, 35, 46, .25);
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 248, 248, 1) 0%, rgba(247, 248, 248, .96) 34%, rgba(247, 248, 248, .66) 53%, rgba(247, 248, 248, .1) 76%),
    url("assets/hero-premium-v2.jpg?v=3") 72% center / cover no-repeat,
    #f7f8f8;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 248, 248, 1) 0%, rgba(247, 248, 248, .96) 34%, rgba(247, 248, 248, .66) 53%, rgba(247, 248, 248, .1) 76%),
    linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 46%, rgba(18, 20, 23, .08) 100%);
  z-index: 1;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, rgba(247, 248, 248, 0), rgba(247, 248, 248, .82));
  pointer-events: none;
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: url("assets/hero-premium-v2.jpg?v=3") 72% center / cover no-repeat;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  opacity: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 72px 0 96px;
}

.hero-copy {
  min-width: 0;
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--brand-dark);
  font-size: .83rem;
  font-weight: 850;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: .96;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.lead {
  max-width: 610px;
  color: #2d343c;
  font-size: clamp(1.06rem, 2.2vw, 1.28rem);
}

.lead-mobile,
.mobile-sticky-cta,
.mobile-app-bar {
  display: none;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin: 6px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(217, 222, 229, .95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  color: #2b3138;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(18, 20, 23, .08);
}

.rating-source {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 850;
}

.stars {
  display: inline-flex;
  color: #f4b400;
  letter-spacing: 1px;
  line-height: 1;
}

.stars span {
  color: #9ba6b2;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 24px 0 0;
}

.hero-proof-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 124px;
  padding: 16px;
  border: 1px solid rgba(217, 222, 229, .92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 36px rgba(18, 20, 23, .08);
  backdrop-filter: blur(12px);
}

.proof-badge {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: var(--radius);
  background: #15191f;
  color: var(--white);
  font-size: .85rem;
  font-weight: 900;
}

.hero-proof-card strong {
  display: block;
  margin: 0 0 5px;
  color: #121417;
  font-size: .98rem;
  line-height: 1.2;
}

.hero-proof-card p {
  margin: 0;
  color: #4b5563;
  font-size: .9rem;
  line-height: 1.4;
}

.cash-slider {
  position: relative;
  margin: 24px 0 0;
  width: 100%;
  max-width: min(100%, 660px);
  min-height: 182px;
  overflow: hidden;
  border: 1px solid rgba(31, 125, 60, .25);
  border-radius: 12px;
  background:
    radial-gradient(circle at 78% 24%, rgba(241, 180, 52, .22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(240, 255, 245, .95) 100%);
  box-shadow: 0 22px 46px rgba(20, 65, 38, .18);
}

.cash-slider-track {
  display: grid;
  min-height: 182px;
}

.cash-slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: center;
  min-height: 182px;
  min-width: 0;
  padding: 20px 18px 46px 22px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(22px) scale(.985);
  transition: opacity .38s ease, transform .38s ease;
}

.cash-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.cash-slide-copy {
  display: grid;
  gap: 6px;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.cash-kicker {
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cash-slide strong {
  color: #0f5f2d;
  font-size: clamp(1.45rem, 3.1vw, 2.16rem);
  line-height: 1;
}

.cash-slide-copy > span:last-child {
  color: #263238;
  font-weight: 800;
  line-height: 1.35;
}

.cash-slide-media {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 130px;
  overflow: hidden;
  border-radius: 10px;
}

.cash-slide-media img,
.cash-slide-media svg {
  width: 295px;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(31, 43, 51, .16));
}

.cash-slide-media img {
  margin: -20px -54px -24px 0;
  transform: rotate(-1deg);
}

.cash-slider-ui {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  z-index: 3;
}

.cash-slider-arrow,
.cash-slider-dots button {
  border: 0;
  cursor: pointer;
  padding: 0;
}

.cash-slider-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #0f5f2d;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 20px rgba(20, 65, 38, .14);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.cash-slider-arrow:hover {
  color: var(--white);
  background: var(--brand);
}

.cash-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 20px rgba(20, 65, 38, .12);
}

.cash-slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 95, 45, .28);
  transition: width .2s ease, background .2s ease;
}

.cash-slider-dots button.is-active {
  width: 22px;
  background: var(--brand);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 30px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  border: 1px solid rgba(217, 222, 229, .95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow);
}

.trust-row span {
  padding: 16px;
  border-right: 1px solid var(--line);
  font-size: .9rem;
  font-weight: 800;
}

.trust-row span:last-child {
  border-right: 0;
}

.trust-section {
  padding: 72px 0;
  background: #15191f;
  color: var(--white);
}

.trust-section .section-title p {
  color: #cbd2d9;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-card {
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(203, 210, 217, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
}

.trust-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(241, 180, 52, .18);
  color: #ffe08a;
  font-weight: 900;
}

.trust-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.08rem;
}

.trust-card p {
  margin-bottom: 0;
  color: #cbd2d9;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--paper);
}

.section-title {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-title h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-title p {
  color: var(--muted);
  font-size: 1.05rem;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.tile {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.tile strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.tile p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: #fff3d1;
  color: #805300;
  font-weight: 900;
}

.process {
  counter-reset: steps;
}

.step {
  position: relative;
  padding-left: 74px;
}

.step::before {
  position: absolute;
  left: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--road);
  color: var(--white);
  counter-increment: steps;
  content: counter(steps);
  font-weight: 900;
}

.mobile-sticky-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(217, 222, 229, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 40px rgba(18, 20, 23, .18);
  backdrop-filter: blur(16px);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: start;
}

.quote-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-form {
  display: grid;
  gap: 14px;
}

.form-status {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 850;
}

.form-status.is-success {
  border: 1px solid rgba(29, 122, 87, .28);
  background: #e7fff1;
  color: #0f5f2d;
}

.form-status.is-error {
  border: 1px solid rgba(217, 35, 46, .28);
  background: #fff1f2;
  color: var(--brand-dark);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form label {
  display: grid;
  gap: 6px;
  color: #313840;
  font-size: .9rem;
  font-weight: 800;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c9d0d8;
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.quote-form textarea {
  min-height: 122px;
  resize: vertical;
}

.field-help {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: .88rem;
}

.photo-upload {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7f8f8;
}

.photo-upload legend {
  padding: 0 6px;
  color: #313840;
  font-weight: 900;
}

.photo-upload legend span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}

.photo-upload p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.upload-box {
  min-height: 86px;
  padding: 16px;
  border: 2px dashed #c9d0d8;
  border-radius: var(--radius);
  background: var(--white);
  color: #313840;
}

.upload-box input {
  margin-top: 10px;
  padding: 0;
  border: 0;
  min-height: auto;
}

.quote-form button {
  cursor: pointer;
}

.note {
  color: var(--muted);
  font-size: .9rem;
}

.quote-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  background:
    linear-gradient(100deg, rgba(247, 248, 248, 1) 0%, rgba(247, 248, 248, .96) 48%, rgba(247, 248, 248, .72) 100%),
    url("assets/hero-premium-v2.jpg") center right / cover no-repeat;
}

.quote-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  content: "";
  background: linear-gradient(180deg, rgba(247, 248, 248, 0), #ffffff);
  pointer-events: none;
}

.quote-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: 44px;
  align-items: center;
}

.quote-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5.6vw, 4.8rem);
}

.quote-hero-copy .lead {
  max-width: 760px;
}

.quote-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}

.quote-hero-stats span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(217, 222, 229, .9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 32px rgba(18, 20, 23, .08);
  color: var(--muted);
  font-size: .88rem;
}

.quote-hero-stats strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.quote-visual {
  position: relative;
  min-height: 320px;
}

.quote-car-card {
  position: absolute;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(217, 222, 229, .88);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 30px 70px rgba(18, 20, 23, .16);
  backdrop-filter: blur(12px);
}

.quote-car-card.is-front {
  right: 0;
  bottom: 18px;
  width: min(100%, 370px);
  padding: 26px;
}

.quote-car-card.is-back {
  top: 34px;
  left: 4px;
  width: 190px;
  padding: 18px;
  transform: rotate(-4deg);
}

.quote-car-card.is-back span {
  color: #f4b400;
  font-weight: 900;
}

.quote-car-card small {
  color: var(--muted);
  font-weight: 800;
}

.quote-car-icon {
  display: grid;
  width: 112px;
  height: 68px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand), #ff6a55);
  color: var(--white);
}

.quote-car-icon svg {
  width: 82px;
}

.quote-experience {
  padding: 0 0 78px;
  background: #ffffff;
}

.quote-experience-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.quote-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.quote-progress-card,
.quote-tips {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-progress-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.quote-progress-label {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 850;
}

.quote-progress-track {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #e9edf1;
}

.quote-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), #f1b434, #1d7a57);
  transition: width .22s ease;
}

.quote-progress-card strong {
  color: var(--brand-dark);
  font-size: 1.9rem;
  line-height: 1;
}

.quote-tips {
  padding: 22px;
}

.quote-tips h2 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.quote-tips ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-tips li {
  position: relative;
  padding-left: 24px;
  color: #39424c;
  font-weight: 750;
}

.quote-tips li::before {
  position: absolute;
  left: 0;
  top: .55em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand);
  content: "";
}

.quote-panel-pro {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
}

.quote-form-pro {
  gap: 0;
}

.quote-step {
  display: grid;
  gap: 20px;
  padding: 30px;
  border-bottom: 1px solid var(--line);
}

.quote-step:last-child {
  border-bottom: 0;
}

.quote-step-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.quote-step-head > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #15191f;
  color: var(--white);
  font-weight: 900;
}

.quote-step-head h2 {
  margin-bottom: 6px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.quote-step-head p {
  margin: 0;
  color: var(--muted);
}

.quote-choice-grid,
.quote-condition-grid,
.quote-toggle-grid,
.quote-field-grid {
  display: grid;
  gap: 12px;
}

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

.quote-choice,
.quote-chip,
.quote-toggle-grid label {
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfd;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.quote-choice {
  display: grid;
  gap: 8px;
  min-height: 168px;
  padding: 16px;
}

.quote-choice input,
.quote-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quote-choice:hover,
.quote-chip:hover,
.quote-toggle-grid label:hover,
.quote-choice.is-selected,
.quote-chip.is-selected {
  border-color: rgba(217, 35, 46, .52);
  background: #fffafa;
  box-shadow: 0 16px 34px rgba(217, 35, 46, .1);
  transform: translateY(-1px);
}

.quote-choice-icon {
  display: grid;
  width: 64px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #15191f;
  color: var(--brand);
}

.quote-choice-icon svg {
  width: 54px;
}

.quote-choice small {
  color: var(--muted);
  font-weight: 750;
}

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

.quote-condition-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quote-chip {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 12px;
  text-align: center;
  font-weight: 900;
}

.quote-toggle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote-toggle-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: #313840;
  font-weight: 850;
}

.quote-toggle-grid input {
  width: 20px;
  height: 20px;
  accent-color: var(--brand);
}

.photo-upload-pro {
  padding: 0;
  border: 0;
  background: transparent;
}

.upload-box-pro {
  display: grid;
  min-height: 156px;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.upload-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #15191f;
  color: var(--brand);
}

.upload-icon svg {
  width: 34px;
}

.upload-box-pro small {
  color: var(--muted);
  font-weight: 750;
}

.selected-photos {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.selected-photo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.selected-photo span {
  overflow: hidden;
  color: #313840;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-photo small {
  color: var(--muted);
  font-weight: 750;
}

.selected-photo button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(217, 35, 46, .25);
  border-radius: 999px;
  background: #fff1f2;
  color: var(--brand-dark);
  font: inherit;
  font-weight: 850;
}

.add-photo-button {
  justify-self: start;
  margin-top: 4px;
  box-shadow: none;
}

.quote-submit {
  justify-self: start;
  min-width: 260px;
}

.quote-teaser {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: center;
}

#wycena > .split {
  display: none;
}

.quote-teaser-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 10%, rgba(217, 35, 46, .13), transparent 30%),
    linear-gradient(135deg, #ffffff, #f7f8f8);
  box-shadow: var(--shadow);
}

.quote-teaser-panel article {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(217, 222, 229, .8);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}

.quote-teaser-panel span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #15191f;
  color: var(--white);
  font-weight: 900;
}

.quote-teaser-panel strong {
  font-size: 1.2rem;
}

.quote-teaser-panel p {
  color: var(--muted);
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
}

.faq details p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.site-footer {
  padding: 54px 0 0;
  color: #cbd2d9;
  background: #15191f;
}

.footer-seo {
  display: grid;
  grid-template-columns: 1.25fr 1.05fr .9fr .95fr 1.35fr;
  gap: 28px;
  align-items: start;
}

.footer-brand strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.24rem;
}

.footer-brand p {
  margin-bottom: 16px;
  color: #aeb8c3;
}

.footer-contact-card {
  display: grid;
  gap: 8px;
  margin: 18px 0 4px;
  padding: 16px;
  border: 1px solid rgba(203, 210, 217, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.footer-contact-card span {
  color: #aeb8c3;
  font-size: .94rem;
}

.footer-contact {
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.social-link span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #d9232e;
  color: var(--white);
  font-size: .78rem;
  font-weight: 950;
}

.social-link:hover {
  color: #ffd166;
}

.google-card {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(203, 210, 217, .18);
  border-radius: var(--radius);
  background: #ffffff;
  color: #202124;
}

.google-card-top,
.google-rating,
.google-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.google-card-label {
  color: #5f6368;
  font-size: .82rem;
  font-weight: 800;
}

.google-card strong {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  line-height: 1.25;
}

.google-rating {
  color: #3c4043;
  font-weight: 850;
}

.google-rating a,
.google-card p a {
  color: #1a73e8;
  text-decoration: none;
}

.google-card p {
  margin: 0;
  color: #3c4043;
}

.google-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #dadce0;
  border-radius: 999px;
  color: #3c4043;
  font-weight: 850;
  background: #f8fafd;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.footer-links p {
  margin: 0;
  color: #aeb8c3;
  font-size: .94rem;
}

.footer-trust ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
}

.footer-trust li {
  position: relative;
  padding-left: 18px;
  color: #cbd2d9;
  font-size: .94rem;
}

.footer-trust li::before {
  position: absolute;
  top: .52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  content: "";
}

.footer-links a {
  color: #cbd2d9;
  font-size: .94rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact:hover {
  color: var(--white);
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--brand);
  color: var(--white) !important;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(217, 35, 46, .22);
}

.footer-cta:hover {
  background: var(--brand-dark);
}

.footer-cities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

.footer-cities h2 {
  grid-column: 1 / -1;
}

.footer-service-area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(203, 210, 217, .18);
}

.footer-service-area p {
  margin: 0;
  color: #aeb8c3;
  font-size: .94rem;
}

.footer-service-area strong {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding: 18px 0;
  border-top: 1px solid rgba(203, 210, 217, .18);
  color: #9ba6b2;
  font-size: .9rem;
}

@media (max-width: 1180px) {
  .footer-seo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar {
    padding-top: 119px;
  }

  section,
  [id] {
    scroll-margin-top: 88px;
  }

  .nav {
    display: none;
  }

  .header-inner {
    min-height: 72px;
  }

  .site-header.is-stuck .header-inner {
    min-height: 64px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 50;
    padding: 0 14px 14px;
    border-top: 1px solid rgba(217, 222, 229, .78);
    background: rgba(247, 248, 248, .98);
    box-shadow: 0 24px 48px rgba(18, 20, 23, .16);
  }

  .mobile-menu-panel {
    display: grid;
    gap: 14px;
    width: min(100%, 520px);
    max-height: calc(100dvh - 92px);
    margin-inline: auto;
    padding: 14px 0 4px;
    overflow-y: auto;
  }

  .mobile-menu-primary,
  .mobile-menu-section {
    display: grid;
    gap: 8px;
  }

  .mobile-menu-section {
    padding-top: 4px;
  }

  .mobile-menu-section strong {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(217, 222, 229, .96);
    border-radius: 8px;
    background: var(--white);
    color: #1c242d;
    font-size: .95rem;
    font-weight: 850;
    line-height: 1.18;
    text-decoration: none;
  }

  .mobile-menu a::after {
    color: var(--muted);
    content: ">";
    font-weight: 900;
  }

  .mobile-menu .mobile-cars {
    border-color: rgba(217, 35, 46, .24);
    background: #fff3d1;
    color: var(--brand-dark);
  }

  .mobile-menu .mobile-quote {
    border-color: var(--brand);
    background: var(--brand);
    color: var(--white);
    box-shadow: 0 14px 30px rgba(217, 35, 46, .22);
  }

  .mobile-menu .mobile-quote::after {
    color: rgba(255, 255, 255, .78);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(247, 248, 248, 1) 0%, rgba(247, 248, 248, .94) 45%, rgba(247, 248, 248, .66) 100%);
  }

  .hero-media img {
    object-position: 68% bottom;
  }

  .hero,
  .hero-media {
    background-position: 68% bottom;
  }

  .hero-inner {
    min-height: auto;
    padding: 38px 0 52px;
  }

  .lead-desktop {
    display: none;
  }

  .lead-mobile {
    display: block;
  }

  .trust-row,
  .hero-proof-grid,
  .trust-grid,
  .grid.four,
  .grid.three,
  .split {
    grid-template-columns: 1fr;
  }

  .trust-row span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-row span:last-child {
    border-bottom: 0;
  }

  .cash-slide {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .footer-seo {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

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

  .footer-service-area {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-sticky-cta {
    display: flex;
  }

  .mobile-app-bar {
    position: fixed;
    right: auto;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 50%;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr 1fr;
    gap: 6px;
    width: min(390px, calc(100vw - 16px));
    padding: 8px;
    border: 1px solid rgba(217, 222, 229, .92);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(18, 20, 23, .22);
    backdrop-filter: blur(16px);
    transform: translateX(-50%);
  }

  .mobile-app-bar a {
    display: grid;
    gap: 2px;
    min-width: 0;
    min-height: 52px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #2d343c;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-app-bar span {
    display: grid;
    width: 24px;
    height: 22px;
    place-items: center;
    color: currentColor;
    font-size: 1.1rem;
    line-height: 1;
  }

  .mobile-app-bar small {
    font: inherit;
    font-size: .72rem;
    white-space: nowrap;
  }

  .mobile-app-bar a.is-active {
    border-color: rgba(217, 35, 46, .22);
    background: #fff3d1;
    color: var(--brand-dark);
  }

  .mobile-app-bar .app-primary {
    background: var(--brand);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(217, 35, 46, .28);
  }

  .mobile-app-bar .app-primary.is-active {
    border-color: transparent;
    background: var(--brand);
    color: var(--white);
  }

  .mobile-sticky-cta .button {
    flex: 1;
    width: auto;
    min-height: 44px;
    padding-inline: 12px;
  }

  main {
    padding-bottom: 92px;
  }

  .site-footer {
    padding-bottom: 86px;
  }

  .quote-hero {
    padding: 52px 0 46px;
  }

  .quote-hero-grid,
  .quote-experience-grid,
  .quote-teaser {
    grid-template-columns: 1fr;
  }

  .quote-visual {
    min-height: 250px;
  }

  .quote-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }

  .quote-choice-grid,
  .quote-condition-grid,
  .quote-toggle-grid,
  .quote-field-grid,
  .quote-hero-stats,
  .quote-teaser-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .header-inner,
  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .brand-name small {
    display: none;
  }

  .brand-title {
    font-size: 1.25rem;
  }

  h1 {
    font-size: clamp(2rem, 9.5vw, 2.35rem);
    line-height: 1.04;
  }

  .hero h1 {
    max-width: 10em;
  }

  .section-title h2 {
    font-size: clamp(1.85rem, 8vw, 2.25rem);
    line-height: 1.06;
    overflow-wrap: break-word;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.45;
  }

  .rating-pill {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 7px;
    padding: 10px 12px;
  }

  .rating-source {
    flex-basis: 100%;
    font-size: .8rem;
  }

  .mobile-nav a {
    min-width: max-content;
    min-height: 40px;
    padding-inline: 13px;
    font-size: .78rem;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-proof-card {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 11px 12px;
    align-items: center;
  }

  .proof-badge {
    width: 32px;
    height: 32px;
    font-size: .72rem;
  }

  .hero-proof-card strong {
    margin: 0;
    font-size: .9rem;
    line-height: 1.2;
  }

  .hero-proof-card p {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 18px 0 22px;
  }

  .button {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    text-align: center;
  }

  .hero-actions .button {
    width: auto;
  }

  .cash-slider {
    min-height: 0;
  }

  .cash-slide {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 14px 58px;
  }

  .cash-slide-copy strong {
    font-size: clamp(1.22rem, 7vw, 1.7rem);
    white-space: normal;
  }

  .cash-slide-media {
    justify-content: start;
    min-height: 118px;
  }

  .cash-slide-media img,
  .cash-slide-media svg {
    width: min(100%, 300px);
  }

  .cash-slide-media img {
    margin: -8px 0 -18px;
  }

  .cash-slider-ui {
    right: 12px;
    left: 12px;
    justify-content: center;
  }

  .section {
    padding: 46px 0;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: .98rem;
    line-height: 1.45;
  }

  .trust-section {
    padding: 50px 0;
  }

  .trust-section .section-title p {
    display: none;
  }

  .trust-section .section-title h2 {
    max-width: 11em;
  }

  .trust-grid {
    gap: 10px;
  }

  .trust-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    min-height: 0;
    padding: 15px;
  }

  .trust-card span {
    grid-row: span 2;
    justify-content: center;
    margin: 0;
    padding: 7px 8px;
    text-align: center;
  }

  .trust-card strong {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .trust-card p {
    display: none;
  }

  .tile {
    padding: 20px;
  }

  .process .step {
    padding: 16px 16px 16px 68px;
  }

  .process .step::before {
    top: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
  }

  .services-section .section-title p {
    display: none;
  }

  .services-section .local-link-grid {
    gap: 10px;
  }

  .services-section .local-link-card {
    position: relative;
    min-height: 0;
    padding: 15px 42px 15px 16px;
  }

  .services-section .local-link-card::after {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--brand);
    content: ">";
    font-weight: 950;
    transform: translateY(-50%);
  }

  .services-section .local-link-card strong {
    margin-bottom: 3px;
    font-size: 1rem;
  }

  .services-section .local-link-card span {
    font-size: .9rem;
    line-height: 1.35;
  }

  .footer-cities {
    grid-template-columns: 1fr;
  }

  .quote-hero-stats,
  .quote-choice-grid,
  .quote-condition-grid,
  .quote-toggle-grid,
  .quote-field-grid,
  .quote-teaser-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .quote-teaser .section-title > p:not(.eyebrow) {
    display: none;
  }

  .quote-teaser .hero-actions {
    margin-bottom: 0;
  }

  .quote-teaser-panel article {
    min-height: 0;
    padding: 14px;
  }

  .quote-teaser-panel span {
    width: 34px;
    height: 34px;
    font-size: .82rem;
  }

  .quote-teaser-panel strong {
    font-size: 1rem;
  }

  .quote-teaser-panel p {
    font-size: .9rem;
    line-height: 1.35;
  }

  .quote-hero-copy h1 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
  }

  .quote-visual {
    min-height: 220px;
  }

  .quote-car-card.is-front {
    width: 88%;
    padding: 20px;
  }

  .quote-car-card.is-back {
    width: 150px;
    left: 0;
  }

  .quote-step {
    padding: 22px 16px;
  }

  .quote-step-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .quote-step-head > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .quote-submit {
    width: 100%;
    min-width: 0;
  }

  .mobile-sticky-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 8px;
  }

  .mobile-sticky-cta .button {
    font-size: .9rem;
  }

  .mobile-app-bar {
    gap: 5px;
    width: min(390px, calc(100vw - 16px));
    padding: 7px;
  }

  .mobile-app-bar a {
    min-height: 50px;
    font-size: .74rem;
  }

  .mobile-app-bar span {
    width: 22px;
    height: 20px;
    font-size: 1rem;
  }

  .site-footer {
    padding-bottom: 82px;
  }
}


/* Keep the first cash slider title on one line on desktop. */
@media (min-width: 901px) {
  .cash-slide-copy strong {
    white-space: nowrap;
    font-size: clamp(1.35rem, 2.6vw, 1.92rem);
  }

  .cash-slide {
    grid-template-columns: minmax(360px, 1fr) 230px;
  }

  .cash-slide-media img,
  .cash-slide-media svg {
    width: 260px;
  }
}

@media (max-width: 900px) {
  .cash-slide-copy strong {
    white-space: normal;
  }

  .cash-slide {
    grid-template-columns: minmax(0, 1fr);
  }
}

.local-hero {
  overflow: hidden;
  padding: 74px 0 80px;
  background:
    linear-gradient(90deg, rgba(247, 248, 248, .98), rgba(247, 248, 248, .9)),
    #eef2f5;
}

.local-hero.region-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(242, 247, 245, .92)),
    #f7f8f8;
}

.local-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 54px;
  align-items: center;
}

.local-hero-copy {
  max-width: 720px;
}

.local-hero h1 {
  font-size: clamp(2.55rem, 5.2vw, 4.55rem);
  overflow-wrap: normal;
}

.local-visual {
  display: grid;
  place-items: center;
}

.local-map-graphic {
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(18, 20, 23, .14);
}

.service-visual-card {
  position: relative;
  width: min(100%, 540px);
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 23, .08);
  border-radius: 8px;
  background: #111820;
  box-shadow: 0 26px 70px rgba(18, 20, 23, .18);
}

.service-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 24, 32, .08) 0%, rgba(17, 24, 32, .24) 48%, rgba(17, 24, 32, .82) 100%),
    linear-gradient(90deg, rgba(217, 35, 46, .16), transparent 46%);
  pointer-events: none;
}

.service-visual-card img {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  object-position: 70% 50%;
}

.service-visual-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  gap: 7px;
  color: #fff;
}

.service-visual-kicker {
  color: #ffd7dc;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-visual-panel strong {
  max-width: 430px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.02;
}

.service-visual-panel span:last-child {
  max-width: 390px;
  color: rgba(255, 255, 255, .86);
  font-weight: 650;
}

.service-visual-facts {
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.service-visual-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #111820;
  font-size: .82rem;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(18, 20, 23, .12);
}

.local-section {
  padding: 76px 0;
}

.local-section.alt {
  background: var(--paper);
}

.local-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: start;
}

.local-two h2,
.local-cta-band h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.06;
}

.local-two p {
  color: #3d4651;
  font-size: 1.03rem;
}

.local-facts {
  display: grid;
  gap: 14px;
}

.local-facts article,
.local-note,
.local-card,
.local-link-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.local-facts article {
  padding: 20px;
}

.local-facts strong,
.local-link-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 1.02rem;
}

.local-facts span,
.local-link-card span {
  color: var(--muted);
  font-size: .94rem;
}

.local-grid {
  display: grid;
  gap: 18px;
}

.local-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-card {
  padding: 22px;
}

.local-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.local-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.local-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: local-steps;
}

.local-steps li {
  position: relative;
  min-height: 68px;
  padding: 18px 18px 18px 64px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: #3d4651;
}

.local-steps li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--road);
  color: var(--white);
  content: counter(local-steps);
  counter-increment: local-steps;
  font-weight: 900;
}

.local-note {
  padding: 24px;
  background: #fff8e1;
}

.local-note h3 {
  margin: 0 0 10px;
}

.local-note p {
  margin-bottom: 0;
}

.local-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.local-link-card {
  display: block;
  min-height: 96px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

a.local-link-card:hover {
  border-color: rgba(217, 35, 46, .45);
  box-shadow: 0 14px 36px rgba(18, 20, 23, .09);
  transform: translateY(-2px);
}

.local-link-card.muted {
  background: #f7f8f8;
}

.local-faq details {
  overflow: hidden;
}

.local-cta-band {
  padding: 62px 0;
  color: var(--white);
  background: #15191f;
}

.local-cta-band p {
  max-width: 720px;
  color: #cbd2d9;
}

@media (max-width: 900px) {
  .local-hero-grid,
  .local-two,
  .local-grid.three,
  .local-link-grid,
  .local-link-grid.small {
    grid-template-columns: 1fr;
  }

  .local-hero {
    padding: 56px 0 62px;
  }

  .local-hero h1 {
    overflow-wrap: break-word;
  }

  .service-visual-card,
  .service-visual-card img {
    min-height: 340px;
    height: 340px;
  }

  .service-visual-facts {
    top: 16px;
    right: 16px;
    left: 16px;
  }

  .service-visual-facts span {
    padding: 8px 10px;
    font-size: .76rem;
  }

  .service-visual-panel {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .local-section {
    padding: 58px 0;
  }
}

.inline-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.inline-title .button {
  flex: 0 0 auto;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vehicle-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(18, 20, 23, .08);
}

.vehicle-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9edf1;
  text-decoration: none;
}

.vehicle-card-media img,
.vehicle-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(18, 20, 23, .82);
  color: var(--white);
  font-size: .78rem;
  font-weight: 850;
}

.vehicle-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--road), var(--brand));
  font-size: 2.2rem;
  font-weight: 950;
}

.vehicle-placeholder.large {
  min-height: 420px;
  border-radius: var(--radius);
}

.vehicle-card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.vehicle-card h3 {
  min-height: 54px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.28;
}

.vehicle-card h3 a {
  text-decoration: none;
}

.vehicle-card h3 a:hover {
  color: var(--brand);
}

.vehicle-price,
.vehicle-single-price {
  color: var(--green);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1;
}

.vehicle-facts,
.vehicle-detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

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

.vehicle-facts div,
.vehicle-detail-list div {
  min-width: 0;
}

.vehicle-facts dt,
.vehicle-detail-list dt {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vehicle-facts dd,
.vehicle-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.vehicle-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 2px;
}

.button.small {
  min-height: 38px;
  padding: 0 12px;
  font-size: .86rem;
}

.vehicle-archive-hero {
  padding-top: 76px;
  background: linear-gradient(180deg, #f7f8f8, #ffffff);
}

.vehicle-archive-note,
.vehicle-contact-box {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 45px rgba(18, 20, 23, .08);
}

.vehicle-archive-note strong,
.vehicle-contact-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.vehicle-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 34px;
  align-items: start;
}

.vehicle-single-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #e9edf1;
  box-shadow: 0 16px 45px rgba(18, 20, 23, .08);
}

.vehicle-single-media img {
  aspect-ratio: 4 / 3;
}

.vehicle-single-copy {
  display: grid;
  gap: 18px;
}

.vehicle-single-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.vehicle-detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.vehicle-source {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.vehicle-source a {
  color: var(--brand-dark);
  font-weight: 850;
}

.pagination {
  margin-top: 28px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-links a,
.nav-links span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
}

.nav-links .current {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 980px) {
  .vehicle-grid,
  .vehicle-single-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vehicle-single-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    -webkit-tap-highlight-color: rgba(217, 35, 46, .16);
  }

  a,
  button,
  input,
  select,
  textarea {
    touch-action: manipulation;
  }

  .inline-title,
  .vehicle-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vehicle-grid,
  .vehicle-single-grid,
  .vehicle-detail-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-card h3 {
    min-height: 0;
  }

  .vehicle-archive-hero,
  .local-hero,
  .quote-hero {
    padding: 36px 0 34px;
  }

  .local-hero-grid,
  .quote-hero-grid {
    gap: 20px;
  }

  .local-hero h1,
  .quote-hero-copy h1,
  .vehicle-single-copy h1 {
    font-size: clamp(2rem, 9.5vw, 2.45rem);
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .quote-hero-copy h1 {
    font-size: clamp(1.9rem, 8vw, 2.2rem);
  }

  .local-hero .lead,
  .quote-hero-copy .lead {
    font-size: 1rem;
    line-height: 1.45;
  }

  .service-visual-card,
  .quote-visual {
    display: none;
  }

  .local-two,
  .quote-experience-grid {
    gap: 20px;
  }

  .local-facts,
  .local-grid,
  .vehicle-grid {
    gap: 12px;
  }

  .local-facts article,
  .local-card,
  .local-note,
  .quote-panel,
  .quote-panel-pro,
  .vehicle-card,
  .vehicle-archive-note,
  .vehicle-contact-box,
  .vehicle-single-media,
  .vehicle-detail-list {
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(18, 20, 23, .08);
  }

  .local-facts article,
  .local-card,
  .vehicle-archive-note,
  .vehicle-contact-box {
    padding: 16px;
  }

  .local-card p,
  .local-two p,
  .vehicle-source {
    font-size: .96rem;
    line-height: 1.45;
  }

  .local-steps {
    gap: 10px;
  }

  .local-steps li {
    min-height: 0;
    padding: 14px 14px 14px 56px;
  }

  .local-steps li::before {
    top: 14px;
    left: 14px;
  }

  .quote-hero-stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .quote-hero-stats span {
    padding: 12px;
  }

  .quote-step {
    padding: 18px 14px;
  }

  .quote-step-head h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
    line-height: 1.08;
  }

  .quote-step-head p,
  .quote-help,
  .quote-form-pro small {
    font-size: .94rem;
    line-height: 1.4;
  }

  .quote-choice,
  .quote-condition,
  .quote-toggle-card,
  .upload-box-pro {
    border-radius: 8px;
  }

  .vehicle-card {
    overflow: hidden;
  }

  .vehicle-card-media img {
    aspect-ratio: 16 / 10;
  }

  .vehicle-card-body {
    padding: 14px;
  }

  .vehicle-card h3 {
    font-size: 1.02rem;
    line-height: 1.25;
  }

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

  .vehicle-card-actions {
    grid-template-columns: 1fr 1fr;
  }

  .vehicle-card-actions .button {
    width: auto;
  }

  .footer-seo {
    gap: 22px;
  }

  .footer-links {
    gap: 6px;
  }

  .footer-links a {
    min-height: 36px;
    padding: 7px 0;
  }
}

@media (max-width: 360px) {
  .hero-proof-grid {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-proof-card {
    min-height: 48px;
    padding: 9px 12px;
  }

  .hero-actions {
    margin-top: 10px;
  }
}

/* Responsive form containment fixes. */
.quote-choice input,
.quote-chip input {
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
