body[data-vvb-journey="acheter"] {
  --buyer-ink: #071431;
  --buyer-blue: #1266ff;
  --buyer-cyan: #42d7ff;
  --buyer-soft: #edf4ff;
  --buyer-line: rgba(18, 102, 255, .14);
  background:
    radial-gradient(circle at 12% 8%, rgba(66, 215, 255, .16), transparent 25rem),
    radial-gradient(circle at 88% 11%, rgba(18, 102, 255, .14), transparent 30rem),
    #f7faff;
  color: var(--buyer-ink);
}

body[data-vvb-journey="acheter"] .nav-shell { background: rgba(247, 250, 255, .84); backdrop-filter: blur(22px); }
body[data-vvb-journey="acheter"] .nav { border-color: rgba(255,255,255,.92); box-shadow: 0 18px 60px rgba(24, 77, 158, .12); }
body[data-vvb-journey="acheter"] .nav-links a[aria-current="page"] { color: var(--buyer-blue); }

.buyer-hero { position: relative; overflow: hidden; padding: 72px 0 56px; }
.buyer-hero::before,
.buyer-hero::after { position: absolute; content: ""; pointer-events: none; border-radius: 999px; }
.buyer-hero::before { width: 420px; height: 420px; top: -250px; left: 50%; background: radial-gradient(circle, rgba(66,215,255,.2), transparent 68%); }
.buyer-hero::after { width: 360px; height: 360px; right: -160px; bottom: 5%; background: radial-gradient(circle, rgba(18,102,255,.16), transparent 68%); }
.buyer-hero-inner { position: relative; z-index: 1; }
.buyer-hero-copy { max-width: 940px; margin: 0 auto 32px; text-align: center; }
.buyer-hero-copy .eyebrow { justify-content: center; }
.buyer-hero-copy h1 { max-width: 900px; margin: 16px auto 20px; font-size: clamp(3.15rem, 6.4vw, 6rem); line-height: .94; letter-spacing: -.07em; text-wrap: balance; }
.buyer-hero-copy > p { max-width: 760px; margin: 0 auto; color: #50617f; font-size: clamp(1.02rem, 1.6vw, 1.25rem); line-height: 1.65; }
.buyer-entry-actions { display: flex; justify-content: center; margin-top: 24px; }
.buyer-entry-actions .btn { min-width: 210px; }
.buyer-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.buyer-trust span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(7,20,49,.08); border-radius: 999px; background: rgba(255,255,255,.72); color: #43516d; font-size: .8rem; font-weight: 800; box-shadow: 0 8px 30px rgba(24,77,158,.06); }
.buyer-trust i { color: var(--buyer-blue); font-style: normal; }

.buyer-tabs { display: grid; max-width: 620px; margin: 0 auto 18px; padding: 5px; grid-template-columns: 1fr 1fr; border: 1px solid rgba(18,102,255,.12); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 14px 38px rgba(24,77,158,.1); backdrop-filter: blur(20px); }
.buyer-tabs button { min-height: 50px; padding: 10px 16px; border: 0; border-radius: 13px; background: transparent; color: #5d6e88; font: inherit; font-size: .86rem; font-weight: 900; cursor: pointer; }
.buyer-tabs button[aria-selected="true"] { background: linear-gradient(135deg,#0754e8,#148dff); color: #fff; box-shadow: 0 10px 26px rgba(18,102,255,.28); }
.buyer-tabs button:focus-visible { outline: 3px solid rgba(18,102,255,.25); outline-offset: 3px; }

.property-catalog-shell { max-width: 1180px; margin: 0 auto; padding: 28px; border: 1px solid rgba(255,255,255,.92); border-radius: 32px; background: rgba(255,255,255,.88); box-shadow: 0 32px 90px rgba(27,76,152,.16), inset 0 1px rgba(255,255,255,.95); backdrop-filter: blur(28px); scroll-margin-top: 100px; }
.property-catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.property-catalog-head .eyebrow { color: var(--buyer-blue); }
.property-catalog-head h2 { margin: 8px 0 0; font-size: clamp(2rem,4vw,3.6rem); line-height: 1; letter-spacing: -.055em; }
.property-catalog-head > p { max-width: 470px; margin: 0; color: #65758d; font-size: .82rem; line-height: 1.55; }
.property-filters { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 12px; padding: 18px; border: 1px solid rgba(18,102,255,.1); border-radius: 22px; background: #f6f9ff; }
.property-filters label { display: grid; gap: 6px; color: #455873; font-size: .7rem; font-weight: 850; }
.property-filters input,.property-filters select { width: 100%; min-width: 0; min-height: 48px; padding: 0 12px; border: 1px solid rgba(18,102,255,.14); border-radius: 12px; outline: 0; background: #fff; color: var(--buyer-ink); font: inherit; font-size: .84rem; }
.property-filters input:focus,.property-filters select:focus { border-color: var(--buyer-blue); box-shadow: 0 0 0 3px rgba(18,102,255,.1); }
.property-filters-more { grid-column: 1/-1; }
.property-filters-more summary { width: max-content; color: var(--buyer-blue); font-size: .76rem; font-weight: 900; cursor: pointer; }
.property-filters-more > div { display: grid; margin-top: 12px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.property-filter-actions { display: flex; grid-column: 1/-1; align-items: center; justify-content: flex-end; gap: 14px; }
.property-filter-actions .btn { min-height: 48px; }
.property-filter-reset { border: 0; background: transparent; color: #526681; font: inherit; font-size: .75rem; font-weight: 850; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.property-results-head { min-height: 50px; padding: 18px 2px 8px; }
.property-results-head p { margin: 0; color: #526681; font-size: .82rem; font-weight: 850; }
.property-results-head p[data-kind="error"] { color: #a82d39; }
.property-results-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.property-card { min-width: 0; overflow: hidden; border: 1px solid rgba(7,20,49,.08); border-radius: 22px; background: #fff; box-shadow: 0 16px 44px rgba(27,76,152,.09); transition: transform .2s ease, box-shadow .2s ease; }
.property-card:hover { transform: translateY(-3px); box-shadow: 0 24px 58px rgba(27,76,152,.16); }
.property-card-open { display: grid; width: 100%; height: 100%; padding: 0; border: 0; background: #fff; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.property-card-open:focus-visible { outline: 3px solid rgba(18,102,255,.45); outline-offset: -3px; }
.property-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 3/2; background: #e8eef8; }
.property-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.property-card:hover .property-card-media img { transform: scale(1.025); }
.property-card-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(7,20,49,.72); color: #fff; font-size: .63rem; font-weight: 900; text-transform: capitalize; backdrop-filter: blur(12px); }
.property-card-body { display: grid; min-height: 190px; align-content: start; padding: 17px; }
.property-card-location { color: var(--buyer-blue); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.property-card-title { margin-top: 8px; overflow: hidden; color: var(--buyer-ink); font-size: 1.03rem; line-height: 1.28; text-overflow: ellipsis; }
.property-card-features { min-height: 35px; margin-top: 10px; color: #68778e; font-size: .72rem; line-height: 1.45; }
.property-card-price { margin-top: auto; padding-top: 13px; color: var(--buyer-ink); font-size: 1.08rem; font-weight: 950; }
.property-catalog-empty { padding: 38px 20px; border: 1px dashed rgba(18,102,255,.3); border-radius: 20px; text-align: center; }
.property-catalog-empty h3 { margin: 0 0 8px; }
.property-catalog-empty p { max-width: 620px; margin: 0 auto 18px; color: #61728b; }
.property-pagination { display: flex; min-height: 60px; align-items: center; justify-content: center; gap: 18px; padding-top: 22px; }
.property-pagination button { min-height: 42px; padding: 8px 14px; border: 1px solid rgba(18,102,255,.2); border-radius: 11px; background: #fff; color: var(--buyer-blue); font: inherit; font-size: .75rem; font-weight: 900; cursor: pointer; }
.property-pagination button:disabled { opacity: .4; cursor: default; }
.property-pagination span { color: #66758c; font-size: .72rem; font-weight: 800; }
.property-detail { width: min(1120px,calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 28px; background: #fff; color: var(--buyer-ink); box-shadow: 0 36px 120px rgba(3,20,54,.35); }
.property-detail::backdrop { background: rgba(3,15,40,.66); backdrop-filter: blur(7px); }
.property-detail-close { position: sticky; z-index: 3; top: 12px; float: right; width: 42px; height: 42px; margin: 12px 12px -54px 0; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(7,20,49,.72); color: #fff; font-size: 1.5rem; cursor: pointer; backdrop-filter: blur(10px); }
.property-detail-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); }
.property-detail-image { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; background: #e8eef8; }
.property-detail-thumbs { display: grid; padding: 10px; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 7px; }
.property-detail-thumbs button { overflow: hidden; padding: 0; border: 0; border-radius: 8px; background: #e8eef8; cursor: pointer; }
.property-detail-thumbs img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.property-detail-copy { padding: 48px 34px 34px; }
.property-detail-location { color: var(--buyer-blue); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.property-detail-copy h2 { margin: 10px 0 15px; font-size: clamp(2rem,4vw,3.3rem); line-height: 1; letter-spacing: -.05em; }
.property-detail-price { display: block; font-size: 1.35rem; }
.property-detail-features { color: #596a84; font-weight: 800; }
.property-detail-description { max-height: 300px; overflow: auto; color: #596a84; font-size: .86rem; line-height: 1.65; white-space: pre-line; }
.property-detail-copy .btn { margin-top: 12px; }

.buyer-form-shell { max-width: 980px; margin: 0 auto; padding: 26px; border: 1px solid rgba(255,255,255,.92); border-radius: 32px; background: rgba(255,255,255,.88); box-shadow: 0 32px 90px rgba(27,76,152,.16), inset 0 1px rgba(255,255,255,.95); backdrop-filter: blur(28px); scroll-margin-top: 110px; }
.buyer-form-head { display: flex; align-items: center; gap: 12px; padding: 0 2px 20px; border-bottom: 1px solid rgba(7,20,49,.07); }
.nova-orb { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #0b55e7, #18a7ff); color: #fff; font-size: 1.2rem; box-shadow: 0 12px 26px rgba(18,102,255,.3); }
.buyer-form-head div { display: grid; gap: 2px; }
.buyer-form-head strong { font-size: 1.02rem; }
.buyer-form-head small { color: #60708c; }
.buyer-form-head > a { margin-left: auto; color: var(--buyer-blue); font-size: .82rem; font-weight: 900; text-decoration: none; }

.buyer-progress { padding: 20px 2px 8px; }
.buyer-progress-copy { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; color: #52627d; font-size: .76rem; font-weight: 850; }
.buyer-progress-copy strong { color: var(--buyer-blue); }
.buyer-progress-track { height: 7px; overflow: hidden; border-radius: 99px; background: #e8eef8; }
.buyer-progress-track span { display: block; width: 13%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--buyer-blue), var(--buyer-cyan)); transition: width .25s ease; }

#buyerProjectForm { padding-top: 18px; }
#buyerProjectForm fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
#buyerProjectForm fieldset[hidden] { display: none !important; }
#buyerProjectForm legend { width: 100%; margin: 0 0 10px; color: var(--buyer-ink); font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.08; }
#buyerProjectForm h3 { margin: 27px 0 12px; font-size: .92rem; }
.form-assistant-line { max-width: 700px; margin: 0 0 22px; padding: 12px 15px; border: 1px solid rgba(18,102,255,.08); border-radius: 15px 15px 15px 5px; background: var(--buyer-soft); color: #425473; font-size: .88rem; line-height: 1.55; }

.form-field { position: relative; display: grid; gap: 7px; color: #344763; font-size: .78rem; font-weight: 850; }
.form-field input,
.form-field textarea,
.form-field select { width: 100%; min-width: 0; border: 1px solid rgba(18,102,255,.16); border-radius: 14px; outline: 0; background: #fff; color: var(--buyer-ink); font: inherit; font-size: .95rem; font-weight: 500; transition: border-color .18s ease, box-shadow .18s ease; }
.form-field input,
.form-field select { min-height: 52px; padding: 0 14px; }
.form-field textarea { min-height: 108px; padding: 14px; resize: vertical; line-height: 1.5; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus { border-color: rgba(18,102,255,.68); box-shadow: 0 0 0 4px rgba(18,102,255,.1); }
.form-field > small { position: absolute; right: 14px; bottom: 17px; color: #75839a; font-size: .75rem; }
.form-field-small { max-width: 430px; margin-top: 18px; }
.form-grid-two,
.form-grid-three { display: grid; gap: 14px; }
.form-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }

.choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.choice-grid-compact { grid-template-columns: repeat(3,minmax(0,1fr)); }
.choice-grid-features { grid-template-columns: repeat(5,minmax(0,1fr)); }
.choice-grid-yesno { max-width: 430px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.choice-card { position: relative; min-width: 0; cursor: pointer; }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card span { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 11px 12px; border: 1px solid rgba(18,102,255,.14); border-radius: 14px; background: #f8faff; color: #465873; font-size: .78rem; font-weight: 820; line-height: 1.25; text-align: center; transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease; }
.choice-card:hover span { transform: translateY(-1px); border-color: rgba(18,102,255,.35); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(18,102,255,.24); outline-offset: 2px; }
.choice-card input:checked + span { border-color: var(--buyer-blue); background: #eaf2ff; color: #0c58df; box-shadow: inset 0 0 0 1px var(--buyer-blue), 0 9px 22px rgba(18,102,255,.1); }
.group-error { display: block; min-height: 20px; margin-top: 8px; color: #a82d39; font-size: .76rem; font-weight: 750; }

.lead-consent { display: flex; gap: 10px; margin-top: 20px; color: #53647e; font-size: .76rem; line-height: 1.5; }
.lead-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--buyer-blue); }
.lead-consent a { color: var(--buyer-blue); }
.buyer-form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(7,20,49,.07); }
.buyer-form-actions .btn { min-height: 50px; }
.buyer-form-actions .btn-primary { margin-left: auto; }
.buyer-form-actions button[hidden] { display: none; }
.buyer-form-status { min-height: 22px; margin: 12px 0 0; color: #536580; font-size: .78rem; text-align: right; }
.buyer-form-status[data-kind="error"] { color: #a82d39; }
.buyer-form-status[data-kind="loading"] { color: var(--buyer-blue); }
.buyer-form-privacy { margin: 16px 0 0; color: #6d7a90; font-size: .7rem; line-height: 1.5; text-align: center; }
.buyer-form-success { padding: 64px 20px 48px; text-align: center; outline: 0; }
.buyer-form-success > span { display: grid; width: 64px; height: 64px; margin: 0 auto 20px; place-items: center; border-radius: 22px; background: #e8f8ef; color: #168253; font-size: 1.6rem; font-weight: 900; }
.buyer-form-success h2 { margin: 0 0 12px; font-size: clamp(2rem,5vw,3.4rem); letter-spacing: -.05em; }
.buyer-form-success p { max-width: 600px; margin: 0 auto; color: #5a6b84; line-height: 1.6; }

.buyer-process { padding: 8px 0 64px; }
.buyer-steps { display: grid; max-width: 1080px; grid-template-columns: repeat(3,1fr); gap: 14px; }
.buyer-steps article { display: flex; gap: 14px; padding: 20px; border: 1px solid rgba(18,102,255,.09); border-radius: 21px; background: rgba(255,255,255,.68); box-shadow: 0 16px 44px rgba(27,76,152,.06); }
.buyer-steps article > span { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 12px; background: #eaf2ff; color: var(--buyer-blue); font-size: .72rem; font-weight: 900; }
.buyer-steps strong { display: block; margin: 1px 0 5px; font-size: .9rem; }
.buyer-steps p { margin: 0; color: #67758c; font-size: .76rem; line-height: 1.5; }

.popular-searches { padding: 18px 0 88px; }
.popular-searches-head { max-width: 820px; margin-bottom: 28px; }
.popular-searches-head .eyebrow { color: var(--buyer-blue); }
.popular-searches-head h2 { margin: 12px 0 10px; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.06em; }
.popular-searches-head p { max-width: 720px; margin: 0; color: #5c6e89; font-size: .95rem; line-height: 1.65; }
.popular-searches-card { padding: 38px 38px 30px; border: 1px solid var(--buyer-blue); border-radius: 32px; background: linear-gradient(145deg, rgba(234,242,255,.88), rgba(255,255,255,.78)); box-shadow: 0 24px 70px rgba(18,102,255,.1), inset 0 1px rgba(255,255,255,.9); }
.popular-searches-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px 34px; margin: 0; padding: 0; list-style: none; }
.popular-search-item[hidden] { display: none !important; }
.popular-search { width: 100%; padding: 0; border: 0; background: transparent; color: #405678; font: inherit; font-size: .88rem; font-weight: 720; line-height: 1.4; text-align: left; cursor: pointer; transition: color .16s ease, transform .16s ease; }
.popular-search:hover { color: var(--buyer-blue); transform: translateX(3px); }
.popular-search:focus-visible { border-radius: 5px; outline: 3px solid rgba(18,102,255,.24); outline-offset: 4px; }
.popular-searches-toggle { display: block; min-width: 128px; min-height: 48px; margin: 32px auto 0; padding: 10px 22px; border: 1px solid rgba(18,102,255,.34); border-radius: 14px; background: #fff; color: var(--buyer-blue); font: inherit; font-size: .82rem; font-weight: 900; cursor: pointer; box-shadow: 0 10px 24px rgba(18,102,255,.08); }
.popular-searches-toggle:hover { border-color: var(--buyer-blue); background: #f4f8ff; }
.popular-searches-toggle:focus-visible { outline: 3px solid rgba(18,102,255,.24); outline-offset: 3px; }

@media (max-width: 980px) {
  .buyer-hero { padding-top: 56px; }
  .buyer-hero-copy h1 { font-size: clamp(3rem, 9vw, 5rem); }
  .choice-grid-features { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .buyer-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .buyer-steps article:last-child { grid-column: 1/-1; }
  .property-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .property-results-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .property-detail-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .buyer-hero { padding: 36px 0 30px; }
  .buyer-hero-copy { margin-bottom: 22px; text-align: left; }
  .buyer-hero-copy .eyebrow { justify-content: flex-start; }
  .buyer-hero-copy h1 { margin: 12px 0 14px; font-size: clamp(2.55rem, 13vw, 3.8rem); line-height: .95; }
  .buyer-hero-copy > p { font-size: .95rem; }
  .buyer-entry-actions { justify-content: flex-start; }
  .buyer-trust { justify-content: flex-start; }
  .buyer-trust span { font-size: .68rem; }
  .buyer-tabs { margin-bottom: 12px; }
  .buyer-tabs button { min-height: 46px; padding: 8px; font-size: .72rem; }
  .property-catalog-shell { padding: 15px; border-radius: 23px; }
  .property-catalog-head { display: block; }
  .property-catalog-head h2 { font-size: 2.4rem; }
  .property-catalog-head > p { margin-top: 10px; }
  .property-filters,.property-filters-more > div { grid-template-columns: 1fr; }
  .property-filter-actions { align-items: stretch; flex-direction: column; }
  .property-filter-actions .btn { width: 100%; }
  .property-results-grid { grid-template-columns: 1fr; }
  .property-card-body { min-height: 170px; }
  .property-detail { width: calc(100% - 14px); max-height: calc(100dvh - 14px); border-radius: 18px; }
  .property-detail-copy { padding: 28px 20px; }
  .property-detail-thumbs { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .buyer-form-shell { padding: 15px; border-radius: 23px; scroll-margin-top: 80px; }
  .buyer-form-head { padding-bottom: 15px; }
  .buyer-form-head > a { display: none; }
  .buyer-form-head small { font-size: .68rem; }
  #buyerProjectForm { padding-top: 12px; }
  #buyerProjectForm legend { font-size: 1.8rem; }
  .form-assistant-line { margin-bottom: 17px; font-size: .81rem; }
  .choice-grid,
  .choice-grid-compact,
  .choice-grid-features { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .choice-grid-yesno { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .choice-card span { min-height: 48px; padding: 9px; font-size: .72rem; }
  .form-grid-two,
  .form-grid-three { grid-template-columns: 1fr; }
  .buyer-form-actions { align-items: stretch; flex-direction: column-reverse; }
  .buyer-form-actions .btn,
  .buyer-form-actions .btn-primary { width: 100%; margin-left: 0; }
  .buyer-form-status { text-align: left; }
  .buyer-steps { grid-template-columns: 1fr; }
  .buyer-steps article:last-child { grid-column: auto; }
  .popular-searches { padding: 6px 0 58px; }
  .popular-searches-head { margin-bottom: 20px; }
  .popular-searches-head h2 { font-size: 2.55rem; }
  .popular-searches-card { padding: 25px 19px 22px; border-radius: 23px; }
  .popular-searches-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px 20px; }
  .popular-search { font-size: .78rem; }
}

@media (max-width: 430px) {
  .popular-searches-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .buyer-progress-track span,
  .choice-card span { transition: none; }
}
