:root {
  --vehicle-wa: #25d366;
  --vehicle-wa-dark: #0c7a39;
  --vehicle-glass: rgba(5, 22, 35, .84);
  --vehicle-line: rgba(255, 255, 255, .15);
  --vehicle-soft: #a9bfcb;
}

.vehicle-legacy-quote,
.vehicle-standard-form {
  display: none !important;
}

.hero.vehicle-hero-ready {
  --vehicle-parallax-x: 0px;
  --vehicle-parallax-y: 0px;
  --vehicle-parallax-scale: 1.045;
  --vehicle-light-x: 0px;
  isolation: isolate;
  height: 100svh;
  min-height: 860px;
  max-height: 1020px;
  background: #d9e8ed;
}

.vehicle-hero-ready > .hero-content,
.vehicle-hero-ready > .hero-float-card,
.vehicle-hero-ready > .scroll-cue {
  display: none !important;
}

.vehicle-hero-ready .hero-media {
  inset: -6% -4% -11%;
  background-image:
    linear-gradient(90deg, rgba(3, 28, 41, .91) 0%, rgba(4, 38, 52, .70) 33%, rgba(6, 41, 53, .10) 58%, rgba(4, 32, 44, .12) 74%, rgba(3, 27, 39, .46) 100%),
    linear-gradient(180deg, rgba(4, 31, 43, .04) 0%, rgba(4, 31, 43, .02) 58%, rgba(3, 26, 38, .76) 100%),
    url(../hero-hemay-bright-cinematic.webp);
  background-position: 50% 48%;
  background-size: cover;
  filter: saturate(1.08) contrast(1.015) brightness(1.04);
  animation: none;
  transform: translate3d(var(--vehicle-parallax-x), var(--vehicle-parallax-y), 0) scale(var(--vehicle-parallax-scale));
  transform-origin: 52% 48%;
  will-change: transform;
}

.vehicle-hero-ready .hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 91% 11%, rgba(255, 220, 155, .34), transparent 25%),
    radial-gradient(circle at 59% 78%, rgba(228, 31, 61, .16), transparent 24%),
    radial-gradient(circle at 72% 35%, rgba(127, 215, 231, .13), transparent 32%);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translate3d(var(--vehicle-light-x), 0, 0);
  transition: transform .08s linear;
}

.vehicle-hero-ready .hero-media::after {
  background: linear-gradient(180deg, rgba(3, 27, 39, .02), rgba(3, 27, 39, .06) 60%, rgba(3, 27, 39, .84) 100%);
}

.vehicle-hero-ready .hero-grid {
  opacity: .045;
  background-size: 96px 96px;
}

.vehicle-hero-ready .hero-orbit {
  opacity: .16;
}

.vehicle-hero-layout {
  z-index: 5;
  position: relative;
  display: grid;
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  min-height: inherit;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 456px);
  align-items: center;
  gap: clamp(42px, 5.5vw, 92px);
  margin: 0 auto;
  padding: 116px 0 46px;
}

.vehicle-hero-copy {
  max-width: 680px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}

.vehicle-hero-layout.is-mounted .vehicle-hero-copy {
  opacity: 1;
  transform: none;
}

.vehicle-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #c7d8e1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.vehicle-hero-eyebrow span {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--red), #ff6b82);
  box-shadow: 0 0 18px rgba(228, 31, 61, .7);
}

.vehicle-hero-copy h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 5.2vw, 82px);
  font-weight: 590;
  letter-spacing: -.068em;
  line-height: .95;
  animation: none;
}

.vehicle-hero-copy h1 em {
  display: inline-block;
  color: #ff4966;
  font-family: Georgia, serif;
  font-weight: 400;
  white-space: nowrap;
}

.vehicle-hero-copy h1 em::after {
  right: 1%;
  bottom: -8px;
  left: 1%;
  height: 4px;
  opacity: .82;
  background: linear-gradient(90deg, transparent, var(--red) 15% 85%, transparent);
  box-shadow: 0 0 16px rgba(228, 31, 61, .52);
}

.vehicle-hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: #e1edf1;
  font-size: 15px;
  line-height: 1.78;
}

.vehicle-hero-lead strong {
  color: #fff;
  font-weight: 750;
}

