.SellCarLeadDialog_modalOverlay__ZW33K {
  background: rgba(5, 7, 6, 0.72) !important;
  backdrop-filter: blur(10px) saturate(0.75);
}

.SellCarLeadDialog_modal__j35LB {
  --acid: #b7f52c;
  --ink: #0b0d0d;
  --paper: #f7f8f3;
  width: min(920px, calc(100vw - 32px)) !important;
  max-width: 920px !important;
  max-height: min(820px, calc(100dvh - 32px)) !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow: auto !important;
  scrollbar-gutter: stable;
  overscroll-behavior-y: contain;
  overflow-anchor: none;
  scroll-padding-block: 70px 96px;
  border: 1px solid rgba(183, 245, 44, 0.3) !important;
  border-radius: 32px !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  box-shadow: 0 48px 140px -42px rgba(0, 0, 0, 0.88) !important;
  font-family: "Manrope Variable", "Manrope", sans-serif;
}

.SellCarLeadDialog_modalWizard__E1Skw {
  width: min(1180px, calc(100vw - 28px)) !important;
  max-width: 1180px !important;
  max-height: min(900px, calc(100dvh - 28px)) !important;
  overflow: auto !important;
}

.SellCarLeadDialog_shell__K3dNU {
  display: grid;
  min-height: 530px;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.45fr);
}

.SellCarLeadDialog_brandPanel__Igkj_ {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 32px;
  background: var(--acid);
  color: var(--ink);
}

.SellCarLeadDialog_brandLockup__YkL6t {
  --excar-logo-height: 30px;
  position: relative;
  z-index: 1;
  color: #003f27;
}

.SellCarLeadDialog_brandCopy__jKgEP {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  padding: 48px 0 32px;
}

.SellCarLeadDialog_step__EoWLG {
  display: inline-flex;
  margin-bottom: 18px;
  align-items: center;
  border: 1px solid rgba(11, 13, 13, 0.3);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.SellCarLeadDialog_dialogHeader__IBykq {
  padding-right: 0 !important;
  gap: 14px !important;
  text-align: left !important;
}

.SellCarLeadDialog_dialogTitle__Zb_3V {
  max-width: 290px;
  color: var(--ink) !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  font-weight: 560 !important;
  line-height: 0.93 !important;
  letter-spacing: -0.07em !important;
}

.SellCarLeadDialog_dialogDescription__fSvB5 {
  max-width: 300px;
  color: rgba(11, 13, 13, 0.7) !important;
  font-size: 14px !important;
  font-weight: 580;
  line-height: 1.5;
}

.SellCarLeadDialog_privacyNote__BbbY1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  border-top: 1px solid rgba(11, 13, 13, 0.2);
  padding-top: 18px;
  color: rgba(11, 13, 13, 0.72);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.45;
}

.SellCarLeadDialog_privacyNote__BbbY1 svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.SellCarLeadDialog_formPanel__KZR0b {
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
}

.SellCarLeadDialog_formPanel__KZR0b {
  display: flex;
  align-items: center;
  padding: 64px 48px 36px;
}

.SellCarLeadDialog_form__BC_0e {
  width: 100%;
}