.vehicle-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.vehicle-action {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vehicle-action:hover {
  transform: translateY(-3px);
}

.vehicle-action-primary {
  min-width: 184px;
  color: #fff;
  background: linear-gradient(135deg, #f02b49, #c8112e);
  box-shadow: 0 16px 38px rgba(228, 31, 61, .36), inset 0 1px rgba(255, 255, 255, .22);
}

.vehicle-action-primary:hover {
  background: linear-gradient(135deg, #ff3856, #dc1635);
  box-shadow: 0 20px 45px rgba(228, 31, 61, .46);
}

.vehicle-action-primary i {
  font-size: 19px;
  font-style: normal;
}

.vehicle-action-whatsapp {
  color: #eafff1;
  background: rgba(9, 51, 39, .63);
  border-color: rgba(64, 230, 128, .43);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}

.vehicle-action-whatsapp:hover {
  color: #052a18;
  background: var(--vehicle-wa);
  border-color: var(--vehicle-wa);
}

.vehicle-action-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vehicle-hero-proof {
  display: grid;
  width: min(580px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.vehicle-hero-proof div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 19px 18px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.vehicle-hero-proof div:not(:first-child) {
  padding-left: 18px;
}

.vehicle-hero-proof div:last-child {
  border-right: 0;
}

.vehicle-hero-proof strong {
  color: #fff;
  font-size: 20px;
  letter-spacing: -.03em;
}

.vehicle-hero-proof span {
  overflow: hidden;
  color: #c7d7dc;
  font-size: 9px;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vehicle-hero-panel-wrap {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateX(28px) scale(.985);
  transition: opacity .85s .12s ease, transform .85s .12s cubic-bezier(.2, .7, .2, 1);
}

.vehicle-hero-layout.is-mounted .vehicle-hero-panel-wrap {
  opacity: 1;
  transform: none;
}

.vehicle-quote-anchor {
  position: absolute;
  top: -110px;
}

.vehicle-quote-panel {
  position: relative;
  max-height: calc(100svh - 144px);
  padding: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(11, 50, 65, .91), rgba(3, 25, 37, .84)),
    rgba(5, 29, 42, .84);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 28px;
  backdrop-filter: blur(26px) saturate(1.18);
  box-shadow:
    0 38px 90px rgba(1, 20, 29, .42),
    0 0 0 1px rgba(255, 255, 255, .04) inset,
    0 1px rgba(255, 255, 255, .16) inset;
  scrollbar-color: rgba(255, 255, 255, .18) transparent;
  scrollbar-width: thin;
}

.vehicle-quote-panel::before {
  content: "";
  z-index: -1;
  position: absolute;
  right: -110px;
  bottom: -135px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 31, 61, .22), transparent 66%);
  pointer-events: none;
}

.vehicle-panel-shine {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent);
  opacity: .46;
  pointer-events: none;
}

.vehicle-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vehicle-live-badge,
.vehicle-secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vehicle-live-badge {
  color: #f9bdc7;
  background: rgba(228, 31, 61, .13);
  border: 1px solid rgba(255, 74, 104, .28);
}

.vehicle-live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4966;
  animation: vehiclePulse 2s infinite;
  box-shadow: 0 0 0 0 rgba(255, 73, 102, .55);
}

.vehicle-secure-badge {
  color: #a8c0cc;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
}

.vehicle-quote-head {
  margin-top: 17px;
}

.vehicle-quote-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 620;
  letter-spacing: -.047em;
  line-height: 1.04;
}

.vehicle-quote-head p {
  margin: 9px 0 0;
  color: #9eb6c2;
  font-size: 10px;
  line-height: 1.55;
}

.vehicle-flow-steps {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin: 17px 0 15px;
}

.vehicle-flow-steps > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7893a0;
  font-size: 8px;
  font-weight: 750;
  white-space: nowrap;
  transition: color .25s ease;
}

.vehicle-flow-steps > span b {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: #8aa4b0;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  font-size: 8px;
  transition: all .25s ease;
}

.vehicle-flow-steps > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .06));
}

.vehicle-flow-steps > span.is-current {
  color: #fff;
}

.vehicle-flow-steps > span.is-current b {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 0 18px rgba(228, 31, 61, .45);
}

.vehicle-flow-steps > span.is-done {
  color: #9fe7bb;
}

.vehicle-flow-steps > span.is-done b {
  color: #062817;
  background: var(--vehicle-wa);
  border-color: var(--vehicle-wa);
}

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

.vehicle-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.vehicle-upload-zone {
  display: grid;
  gap: 8px;
}

.vehicle-upload-card {
  display: grid;
  width: 100%;
  min-height: 78px;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 13px 14px;
  color: #fff;
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  border: 1px dashed rgba(167, 197, 211, .48);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.vehicle-upload-card:hover,
.vehicle-upload-card:focus-visible,
.vehicle-upload-card.is-dragging {
  border-color: #ff4966;
  outline: 0;
  background: linear-gradient(135deg, rgba(228, 31, 61, .14), rgba(255, 255, 255, .055));
  box-shadow: 0 13px 35px rgba(0, 0, 0, .22), 0 0 0 4px rgba(228, 31, 61, .08);
  transform: translateY(-2px);
}

.vehicle-upload-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #f53653, #b90d28);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(228, 31, 61, .34), inset 0 1px rgba(255, 255, 255, .25);
}

.vehicle-upload-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vehicle-upload-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.vehicle-upload-copy strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-upload-copy small {
  color: #8fa9b6;
  font-size: 8px;
  line-height: 1.45;
}

.vehicle-upload-plus {
  color: #ff6680;
  font-size: 25px;
  font-weight: 300;
}

.vehicle-upload-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 3px;
}

.vehicle-camera-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 0;
  color: #c9d9e0;
  font-size: 9px;
  font-weight: 800;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  cursor: pointer;
}

.vehicle-camera-button:hover {
  color: #ff7189;
  border-color: #ff7189;
}

.vehicle-upload-actions small {
  color: #728e9c;
  font-size: 8px;
}

.vehicle-file-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.vehicle-file-list:empty {
  display: none;
}

.vehicle-file-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 6px;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
}

.vehicle-file-card img {
  width: 44px;
  height: 39px;
  object-fit: cover;
  background: #163346;
  border-radius: 7px;
}

.vehicle-file-card strong {
  display: block;
  overflow: hidden;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-file-card small {
  display: block;
  max-width: 92px;
  margin-top: 2px;
  overflow: hidden;
  color: #76919e;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-file-remove {
  width: 24px;
  height: 24px;
  padding: 0;
  color: #a7bac3;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
}

.vehicle-file-remove:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.vehicle-quote-panel.is-scanning .vehicle-file-card::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff4966, transparent);
  box-shadow: 0 0 14px #ff4966;
  animation: vehicleScanLine 1.8s ease-in-out infinite;
}

.vehicle-scan-progress[hidden] {
  display: none !important;
}

.vehicle-scan-progress {
  display: grid;
  gap: 9px;
  padding: 13px 14px;
  background: linear-gradient(135deg, rgba(8, 46, 68, .9), rgba(5, 28, 44, .9));
  border: 1px solid rgba(79, 169, 219, .22);
  border-radius: 15px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.vehicle-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.vehicle-progress-head span {
  color: #e6f3f8;
  font-size: 10px;
  font-weight: 800;
}

.vehicle-progress-head strong {
  color: #ff7189;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.vehicle-progress-track {
  height: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .35);
}

.vehicle-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #d81735, #ff4966 48%, #6dd9ff 100%);
  border-radius: inherit;
  box-shadow: 0 0 15px rgba(255, 73, 102, .52);
  transition: width .45s cubic-bezier(.2, .7, .2, 1);
}

.vehicle-progress-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.vehicle-progress-step {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #658695;
  font-size: 7px;
  font-weight: 700;
  transition: color .2s ease;
}

.vehicle-progress-step i {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  font-size: 7px;
  font-style: normal;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
}

.vehicle-progress-step.is-active {
  color: #fff;
}

.vehicle-progress-step.is-active i {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 0 13px rgba(228, 31, 61, .43);
}

.vehicle-progress-step.is-done {
  color: #8fdda9;
}

.vehicle-progress-step.is-done i {
  color: #062817;
  background: var(--vehicle-wa);
  border-color: var(--vehicle-wa);
}

.vehicle-scan-progress p {
  margin: 0;
  color: #7f9ca9;
  font-size: 8px;
  line-height: 1.45;
}

.vehicle-scan-result {
  display: grid;
  gap: 10px;
  padding: 13px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  animation: vehicleResult .45s both;
}

.vehicle-scan-result.is-empty {
  display: none;
}

.vehicle-scan-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vehicle-scan-result-head > span,
.vehicle-extracted-fields label > span {
  display: block;
  color: #9eb6c2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vehicle-scan-result-head small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #83dca4;
  font-size: 7px;
  font-weight: 750;
}

.vehicle-scan-result-head small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vehicle-wa);
  box-shadow: 0 0 10px rgba(37, 211, 102, .62);
}

.vehicle-extracted-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.vehicle-extracted-fields label {
  min-width: 0;
}

.vehicle-extracted-fields label:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.vehicle-extracted-fields label:nth-child(2) {
  grid-column: 1 / -1;
  grid-row: 2;
}