.SellCarLeadDialog_formTopline__a1WOl {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.SellCarLeadDialog_formKicker__FhxZ4 {
  color: #5c625c;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.SellCarLeadDialog_lookupSwitch__mUsVO {
  display: grid;
  width: min(250px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border-radius: 16px;
  padding: 4px;
  background: #e5e8df;
}

.SellCarLeadDialog_lookupButton__UIwdB {
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #686e68;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  transition:
    background 170ms ease,
    color 170ms ease,
    transform 170ms ease;
}

.SellCarLeadDialog_lookupButton__UIwdB:hover {
  color: var(--ink);
}

.SellCarLeadDialog_lookupButton__UIwdB:active {
  transform: translateY(1px);
}

.SellCarLeadDialog_fieldGroup__jhoTC {
  gap: 22px !important;
}

.SellCarLeadDialog_identityGrid__bCMbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.SellCarLeadDialog_field__raMGq {
  gap: 8px !important;
}

.SellCarLeadDialog_fieldLabel__5BduD {
  color: #242824 !important;
  font-family: inherit;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

.SellCarLeadDialog_input__MS4Kk {
  height: 56px !important;
  border: 1.5px solid #bec3ba !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 650 !important;
  letter-spacing: -0.015em;
}

.SellCarLeadDialog_input__MS4Kk {
  padding-inline: 16px !important;
}

.SellCarLeadDialog_input__MS4Kk:hover {
  border-color: #777e77 !important;
}

.SellCarLeadDialog_input__MS4Kk:focus {
  border-color: var(--ink) !important;
  outline: 3px solid rgba(183, 245, 44, 0.56) !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.SellCarLeadDialog_input__MS4Kk::placeholder {
  color: #979d96;
}

.SellCarLeadDialog_vinNote__Rhg_c {
  display: flex;
  min-height: 56px;
  align-items: center;
  border: 1px dashed #a7ada4;
  border-radius: 15px;
  padding: 12px 14px;
  color: #666c66 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.SellCarLeadDialog_fieldError__fTFs1 {
  color: #a61d29 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.SellCarLeadDialog_submitButton__NQ6Uz {
  display: flex !important;
  height: 62px !important;
  width: 100%;
  justify-content: space-between !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 0 12px 0 22px !important;
  background: var(--ink) !important;
  color: #fff !important;
  box-shadow: 0 20px 44px -28px rgba(0, 0, 0, 0.75) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.SellCarLeadDialog_submitButton__NQ6Uz:hover {
  background: #202420 !important;
  color: var(--acid) !important;
}

.SellCarLeadDialog_submitButton__NQ6Uz:focus-visible,
.SellCarLeadDialog_lookupButton__UIwdB:focus-visible,
.SellCarLeadDialog_closeButton___NzQM:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
  box-shadow: none !important;
}

.SellCarLeadDialog_buttonIcon__ljJIL {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--acid);
  color: var(--ink);
}

.SellCarLeadDialog_buttonIcon__ljJIL svg {
  width: 17px;
  height: 17px;
}

.SellCarLeadDialog_closeButton___NzQM {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 30;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 13, 13, 0.18);
  border-radius: 999px;
  background: rgba(247, 248, 243, 0.88);
  color: var(--ink);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.SellCarLeadDialog_closeButton___NzQM:hover {
  background: var(--ink);
  color: var(--acid);
  transform: rotate(4deg);
}

.SellCarLeadDialog_closeButton___NzQM svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 760px) {
  .SellCarLeadDialog_modal__j35LB {
    width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 26px !important;
  }

  .SellCarLeadDialog_shell__K3dNU {
    display: block;
    min-height: 0;
  }

  .SellCarLeadDialog_brandPanel__Igkj_ {
    min-height: 238px;
    padding: 24px;
  }

  .SellCarLeadDialog_brandCopy__jKgEP {
    margin: 0;
    padding: 38px 0 18px;
  }

  .SellCarLeadDialog_step__EoWLG {
    margin-bottom: 12px;
  }

  .SellCarLeadDialog_dialogTitle__Zb_3V {
    max-width: 390px;
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .SellCarLeadDialog_dialogDescription__fSvB5 {
    max-width: 420px;
  }

  .SellCarLeadDialog_privacyNote__BbbY1 {
    display: none;
  }

  .SellCarLeadDialog_formPanel__KZR0b {
    padding: 26px 20px calc(22px + env(safe-area-inset-bottom));
  }

  .SellCarLeadDialog_formTopline__a1WOl {
    display: block;
    margin-bottom: 22px;
  }

  .SellCarLeadDialog_formKicker__FhxZ4 {
    display: block;
    margin-bottom: 10px;
  }

  .SellCarLeadDialog_lookupSwitch__mUsVO {
    width: 100%;
  }

  .SellCarLeadDialog_identityGrid__bCMbs {
    grid-template-columns: 1fr;
  }

  .SellCarLeadDialog_closeButton___NzQM {
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .SellCarLeadDialog_lookupButton__UIwdB,
  .SellCarLeadDialog_closeButton___NzQM {
    transition: none;
  }
}

.SellCarLeadDialog_formFieldset__R__YN {
  display: block;
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.SellCarLeadDialog_manualGrid__i4Gdc {
  gap: 18px !important;
}
.SellCarLeadDialog_pauseNote__4homp {
  color: #a3aea2;
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
}
.SellCarLeadDialog_lookupSwitch__mUsVO {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
}
.SellCarLeadDialog_lookupSwitch__mUsVO .SellCarLeadDialog_lookupButton__UIwdB {
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  margin: 0;
  padding: 12px;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  color: #c9d3c4;
  background: transparent;
}
.SellCarLeadDialog_lookupSwitch__mUsVO .SellCarLeadDialog_lookupButton__UIwdB[data-state="checked"] {
  background: var(--acid);
  color: var(--ink);
}
.SellCarLeadDialog_modal__j35LB {
  --primary: var(--acid);
  --primary-foreground: var(--ink);
  --foreground: var(--paper);
  --muted-foreground: #a8b4a2;
  --border: #41513c;
}
.SellCarLeadDialog_formPanel__KZR0b {
  align-content: center;
}
.SellCarLeadDialog_fieldLabel__5BduD {
  text-transform: none !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
.SellCarLeadDialog_manualGrid__i4Gdc input {
  min-height: 48px;
  font-size: 16px;
}
.SellCarLeadDialog_closeButton___NzQM {
  width: 44px;
  height: 44px;
}
@media (max-width: 760px) {
  .SellCarLeadDialog_modal__j35LB,
  .SellCarLeadDialog_modalWizard__E1Skw {
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: var(--sell-viewport-height, 100dvh) !important;
    height: var(--sell-viewport-height, 100dvh);
    border-radius: 0 !important;
    border: 0 !important;
  }
  .SellCarLeadDialog_shell__K3dNU {
    min-height: var(--sell-viewport-height, 100dvh);
    background: var(--ink);
  }
  .SellCarLeadDialog_brandPanel__Igkj_ {
    min-height: 0;
    padding: calc(20px + env(safe-area-inset-top)) 24px 24px;
  }
  .SellCarLeadDialog_brandCopy__jKgEP {
    padding: 26px 0 0;
  }
  .SellCarLeadDialog_dialogTitle__Zb_3V {
    font-size: 36px !important;
    max-width: 290px;
  }
  .SellCarLeadDialog_dialogDescription__fSvB5 {
    font-size: 13px !important;
  }
  .SellCarLeadDialog_formPanel__KZR0b {
    padding: 26px 24px calc(28px + env(safe-area-inset-bottom));
  }
}
.SellCarLeadDialog_formPanel__KZR0b {
  --foreground: var(--ink);
  --primary: var(--ink);
  --primary-foreground: #fff;
  --muted-foreground: #61705e;
}
.SellCarLeadDialog_lookupSwitch__mUsVO .SellCarLeadDialog_lookupButton__UIwdB {
  color: #53614d;
}
.SellCarLeadDialog_pauseNote__4homp {
  color: #62705a;
}
.SellCarLeadDialog_closeButton___NzQM {
  position: sticky;
  top: 18px;
  right: auto;
  justify-self: end;
  margin: 18px 18px -62px 0;
}
@media (max-width: 760px) {
  .SellCarLeadDialog_modal__j35LB,
  .SellCarLeadDialog_modalWizard__E1Skw {
    inset: var(--sell-viewport-top, 0px) 0 auto !important;
    margin: 0 !important;
    transform: none !important;
    padding: 0 !important;
  }
  .SellCarLeadDialog_closeButton___NzQM {
    top: 14px;
    margin: 14px 14px -58px 0;
  }
}
.SellCarLeadDialog_closeButton___NzQM {
  align-self: flex-end;
  flex-shrink: 0;
  margin-left: auto;
}
.SellCarLeadDialog_shell__K3dNU {
  flex-shrink: 0;
}
@media (max-width: 760px) {
  .SellCarLeadDialog_modal__j35LB {
    scrollbar-gutter: auto;
  }
}

.SellCarLeadDialog_modal__j35LB :is(button, summary, label:has(input[type="radio"])) { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.SellCarLeadDialog_submitButton__NQ6Uz { transition: transform 160ms ease, background-color 160ms ease !important; }
.SellCarLeadDialog_submitButton__NQ6Uz:active:not(:disabled) { transform: scale(0.98); }
.SellCarLeadDialog_dialogTitle__Zb_3V:focus { outline: none !important; box-shadow: none !important; }
.SellCarLeadDialog_input__MS4Kk { scroll-margin-block: 76px; }
@media (max-width: 760px) {
  .SellCarLeadDialog_modal__j35LB[data-state="open"] { animation: SellCarLeadDialog_sellSheetIn__97Qhh 300ms cubic-bezier(0.22, 1, 0.36, 1) both !important; }
  .SellCarLeadDialog_modal__j35LB[data-state="closed"] { animation: SellCarLeadDialog_sellSheetOut__yeBNY 180ms ease-in both !important; }
  .SellCarLeadDialog_shell__K3dNU { display: flex; flex-direction: column; background: var(--paper); }
  .SellCarLeadDialog_formPanel__KZR0b { flex: 1; align-items: flex-start; }
  .SellCarLeadDialog_closeButton___NzQM { top: calc(12px + env(safe-area-inset-top)); margin-top: calc(12px + env(safe-area-inset-top)); }
}
@keyframes SellCarLeadDialog_sellSheetIn__97Qhh {
  from { opacity: 0.6; translate: 0 36px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes SellCarLeadDialog_sellSheetOut__yeBNY {
  from { opacity: 1; translate: 0 0; }
  to { opacity: 0; translate: 0 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .SellCarLeadDialog_modal__j35LB[data-state], .SellCarLeadDialog_modal__j35LB *, .SellCarLeadDialog_modalOverlay__ZW33K { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .SellCarLeadDialog_modal__j35LB :is(button, label):active { transform: none; }
}

/* Capture owns the available viewport instead of adding height to a scrolling form. */
.SellCarLeadDialog_modal__j35LB:has([data-camera-active="true"]) {
  display: block;
  height: min(900px, calc(var(--sell-viewport-height, 100dvh) - 28px)) !important;
  max-height: min(900px, calc(var(--sell-viewport-height, 100dvh) - 28px)) !important;
  overflow: clip !important;
  scrollbar-gutter: auto;
  -webkit-text-size-adjust: 100%;
}
.SellCarLeadDialog_modal__j35LB:has([data-camera-active="true"]) .SellCarLeadDialog_closeButton___NzQM { display: none; }
@media (max-width: 760px), (max-height: 540px) {
  .SellCarLeadDialog_modal__j35LB:has([data-camera-active="true"]) {
    inset: var(--sell-viewport-top, 0px) 0 auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: var(--sell-viewport-height, 100dvh) !important;
    max-height: var(--sell-viewport-height, 100dvh) !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
    /* Reset the centering utilities as well as the transform after CSS compilation. */
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    margin: 0 !important;
  }
}

.ExcarWordplay_word__7rcF9 {
  white-space: nowrap;
}

.ExcarWordplay_prefix__PHUnR {
  position: relative;
  color: transparent;
}

.ExcarWordplay_prefix__PHUnR::after {
  position: absolute;
  inset: 0;
  background-color: var(--forest, #003f27);
  /* The original wordmark's first 124 of 306 units contain just “ex”. */
  -webkit-mask: url("/sell-car/excar-logo.svg") left 70% / 246.774194% auto no-repeat;
  mask: url("/sell-car/excar-logo.svg") left 70% / 246.774194% auto no-repeat;
  content: "";
}

@media (forced-colors: active) {
  .ExcarWordplay_prefix__PHUnR {
    color: inherit;
  }

  .ExcarWordplay_prefix__PHUnR::after {
    display: none;
  }
}

.SellCarHowItWorks_section__ubwka {
  padding: clamp(88px, 9vw, 150px) 24px 100px;
  background: #fff;
  scroll-margin-top: 68px;
}

.SellCarHowItWorks_intro__g2DFV { max-width: 960px; margin: 0 auto 70px; text-align: center; }
.SellCarHowItWorks_intro__g2DFV > span {
  display: inline-block; margin-bottom: 16px; color: #34741b;
  font-size: 12px; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase;
}
.SellCarHowItWorks_intro__g2DFV h2 {
  margin: 0; font-size: clamp(46px, 6.3vw, 84px); font-weight: 520;
  letter-spacing: -0.065em; line-height: 1.03; text-wrap: balance;
}
.SellCarHowItWorks_intro__g2DFV p { max-width: 650px; margin: 24px auto 0; color: #646963; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; }

.SellCarHowItWorks_story__pZSoQ {
  --step-span: clamp(350px, 54svh, 500px);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start; gap: clamp(40px, 6vw, 90px); max-width: 1160px; margin: 0 auto;
}
.SellCarHowItWorks_sticky__7N66k { position: sticky; top: 96px; min-width: 0; }
.SellCarHowItWorks_stage__CNTtY {
  position: relative; height: clamp(380px, 61svh, 550px); overflow: hidden;
  isolation: isolate; border: 1px solid #e1e6da; border-radius: 28px;
  background: #eef0e9; transition: background-color 400ms ease, border-color 400ms ease;
}
.SellCarHowItWorks_stage__CNTtY[data-tone="dark"] { background: #003f27; border-color: #003f27; }
.SellCarHowItWorks_visual__fp136 {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 320ms ease, visibility 320ms;
  pointer-events: none;
}
.SellCarHowItWorks_visual__fp136[data-active="true"] { opacity: 1; visibility: visible; }
.SellCarHowItWorks_visual__fp136 > div { transform: scale(0.86); flex-shrink: 0; }

.SellCarHowItWorks_steps__309ey { position: relative; min-width: 0; }
.SellCarHowItWorks_stepList__oKUPf { list-style: none; padding: 0; margin: 0; }
.SellCarHowItWorks_rail__NGxtj { position: absolute; top: calc(var(--step-span) / 2); bottom: calc(var(--step-span) / 2); left: 23px; width: 2px; background: #e0e5d8; }
.SellCarHowItWorks_rail__NGxtj i { display: block; height: 100%; background: #91c822; transform: scaleY(var(--journey-progress, 0)); transform-origin: top; }
.SellCarHowItWorks_step__lcHsK { position: relative; min-height: var(--step-span); display: flex; align-items: center; padding: 35px 0 35px 80px; }
.SellCarHowItWorks_stepCopy__noM30 { min-width: 0; }
.SellCarHowItWorks_number__pihrH {
  position: absolute; top: 50%; left: 0; display: grid; place-items: center; transform: translateY(-50%);
  width: 48px; height: 48px; border: 1px solid #dce3d3; border-radius: 50%; background: #fff;
  color: #5b6658; font-size: 13px; font-weight: 650; font-variant-numeric: tabular-nums;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.SellCarHowItWorks_step__lcHsK[data-active="true"] .SellCarHowItWorks_number__pihrH { color: #003f27; background: #b7f52c; border-color: #b7f52c; box-shadow: 0 0 0 7px #f0f8e3; }
.SellCarHowItWorks_phase__214oF { color: #5b7350; text-transform: uppercase; letter-spacing: 0.1em; font-size: 10px; font-weight: 750; }
.SellCarHowItWorks_step__lcHsK h3 { margin: 14px 0 16px; font-size: clamp(28px, 3.1vw, 43px); font-weight: 600; letter-spacing: -0.05em; line-height: 1.12; text-wrap: balance; }
.SellCarHowItWorks_step__lcHsK p { max-width: 390px; margin: 0; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; color: #646963; }
.SellCarHowItWorks_step__lcHsK button { margin-top: 25px; max-width: 100%; }

@media (max-height: 800px) and (min-width: 801px) {
  .SellCarHowItWorks_visual__fp136 > div { transform: scale(0.62); }
}

@media (max-width: 800px) {
  .SellCarHowItWorks_section__ubwka { padding: 76px 20px 70px; }
  .SellCarHowItWorks_intro__g2DFV { margin-bottom: 34px; }
  .SellCarHowItWorks_intro__g2DFV h2 { font-size: clamp(40px, 8vw, 62px); }
  .SellCarHowItWorks_intro__g2DFV p { font-size: 17px; margin-top: 20px; }
  .SellCarHowItWorks_story__pZSoQ { --step-span: 290px; display: block; max-width: 560px; }
  .SellCarHowItWorks_sticky__7N66k { top: 68px; z-index: 4; padding: 12px 0 14px; background: #fff; border-bottom: 1px solid #e7ebdf; }
  .SellCarHowItWorks_stage__CNTtY { height: clamp(260px, 34svh, 300px); border-radius: 20px; }
  .SellCarHowItWorks_visual__fp136 > div { transform: scale(0.42); }
  .SellCarHowItWorks_steps__309ey { margin-top: 12px; }
  .SellCarHowItWorks_step__lcHsK { padding: 28px 0 28px 66px; }
  .SellCarHowItWorks_step__lcHsK h3 { font-size: 30px; }
  .SellCarHowItWorks_step__lcHsK p { font-size: 16px; line-height: 1.65; }
  .SellCarHowItWorks_step__lcHsK button { font-size: 13px; padding-inline: 15px; }
}

@media (max-width: 560px) {
  .SellCarHowItWorks_section__ubwka { scroll-margin-top: 0; }
  .SellCarHowItWorks_sticky__7N66k { top: 0; }
}

@media (max-width: 400px) {
  .SellCarHowItWorks_section__ubwka { padding-inline: 16px; }
  .SellCarHowItWorks_stage__CNTtY { height: 260px; }
  .SellCarHowItWorks_story__pZSoQ { --step-span: 320px; }
  .SellCarHowItWorks_step__lcHsK { padding-left: 57px; }
  .SellCarHowItWorks_step__lcHsK h3 { font-size: 27px; }
  .SellCarHowItWorks_number__pihrH { width: 40px; height: 40px; }
  .SellCarHowItWorks_rail__NGxtj { left: 19px; }
}

@media (max-height: 650px) and (max-width: 800px) {
  .SellCarHowItWorks_sticky__7N66k { padding-top: 7px; }
  .SellCarHowItWorks_stage__CNTtY { height: 130px; }
  .SellCarHowItWorks_visual__fp136 > div { transform: scale(0.19); }
}

@media (max-height: 650px) and (min-width: 561px) and (max-width: 800px) {
  .SellCarHowItWorks_story__pZSoQ { display: grid; max-width: 760px; gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .SellCarHowItWorks_sticky__7N66k { top: 78px; padding-block: 0; border-bottom: 0; }
  .SellCarHowItWorks_stage__CNTtY { height: 180px; }
  .SellCarHowItWorks_visual__fp136 > div { transform: scale(0.27); }
  .SellCarHowItWorks_steps__309ey { margin-top: 0; }
  .SellCarHowItWorks_step__lcHsK { padding-left: 50px; }
  .SellCarHowItWorks_step__lcHsK h3 { font-size: 25px; }
  .SellCarHowItWorks_step__lcHsK p { font-size: 15px; }
  .SellCarHowItWorks_number__pihrH { width: 36px; height: 36px; }
  .SellCarHowItWorks_rail__NGxtj { left: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .SellCarHowItWorks_stage__CNTtY, .SellCarHowItWorks_visual__fp136, .SellCarHowItWorks_number__pihrH { transition: none; }
}

@media print {
  .SellCarHowItWorks_sticky__7N66k { display: none; }
  .SellCarHowItWorks_story__pZSoQ { display: block; }
  .SellCarHowItWorks_step__lcHsK { min-height: 0; break-inside: avoid; }
  .SellCarHowItWorks_rail__NGxtj { display: none; }
}

.SellCarSaleCelebration_trigger__xt03m { display: block; height: 1px; margin-bottom: -1px; pointer-events: none; }

.SellCarSaleCelebration_overlay__LxdnT {
  --forest: #003f27;
  --radius: 1rem;
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  height: 100dvh;
  place-items: center;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  box-sizing: border-box;
  font-family: "Manrope Variable", "Manrope", sans-serif;
  font-variation-settings: "wght" 520;
  pointer-events: none;
  touch-action: pan-y;
}
.SellCarSaleCelebration_overlay__LxdnT *, .SellCarSaleCelebration_overlay__LxdnT *::before, .SellCarSaleCelebration_overlay__LxdnT *::after { box-sizing: border-box; }
.SellCarSaleCelebration_overlay__LxdnT button { font-family: inherit; }
.SellCarSaleCelebration_backdrop__ly2m9 { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; background: #071a13a3; pointer-events: auto; }
.SellCarSaleCelebration_overlay__LxdnT[data-state="leaving"], .SellCarSaleCelebration_overlay__LxdnT[data-state="leaving"] * { pointer-events: none; }

.SellCarSaleCelebration_panel__2Phqv {
  position: relative;
  isolation: isolate;
  display: flex;
  width: min(940px, 100%);
  height: min(740px, 100%);
  min-height: 0;
  max-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 36px;
  padding: 32px clamp(24px, 5vw, 64px) 26px;
  background: #b7f52c;
  color: #003f27;
  transform-origin: center bottom;
  pointer-events: auto;
  outline: none;
  box-shadow: 0 30px 110px #001e1a66;
}

.SellCarSaleCelebration_close__0SVKX { position: absolute; top: 16px; right: 16px; z-index: 3; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid #003f2733; border-radius: 50%; background: #f7f8f370; color: #003f27; cursor: pointer; }
.SellCarSaleCelebration_close__0SVKX svg { width: 20px; height: 20px; }
.SellCarSaleCelebration_close__0SVKX:hover { background: #f7f8f3; }
.SellCarSaleCelebration_close__0SVKX:focus-visible { outline: 2px solid #003f27; outline-offset: 3px; }

.SellCarSaleCelebration_topline__z5hhw {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: 40px;
}
.SellCarSaleCelebration_logo__x_IN1 { --excar-logo-height: 24px; }
.SellCarSaleCelebration_topline__z5hhw > span { font-size: 11px; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }

.SellCarSaleCelebration_content___VqVT {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
  text-align: center;
}
.SellCarSaleCelebration_seal__mgbsE {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: #003f27;
  color: #b7f52c;
  transform: rotate(-10deg);
}
.SellCarSaleCelebration_seal__mgbsE svg { width: 36px; height: 36px; stroke-width: 2.4; }
.SellCarSaleCelebration_content___VqVT h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(80px, 15.5vw, 156px);
  font-weight: 850;
  font-variation-settings: "wght" 850;
  letter-spacing: -0.075em;
  line-height: 0.98;
}
.SellCarSaleCelebration_signoff__aBIEI { margin: 20px 0 0; color: #003f27; font-size: clamp(23px, 2.8vw, 38px); font-weight: 650; letter-spacing: -0.04em; line-height: 1.15; }
.SellCarSaleCelebration_description__hgmR8 { max-width: 420px; margin: 18px 0 0; color: #003f27; font-size: 17px; line-height: 1.6; white-space: pre-line; }
.SellCarSaleCelebration_action__XEWsn { display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 100%; margin-top: 34px; }
.SellCarSaleCelebration_action__XEWsn [data-slot="button"] {
  min-height: 58px;
  max-width: 100%;
  gap: 28px;
  border: 1px solid #003f271f;
  border-radius: 18px;
  padding-inline: 26px;
  background: #f7f8f3;
  color: #003f27;
  box-shadow: 0 6px 0 #003f2714;
  font-weight: 750;
}
.SellCarSaleCelebration_action__XEWsn [data-slot="button"]:hover { background: #fff; box-shadow: 0 8px 0 #003f2714; transform: translateY(-2px); }
.SellCarSaleCelebration_action__XEWsn [data-slot="button"]:focus-visible { outline: 2px solid #003f27; outline-offset: 4px; }
.SellCarSaleCelebration_action__XEWsn small { color: #003f27; font-size: 12px; line-height: 1.5; }
.SellCarSaleCelebration_continueHint__7yNXt { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 24px 0 0; color: #003f27; font-size: 11px; line-height: 1.4; text-align: center; }
.SellCarSaleCelebration_continueHint__7yNXt svg { width: 15px; height: 15px; }

.SellCarSaleCelebration_confetti__gZpa4 { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.SellCarSaleCelebration_confetti__gZpa4 i {
  position: absolute;
  top: 58%;
  left: var(--origin);
  width: 9px;
  height: 17px;
  border-radius: 2px;
  background: #003f27;
  opacity: 0;
}
.SellCarSaleCelebration_confetti__gZpa4 i:nth-child(3n) { background: #f7f8f3; }
.SellCarSaleCelebration_confetti__gZpa4 i:nth-child(3n + 1) { background: #648b18; }
.SellCarSaleCelebration_confetti__gZpa4 i:nth-child(4n) { width: 11px; height: 11px; border-radius: 50%; }

@media (prefers-reduced-motion: no-preference) {
  .SellCarSaleCelebration_overlay__LxdnT[data-state="visible"] .SellCarSaleCelebration_panel__2Phqv { animation: SellCarSaleCelebration_celebration-rise__SjwWe 850ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  .SellCarSaleCelebration_overlay__LxdnT[data-state="visible"] .SellCarSaleCelebration_seal__mgbsE { animation: SellCarSaleCelebration_celebration-seal__R0d4T 700ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  .SellCarSaleCelebration_overlay__LxdnT[data-state="visible"] h2 { animation: SellCarSaleCelebration_celebration-title__CEa5i 750ms 160ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  .SellCarSaleCelebration_overlay__LxdnT[data-state="visible"] .SellCarSaleCelebration_confetti__gZpa4 i { animation: SellCarSaleCelebration_celebration-confetti__GqrIR var(--duration) var(--delay) cubic-bezier(0.14, 0.5, 0.45, 1) both; }
  .SellCarSaleCelebration_overlay__LxdnT[data-state="leaving"] { animation: SellCarSaleCelebration_celebration-away__VPHGK 180ms ease-in both; }
}

@keyframes SellCarSaleCelebration_celebration-away__VPHGK {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes SellCarSaleCelebration_celebration-rise__SjwWe {
  from { transform: translateY(48px) scale(0.965); }
  to { transform: translateY(0) scale(1); }
}
@keyframes SellCarSaleCelebration_celebration-seal__R0d4T {
  0% { opacity: 0; transform: translateY(12px) rotate(-35deg) scale(0.6); }
  70% { opacity: 1; transform: translateY(0) rotate(-6deg) scale(1.1); }
  100% { opacity: 1; transform: translateY(0) rotate(-10deg) scale(1); }
}
@keyframes SellCarSaleCelebration_celebration-title__CEa5i {
  from { opacity: 0; transform: translateY(28px) scale(0.93); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes SellCarSaleCelebration_celebration-confetti__GqrIR {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0); }
  8% { opacity: 1; }
  42% { opacity: 1; transform: translate3d(calc(var(--travel-x) * 0.65), var(--rise), 0) rotate(calc(var(--turn) * 0.45)); }
  85% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--travel-x), 65vh, 0) rotate(var(--turn)); }
}

@media (max-width: 560px) {
  .SellCarSaleCelebration_overlay__LxdnT { padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); }
  .SellCarSaleCelebration_panel__2Phqv { height: min(690px, 100%); border-radius: 26px; padding: 24px 18px; }
  .SellCarSaleCelebration_topline__z5hhw { flex-direction: column; gap: 16px; padding-right: 0; }
  .SellCarSaleCelebration_close__0SVKX { top: 12px; right: 12px; }
  .SellCarSaleCelebration_logo__x_IN1 { --excar-logo-height: 21px; }
  .SellCarSaleCelebration_topline__z5hhw > span { font-size: 9px; letter-spacing: 0.1em; }
  .SellCarSaleCelebration_content___VqVT { padding-top: 36px; }
  .SellCarSaleCelebration_seal__mgbsE { width: 56px; height: 56px; margin-bottom: 24px; }
  .SellCarSaleCelebration_seal__mgbsE svg { width: 30px; height: 30px; }
  .SellCarSaleCelebration_content___VqVT h2 { font-size: clamp(62px, 20vw, 108px); }
  .SellCarSaleCelebration_signoff__aBIEI { margin-top: 16px; font-size: 24px; }
  .SellCarSaleCelebration_description__hgmR8 { font-size: 15px; margin-top: 16px; }
  .SellCarSaleCelebration_action__XEWsn { margin-top: 28px; width: 100%; }
  .SellCarSaleCelebration_action__XEWsn [data-slot="button"] { width: 100%; justify-content: space-between; gap: 12px; padding-inline: 18px; font-size: 14px; }
  .SellCarSaleCelebration_action__XEWsn small { font-size: 11px; }
  .SellCarSaleCelebration_confetti__gZpa4 i { width: 6px; height: 12px; }
}

@media (max-height: 640px) {
  .SellCarSaleCelebration_panel__2Phqv { padding-block: 20px; }
  .SellCarSaleCelebration_content___VqVT { padding-top: 16px; }
  .SellCarSaleCelebration_seal__mgbsE { width: 44px; height: 44px; margin-bottom: 14px; }
  .SellCarSaleCelebration_seal__mgbsE svg { width: 26px; height: 26px; }
  .SellCarSaleCelebration_signoff__aBIEI { margin-top: 12px; font-size: 22px; }
  .SellCarSaleCelebration_description__hgmR8 { margin-top: 10px; font-size: 14px; }
  .SellCarSaleCelebration_action__XEWsn { margin-top: 20px; gap: 10px; }
  .SellCarSaleCelebration_continueHint__7yNXt { margin-top: 16px; }
}

@media (max-height: 540px) {
  .SellCarSaleCelebration_panel__2Phqv { padding-block: 16px; }
  .SellCarSaleCelebration_topline__z5hhw { gap: 8px; }
  .SellCarSaleCelebration_logo__x_IN1 { --excar-logo-height: 18px; }
  .SellCarSaleCelebration_content___VqVT { padding-top: 8px; }
  .SellCarSaleCelebration_seal__mgbsE, .SellCarSaleCelebration_description__hgmR8 { display: none; }
  .SellCarSaleCelebration_content___VqVT h2 { font-size: clamp(48px, min(18svh, 20vw), 92px); }
  .SellCarSaleCelebration_signoff__aBIEI { margin-top: 8px; font-size: 20px; }
  .SellCarSaleCelebration_action__XEWsn { margin-top: 14px; gap: 8px; }
  .SellCarSaleCelebration_action__XEWsn [data-slot="button"] { min-height: 44px; }
  .SellCarSaleCelebration_action__XEWsn small { font-size: 10px; }
  .SellCarSaleCelebration_continueHint__7yNXt { margin-top: 12px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .SellCarSaleCelebration_confetti__gZpa4 { display: none; }
  .SellCarSaleCelebration_overlay__LxdnT, .SellCarSaleCelebration_panel__2Phqv, .SellCarSaleCelebration_seal__mgbsE, .SellCarSaleCelebration_content___VqVT h2 { animation: none; }
  .SellCarSaleCelebration_action__XEWsn [data-slot="button"] { transition: none; }
  .SellCarSaleCelebration_action__XEWsn [data-slot="button"]:hover { transform: none; }
}

@media print {
  .SellCarSaleCelebration_overlay__LxdnT, .SellCarSaleCelebration_trigger__xt03m { display: none; }
}

.SellCarLanding_page__YJ8X3 {
  --lime: #b7f52c;
  --lime-soft: #d8ff77;
  --ink: #0b0d0d;
  --forest: #003f27;
  --forest-deep: #002f1c;
  --paper: #f7f8f3;
  --muted: #646963;
  --primary: #111313;
  --primary-foreground: #ffffff;
  --radius: 1rem;
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope Variable", "Manrope", sans-serif;
  font-variation-settings: "wght" 520;
}

.SellCarLanding_page__YJ8X3 * {
  box-sizing: border-box;
}

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

.SellCarLanding_page__YJ8X3 button,
.SellCarLanding_page__YJ8X3 input {
  font: inherit;
}

.SellCarLanding_header____Gfc {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  background: rgba(7, 8, 8, 0.96);
  color: #fff;
  backdrop-filter: blur(18px);
}

.SellCarLanding_navInner__y4rCY {
  display: flex;
  width: min(1280px, calc(100% - 40px));
  min-height: 68px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.SellCarLanding_brand__M5W5Q {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 36px;
}

.SellCarLanding_desktopNav__nWsV0 {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  margin-left: auto;
  font-size: 14px;
  font-weight: 650;
}

.SellCarLanding_desktopNav__nWsV0 a {
  position: relative;
  opacity: 0.92;
  transition: opacity 180ms ease;
}

.SellCarLanding_desktopNav__nWsV0 a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.SellCarLanding_desktopNav__nWsV0 a:hover,
.SellCarLanding_desktopNav__nWsV0 a:focus-visible {
  opacity: 1;
}

.SellCarLanding_desktopNav__nWsV0 a:hover::after,
.SellCarLanding_desktopNav__nWsV0 a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.SellCarLanding_navActions__rW_Pd {
  display: flex;
  align-items: center;
  gap: 14px;
}

.SellCarLanding_dealerLink__BP0Ee {
  /* Temporarily hidden at the owner's request. */
  display: none;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffc24e;
  color: #121212 !important;
  font-size: 13px;
  font-weight: 760;
}

.SellCarLanding_globeIcon__b7AvY {
  width: 21px;
  height: 21px;
}

.SellCarLanding_languageJump__2h6n9 {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.SellCarLanding_menuButton__EbzZ2 {
  display: none !important;
}

.SellCarLanding_mobileNav__5mAw3 {
  display: none;
}

.SellCarLanding_hero__ccL9Z {
  position: relative;
  min-height: min(770px, calc(100vh - 68px));
  overflow: hidden;
  background: var(--lime);
}

.SellCarLanding_heroImage__2wJ5a {
  object-fit: cover;
  object-position: center;
}

.SellCarLanding_heroWash__f7fNa {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(183, 245, 44, 1) 0%,
      rgba(183, 245, 44, 0.96) 31%,
      rgba(183, 245, 44, 0.58) 52%,
      rgba(183, 245, 44, 0.07) 76%
    ),
    linear-gradient(0deg, rgba(183, 245, 44, 0.24), rgba(183, 245, 44, 0.24));
}

.SellCarLanding_heroInner__ZFuK9 {
  position: relative;
  display: grid;
  width: min(1280px, calc(100% - 40px));
  min-height: inherit;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 40px;
}

.SellCarLanding_heroCopy__JqxEk {
  width: min(680px, 100%);
  padding: 72px 0 84px;
  animation: SellCarLanding_rise-in__XUanM 750ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.SellCarLanding_heroCopy__JqxEk [data-slot="badge"] {
  border-color: rgba(9, 12, 10, 0.28);
  background: rgba(255, 255, 255, 0.4);
  color: var(--ink);
}

.SellCarLanding_hero__ccL9Z h1 {
  max-width: 720px;
  margin: 18px 0 22px;
  font-size: clamp(58px, 6.5vw, 92px);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 1.04;
}

.SellCarLanding_heroCopy__JqxEk > p {
  max-width: 610px;
  margin: 0;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 570;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.SellCarLanding_heroIntro__zrlP7 {
  display: block;
  margin-bottom: 0.3em;
  color: var(--ink);
  font-size: 0.44em;
  font-weight: 520;
  font-variation-settings: "wght" 520;
  letter-spacing: -0.055em;
  line-height: 1.2;
}

.SellCarLanding_heroEmphasis__hRCP_ {
  color: var(--forest);
  font-weight: 800;
  font-variation-settings: "wght" 800;
  letter-spacing: -0.055em;
  word-spacing: 0.025em;
  line-height: 1.04;
}

.SellCarLanding_heroForm__rqs_a {
  width: min(760px, 100%);
  margin-top: 40px;
}

.SellCarLanding_heroFieldGroup__Ua8QA {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: stretch;
  gap: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 7px;
  background: rgba(8, 10, 9, 0.96);
  box-shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="field"] {
  position: relative;
  gap: 0;
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="input"] {
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  padding: 22px 17px 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none !important;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="input"]::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="input"]:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.075);
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="input"]:focus {
  border-color: var(--lime);
  outline: 2px solid rgba(183, 245, 44, 0.26);
  outline-offset: 0;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: none !important;
}

.SellCarLanding_heroControlLabel__B9G_D {
  position: absolute;
  top: 9px;
  left: 17px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.48) !important;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  line-height: 1;
  pointer-events: none;
  text-transform: none;
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="button"] {
  height: 66px;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  border-radius: 18px;
  padding-inline: 24px 18px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: none;
  font-weight: 820;
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="button"]:hover {
  background: #fff;
  opacity: 1;
  transform: translateY(-1px);
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="button"]:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
}

.SellCarLanding_heroFieldGroup__Ua8QA [data-slot="button"] svg {
  width: 18px;
  height: 18px;
}

.SellCarLanding_vinLink__tf7YY {
  display: inline-flex;
  margin-top: 13px;
  align-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
}

.SellCarLanding_vinLink__tf7YY span {
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.SellCarLanding_vinLink__tf7YY svg {
  width: 14px;
  height: 14px;
}

.SellCarLanding_heroTrust__6Ydbb {
  display: flex;
  margin-top: 44px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.SellCarLanding_heroTrust__6Ydbb > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.SellCarLanding_heroTrust__6Ydbb > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.SellCarLanding_heroTrust__6Ydbb strong {
  font-weight: 780;
}

.SellCarLanding_heroTrust__6Ydbb small {
  opacity: 0.7;
}

.SellCarLanding_heroBenefits__vBEjZ {
  display: grid;
  width: min(400px, 100%);
  margin: 0 0 24px auto;
  padding: 0 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
  list-style: none;
  animation: SellCarLanding_rise-in__XUanM 800ms 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.SellCarLanding_benefitCard__kCxDm {
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 16px 40px -18px rgba(0, 32, 22, 0.32);
  color: var(--forest);
}

.SellCarLanding_benefitCard__kCxDm h2 {
  margin: 0;
  color: inherit;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.1;
  white-space: pre-line;
}

.SellCarLanding_benefitCard__kCxDm p {
  margin: 12px 0 0;
  color: inherit;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.45;
  opacity: 0.78;
}

.SellCarLanding_benefitPrimary__3JjGS {
  grid-column: 1 / -1;
  margin-left: 32px;
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: var(--forest);
  box-shadow: 0 24px 60px -24px rgba(0, 32, 22, 0.45);
  color: var(--paper);
}

.SellCarLanding_benefitLogo__hrXbq {
  --excar-logo-height: 15px;
  margin-bottom: 26px;
  color: var(--lime);
}

.SellCarLanding_benefitPrimary__3JjGS h2 {
  font-size: 42px;
  font-weight: 550;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.SellCarLanding_benefitPrimary__3JjGS p {
  max-width: 265px;
  font-size: 14px;
  line-height: 1.35;
}

.SellCarLanding_benefitCard__kCxDm:last-child {
  background: var(--lime-soft);
  transform: translateY(18px);
}

.SellCarLanding_reasonsSection__Y5XWR {
  padding: clamp(88px, 9vw, 150px) 20px;
  background: #fff;
}

.SellCarLanding_sectionIntro__fjLAO,
.SellCarLanding_comparisonHeader__ECg70,
.SellCarLanding_finalCtaCopy__zBzQ0 {
  text-align: center;
}

.SellCarLanding_sectionIntro__fjLAO > span,
.SellCarLanding_comparisonHeader__ECg70 > span,
.SellCarLanding_finalCtaCopy__zBzQ0 > span,
.SellCarLanding_deliveryCard__YifKg > span {
  display: inline-block;
  margin-bottom: 14px;
  color: #34741b;
  font-size: 12px;
  font-weight: 830;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.SellCarLanding_sectionIntro__fjLAO h2,
.SellCarLanding_comparisonHeader__ECg70 h2,
.SellCarLanding_finalCta__jLZG6 h2,
.SellCarLanding_deliveryCard__YifKg h2 {
  margin: 0;
  font-size: clamp(48px, 6.3vw, 92px);
  font-weight: 520;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.SellCarLanding_sectionIntro__fjLAO p,
.SellCarLanding_comparisonHeader__ECg70 p,
.SellCarLanding_finalCtaCopy__zBzQ0 > p,
.SellCarLanding_deliveryCard__YifKg > p {
  margin: 22px auto 0;
  font-size: clamp(17px, 1.6vw, 22px);
  letter-spacing: -0.025em;
  line-height: 1.5;
}
.SellCarLanding_phone__JQHTC {
  position: relative;
  width: 280px;
  height: 568px;
  flex-shrink: 0;
  padding: 8px;
  border: 2px solid #878b86;
  border-radius: 46px;
  background: #101211;
  box-shadow: inset 0 0 0 2px #363a36, 0 18px 38px -12px rgba(0, 0, 0, 0.34), 0 3px 6px rgba(0, 0, 0, 0.15);
}

.SellCarLanding_phoneScreen__MwkHZ {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: #f7f7f5;
  color: #111713;
}

.SellCarLanding_phoneButtons__Thtw_ { position: absolute; inset: 0; pointer-events: none; }
.SellCarLanding_phoneButtons__Thtw_ i { position: absolute; width: 3px; border-radius: 2px; background: linear-gradient(90deg, #737870, #2b302b); }
.SellCarLanding_phoneButtons__Thtw_ i:nth-child(1) { top: 91px; left: -4px; height: 19px; }
.SellCarLanding_phoneButtons__Thtw_ i:nth-child(2) { top: 127px; left: -4px; height: 34px; }
.SellCarLanding_phoneButtons__Thtw_ i:nth-child(3) { top: 174px; left: -4px; height: 34px; }
.SellCarLanding_phoneButtons__Thtw_ i:nth-child(4) { top: 142px; right: -4px; height: 53px; }
.SellCarLanding_phoneStatus__nBF7h { position: relative; display: flex; flex: 0 0 39px; align-items: center; justify-content: space-between; padding: 0 16px; }
.SellCarLanding_phoneStatus__nBF7h > span { display: flex; align-items: center; gap: 3px; font-size: 10px; font-weight: 750; }
.SellCarLanding_phoneStatus__nBF7h svg { width: 12px; height: 12px; stroke-width: 2.5; }
.SellCarLanding_phoneStatus__nBF7h svg:last-child { width: 16px; }
.SellCarLanding_phoneIsland__xwVgC { position: absolute; top: 8px; left: 50%; width: 78px; height: 23px; transform: translateX(-50%); border-radius: 20px; background: #080a09; }
.SellCarLanding_phoneIsland__xwVgC::after { content: ""; position: absolute; width: 6px; height: 6px; right: 8px; top: 8px; border-radius: 50%; background: #172126; box-shadow: inset 0 0 0 1px #202d33; }
.SellCarLanding_phoneContent__zHsAn { flex: 1; min-height: 0; overflow: hidden; }
.SellCarLanding_phoneHome__7y1Nk { display: grid; flex: 0 0 23px; place-items: center; }
.SellCarLanding_phoneHome__7y1Nk i { width: 90px; height: 4px; border-radius: 4px; background: currentColor; }

.SellCarLanding_phoneTop__Yv4e6 {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  background: #0d0d0d;
  color: #fff;
  font-size: 11px;
  font-weight: 760;
}

.SellCarLanding_phoneLogo__3zJKN {
  --excar-logo-height: 14px;
}

.SellCarLanding_chatPill__lDF4S {
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 8px;
}

.SellCarLanding_phoneBody__fZ2SV {
  display: flex;
  padding: 14px 10px;
  flex-direction: column;
  gap: 12px;
}

.SellCarLanding_phoneStep__9liiy {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  color: #5c625b;
}

.SellCarLanding_phoneStep__9liiy > span {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--forest);
  color: var(--lime);
  font-size: 9px;
  font-weight: 820;
}

.SellCarLanding_phoneStep__9liiy > i {
  border-top: 1px solid #cbd0c8;
}

.SellCarLanding_phoneStep__9liiy > small {
  font-size: 8px;
  font-weight: 720;
}

.SellCarLanding_phonePanel__i4Se7,
.SellCarLanding_phoneReview__UwScp {
  display: flex;
  padding: 16px 14px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e2e5df;
  border-radius: 16px;
  background: #fff;
}

.SellCarLanding_phonePanel__i4Se7 > svg {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  padding: 6px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--forest);
}

.SellCarLanding_phonePanel__i4Se7 strong,
.SellCarLanding_phoneReview__UwScp strong {
  font-size: 14px;
  letter-spacing: -0.035em;
}

.SellCarLanding_phonePanel__i4Se7 p,
.SellCarLanding_phoneReview__UwScp p {
  margin: 5px 0 0;
  color: #676d66;
  font-size: 11px;
  line-height: 1.45;
}

.SellCarLanding_phoneReview__UwScp small {
  margin-bottom: 4px;
  color: #3d8d37;
  font-size: 7px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.SellCarLanding_phoneChecklist__oPUuu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.SellCarLanding_phoneCheckRow__Njp9C {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #e6e9e3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #41463f;
  font-size: 10px;
  font-weight: 690;
}

.SellCarLanding_phoneCheckRow__Njp9C svg {
  width: 15px;
  height: 15px;
  padding: 3px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--forest);
  stroke-width: 3;
}

.SellCarLanding_phoneDark__yvAno {
  background: #101d16;
  color: #fff;
}

.SellCarLanding_guidedPhoneBody__YjaDn { padding: 12px 13px; }

.SellCarLanding_phonePreviewTop__1kQSt {
  display: flex;
  flex-direction: column;
}

.SellCarLanding_phonePreviewTop__1kQSt small {
  color: var(--lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.SellCarLanding_phonePreviewTop__1kQSt strong {
  margin-top: 4px;
  font-size: 18px;
  letter-spacing: -0.035em;
}

.SellCarLanding_phoneCapture__eAfSL {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  gap: 9px;
}

.SellCarLanding_phoneCapture__eAfSL > strong {
  font-size: 12px;
}

.SellCarLanding_phoneCaptureImage__4Xn5K {
  position: relative;
  height: 160px;
  overflow: hidden;
  border-radius: 13px;
  background: radial-gradient(circle at 60% 20%, #587d65, #16352a 58%, #101a16);
}

.SellCarLanding_phoneCaptureImage__4Xn5K img {
  object-fit: contain;
  transform: translateY(6px) scale(1.15);
}

.SellCarLanding_phoneCaptureImage__4Xn5K > span {
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(8, 10, 9, 0.76);
  color: var(--lime);
  font-size: 8px;
  font-weight: 800;
}

.SellCarLanding_phoneFrame__xX5MP {
  position: absolute;
  z-index: 2;
  inset: 18px;
}

.SellCarLanding_phoneFrame__xX5MP i {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: var(--lime);
  border-style: solid;
}

.SellCarLanding_phoneFrame__xX5MP i:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.SellCarLanding_phoneFrame__xX5MP i:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.SellCarLanding_phoneFrame__xX5MP i:nth-child(3) {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}

.SellCarLanding_phoneFrame__xX5MP i:nth-child(4) {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.SellCarLanding_phoneDark__yvAno .SellCarLanding_phoneChecklist__oPUuu {
  margin-top: 12px;
}

.SellCarLanding_phoneDark__yvAno .SellCarLanding_phoneCheckRow__Njp9C {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
}

.SellCarLanding_salePhone__HtUjc .SellCarLanding_phoneReview__UwScp {
  border: 0;
  padding: 10px 5px 6px;
  background: transparent;
}

.SellCarLanding_salePhone__HtUjc .SellCarLanding_phoneReview__UwScp strong { font-size: 21px; line-height: 1.15; }
.SellCarLanding_salePhone__HtUjc .SellCarLanding_phoneReview__UwScp small { margin-bottom: 8px; font-size: 9px; }
.SellCarLanding_saleGraphic__g6khA {
  position: relative;
  display: grid;
  height: 106px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #002f1c;
  color: var(--lime);
}
.SellCarLanding_saleGraphic__g6khA > svg { width: 78px; height: 78px; stroke-width: 1.25; }
.SellCarLanding_saleGraphic__g6khA > img { object-fit: contain; }
.SellCarLanding_saleGraphic__g6khA > span {
  position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center;
  width: 35px; height: 35px; border-radius: 50%; background: var(--lime); color: var(--forest);
}
.SellCarLanding_saleGraphic__g6khA > span svg { width: 19px; height: 19px; }



.SellCarLanding_deliverySection__fEZDz {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--forest);
  color: #efffc8;
}

.SellCarLanding_deliveryBackdrop__Z1FPt {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(193, 255, 82, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 255, 82, 0.35) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 20%,
    #000 85%,
    transparent
  );
}

.SellCarLanding_deliveryCard__YifKg {
  position: relative;
  z-index: 2;
  width: min(700px, calc(100% - 40px));
  padding: 68px 72px;
  background: rgba(0, 46, 28, 0.96);
  box-shadow: 0 32px 80px rgba(0, 17, 10, 0.28);
  text-align: center;
}

.SellCarLanding_deliveryCard__YifKg > span {
  color: var(--lime);
}

.SellCarLanding_deliveryCard__YifKg h2 {
  color: #efffc8;
  font-size: clamp(48px, 5vw, 76px);
}

.SellCarLanding_deliveryCard__YifKg p {
  max-width: 540px;
  color: #efffc8;
}

.SellCarLanding_deliveryCard__YifKg [data-slot="button"] {
  margin-top: 28px;
}

.SellCarLanding_deliveryNode__e9HKl {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 17, 10, 0.3);
  color: var(--forest);
  font-size: 18px;
  font-weight: 900;
}

.SellCarLanding_deliveryNode__e9HKl > svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}

.SellCarLanding_deliveryNode__e9HKl::after {
  position: absolute;
  width: 180px;
  border-top: 2px dashed var(--lime);
  content: "";
  opacity: 0.8;
  transform-origin: left;
}

.SellCarLanding_nodeOne__vKXm6 {
  left: 9%;
  top: 18%;
}
.SellCarLanding_nodeOne__vKXm6::after {
  left: 74px;
  top: 68px;
  transform: rotate(25deg);
}
.SellCarLanding_nodeTwo__7Qm_i {
  left: 16%;
  bottom: 13%;
}
.SellCarLanding_nodeTwo__7Qm_i::after {
  left: 68px;
  top: 5px;
  transform: rotate(-27deg);
}
.SellCarLanding_nodeThree__lwGkR {
  right: 11%;
  top: 15%;
}
.SellCarLanding_nodeThree__lwGkR::after {
  right: 70px;
  top: 74px;
  transform: rotate(160deg);
}
.SellCarLanding_nodeFour__QVXVb {
  right: 18%;
  bottom: 12%;
}
.SellCarLanding_nodeFour__QVXVb::after {
  right: 70px;
  top: 5px;
  transform: rotate(200deg);
}
.SellCarLanding_nodeFive__tA_aM {
  right: 4%;
  top: 48%;
}
.SellCarLanding_nodeFive__tA_aM::after {
  display: none;
}

.SellCarLanding_reasonsSection__Y5XWR {
  background: #f8f8f5;
}

.SellCarLanding_reasonsGrid__JiNrj {
  display: grid;
  width: min(1180px, 100%);
  margin: 76px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.SellCarLanding_reasonsGrid__JiNrj article {
  padding-top: 26px;
  border-top: 1px solid #d7dad2;
}

.SellCarLanding_reasonsGrid__JiNrj svg {
  width: 38px;
  height: 38px;
  color: #50b74d;
  stroke-width: 1.8;
}

.SellCarLanding_reasonsGrid__JiNrj h3 {
  margin: 30px 0 12px;
  font-size: 29px;
  font-weight: 580;
  letter-spacing: -0.045em;
}

.SellCarLanding_reasonsGrid__JiNrj p {
  margin: 0;
  color: #4f554f;
  font-size: 16px;
  line-height: 1.65;
}

.SellCarLanding_comparisonSection__zltHJ {
  padding: clamp(88px, 9vw, 145px) 20px 130px;
  background: var(--forest-deep);
  color: #fff;
}

.SellCarLanding_comparisonHeader__ECg70 > span {
  color: var(--lime);
}

.SellCarLanding_comparisonHeader__ECg70 h2 {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
}

.SellCarLanding_tableWrap__Bgq4a {
  width: min(1180px, 100%);
  margin: clamp(32px, 5vw, 56px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(183, 245, 44, 0.25);
  border-radius: 22px;
}

.SellCarLanding_tableWrap__Bgq4a table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.SellCarLanding_comparisonCellLabel__u34Xy {
  display: none;
}

.SellCarLanding_tableWrap__Bgq4a th,
.SellCarLanding_tableWrap__Bgq4a td {
  padding: 34px clamp(16px, 1.6vw, 24px);
  border-right: 1px solid rgba(183, 245, 44, 0.24);
  border-bottom: 1px solid rgba(183, 245, 44, 0.24);
  font-size: 20px;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  line-height: 1.55;
  text-align: center;
  overflow-wrap: anywhere;
}

.SellCarLanding_tableWrap__Bgq4a thead th:first-child {
  width: 18%;
}

.SellCarLanding_tableWrap__Bgq4a thead th:nth-child(2) {
  width: 23%;
}

.SellCarLanding_tableWrap__Bgq4a th:last-child,
.SellCarLanding_tableWrap__Bgq4a td:last-child {
  border-right: 0;
}

.SellCarLanding_tableWrap__Bgq4a tbody tr:last-child > * {
  border-bottom: 0;
}

.SellCarLanding_tableWrap__Bgq4a thead th {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 520;
  font-variation-settings: "wght" 520;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.SellCarLanding_tableWrap__Bgq4a tbody th {
  font-size: 24px;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-align: left;
}

.SellCarLanding_tableWrap__Bgq4a .SellCarLanding_featuredRow__90Brw > * {
  background: var(--lime);
  color: #0b0d0d;
  font-weight: 760;
  font-variation-settings: "wght" 760;
}

.SellCarLanding_comparisonLogo__WR_VS {
  --excar-logo-height: clamp(24px, 2.3vw, 30px);
  max-width: 100%;
  color: var(--forest);
}

@media (max-width: 900px) {
  .SellCarLanding_tableWrap__Bgq4a {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .SellCarLanding_tableWrap__Bgq4a table {
    display: block;
  }

  .SellCarLanding_tableWrap__Bgq4a thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

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

  .SellCarLanding_tableWrap__Bgq4a tbody tr {
    display: block;
    min-width: 0;
    padding: 8px 22px;
    overflow: hidden;
    border: 1px solid rgba(183, 245, 44, 0.3);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
  }

  .SellCarLanding_tableWrap__Bgq4a tbody th,
  .SellCarLanding_tableWrap__Bgq4a .SellCarLanding_featuredRow__90Brw th {
    display: block;
    padding: 18px 0 20px;
    border: 0;
    font-size: 26px;
    font-weight: 640;
    font-variation-settings: "wght" 640;
    letter-spacing: -0.04em;
    line-height: 1.2;
  }

  .SellCarLanding_tableWrap__Bgq4a tbody td,
  .SellCarLanding_tableWrap__Bgq4a .SellCarLanding_featuredRow__90Brw td {
    display: grid;
    grid-template-columns: minmax(86px, 0.7fr) minmax(0, 1.3fr);
    align-items: baseline;
    gap: 12px;
    min-width: 0;
    padding: 16px 0;
    border: 0;
    border-top: 1px solid rgba(183, 245, 44, 0.2);
    font-size: 15px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 1.5;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .SellCarLanding_comparisonCellLabel__u34Xy {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-transform: uppercase;
    overflow-wrap: normal;
    white-space: normal;
  }

  .SellCarLanding_tableWrap__Bgq4a tbody .SellCarLanding_featuredRow__90Brw {
    border-color: var(--lime);
    background: var(--lime);
  }

  .SellCarLanding_tableWrap__Bgq4a .SellCarLanding_featuredRow__90Brw td {
    border-top-color: rgba(0, 47, 28, 0.2);
    font-weight: 600;
    font-variation-settings: "wght" 700;
  }

  .SellCarLanding_featuredRow__90Brw .SellCarLanding_comparisonCellLabel__u34Xy {
    color: #245120;
  }
}

.SellCarLanding_faqSection__EwOHF {
  padding: clamp(80px, 9vw, 132px) 32px;
  scroll-margin-top: 68px;
  background: var(--forest-deep);
  color: var(--paper);
}

.SellCarLanding_faqLayout__5oQ_0 {
  display: grid;
  width: min(1180px, 100%);
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(40px, 6vw, 96px);
}

.SellCarLanding_faqIntro__Lozjv > span {
  display: block;
  margin-bottom: 24px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.SellCarLanding_faqIntro__Lozjv h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 550;
  letter-spacing: -0.065em;
  line-height: 1.08;
  white-space: pre-line;
}

.SellCarLanding_faqIntro__Lozjv > p {
  max-width: 340px;
  margin: 24px 0 32px;
  color: #bed0c4;
  font-size: 18px;
  line-height: 1.6;
}

.SellCarLanding_faqIntro__Lozjv [data-slot="button"] {
  max-width: 100%;
  border-color: var(--lime);
  background: var(--lime);
  color: var(--forest-deep);
}

.SellCarLanding_faqIntro__Lozjv [data-slot="button"]:hover {
  background: var(--lime-soft);
}

.SellCarLanding_faqIntro__Lozjv [data-slot="button"]:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 5px;
}

.SellCarLanding_faqList__fUHlC {
  min-width: 0;
  border-top: 1px solid #45614f;
}

.SellCarLanding_faqItem__PjZ5M {
  border-bottom: 1px solid #45614f;
}

.SellCarLanding_faqItem__PjZ5M summary {
  display: flex;
  min-height: 86px;
  padding-block: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

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

.SellCarLanding_faqItem__PjZ5M summary::marker {
  content: "";
}

.SellCarLanding_faqItem__PjZ5M summary:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 5px;
  border-radius: 4px;
}

.SellCarLanding_faqItem__PjZ5M summary:hover,
.SellCarLanding_faqItem__PjZ5M[open] summary {
  color: var(--lime);
}

.SellCarLanding_faqToggle__mqGIn {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid #6b8264;
  border-radius: 50%;
  color: var(--lime);
}

.SellCarLanding_faqToggle__mqGIn::before,
.SellCarLanding_faqToggle__mqGIn::after {
  position: absolute;
  inset: 14px 9px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  content: "";
}

.SellCarLanding_faqToggle__mqGIn::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.SellCarLanding_faqItem__PjZ5M[open] .SellCarLanding_faqToggle__mqGIn {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--forest-deep);
}

.SellCarLanding_faqItem__PjZ5M[open] .SellCarLanding_faqToggle__mqGIn::after {
  transform: rotate(0deg);
}

.SellCarLanding_faqItem__PjZ5M > p {
  max-width: 58ch;
  margin: -4px 56px 28px 0;
  color: #bed0c4;
  font-size: 16px;
  line-height: 1.7;
}

.SellCarLanding_finalCta__jLZG6 {
  display: grid;
  min-height: 780px;
  padding: 110px 20px 0;
  grid-template-rows: auto 1fr;
  justify-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 70%,
      rgba(255, 255, 255, 0.38),
      transparent 25%
    ),
    var(--lime);
}

.SellCarLanding_finalCtaCopy__zBzQ0 {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.SellCarLanding_finalCtaCopy__zBzQ0 > span {
  color: #34741b;
}

.SellCarLanding_finalCtaCopy__zBzQ0 > p {
  max-width: 620px;
}

.SellCarLanding_finalCtaCopy__zBzQ0 [data-slot="button"] {
  margin-top: 30px;
}

.SellCarLanding_trustRow__XjRD7 {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 720;
}

.SellCarLanding_trustRow__XjRD7 span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.SellCarLanding_trustRow__XjRD7 svg {
  width: 15px;
  height: 15px;
}

.SellCarLanding_finalPhoneWrap__FdeF0 {
  position: relative;
  width: 280px;
  margin-top: 44px;
  margin-bottom: 24px;
  align-self: end;
}

.SellCarLanding_sparkleOne__uLdrM,
.SellCarLanding_sparkleTwo__OvtfQ {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: var(--lime);
  box-shadow: 0 18px 40px rgba(26, 47, 7, 0.22);
}

.SellCarLanding_sparkleOne__uLdrM {
  top: 20px;
  left: -72px;
  width: 60px;
  height: 60px;
}

.SellCarLanding_sparkleTwo__OvtfQ {
  top: 150px;
  right: -62px;
  width: 50px;
  height: 50px;
}

.SellCarLanding_sparkleOne__uLdrM svg,
.SellCarLanding_sparkleTwo__OvtfQ svg {
  width: 24px;
  height: 24px;
}

.SellCarLanding_footer__L43WG {
  display: grid;
  min-height: 260px;
  padding: 70px max(20px, calc((100vw - 1280px) / 2));
  grid-template-columns: 1fr auto auto;
  align-items: start;
  gap: 40px;
  background: #090a0a;
  color: #fff;
}

.SellCarLanding_footer__L43WG p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.SellCarLanding_footer__L43WG nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}

.SellCarLanding_footer__L43WG > small {
  grid-column: 1 / -1;
  align-self: end;
  color: rgba(255, 255, 255, 0.4);
}

.SellCarLanding_languagePicker__Q_ulF {
  display: flex;
  min-width: 244px;
  flex-direction: column;
  gap: 12px;
}

.SellCarLanding_languagePicker__Q_ulF > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.SellCarLanding_languagePicker__Q_ulF > div {
  display: flex;
  gap: 8px;
}

.SellCarLanding_languagePicker__Q_ulF button {
  display: grid;
  min-width: 112px;
  min-height: 48px;
  padding: 7px 10px;
  grid-template-columns: auto 1fr 14px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.SellCarLanding_languagePicker__Q_ulF button:hover,
.SellCarLanding_languagePicker__Q_ulF button:focus-visible {
  border-color: rgba(183, 245, 44, 0.62);
  background: rgba(183, 245, 44, 0.1);
  transform: translateY(-2px);
}

.SellCarLanding_languagePicker__Q_ulF button > span {
  font-size: 21px;
  line-height: 1;
}

.SellCarLanding_languagePicker__Q_ulF button small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 690;
  text-align: left;
}

.SellCarLanding_languagePicker__Q_ulF button svg {
  width: 14px;
  height: 14px;
  color: var(--lime);
}

.SellCarLanding_languagePicker__Q_ulF .SellCarLanding_languageButtonActive__08V4G {
  border-color: var(--lime);
  background: rgba(183, 245, 44, 0.14);
}

.SellCarLanding_languagePicker__Q_ulF .SellCarLanding_languageButtonActive__08V4G small {
  color: #fff;
}

@keyframes SellCarLanding_rise-in__XUanM {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .SellCarLanding_desktopNav__nWsV0 {
    gap: 18px;
  }

  .SellCarLanding_desktopNav__nWsV0 a:nth-child(3),
  .SellCarLanding_desktopNav__nWsV0 a:nth-child(4) {
    display: none;
  }

  .SellCarLanding_heroInner__ZFuK9 {
    grid-template-columns: minmax(0, 1.1fr) minmax(230px, 0.6fr);
  }

  .SellCarLanding_hero__ccL9Z h1 {
    font-size: clamp(48px, 6.4vw, 72px);
  }

  .SellCarLanding_heroBenefits__vBEjZ {
    gap: 8px;
  }

  .SellCarLanding_benefitCard__kCxDm {
    padding: 20px 16px;
  }

  .SellCarLanding_benefitCard__kCxDm h2 {
    font-size: 20px;
  }

  .SellCarLanding_benefitPrimary__3JjGS {
    margin-left: 20px;
    padding: 26px;
  }

  .SellCarLanding_benefitPrimary__3JjGS h2 {
    font-size: 36px;
  }



  .SellCarLanding_deliveryNode__e9HKl {
    transform: scale(0.86);
  }
}

@media (max-width: 800px) {
  .SellCarLanding_navInner__y4rCY {
    width: min(100% - 28px, 1280px);
  }

  .SellCarLanding_desktopNav__nWsV0,
  .SellCarLanding_globeIcon__b7AvY {
    display: none;
  }

  .SellCarLanding_menuButton__EbzZ2 {
    display: inline-flex !important;
    color: #fff !important;
  }

  .SellCarLanding_mobileNav__5mAw3 {
    display: flex;
    padding: 16px 20px 24px;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .SellCarLanding_mobileNav__5mAw3 a {
    padding: 12px 4px;
    font-size: 17px;
    font-weight: 650;
  }

  .SellCarLanding_mobileNav__5mAw3 [data-slot="button"] {
    margin-top: 8px;
  }

  .SellCarLanding_hero__ccL9Z {
    min-height: 820px;
  }

  .SellCarLanding_heroImage__2wJ5a {
    object-position: 67% center;
  }

  .SellCarLanding_heroWash__f7fNa {
    background:
      linear-gradient(
        180deg,
        rgba(183, 245, 44, 0.98) 0%,
        rgba(183, 245, 44, 0.94) 48%,
        rgba(183, 245, 44, 0.08) 88%
      ),
      linear-gradient(90deg, rgba(183, 245, 44, 0.72), rgba(183, 245, 44, 0.08));
  }

  .SellCarLanding_heroInner__ZFuK9 {
    display: block;
    width: min(100% - 32px, 680px);
  }

  .SellCarLanding_heroCopy__JqxEk {
    padding: 58px 0 38px;
  }

  .SellCarLanding_hero__ccL9Z h1 {
    font-size: clamp(36px, 9.8vw, 66px);
  }

  .SellCarLanding_heroCopy__JqxEk > p {
    max-width: 520px;
    font-size: 19px;
  }

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

  .SellCarLanding_heroTrust__6Ydbb {
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .SellCarLanding_heroBenefits__vBEjZ {
    margin: 0 auto;
    padding-bottom: 66px;
    gap: 12px;
  }

  .SellCarLanding_benefitPrimary__3JjGS {
    margin-left: 28px;
  }






  .SellCarLanding_deliverySection__fEZDz {
    min-height: 600px;
  }

  .SellCarLanding_deliveryCard__YifKg {
    width: calc(100% - 48px);
    padding: 58px 34px;
  }

  .SellCarLanding_deliveryNode__e9HKl {
    width: 72px;
    height: 72px;
  }

  .SellCarLanding_nodeOne__vKXm6 {
    left: -12px;
    top: 8%;
  }
  .SellCarLanding_nodeTwo__7Qm_i {
    left: 3%;
    bottom: 7%;
  }
  .SellCarLanding_nodeThree__lwGkR {
    right: -16px;
    top: 7%;
  }
  .SellCarLanding_nodeFour__QVXVb {
    right: 2%;
    bottom: 6%;
  }
  .SellCarLanding_nodeFive__tA_aM {
    display: none;
  }

  .SellCarLanding_reasonsGrid__JiNrj {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .SellCarLanding_reasonsGrid__JiNrj article {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 20px;
  }

  .SellCarLanding_reasonsGrid__JiNrj svg {
    grid-row: 1 / 3;
  }

  .SellCarLanding_reasonsGrid__JiNrj h3 {
    margin: 0 0 7px;
  }

  .SellCarLanding_faqLayout__5oQ_0 {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .SellCarLanding_faqIntro__Lozjv > p {
    max-width: 480px;
  }

  .SellCarLanding_finalCta__jLZG6 {
    min-height: 760px;
    padding-top: 90px;
  }

  .SellCarLanding_footer__L43WG {
    grid-template-columns: 1fr;
  }

  .SellCarLanding_footer__L43WG nav {
    flex-wrap: wrap;
  }

  .SellCarLanding_languagePicker__Q_ulF {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .SellCarLanding_header____Gfc {
    position: relative;
  }

  .SellCarLanding_brand__M5W5Q {
    --excar-logo-height: 26px;
  }

  .SellCarLanding_hero__ccL9Z {
    min-height: 830px;
  }

  .SellCarLanding_hero__ccL9Z h1 {
    margin-top: 14px;
    font-size: clamp(38px, 11.8vw, 52px);
  }

  .SellCarLanding_heroCopy__JqxEk {
    padding-top: 42px;
  }

  .SellCarLanding_heroForm__rqs_a {
    margin-top: 28px;
  }

  .SellCarLanding_heroFieldGroup__Ua8QA {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 6px;
  }

  .SellCarLanding_heroFieldGroup__Ua8QA [data-slot="input"],
  .SellCarLanding_heroFieldGroup__Ua8QA [data-slot="button"] {
    height: 60px;
    border-radius: 16px;
  }

  .SellCarLanding_heroFieldGroup__Ua8QA [data-slot="button"] {
    grid-column: 1;
  }

  .SellCarLanding_sectionIntro__fjLAO h2,
  .SellCarLanding_comparisonHeader__ECg70 h2,
    .SellCarLanding_finalCta__jLZG6 h2,
  .SellCarLanding_deliveryCard__YifKg h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .SellCarLanding_reasonsSection__Y5XWR {
    padding: 78px 16px;
  }




  .SellCarLanding_deliverySection__fEZDz {
    min-height: 620px;
  }

  .SellCarLanding_deliveryCard__YifKg {
    width: calc(100% - 28px);
    padding: 54px 22px;
  }

  .SellCarLanding_deliveryCard__YifKg [data-slot="button"] {
    width: 100%;
  }

  .SellCarLanding_deliveryNode__e9HKl {
    opacity: 0.7;
  }

  .SellCarLanding_comparisonSection__zltHJ {
    padding: 78px 16px 90px;
  }

  .SellCarLanding_faqSection__EwOHF {
    padding: 72px 24px;
    scroll-margin-top: 0;
  }

  .SellCarLanding_faqIntro__Lozjv h2 {
    font-size: clamp(37px, 9.5vw, 48px);
  }

  .SellCarLanding_faqIntro__Lozjv > p {
    font-size: 17px;
  }

  .SellCarLanding_faqItem__PjZ5M summary {
    min-height: 84px;
    gap: 16px;
    font-size: 19px;
  }

  .SellCarLanding_faqItem__PjZ5M > p {
    margin-right: 0;
    font-size: 15px;
  }

  .SellCarLanding_finalCta__jLZG6 {
    min-height: 720px;
    padding: 78px 16px 0;
  }

  .SellCarLanding_sparkleOne__uLdrM {
    left: -28px;
  }

  .SellCarLanding_sparkleTwo__OvtfQ {
    right: -24px;
  }

  .SellCarLanding_footer__L43WG {
    padding: 58px 20px;
  }

  .SellCarLanding_footer__L43WG nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .SellCarLanding_languagePicker__Q_ulF > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .SellCarLanding_languagePicker__Q_ulF button {
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .SellCarLanding_hero__ccL9Z h1 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .SellCarLanding_heroCopy__JqxEk,
  .SellCarLanding_heroBenefits__vBEjZ {
    animation: none;
  }

  .SellCarLanding_desktopNav__nWsV0 a::after {
    transition: none;
  }
}

/* Immediate touch feedback keeps the landing and seller journey feeling connected. */
.SellCarLanding_page__YJ8X3 :is(button, a, summary) { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
@media (hover: none) {
  .SellCarLanding_page__YJ8X3 [data-slot="button"] { transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1); }
  .SellCarLanding_page__YJ8X3 [data-slot="button"]:active:not(:disabled) { transform: scale(0.97); }
}
@media (prefers-reduced-motion: reduce) {
  .SellCarLanding_page__YJ8X3 *, .SellCarLanding_page__YJ8X3 *::before, .SellCarLanding_page__YJ8X3 *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .SellCarLanding_page__YJ8X3 [data-slot="button"]:active { transform: none; }
}