.vehicle-extracted-fields label:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.vehicle-extracted-fields label > span {
  margin-bottom: 5px;
  font-size: 7px;
  letter-spacing: .08em;
}

.vehicle-extracted-fields input {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  background: rgba(1, 13, 22, .46);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 9px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.vehicle-extracted-fields input::placeholder {
  color: #5f7a88;
  font-weight: 500;
}

.vehicle-extracted-fields input:focus {
  background: rgba(1, 13, 22, .7);
  border-color: #ff4966;
  box-shadow: 0 0 0 3px rgba(228, 31, 61, .12);
}

.vehicle-scan-note {
  margin: 0;
  color: #7894a1;
  font-size: 7px;
  line-height: 1.45;
}

.vehicle-consent,
.vehicle-submit {
  display: none;
}

.vehicle-quote-panel.has-result .vehicle-consent {
  display: flex;
}

/* KVKK onayı ruhsat yüklenmeden önce de görünür kalır. */
.vehicle-quote-panel.is-scan-mode .vehicle-consent {
  display: flex;
}

.vehicle-quote-panel.has-result .vehicle-submit {
  display: flex;
}

/* Manual branches do not require a ruhsat: KVKK + WhatsApp CTA must stay visible. */
.vehicle-quote-panel.is-manual-mode .vehicle-consent,
.vehicle-quote-panel.is-manual-mode .vehicle-submit {
  display: flex;
}

.vehicle-quote-panel.is-manual-mode .vehicle-submit[hidden] {
  display: flex !important;
}

.vehicle-quote-panel.is-scan-mode:not(.has-file) .vehicle-submit {
  display: none !important;
}

.vehicle-consent {
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  animation: vehicleResult .4s both;
}

.vehicle-consent input {
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--vehicle-wa);
}

.vehicle-consent span {
  color: #7f9aa7;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.vehicle-consent .kvkk-link {
  color: #cce0e8;
  font-size: inherit;
}

.vehicle-consent .kvkk-link:hover {
  color: #ff7189;
}

.vehicle-submit {
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 17px;
  color: #042817;
  font-size: 11px;
  font-weight: 850;
  background: linear-gradient(135deg, #31e472, #1bbb59);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .24), inset 0 1px rgba(255, 255, 255, .33);
  cursor: pointer;
  transition: transform .22s ease, filter .22s ease, opacity .22s ease;
  animation: vehicleResult .45s both;
}

.vehicle-submit:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.vehicle-submit:disabled {
  cursor: wait;
  filter: grayscale(.45);
  opacity: .58;
}

.vehicle-submit svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vehicle-quote-panel.is-sent .vehicle-submit {
  color: #fff;
  background: linear-gradient(135deg, #168f45, #0b6630);
}

.vehicle-whatsapp-fallback[hidden] {
  display: none !important;
}

.vehicle-whatsapp-fallback {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  color: #c9f7d9;
  font-size: 9px;
  font-weight: 800;
  background: rgba(37, 211, 102, .11);
  border: 1px solid rgba(37, 211, 102, .28);
  border-radius: 11px;
}

.vehicle-form-status {
  min-height: 14px;
  margin: 0;
  color: #718d9a;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.5;
}

.vehicle-form-status.is-success {
  color: #7ce5a3;
}

.vehicle-form-status.is-error {
  color: #ff879a;
}

.vehicle-form-status.is-warning {
  color: #ffc76b;
}

.vehicle-form-status.is-loading {
  color: #8ad7ff;
}

.whatsapp-float {
  color: #062817;
  background: linear-gradient(135deg, #35e777, #20c860);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 17px 42px rgba(0, 0, 0, .36), 0 0 0 6px rgba(37, 211, 102, .09);
}

.vehicle-camera-modal[hidden] {
  display: none;
}

.vehicle-camera-modal {
  z-index: 300;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(1, 11, 18, .93);
  backdrop-filter: blur(14px);
}

.vehicle-camera-dialog {
  width: min(560px, 100%);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(160deg, #0c3046, #041823);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 23px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .6);
}

.vehicle-camera-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.vehicle-camera-header strong {
  font-size: 14px;
}

.vehicle-camera-close {
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  cursor: pointer;
}

.vehicle-camera-close:hover {
  background: var(--red);
}

.vehicle-camera-stage {
  padding: 16px;
  background: #03131e;
}

.vehicle-camera-video {
  display: block;
  width: 100%;
  max-height: 58svh;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #000;
  border-radius: 15px;
}

.vehicle-camera-hint {
  margin: 12px 3px 0;
  color: #a9bfca;
  font-size: 11px;
  line-height: 1.55;
}

.vehicle-camera-actions {
  display: flex;
  gap: 10px;
  padding: 16px 20px 20px;
}

.vehicle-camera-actions button {
  flex: 1;
  min-height: 45px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .2s ease;
}

.vehicle-camera-cancel {
  color: #d2e0e6;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
}

.vehicle-camera-capture {
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
}

.vehicle-camera-actions button:hover {
  transform: translateY(-1px);
}

@keyframes vehiclePulse {
  70% { box-shadow: 0 0 0 8px rgba(255, 73, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 73, 102, 0); }
}

@keyframes vehicleScanLine {
  0% { top: -2px; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: calc(100% + 2px); opacity: 0; }
}

@keyframes vehicleResult {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (width <= 1080px) and (width > 900px) {
  .vehicle-hero-layout {
    width: min(100% - 34px, 1120px);
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
  }

  .vehicle-hero-copy h1 {
    font-size: clamp(52px, 5.8vw, 67px);
  }

  .vehicle-hero-lead {
    max-width: 520px;
    font-size: 14px;
  }
}

@media (height <= 820px) and (width > 900px) {
  .hero.vehicle-hero-ready {
    min-height: 820px;
  }

  .vehicle-hero-layout {
    padding-top: 104px;
    padding-bottom: 28px;
  }

  .vehicle-hero-copy h1 {
    font-size: clamp(52px, 4.8vw, 70px);
  }

  .vehicle-hero-lead {
    margin-top: 23px;
  }

  .vehicle-hero-actions {
    margin-top: 23px;
  }

  .vehicle-hero-proof {
    margin-top: 28px;
  }

  .vehicle-quote-panel {
    max-height: calc(100svh - 112px);
  }
}

@media (width <= 900px) {
  .hero.vehicle-hero-ready {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .vehicle-hero-ready .hero-media {
    background-image:
      linear-gradient(180deg, rgba(3, 28, 41, .66) 0%, rgba(3, 28, 41, .34) 25%, rgba(3, 28, 41, .72) 54%, rgba(3, 25, 37, .97) 100%),
      linear-gradient(90deg, rgba(3, 28, 41, .80), rgba(3, 28, 41, .10) 64%, rgba(3, 28, 41, .38)),
      url(../hero-hemay-bright-cinematic.webp);
    background-position: 61% center;
  }

  .vehicle-hero-layout {
    width: min(720px, calc(100% - 28px));
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 132px 0 58px;
  }

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

  .vehicle-hero-copy h1 {
    max-width: 650px;
    font-size: clamp(52px, 10vw, 76px);
  }

  .vehicle-hero-lead {
    max-width: 600px;
  }

  .vehicle-hero-panel-wrap {
    width: min(560px, 100%);
    justify-self: center;
  }

  .vehicle-quote-panel {
    max-height: none;
    overflow: visible;
  }
}

@media (width <= 620px) {
  .vehicle-hero-layout {
    width: calc(100% - 20px);
    gap: 31px;
    padding: 112px 0 42px;
  }

  .vehicle-hero-eyebrow {
    margin-bottom: 18px;
    font-size: 8px;
    letter-spacing: .14em;
  }

  .vehicle-hero-copy h1 {
    font-size: clamp(43px, 13.2vw, 58px);
    line-height: .98;
  }

  .vehicle-hero-copy h1 em {
    white-space: normal;
  }

  .vehicle-hero-lead {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.68;
  }

  .vehicle-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .vehicle-action {
    width: 100%;
    min-height: 54px;
  }

  .vehicle-hero-proof {
    margin-top: 31px;
  }

  .vehicle-hero-proof div {
    padding: 15px 8px 0 0;
  }

  .vehicle-hero-proof div:not(:first-child) {
    padding-left: 10px;
  }

  .vehicle-hero-proof strong {
    font-size: 17px;
  }

  .vehicle-hero-proof span {
    font-size: 7px;
  }

  .vehicle-quote-panel {
    padding: 20px;
    border-radius: 23px;
  }

  .vehicle-quote-head h3 {
    font-size: 26px;
  }

  .vehicle-flow-steps {
    gap: 5px;
  }

  .vehicle-flow-steps > span {
    gap: 4px;
    font-size: 7px;
  }

  .vehicle-flow-steps > span b {
    width: 17px;
    height: 17px;
    font-size: 7px;
  }

  .vehicle-upload-card {
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    padding: 11px;
  }

  .vehicle-upload-icon {
    width: 42px;
    height: 42px;
  }

  .vehicle-upload-copy strong {
    font-size: 10px;
  }

  .vehicle-file-list {
    grid-template-columns: 1fr;
  }

  .vehicle-file-card small {
    max-width: 170px;
  }

  .vehicle-camera-actions {
    flex-direction: column-reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vehicle-hero-ready .hero-media {
    transform: scale(1.045);
    will-change: auto;
  }

  .vehicle-hero-ready .hero-media::before {
    transform: none;
  }

  .vehicle-hero-copy,
  .vehicle-hero-panel-wrap,
  .vehicle-upload-card,
  .vehicle-action,
  .vehicle-submit,
  .vehicle-camera-actions button,
  .vehicle-progress-track i {
    transition: none;
  }

  .vehicle-live-badge i,
  .vehicle-quote-panel.is-scanning .vehicle-file-card::after,
  .vehicle-scan-result,
  .vehicle-consent,
  .vehicle-submit {
    animation: none;
  }
}

/* 2026-08-28 · Çoklu teklif merkezi v2 */
.vehicle-hero-layout {
  grid-template-columns: minmax(0, 1fr) minmax(470px, 520px);
  gap: clamp(34px, 4vw, 70px);
}

.vehicle-quote-panel {
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 178, 220, .13), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(228, 31, 61, .10), transparent 34%),
    linear-gradient(150deg, rgba(6, 35, 50, .96), rgba(3, 24, 36, .91));
  border-color: rgba(189, 223, 237, .20);
  box-shadow: 0 38px 100px rgba(0, 17, 27, .46), inset 0 1px rgba(255,255,255,.10);
}

.vehicle-type-picker {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 13px 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.028));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  box-shadow: inset 0 1px rgba(255,255,255,.045);
  position: relative;
  z-index: 8;
}

.vehicle-type-picker > label {
  color: #95adba;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vehicle-custom-select {
  position: relative;
  z-index: 12;
}

.vehicle-custom-select-trigger {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 10px 8px 18px;
  color: #fff;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255,255,255,.085), rgba(255,255,255,.035)),
    rgba(2, 20, 31, .76);
  border: 1px solid rgba(179, 216, 232, .20);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255,255,255,.055), 0 9px 26px rgba(0,0,0,.12);
  cursor: pointer;
  outline: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.vehicle-custom-select-trigger:hover,
.vehicle-custom-select-trigger[aria-expanded="true"] {
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.045)),
    rgba(3, 26, 39, .92);
  border-color: rgba(255, 82, 110, .62);
  box-shadow: 0 0 0 3px rgba(228,31,61,.09), 0 14px 32px rgba(0,0,0,.18);
}

.vehicle-custom-select-trigger:focus-visible {
  border-color: rgba(255, 82, 110, .8);
  box-shadow: 0 0 0 4px rgba(228,31,61,.13);
}

.vehicle-custom-select-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.vehicle-custom-select-copy small {
  color: #7e9aa8;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vehicle-custom-select-copy strong {
  overflow: hidden;
  color: #f7fbfd;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-custom-select-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: #ff6079;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  transition: transform .2s ease, background .2s ease;
}

.vehicle-custom-select-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vehicle-custom-select-trigger[aria-expanded="true"] .vehicle-custom-select-icon {
  transform: rotate(180deg);
  background: rgba(228,31,61,.12);
}

.vehicle-custom-select-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  display: grid;
  max-height: min(430px, 54vh);
  gap: 6px;
  padding: 9px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(4, 24, 36, .985);
  border: 1px solid rgba(177, 214, 229, .20);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 8, 16, .50), inset 0 1px rgba(255,255,255,.055);
  backdrop-filter: blur(22px);
}

.vehicle-custom-select-menu[hidden] {
  display: none !important;
}

.vehicle-custom-select-menu::-webkit-scrollbar {
  width: 6px;
}

.vehicle-custom-select-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.17);
  border-radius: 999px;
}

.vehicle-custom-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  min-height: 54px;
  align-items: center;
  padding: 9px 14px 9px 16px;
  color: #eaf3f7;
  text-align: left;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 999px;
  cursor: pointer;
  outline: none;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.vehicle-custom-option span {
  grid-column: 1;
  color: inherit;
  font-size: 10px;
  font-weight: 850;
}

.vehicle-custom-option small {
  grid-column: 1;
  color: #718e9c;
  font-size: 7px;
  font-weight: 650;
}

.vehicle-custom-option i {
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.vehicle-custom-option:hover,
.vehicle-custom-option:focus-visible {
  z-index: 1;
  color: #fff;
  background: rgba(255,255,255,.075);
  border-color: rgba(255, 93, 118, .36);
  transform: translateY(-1px);
}

.vehicle-custom-option.is-selected {
  color: #fff;
  background: linear-gradient(135deg, rgba(228,31,61,.26), rgba(255,255,255,.055));
  border-color: rgba(255, 95, 121, .52);
  box-shadow: inset 0 1px rgba(255,255,255,.06);
}

.vehicle-custom-option.is-selected i {
  background: #ff526e;
  border-color: #ff526e;
  box-shadow: 0 0 14px rgba(255,82,110,.55);
}

.vehicle-type-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vehicle-type-summary small {
  max-width: 68%;
  color: #7895a4;
  font-size: 7.5px;
  line-height: 1.4;
  text-align: right;
}

.vehicle-type-mode {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: #b9cbd4;
  font-size: 7.5px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vehicle-type-mode i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 12px rgba(37,211,102,.55);
}

.vehicle-type-mode.is-manual i {
  background: #ff4864;
  box-shadow: 0 0 12px rgba(255,72,100,.45);
}

.vehicle-submit[hidden] {
  display: none !important;
}

#vehicle-scan-mode,
#vehicle-manual-mode {
  display: block;
}

#vehicle-scan-mode[hidden],
#vehicle-manual-mode[hidden] {
  display: none !important;
}

.vehicle-manual-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,211,102,.12), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
}

.vehicle-manual-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,211,102,.12), transparent 68%);
  pointer-events: none;
}

.vehicle-manual-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #73dfa0;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}

.vehicle-manual-card h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: -.035em;
}

.vehicle-manual-card > p {
  max-width: 390px;
  margin: 7px 0 17px;
  color: #8facba;
  font-size: 9px;
  line-height: 1.6;
}

.vehicle-manual-grid {
  display: grid;
  gap: 10px;
}

.vehicle-manual-grid label {
  display: grid;
  gap: 6px;
}

.vehicle-manual-grid label > span {
  color: #a9c0cb;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vehicle-manual-grid input,
.vehicle-manual-grid textarea {
  width: 100%;
  padding: 12px 13px;
  color: #fff;
  font: inherit;
  font-size: 11px;
  line-height: 1.5;
  resize: vertical;
  outline: 0;
  background: rgba(2,20,31,.62);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.vehicle-manual-grid input:focus,
.vehicle-manual-grid textarea:focus {
  background: rgba(2,20,31,.82);
  border-color: rgba(255,82,110,.68);
  box-shadow: 0 0 0 3px rgba(228,31,61,.09);
}

.vehicle-manual-grid input::placeholder,
.vehicle-manual-grid textarea::placeholder {
  color: #5f7c8a;
}

.vehicle-quote-panel.is-manual-mode .vehicle-submit {
  background: linear-gradient(135deg, #25d366, #0d8b43);
  box-shadow: 0 14px 34px rgba(37,211,102,.20);
}

.vehicle-quote-panel.is-manual-mode .vehicle-submit:hover:not(:disabled) {
  background: linear-gradient(135deg, #34e779, #119a4c);
}

@media (max-width: 1120px) {
  .vehicle-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 480px);
  }
}

@media (max-width: 900px) {
  .vehicle-type-summary {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .vehicle-type-picker {
    padding: 12px;
  }

  .vehicle-custom-select-trigger {
    min-height: 54px;
    padding-left: 15px;
  }

  .vehicle-custom-select-menu {
    max-height: 48vh;
    border-radius: 20px;
  }

  .vehicle-custom-option {
    min-height: 50px;
  }
  .vehicle-type-summary {
    display: grid;
  }
  .vehicle-type-summary small {
    max-width: none;
    text-align: left;
  }
  .vehicle-manual-card {
    padding: 16px;
  }
}

/* 2026-08-29 · Mobil yerleşim düzeltmesi
   Not: Bu blok dosyanın sonunda bilinçli olarak durur. v2 masaüstü grid kuralları
   900px altındaki eski tek kolon kuralını eziyordu ve teklif paneli hero yazılarının
   üzerine biniyordu. */
@media (max-width: 900px) {
  .hero.vehicle-hero-ready {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .vehicle-hero-layout {
    width: min(720px, calc(100% - 28px));
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 36px;
    padding: 118px 0 58px;
  }

  .vehicle-hero-copy,
  .vehicle-hero-panel-wrap {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .vehicle-hero-panel-wrap {
    justify-self: stretch;
  }

  .vehicle-quote-panel {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .vehicle-type-picker,
  .vehicle-custom-select,
  .vehicle-custom-select-trigger,
  .vehicle-upload-card,
  .vehicle-manual-card,
  .vehicle-scan-result {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .vehicle-hero-layout {
    width: calc(100% - 20px);
    gap: 30px;
    padding: 104px 0 44px;
  }

  .vehicle-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(42px, 12.8vw, 56px);
    letter-spacing: -.058em;
    line-height: .98;
  }

  .vehicle-hero-copy h1 em {
    white-space: normal;
  }

  .vehicle-hero-lead {
    max-width: 100%;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.62;
  }

  .vehicle-hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 23px;
  }

  .vehicle-action {
    width: 100%;
  }

  .vehicle-quote-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .vehicle-panel-topline {
    flex-wrap: wrap;
  }

  .vehicle-quote-head h3 {
    font-size: clamp(23px, 7vw, 27px);
  }

  .vehicle-type-picker {
    padding: 11px;
    border-radius: 18px;
  }

  .vehicle-custom-select-trigger {
    min-height: 52px;
    padding: 7px 8px 7px 14px;
  }

  .vehicle-type-summary {
    display: grid;
    gap: 6px;
  }

  .vehicle-type-summary small {
    max-width: none;
    text-align: left;
  }

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

  .vehicle-flow-steps > i {
    display: none;
  }

  .vehicle-flow-steps > span {
    justify-content: center;
    min-width: 0;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .vehicle-upload-card {
    grid-template-columns: 42px minmax(0, 1fr) 20px;
  }

  .vehicle-upload-copy strong {
    overflow: visible;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
  }

  .vehicle-upload-copy small {
    line-height: 1.35;
  }

  .vehicle-file-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .vehicle-hero-layout {
    width: calc(100% - 16px);
    gap: 26px;
    padding-top: 96px;
  }

  .vehicle-hero-eyebrow {
    gap: 9px;
    margin-bottom: 15px;
    font-size: 7px;
    letter-spacing: .12em;
  }

  .vehicle-hero-eyebrow span {
    width: 25px;
  }

  .vehicle-hero-copy h1 {
    font-size: clamp(38px, 12.7vw, 50px);
    letter-spacing: -.052em;
  }

  .vehicle-hero-lead {
    margin-top: 20px;
    font-size: 12px;
  }

  .vehicle-hero-proof {
    margin-top: 27px;
  }

  .vehicle-hero-proof div,
  .vehicle-hero-proof div:not(:first-child) {
    padding-top: 13px;
    padding-right: 6px;
    padding-left: 7px;
  }

  .vehicle-hero-proof div:first-child {
    padding-left: 0;
  }

  .vehicle-hero-proof strong {
    font-size: 16px;
  }

  .vehicle-hero-proof span {
    font-size: 6.5px;
  }

  .vehicle-quote-panel {
    padding: 15px;
    border-radius: 19px;
  }

  .vehicle-live-badge,
  .vehicle-secure-badge {
    min-height: 25px;
    padding: 0 8px;
    font-size: 7px;
    letter-spacing: .09em;
  }

  .vehicle-quote-head {
    margin-top: 14px;
  }

  .vehicle-quote-head h3 {
    font-size: 23px;
  }

  .vehicle-quote-head p {
    font-size: 9px;
  }

  .vehicle-type-picker {
    margin-top: 13px;
    padding: 10px;
    border-radius: 16px;
  }

  .vehicle-custom-select-trigger {
    min-height: 50px;
    padding-left: 12px;
  }

  .vehicle-custom-select-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .vehicle-flow-steps {
    margin: 14px 0 13px;
  }

  .vehicle-flow-steps > span {
    gap: 4px;
    font-size: 6.8px;
  }

  .vehicle-upload-card {
    min-height: 72px;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    gap: 9px;
    padding: 10px;
    border-radius: 14px;
  }

  .vehicle-upload-icon {
    width: 40px;
    height: 40px;
  }

  .vehicle-upload-plus {
    font-size: 21px;
  }

  .vehicle-upload-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .vehicle-upload-actions small {
    line-height: 1.35;
  }

  .vehicle-extracted-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .vehicle-extracted-fields label:nth-child(1),
  .vehicle-extracted-fields label:nth-child(2),
  .vehicle-extracted-fields label:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }

  .vehicle-scan-result-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .vehicle-manual-card {
    padding: 15px;
  }

  .vehicle-manual-card h4 {
    font-size: 18px;
  }

  .vehicle-consent span {
    font-size: 7.5px;
  }

  .vehicle-submit {
    min-height: 50px;
    padding: 0 14px;
    font-size: 10px;
  }
}
