.page-hero {
  position: relative;
  padding: 48px 0 24px;
  overflow: hidden;
}

.page-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.page-hero__media {
  position: relative;
}

.page-hero__media img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  max-height: 360px;
}

.frame-slant {
  border: 3px solid var(--blue);
  border-radius: 18px 48px 18px 48px;
  overflow: hidden;
}

.steps-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 20px;
}

.step-card {
  background: var(--white);
  border: 1px solid #d9e0ea;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.step-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.step-card__body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.step-card__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.step-card__num {
  color: var(--yellow);
  font-size: 42px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.step-card h3 {
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.step-card p {
  color: var(--gray-600);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
}

.step-card .btn {
  width: 100%;
  min-height: 44px;
  font-size: 12px;
}

.step-card__badge {
  align-self: flex-end;
  margin-top: auto;
  font-size: 11px;
  padding: 7px 12px;
}

.feature-bar {
  margin-top: 36px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.feature-bar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  flex: 1;
}

.cta-center {
  text-align: center;
  margin: 36px 0 20px;
}

.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.info-card {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  background: var(--white);
}

.info-card h3 {
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-card p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.55;
}

.info-card .tag {
  margin-top: 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-top: 2px solid var(--blue);
  padding-top: 8px;
  display: inline-block;
}

.compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  margin-top: 28px;
  align-items: stretch;
}

.compare__focus {
  background: var(--blue);
  color: var(--white);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  padding: 28px;
}

.compare__generic {
  background: #f5f7fb;
  border: 1px solid var(--gray-200);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 28px;
}

.compare h3 {
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.compare li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

.compare__vs {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 800;
  align-self: center;
  margin: 0 -27px;
  z-index: 1;
  box-shadow: var(--shadow-soft);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.panel {
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--gray-200);
  background: var(--white);
}

.panel--soft {
  background: var(--blue-soft);
  border-color: var(--blue-line);
}

.panel--dark {
  background: var(--ink);
  color: var(--white);
  border-color: transparent;
}

.panel h3 {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.check-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.check-list .ok {
  color: var(--blue);
  font-weight: 800;
}

.map-box {
  position: relative;
  min-height: 340px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 35%, rgba(7, 91, 255, 0.18), transparent 40%),
    radial-gradient(circle at 60% 55%, rgba(7, 91, 255, 0.14), transparent 35%),
    linear-gradient(180deg, #f4f8ff, #e8f0ff);
  border: 1px solid var(--blue-line);
  overflow: hidden;
}

.map-box__labels {
  position: absolute;
  inset: 0;
  font-size: 11px;
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
}

.map-box__labels span {
  position: absolute;
}

.zip-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 280px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 18px;
  border: 1px solid var(--gray-200);
}

.zip-card h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.faq-side {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.faq-side h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 12px;
}

.faq-side img {
  width: 100%;
  border-radius: 0;
  margin: 0;
  max-height: none;
  object-fit: cover;
}

.deciding {
  margin-top: 48px;
}

.deciding h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.deciding__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 14px;
  align-items: stretch;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.check-item {
  border: 1px solid var(--blue-line);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  background: var(--white);
  position: relative;
}

.check-item__num {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: var(--radius-sm) 0 var(--radius-sm) 0;
}

.check-item h3 {
  margin: 28px 0 10px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.check-item p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.55;
}

.flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.flow-step {
  text-align: center;
  max-width: 160px;
}

.flow-step__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  font-weight: 800;
}

.flow-step strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.thanks-hero {
  text-align: left;
  padding: 48px 0 20px;
}

.thanks-badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 36px;
  margin-bottom: 18px;
}

.thanks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0 40px;
}

.wait-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.wait-card {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 22px;
  text-align: center;
}

.wait-card h3 {
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.wait-card p {
  font-size: 13px;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 36px 0 8px;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.section-title::before,
.section-title::after {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--blue);
}

.model-showcase {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.model-showcase .model-card {
  background: var(--gray-100);
  border-radius: var(--radius-md);
  padding: 18px 10px 14px;
  text-align: center;
}

.status-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin: 24px 0;
}

.status-row span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.upload-box {
  margin-top: 18px;
  border: 1.5px dashed var(--blue);
  border-radius: var(--radius-md);
  padding: 28px;
  text-align: center;
  color: var(--gray-600);
  background: rgba(7, 91, 255, 0.03);
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  font-size: 13px;
  color: var(--gray-600);
}

.loan-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.loan-step {
  border: 1px solid var(--blue-line);
  border-radius: var(--radius-md);
  padding: 20px;
  background: var(--white);
}

.loan-step__num {
  color: var(--blue);
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.service-options .panel {
  min-height: 220px;
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.service-options .panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 21, 31, 0.88), rgba(16, 21, 31, 0.45));
}

.service-options .panel>* {
  position: relative;
  z-index: 1;
}

/* Wide photo heroes (loan / why-focus) — mild crop bias */
.page-hero__media--wide img {
  max-height: 320px;
  object-position: center 30%;
}

@media (max-width: 900px) {
  .page-hero__media--wide img {
    max-height: 240px;
  }
}

/* Shared design accents for PC alignment */
.speed-line {
  height: 3px;
  margin: 18px 0 8px;
  background: linear-gradient(90deg, transparent, var(--blue) 20%, var(--yellow) 50%, var(--blue) 80%, transparent);
  position: relative;
}

.speed-line::after {
  content: "⚡";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  color: var(--blue);
  padding: 0 8px;
  font-size: 14px;
}

.speed-line--hero {
  margin: 12px 0 0;
  width: 100%;
}

.step-card__num--outline {
  color: var(--yellow);
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-size: 44px;
}

/* —— How It Works page alignment —— */
body[data-page="how-it-works"] .page-hero {
  padding: 16px 0 28px;
  overflow: visible;
}

.hiw-hero__inner {
  position: relative;
  padding-bottom: 8px;
}

.hiw-hero__deco {
  position: absolute;
  top: 0;
  right: -24px;
  width: min(72%, 860px);
  height: 210px;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.hiw-hero__skyline {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
  opacity: 0.9;
}

.hiw-hero__copy {
  position: relative;
  z-index: 1;
  max-width: min(540px, 46%);
  min-height: 200px;
  /* padding-top: 8px;
  padding-bottom: 12px; */
}

.hiw-hero .eyebrow,
.hiw-hero__title,
.hiw-hero__lead,
.hiw-hero .steps-3,
.hiw-hero .feature-bar,
.hiw-hero .cta-center {
  position: relative;
  z-index: 1;
}

.hiw-hero__title {
  max-width: none;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.02;
  margin-top: 8px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  white-space: nowrap;
}

.hiw-hero__lead {
  max-width: 480px;
  color: var(--gray-600);
  font-size: 15px;
  line-height: 1.55;
  margin-top: 16px;
  margin-bottom: 8px;
}

.hiw-bar {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: nowrap;
  min-height: 80px;
  padding: 8px 10px 8px 18px;
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.hiw-bar__item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 0;
  min-width: 0;
  padding: 4px 16px;
  position: relative;
}

.hiw-bar__item+.hiw-bar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.hiw-bar__ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.hiw-bar__ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hiw-bar__ico svg {
  width: 18px;
  height: 18px;
}

.hiw-bar__txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--white);
}

.hiw-bar__txt strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--white);
}

.hiw-bar__cta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  min-width: 184px;
  padding: 0;
  margin-left: 0;
  border-left: none;
}

.hiw-bar__ready {
  background: var(--yellow);
  color: var(--blue);
  font-size: 18px;
  line-height: 0.85;
  padding: 12px 22px;
  text-align: center;
  white-space: nowrap;
}

.hiw-bar__ready span {
  font-style: italic;
  font-weight: 800;
  line-height: 0.85;
}

.hiw-bar__bolt {
  width: 44px;
  height: 56px;
  color: var(--yellow);
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(78%) sepia(72%) saturate(746%) hue-rotate(359deg) brightness(103%) contrast(103%);
}

body[data-page="how-it-works"] .cta-center {
  margin-top: 40px;
  margin-bottom: 12px;
}

body[data-page="how-it-works"] .cta-center .btn {
  min-width: 280px;
  min-height: 52px;
}

body[data-page="how-it-works"] .cta-center .btn__bolt-img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

body[data-page="how-it-works"] .cta-center .form-note {
  margin-top: 14px;
  color: var(--gray-400);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .hiw-bar {
    flex-wrap: wrap;
    gap: 12px 0;
    padding: 16px;
  }

  .hiw-bar__item {
    flex: 1 1 40%;
  }

  .hiw-bar__item+.hiw-bar__item::before {
    display: none;
  }

  .hiw-bar__cta {
    border-left: none;
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  .steps-3 {
    grid-template-columns: 1fr;
  }

  .hiw-hero__copy {
    max-width: 100%;
    min-height: 160px;
  }

  .hiw-hero__deco {
    width: 90%;
    height: 150px;
    opacity: 0.65;
  }

  .step-card img {
    height: 200px;
  }
}

.badge-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 18px;
}

.blue-badge {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 8px 14px;
  transform: skewX(-12deg);
}

.blue-badge span {
  display: inline-block;
  transform: skewX(12deg);
}

.teslas-hero-media {
  display: grid;
  place-items: center;
  min-height: 240px;
}

.teslas-hero-car {
  width: min(100%, 420px);
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(7, 91, 255, 0.18));
}

.model-showcase .model-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 16px 10px;
}

.model-showcase .model-card__img {
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}

.model-showcase .model-card__img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.status-ico {
  font-style: normal;
  margin-right: 6px;
  color: var(--blue);
}

.info-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.info-card__icon svg {
  width: 22px;
  height: 22px;
}

.info-card__icon--lg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto;
}

.info-card__icon--lg svg {
  width: 24px;
  height: 24px;
}

.compare .x {
  color: var(--gray-400);
}

.about-stack {
  display: grid;
  gap: 8px;
  padding: 8px;
  background: var(--white);
}

.about-stack img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  object-position: center center;
}

.visit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.visit-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--blue-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.visit-card img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  order: 2;
}

.visit-card__body {
  padding: 24px 22px;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visit-card__body h3 {
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--blue);
}

.visit-card__body p {
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.visit-card__body .btn {
  align-self: flex-start;
}

/* Why Focus page */
.wf-hero__inner {
  position: relative;
}

.wf-hero__cut {
  display: block;
  width: 100%;
  height: auto;
}

.wf-hero__media {
  position: relative;
}

.wf-hero__badge {
  position: absolute;
  right: 8px;
  bottom: 18px;
  background: var(--yellow);
  color: var(--ink);
  padding: 12px 18px;
  transform: skewX(-12deg);
  box-shadow: var(--shadow-soft);
  max-width: 260px;
}

.wf-hero__badge-main,
.wf-hero__badge-sub {
  display: block;
  transform: skewX(12deg);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

.wf-hero__badge-main {
  font-size: 13px;
  color: var(--ink);
}

.wf-hero__badge-sub {
  margin-top: 4px;
  font-size: 12px;
  color: var(--blue);
}

.wf-compare-wrap {
  margin-top: 48px;
  position: relative;
}

.wf-compare-title {
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* —— Why Focus: benefits cards + comparison (scoped) —— */
body[data-page="why-focus"] .wf-benefits {
  padding-top: 10px;
  padding-bottom: 40px;
}

body[data-page="why-focus"] .wf-benefits__grid {
  margin-top: 0;
  gap: 14px;
  align-items: stretch;
}

body[data-page="why-focus"] .wf-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 18px 16px;
  border: 1px solid #d7deea;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(16, 21, 31, 0.05);
}

body[data-page="why-focus"] .wf-benefit-card__main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}

body[data-page="why-focus"] .wf-benefit-card .info-card__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #042bf0;
  background: transparent;
  color: #042bf0;
}

body[data-page="why-focus"] .wf-benefit-card .info-card__icon svg {
  width: 30px;
  height: 30px;
}

body[data-page="why-focus"] .wf-benefit-card__copy {
  min-width: 0;
  flex: 1;
}

body[data-page="why-focus"] .wf-benefit-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

body[data-page="why-focus"] .wf-benefit-card p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #2a3140;
}

body[data-page="why-focus"] .wf-benefit-card__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  border-top: none;
  color: #042bf0;
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="why-focus"] .wf-benefit-card__tag::after {
  content: "";
  flex: 1;
  height: 2px;
  min-width: 18px;
  background: #042bf0;
}

body[data-page="why-focus"] .wf-compare-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 26%) minmax(0, 1fr);
  grid-template-areas:
    "heading panel"
    ". note";
  column-gap: 18px;
  row-gap: 14px;
  align-items: center;
  margin-top: 36px;
  padding: 6px 0 0;
  overflow: visible;
  background:
    url("../../assets/images/skyline-band.jpg") left 64px bottom -12px / min(320px, 38%) auto no-repeat;
  background-blend-mode: luminosity;
}

body[data-page="why-focus"] .wf-compare-heading {
  grid-area: heading;
  position: relative;
  z-index: 1;
  align-self: center;
  overflow: visible;
  padding-right: 4px;
}

body[data-page="why-focus"] .wf-compare-title {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  font-style: italic;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #10151f;
  overflow: visible;
}

body[data-page="why-focus"] .wf-compare-title__line {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: none;
}

body[data-page="why-focus"] .wf-compare-speed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}

body[data-page="why-focus"] .wf-compare-speed i {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0549ff 0%, rgba(5, 73, 255, 0.55) 55%, rgba(5, 73, 255, 0) 100%);
}

body[data-page="why-focus"] .wf-compare-speed i:nth-child(1) {
  width: 48px;
}

body[data-page="why-focus"] .wf-compare-speed i:nth-child(2) {
  width: 34px;
}

body[data-page="why-focus"] .wf-compare-speed i:nth-child(3) {
  width: 20px;
}

body[data-page="why-focus"] .wf-compare-title__line:last-child .wf-compare-speed i:nth-child(1) {
  width: 56px;
}

body[data-page="why-focus"] .wf-compare-title__line:last-child .wf-compare-speed i:nth-child(2) {
  width: 40px;
}

body[data-page="why-focus"] .wf-compare-title__line:last-child .wf-compare-speed i:nth-child(3) {
  width: 24px;
}

body[data-page="why-focus"] .compare {
  grid-area: panel;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 0;
  border: 1.5px solid #cfd8e8;
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16, 21, 31, 0.07);
}

body[data-page="why-focus"] .compare__focus,
body[data-page="why-focus"] .compare__generic {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-width: 0;
}

body[data-page="why-focus"] .compare__focus {
  color: var(--white);
  background: #000916;
  clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 100%, 0 100%);
  margin-right: -28px;
  z-index: 2;
}

body[data-page="why-focus"] .compare__focus h3,
body[data-page="why-focus"] .compare__generic h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 64px;
  margin: 0;
  padding: 0 28px;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}

body[data-page="why-focus"] .compare__focus h3 {
  background: linear-gradient(90deg, #0032ac 0%, #0549ff 58%, #0660ff 100%);
  color: var(--white);
  padding-right: 64px;
}

body[data-page="why-focus"] .compare__generic {
  background: #ffffff;
  border-left: 0;
}

body[data-page="why-focus"] .compare__generic h3 {
  background: #ffffff;
  color: #10151f;
  border-bottom: 1px solid #e6ebf3;
  padding-left: 44px;
}

body[data-page="why-focus"] .compare ul {
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body[data-page="why-focus"] .compare li {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-height: 48px;
  margin: 0;
  padding: 0 26px;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="why-focus"] .compare__focus li {
  padding-right: 56px;
}

body[data-page="why-focus"] .compare__focus li:last-child,
body[data-page="why-focus"] .compare__generic li:last-child {
  border-bottom: 0;
}

body[data-page="why-focus"] .compare__generic li {
  color: #1a2030;
  border-bottom-color: #e6ebf3;
  padding-left: 44px;
}

body[data-page="why-focus"] .compare__ico svg {
  width: 12px;
  height: 12px;
}

body[data-page="why-focus"] .compare__vs {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin: 0;
  transform: translate(-36%, -50%);
  border-radius: 50%;
  border: 2px solid var(--white);
  background: #0549ff;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(5, 73, 255, 0.32);
  z-index: 3;
}

body[data-page="why-focus"] .wf-compare-note {
  grid-area: note;
  margin: 2px 0 0;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #8a93a6;
}

@media (max-width: 1100px) {
  body[data-page="why-focus"] .wf-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="why-focus"] .wf-compare-wrap {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "panel"
      "note";
    background-position: left bottom;
  }

  body[data-page="why-focus"] .wf-compare-heading {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  body[data-page="why-focus"] .wf-benefits__grid {
    grid-template-columns: 1fr;
  }

  body[data-page="why-focus"] .compare {
    grid-template-columns: 1fr;
  }

  body[data-page="why-focus"] .compare__focus {
    clip-path: none;
    margin-right: 0;
    border-radius: 14px 14px 0 0;
  }

  body[data-page="why-focus"] .compare__focus h3 {
    padding-right: 22px;
  }

  body[data-page="why-focus"] .compare__focus li {
    padding-right: 22px;
  }

  body[data-page="why-focus"] .compare__generic {
    border-radius: 0 0 14px 14px;
  }

  body[data-page="why-focus"] .compare__generic h3,
  body[data-page="why-focus"] .compare__generic li {
    padding-left: 22px;
  }

  body[data-page="why-focus"] .compare__vs {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Why Focus bottom CTA — rounded dark card (design: about us2) */
.wf-bar {
  background: transparent;
  color: var(--white);
  margin-top: 28px;
  margin-bottom: 8px;
}

.wf-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 108px;
  padding: 24px 32px;
  border-radius: 12px;
  background: #041324;
  flex-wrap: nowrap;
}

.wf-bar__copy {
  min-width: 0;
  flex: 1;
}

.wf-bar__title {
  display: block;
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: var(--white);
}

.wf-bar__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.wf-bar__dot {
  display: inline-block;
  margin: 0 6px;
  color: #0549ff;
  font-weight: 700;
}

.wf-bar__btn {
  flex-shrink: 0;
  min-width: 240px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 8px;
  background: #013de3;
  font-size: 14px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.wf-bar__btn:hover {
  background: #0549ff;
}

.wf-bar__btn .btn__bolt {
  width: 16px;
  height: 16px;
}

@media (max-width: 900px) {
  .wf-bar__inner {
    flex-wrap: wrap;
    padding: 22px 20px;
    gap: 18px;
  }

  .wf-bar__btn {
    width: 100%;
    min-width: 0;
  }
}

.au-hero__badge {
  margin-top: 18px;
}

.au-hero__inner {
  position: relative;
}

.au-hero__cut {
  display: block;
  width: 100%;
  height: auto;
}

.au-hero__copy {
  position: relative;
}

.compare li span:not(.x) {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 12px;
  flex-shrink: 0;
}

body[data-page="why-focus"] .compare li .compare__ico {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0;
}

body[data-page="why-focus"] .compare li .compare__ico--ok {
  background: #0549ff;
  color: var(--white);
  border: 0;
}

body[data-page="why-focus"] .compare li .compare__ico--x {
  background: transparent;
  color: #9aa3b5;
  border: 1.5px solid #b8c0d0;
}

.loan-steps--linked {
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
}

.loan-steps__arrow {
  display: grid;
  place-items: center;
  color: var(--blue);
  width: 28px;
}

.loan-steps__arrow svg {
  width: 28px;
  height: 20px;
}

.loan-step {
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-md);
  padding: 16px 14px;
  background: var(--white);
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.loan-step__num {
  color: transparent;
  -webkit-text-stroke: 1.8px var(--blue);
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
  padding-right: 10px;
  border-right: 1px solid var(--gray-200);
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}

.loan-step__main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.loan-step__icon {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
}

.loan-step__icon svg {
  width: 36px;
  height: 36px;
}

.loan-step h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 6px;
}

.loan-step p {
  color: var(--gray-600);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.loan-step__docs {
  display: none;
}

.panel-shield {
  margin-right: 8px;
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.review-grid__item {
  display: flex;
  gap: 8px;
  font-size: 14px;
  align-items: flex-start;
}

.review-grid__item .ok {
  color: var(--blue);
  font-weight: 800;
}

.accordion--cards {
  display: grid;
  gap: 12px;
}

.accordion--cards .accordion__item {
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-md);
  background: var(--white);
  overflow: hidden;
}

.accordion--cards .accordion__trigger {
  padding: 16px 18px;
}

.accordion--cards .accordion__panel {
  margin: 0 14px 14px;
  padding: 0 14px 14px 56px;
  background: transparent;
  border-radius: 0;
}

.accordion--cards .accordion__item.is-open {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.accordion--cards .accordion__item.is-open .accordion__trigger {
  color: var(--blue);
}

.accordion__q {
  flex: 1;
  text-align: left;
}

.map-box--socal {
  background: #eef4ff;
}

.map-box__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.check-item__icon {
  margin-top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.check-item h3 {
  margin-top: 12px;
}

.flow-arrow {
  color: var(--blue);
  font-weight: 800;
}

.flow-step p {
  margin-top: 6px;
  font-size: 12px;
  color: var(--gray-600);
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

.offer-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.offer-side__img {
  margin-top: 18px;
  border-radius: 12px;
  max-height: 200px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  object-fit: cover;
  object-position: center top;
}

.thanks-hero__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px 28px;
  align-items: start;
}

.thanks-hero__copy {
  grid-column: 1;
}

.thanks-hero__art {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
  min-height: 180px;
}

.thanks-hero__car {
  width: min(100%, 360px);
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(7, 91, 255, 0.15));
}

.thanks-grid,
.thanks-hero__layout>.section-title,
.thanks-hero__layout>.wait-grid {
  grid-column: 1 / -1;
}

.thanks-badge {
  box-shadow: 0 0 0 10px rgba(7, 91, 255, 0.12), 0 0 0 18px rgba(7, 91, 255, 0.06);
}

.thanks-next {
  display: grid;
  gap: 16px;
  margin-top: 16px;
  font-size: 14px;
}

.thanks-next li {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.thanks-next li:last-child {
  border-bottom: none;
}

.thanks-next span {
  color: #9aa3b5;
}

.wait-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
}

.back-wrap {
  padding: 18px 0 8px;
}

.back-link {
  color: var(--blue);
  font-weight: 700;
  font-size: 13px;
}

@media (max-width: 900px) {

  .visit-cards,
  .offer-grid-2,
  .review-grid,
  .thanks-hero__layout,
  .loan-steps--linked {
    grid-template-columns: 1fr;
  }

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

  .visit-card img {
    order: 0;
    min-height: 180px;
    height: 180px;
  }

  .loan-steps__arrow {
    display: none;
  }

  .thanks-hero__art {
    grid-column: 1;
    grid-row: auto;
  }

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

  .compare__focus,
  .compare__generic {
    border-radius: var(--radius-lg);
  }

  .compare__vs {
    margin: -18px auto;
  }

  body[data-page="why-focus"] .compare {
    grid-template-columns: 1fr;
  }

  body[data-page="why-focus"] .compare__focus {
    clip-path: none;
    margin-right: 0;
    border-radius: 14px 14px 0 0;
  }

  body[data-page="why-focus"] .compare__generic {
    border-radius: 0 0 14px 14px;
  }

  body[data-page="why-focus"] .compare__vs {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

/* —— FAQ page —— */
body[data-page="faq"] {
  --header-h: 64px;
}

body[data-page="faq"] .page-hero {
  padding: 32px 0 0;
  overflow: visible;
}

.faq-hero__inner {
  position: relative;
}

.faq-hero__map {
  position: absolute;
  top: -8px;
  right: 37%;
  z-index: 0;
  width: 340px;
  height: 280px;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  pointer-events: none;
}

.faq-hero .eyebrow {
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.faq-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.55fr 1fr;
  gap: 40px;
  align-items: start;
}

.faq-hero__title {
  margin-top: 14px;
  max-width: none;
  font-size: clamp(42px, 4vw, 50px);
  line-height: 1.05;
}

.faq-hero__lead {
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}

.faq-acc {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.faq-acc .accordion__item {
  overflow: hidden;
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.faq-acc .accordion__trigger {
  gap: 14px;
  min-height: 52px;
  padding: 14px 18px 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.25;
  text-transform: uppercase;
}

.faq-acc .accordion__q {
  color: var(--blue);
}

.faq-acc .accordion__icon {
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  flex: 0 0 30px;
}

.faq-acc .accordion__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-acc .accordion__chevron {
  /* flex: 0 0 12px; */
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.faq-acc .accordion__item.is-open .accordion__chevron {
  transform: rotate(225deg);
}

.faq-acc .accordion__panel,
.faq-acc .accordion__item.is-open .accordion__panel {
  margin: 0;
  padding: 0 18px 10px 62px;
  color: #303846;
  font-size: 13px;
  line-height: 1.55;
  background: transparent;
}

.faq-acc .accordion__item.is-open {
  border-color: var(--blue);
  background: var(--white);
}

.faq-acc .accordion__item.is-open .accordion__trigger {
  color: var(--blue);
  /* padding-bottom: 8px; */
}

.faq-acc__link {
  color: var(--blue);
  font-weight: 700;
}

.faq-side {
  display: block;
  align-self: start;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.faq-side__cut {
  width: 100%;
  height: auto;
  display: block;
}

.faq-deciding {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-bottom: 24px;
}

.faq-deciding__title.section-title {
  margin: 20px 0 26px;
  gap: 18px;
  font-size: 26px;
  font-weight: 800;
  color: var(--ink);
}

.faq-deciding__title.section-title::before,
.faq-deciding__title.section-title::after {
  content: none;
  display: none;
}

.faq-deciding__speed {
  display: block;
  width: 118px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.faq-deciding__speed--left {
  object-position: right center;
}

.faq-deciding__speed--right {
  object-position: left center;
}

.faq-deciding .deciding__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 18px;
  align-items: center;
}

.faq-deciding .deciding-card {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: visible;
  border: 1.5px solid #cfd8e6;
  border-radius: 10px;
  background: var(--white);
  padding: 16px 18px 16px 12px;
  min-height: 92px;
}

.faq-deciding .deciding-card__ico {
  width: 84px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}

.faq-deciding .deciding-card__body {
  min-width: 0;
}

.faq-deciding .deciding-card__body h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.faq-deciding .deciding-card__body p {
  margin: 0;
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.4;
}

.faq-deciding .deciding__cta {
  align-self: center;
  justify-self: end;
  min-height: 52px;
  height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.faq-trust {
  margin: 8px 0 28px;
  background: transparent;
  color: var(--white);
}

.faq-trust__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #05070d;
  padding: 18px 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.faq-trust__endcap {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 56px;
  height: 72px;
  object-fit: contain;
  pointer-events: none;
  transform: translateY(-50%);
}

.faq-trust__endcap--left {
  left: 6px;
  object-position: left center;
}

.faq-trust__endcap--right {
  right: 6px;
  object-position: right center;
}

.faq-trust__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 4px 18px;
  min-height: 64px;
}

.faq-trust__item+.faq-trust__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.faq-trust__ico {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.faq-trust__txt {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--white);
}

.faq-trust__txt strong {
  color: var(--blue);
  font-weight: 800;
  font-style: italic;
}

.faq-trust__txt-main {
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
}

@media (max-width: 1100px) {
  .faq-hero__map {
    display: none;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-side__media img {
    height: 200px;
  }

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

  .deciding__cta {
    grid-column: 1 / -1;
    min-height: 52px;
    justify-self: center;
  }

  .faq-trust__inner {
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
    padding: 14px 10px;
  }

  .faq-trust__item {
    justify-content: flex-start;
    padding: 8px 14px;
  }

  .faq-trust__item+.faq-trust__item::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .deciding__grid {
    grid-template-columns: 1fr;
  }

  .faq-trust__inner {
    grid-template-columns: 1fr;
  }

  .faq-hero__deco {
    opacity: 0.45;
    width: 70%;
  }
}

/* —— Loan Payoff page —— */
body[data-page="loan-payoff"] .page-hero {
  padding: 36px 0 8px;
  overflow: visible;
}

.loan-hero__inner {
  position: relative;
}

.loan-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: min(55%, 560px);
  height: 210px;
  pointer-events: none;
  z-index: 0;
}

.loan-hero__skyline {
  width: 100%;
  height: 100%;
  display: block;
}

.loan-hero__cut {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.loan-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.loan-hero__title {
  margin-top: 8px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.05;
}

.loan-hero__lead {
  max-width: 480px;
  margin-top: 14px;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.65;
}

.loan-hero__media {
  position: relative;
  min-height: 300px;
}

.loan-hero__car {
  position: absolute;
  left: -8%;
  bottom: 18px;
  width: 58%;
  max-width: 320px;
  z-index: 1;
  filter: drop-shadow(0 10px 20px rgba(7, 91, 255, 0.16));
  pointer-events: none;
}

.loan-hero__photo {
  width: 86%;
  margin-left: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center 30%;
  position: relative;
  z-index: 2;
}

.loan-hero__badges {
  position: absolute;
  left: 4%;
  top: 8%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.loan-hero__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 9px 14px;
  transform: skewX(-12deg);
  white-space: nowrap;
}

.loan-hero__badge span {
  display: inline-block;
  transform: skewX(12deg);
  font-style: italic;
}

.loan-hero__badge--yellow {
  background: var(--yellow);
  color: var(--ink);
}

.loan-hero__badge--blue {
  background: var(--blue);
  color: var(--white);
}

.loan-process {
  padding-top: 20px;
  padding-bottom: 36px;
}

.loan-section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.loan-section-title__lines {
  flex: 1;
  height: 14px;
  background:
    linear-gradient(var(--blue), var(--blue)) 0 2px / 100% 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 6px / 78% 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 10px / 56% 2px no-repeat;
  opacity: 0.85;
  max-width: 220px;
}

.loan-step__copy {
  flex: 1;
}

.loan-step__main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.loan-step__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.loan-step__icon {
  flex-shrink: 0;
}

.loan-doc {
  width: 86px;
  flex-shrink: 0;
  background: var(--white);
  border: 1.5px solid var(--blue-line);
  border-radius: 6px;
  box-shadow: 4px 6px 0 rgba(7, 91, 255, 0.08);
  padding: 8px 8px 10px;
  transform: rotate(4deg);
  margin-left: auto;
}

.loan-doc strong {
  display: block;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.2;
}

.loan-doc span {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 8px;
  margin-bottom: 4px;
  font-size: 8px;
  color: var(--blue);
  font-weight: 800;
}

.loan-doc span::before {
  content: "✓";
  flex-shrink: 0;
}

.loan-doc span::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--gray-200);
  border-radius: 1px;
}

.loan-doc--sign span::before {
  content: "";
  width: 0;
}

.loan-doc--sign em {
  display: block;
  margin-top: 6px;
  height: 14px;
  border-bottom: 2px solid var(--blue);
  width: 70%;
  border-radius: 40%;
  transform: rotate(-6deg);
  opacity: 0.85;
}

.loan-info {
  display: grid;
  grid-template-columns: 1.7fr 0.9fr;
  gap: 16px;
  margin-top: 28px;
}

.loan-help {
  background: #f0f7ff;
  border: 1px solid #c5daf8;
  border-radius: 8px;
  padding: 14px 18px 16px;
}

.loan-help__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.loan-help__shield {
  width: 40px;
  height: 40px;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.loan-help__shield img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loan-help__shield svg {
  width: 28px;
  height: 28px;
}

.loan-help__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

/* Four checklist items in one row with soft dividers */
.loan-help__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.loan-help__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: #3a4254;
  padding: 0 14px;
  position: relative;
}

.loan-help__item:first-child {
  padding-left: 0;
}

.loan-help__item+.loan-help__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: rgba(16, 21, 31, 0.12);
}

.loan-help__item .ok {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  object-fit: contain;
  flex-shrink: 0;
}

.loan-know {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 18px;
}

.loan-know__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.loan-know__ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  flex-shrink: 0;
}

.loan-know__head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
}

.loan-know p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #d7deea;
  font-style: italic;
}

.loan-bar {
  padding: 0 0 28px;
  background: transparent;
  color: var(--white);
}

/* Rounded dark strip: left trust row + right CTA column */
.loan-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 12px 18px;
  flex-wrap: wrap;
  border-radius: 12px;
  background: #040e18;
}

.loan-bar__items {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0;
  flex-wrap: wrap;
  min-width: 0;
}

.loan-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}

.loan-bar__item:first-child {
  padding-left: 2px;
  justify-content: center;
}

.loan-bar__item:nth-child(2) {
  justify-content: center;
}

.loan-bar__item+.loan-bar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.loan-bar__ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.loan-bar__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loan-bar__ico svg {
  width: 18px;
  height: 18px;
}

.loan-bar__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
}

.loan-bar__cta .btn {
  gap: 8px;
  min-width: 272px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 6px;
  background: #0749f0;
  font-size: 12px;
}

.loan-bar__cta .btn:hover {
  background: #0539c4;
}

.loan-bar__cta .btn__bolt {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.loan-bar__cta p {
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1100px) {

  .loan-hero__grid,
  .loan-info {
    grid-template-columns: 1fr;
  }

  .loan-help__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }

  .loan-help__item {
    padding: 0;
  }

  .loan-help__item+.loan-help__item::before {
    display: none;
  }

  .loan-hero__car {
    width: 46%;
  }
}

@media (max-width: 900px) {
  .loan-step {
    flex-direction: column;
  }

  .loan-step__num {
    border-right: none;
    border-bottom: 1px solid var(--gray-200);
    padding-right: 0;
    padding-bottom: 8px;
  }

  .loan-bar__item+.loan-bar__item::before {
    display: none;
  }

  .loan-bar__cta {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .loan-bar__cta .btn {
    width: 100%;
  }
}

@media (min-width: 701px) {
  body[data-page="loan-payoff"] .site-header {
    height: 58px;
  }

  body[data-page="loan-payoff"] .site-header .btn {
    min-height: 36px;
    padding: 0 16px;
    font-size: 12px;
  }

  body[data-page="loan-payoff"] .site-header .btn__bolt {
    width: 20px;
    height: 20px;
    object-fit: cover;
  }

  body[data-page="loan-payoff"] .page-hero {
    padding: 3px 0 0;
  }

  body[data-page="loan-payoff"] .loan-process {
    padding: 14px 0 10px;
  }

  body[data-page="loan-payoff"] .loan-steps--linked {
    grid-template-columns: 1fr 22px 1fr 22px 1fr;
    height: 123px;
    margin: 0;
  }

  body[data-page="loan-payoff"] .loan-steps__arrow {
    width: 22px;
  }

  body[data-page="loan-payoff"] .loan-steps__arrow img {
    width: 44px;
    height: 28px;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-step {
    position: relative;
    display: block;
    height: 123px;
    padding: 10px 12px;
    border-width: 1px;
    border-radius: 6px;
  }

  body[data-page="loan-payoff"] .loan-step__num {
    position: absolute;
    top: 10px;
    left: 12px;
    height: 24px;
    padding: 0 8px 0 0;
    border-right: 1px solid var(--gray-200);
    font-size: 26px;
    line-height: 1;
    -webkit-text-stroke-width: 1.3px;
  }

  body[data-page="loan-payoff"] .loan-step__main {
    display: block;
    padding-top: 22px;
    padding-right: 74px;
  }

  body[data-page="loan-payoff"] .loan-step__left {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  body[data-page="loan-payoff"] .loan-step__icon {
    width: 46px;
    height: 54px;
    margin-top: 14px;
  }

  body[data-page="loan-payoff"] .loan-step__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-step__copy {
    margin-top: 0;
  }

  body[data-page="loan-payoff"] .loan-step h3 {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.15;
  }

  body[data-page="loan-payoff"] .loan-step p {
    font-size: 9px;
    line-height: 1.35;
  }

  body[data-page="loan-payoff"] .loan-doc {
    position: absolute;
    top: 15px;
    right: 12px;
    width: 74px;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transform: none;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-info {
    grid-template-columns: 1.7fr 0.9fr;
    gap: 14px;
    align-items: stretch;
    margin-top: 12px;
  }

  body[data-page="loan-payoff"] .loan-help,
  body[data-page="loan-payoff"] .loan-know {
    min-height: 0;
    height: auto;
    padding: 12px 16px 14px;
    border-radius: 8px;
  }

  body[data-page="loan-payoff"] .loan-help {
    background: #f0f7ff;
    border: 1px solid #c5daf8;
  }

  body[data-page="loan-payoff"] .loan-help__head {
    gap: 10px;
    height: auto;
    margin-bottom: 10px;
  }

  body[data-page="loan-payoff"] .loan-help__shield {
    width: 42px;
    height: 42px;
  }

  body[data-page="loan-payoff"] .loan-help__shield img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-help__head h3 {
    font-size: 15px;
    color: var(--ink);
  }

  body[data-page="loan-payoff"] .loan-know__head h3 {
    font-size: 18px;
  }

  body[data-page="loan-payoff"] .loan-help__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-left: 40px;
  }

  body[data-page="loan-payoff"] .loan-help__item {
    gap: 8px;
    padding: 0 32px;
    font-size: 12px;
    line-height: 1.35;
    color: #3d4558;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body[data-page="loan-payoff"] .loan-help__item:first-child {
    padding-left: 0;
  }

  body[data-page="loan-payoff"] .loan-help__item+.loan-help__item::before {
    display: block;
  }

  body[data-page="loan-payoff"] .loan-help__item .ok {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-know__head {
    gap: 10px;
    margin-bottom: 3px;
  }

  body[data-page="loan-payoff"] .loan-know__ico {
    width: 41px;
    height: 38px;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-know p {
    padding-left: 51px;
    font-size: 13px;
    line-height: 1.28;
    padding-right: 40px;
  }

  body[data-page="loan-payoff"] .loan-bar {
    padding: 0 0 24px;
    background: transparent;
  }

  body[data-page="loan-payoff"] .loan-bar__inner {
    min-height: 72px;
    height: auto;
    padding: 12px 18px;
    gap: 16px;
    flex-wrap: nowrap;
    border-radius: 12px;
    background: #040e18;
  }

  body[data-page="loan-payoff"] .loan-bar__items {
    flex-wrap: nowrap;
  }

  body[data-page="loan-payoff"] .loan-bar__item {
    flex: 1;
    gap: 10px;
    padding: 0 16px;
    font-size: 12px;
  }

  body[data-page="loan-payoff"] .loan-bar__item:first-child {
    padding-left: 2px;
    justify-content: center;
  }

  body[data-page="loan-payoff"] .loan-bar__item:nth-child(2) {
    justify-content: center;
  }

  body[data-page="loan-payoff"] .loan-bar__item+.loan-bar__item::before {
    top: 18%;
    bottom: 18%;
    background: rgba(255, 255, 255, 0.28);
  }

  body[data-page="loan-payoff"] .loan-bar__ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
  }

  body[data-page="loan-payoff"] .loan-bar__ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body[data-page="loan-payoff"] .loan-bar__cta {
    align-items: center;
  }

  body[data-page="loan-payoff"] .loan-bar__cta .btn {
    min-width: 272px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 6px;
    background: #0749f0;
    font-size: 12px;
  }

  body[data-page="loan-payoff"] .loan-bar__cta p {
    margin-top: 5px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.92);
  }

  body[data-page="loan-payoff"] .loan-bar__cta .btn__bolt {
    width: 14px;
    height: 14px;
    object-fit: contain;
  }
}

/* —— Selling Checklist page —— */
body[data-page="selling-checklist"] {
  --header-h: 64px;
}

/* —— Customer Stories page —— */
body[data-page="customer-stories"] {
  --container: 1424px;
  --header-h: 58px;
}

body[data-page="customer-stories"] .site-header {
  position: relative;
}

body[data-page="customer-stories"] .brand__logo {
  height: 28px;
}

body[data-page="customer-stories"] .brand__sub {
  font-size: 7px;
}

body[data-page="customer-stories"] .nav {
  gap: 38px;
}

body[data-page="customer-stories"] .nav__link {
  font-size: 12px;
}

body[data-page="customer-stories"] .btn {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 13px;
}

.cs-main {
  overflow: hidden;
}

.cs-main .container {
  width: calc(100% - 74px);
}

.cs-hero {
  /* border-bottom: 1px solid #b7c8ea; */
}

.cs-hero__banner {
  display: block;
  width: 100%;
  height: 317px;
  object-fit: fill;
}

.cs-section {
  padding: 0;
}

.cs-section__title,
.cs-purchase h3,
.cs-purchase__note,
.cs-review h3,
.cs-review p,
.cs-real h3,
.cs-cta strong,
.cs-cta__point {
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

.cs-section__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--blue);
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
  transform: translateY(-15px);
}

.cs-section__title::before,
.cs-section__title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #7ca1e5;
}

.cs-section__title::before {
  margin-right: 16px;
}

.cs-section__title::after {
  margin-left: 16px;
}

.cs-section__title span {
  position: relative;
  padding: 0 5px;
}

.cs-section__title span::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.cs-section .container {
  padding-right: 15px;
}

.cs-purchases {
  padding-top: 0;
}

.cs-purchases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 1px;
}

.cs-purchase {
  min-width: 0;
  min-height: 267px;
  padding: 14px 15px 12px;
  border: 1px solid #bdcce4;
  border-radius: 10px;
  background: #fff;
}

.cs-purchase h3 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.cs-purchase__body {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: 14px;
  align-items: start;
}

.cs-purchase__photo {
  position: relative;
  height: 151px;
  overflow: hidden;
  border-radius: 5px;
  background: #d9e5f8;
}

.cs-purchase__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cs-purchase__details {
  margin: 0;
}

.cs-purchase__details>div {
  min-height: 25px;
  border-bottom: 1px solid #ccd5e1;
}

.cs-purchase__details dt {
  padding-top: 3px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cs-purchase__details dd {
  display: none;
}

.cs-purchase__note {
  margin: 12px 0 0;
  padding: 8px 12px;
  border-radius: 4px;
  background: #eaf1ff;
  color: var(--blue);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.cs-feedback {
  padding-top: 17px;
}

.cs-feedback .cs-section__title {
  transform: translateY(-3px);
}

.cs-feedback__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1.17fr;
  gap: 18px;
  margin-top: 8px;
}

.cs-review,
.cs-real {
  min-height: 161px;
  border: 1px solid #bdcce4;
  border-radius: 10px;
  background: #fff;
}

.cs-review {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 23px 13px 12px;
}

.cs-review__avatar {
  width: 82px;
  height: 82px;
  object-fit: contain;
  flex: 0 0 auto;
}

.cs-review__body {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 5px;
}

.cs-review__quote {
  position: absolute;
  top: -7px;
  left: 0;
  width: 25px;
  height: 23px;
  object-fit: contain;
}

.cs-review h3 {
  margin: 9px 0 14px;
  color: var(--ink);
  font-size: 18px;
  line-height: 0.98;
}

.cs-review p {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #bdcce4;
  color: var(--ink);
  font-size: 9px;
  line-height: 1;
}

.cs-real {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px;
  border-color: var(--blue);
  background: linear-gradient(135deg, #075bff 0%, #0047d5 100%);
  color: var(--white);
}

.cs-real>img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 auto;
}

.cs-real h3 {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1;
}

.cs-real p {
  margin: 0;
  font-size: 10px;
  line-height: 1.25;
}

.cs-cta {
  padding: 34px 0 18px;
}

.cs-cta__inner {
  display: grid;
  grid-template-columns: 1.9fr 0.6fr 1fr auto;
  align-items: center;
  gap: 0;
  min-height: 78px;
  overflow: hidden;
  border-radius: 10px;
  background: #030915;
  color: var(--white);
}

.cs-cta__headline {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 12px 27px;
}

.cs-cta__headline>img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}

.cs-cta strong {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.cs-cta__point {
  min-height: 45px;
  padding: 5px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
}

.cs-cta .btn {
  min-width: 260px;
  min-height: 58px;
  margin-right: 12px;
  border: 1px solid var(--white);
  border-radius: 7px;
  font-size: 18px;
}

.cs-cta .btn__bolt {
  width: 20px;
  height: 20px;
}

@media (max-width: 1150px) {
  body[data-page="customer-stories"] .nav {
    gap: 20px;
  }

  .cs-template {
    right: 36px;
  }

  .cs-cta__inner {
    grid-template-columns: 1fr auto;
  }

  .cs-cta__point {
    display: none;
  }
}

@media (max-width: 800px) {
  .cs-main .container {
    width: min(100% - 40px, var(--container));
  }

  .cs-hero {
    height: auto;
    min-height: 500px;
  }

  .cs-hero__banner {
    height: 310px;
  }

  .cs-hero__copy {
    top: 26px;
    left: 0;
  }

  .cs-hero__copy h1 {
    font-size: 42px;
  }

  .cs-template {
    top: 340px;
    right: 0;
    width: min(100%, 422px);
  }

  .cs-purchases__grid,
  .cs-feedback__grid {
    grid-template-columns: 1fr;
  }

  .cs-cta__inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cs-cta .btn {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
  }
}

body[data-page="selling-checklist"] .page-hero {
  padding: 12px 0 0;
  overflow: visible;
}

.sc-hero__inner {
  position: relative;
}

.sc-hero__cut {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.sc-body {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--white);
}

.sc-section-title {
  margin-top: 10px;
  margin-bottom: 14px;
}

.sc-section-title.section-title::before,
.sc-section-title.section-title::after {
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  box-shadow:
    0 -5px 0 -1px rgba(7, 91, 255, 0.3),
    0 5px 0 -1px rgba(7, 91, 255, 0.3);
}

.sc-checklist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sc-card {
  position: relative;
  background: var(--white);
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-md);
  padding: 0 18px 18px;
  min-height: 202px;
  overflow: hidden;
}

.sc-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 48px;
  margin-bottom: 8px;
}

.sc-card__num {
  position: relative;
  top: 0;
  left: 0;
  min-width: 56px;
  height: 42px;
  margin-left: -18px;
  padding: 0 12px;
  background: var(--blue);
  color: var(--white);
  font-size: 21px;
  font-weight: 800;
  font-style: italic;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm) 0 var(--radius-sm) 0;
  flex-shrink: 0;
}

.sc-card__head h3 {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--ink);
}

.sc-card__row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.sc-card__icon {
  width: 108px;
  height: 92px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.sc-card__row p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink);
}

.sc-mid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 16px;
  margin-top: 18px;
  align-items: stretch;
}

.sc-appt {
  padding: 0 8px 8px 0;
  background: transparent;
}

.sc-appt__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

.sc-appt__title.section-title::before,
.sc-appt__title.section-title::after {
  width: 48px;
}

.sc-flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
}

.sc-flow__step {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}

.sc-flow__icon {
  width: 72px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto 8px;
}

.sc-flow__step strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 4px;
}

.sc-flow__step p {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: var(--ink);
}

.sc-flow__arrow {
  flex-shrink: 0;
  width: 64px;
  height: 26px;
  margin-top: 22px;
  object-fit: contain;
}

.sc-know {
  position: relative;
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sc-know__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--blue);
}

.sc-know__ico {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.sc-know__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: var(--blue);
}

.sc-know p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink);
}

.sc-bar {
  padding: 8px 0 16px;
  background: var(--white);
}

.sc-bar::before {
  display: none;
}

.sc-bar::after {
  display: none;
}

.sc-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 44px;
  flex-wrap: wrap;
  border-radius: var(--radius-md);
  background: var(--ink);
  color: var(--white);
}

.sc-bar__title {
  display: block;
  font-size: clamp(30px, 2.6vw, 38px);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.sc-bar__points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.sc-bar__points i {
  display: none;
}

.sc-bar__points img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: -4px;
  object-fit: contain;
}

.sc-bar__sep {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.sc-bar .btn {
  flex-shrink: 0;
  min-width: 230px;
}

@media (max-width: 1100px) {
  .sc-mid {
    grid-template-columns: 1fr;
  }

  .sc-checklist {
    grid-template-columns: 1fr 1fr;
  }

  .sc-flow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 8px;
  }

  .sc-flow__arrow {
    display: none;
  }

  .sc-flow__step {
    flex: 1 1 40%;
    max-width: 200px;
  }

  .sc-card__icon {
    width: 82px;
    height: 74px;
  }
}

@media (max-width: 700px) {
  .sc-checklist {
    grid-template-columns: 1fr;
  }

  .sc-bar__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sc-bar .btn {
    width: 100%;
  }

  .sc-flow__step {
    flex: 1 1 100%;
    max-width: none;
  }
}

/* —— Service Area & Pickup page —— */
body[data-page="service-area"] .page-hero {
  padding: 28px 0 8px;
  overflow: visible;
}

body[data-page="service-area"] .site-header .btn__bolt,
body[data-page="service-area"] .sa-bar .btn__bolt {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.sa-hero__inner {
  position: relative;
}

.sa-map {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--blue-line);
}

.sa-map__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  object-position: right center;
}

.sa-hero__panel {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: min(440px, 42%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sa-hero__copy {
  max-width: 420px;
}

.sa-hero__title {
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.sa-hero__lead {
  max-width: 400px;
  margin-top: 14px;
  color: var(--gray-600);
  font-size: 13px;
  line-height: 1.65;
}

.sa-zip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  max-width: 420px;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 16px 16px 14px;
}

.sa-zip__ico {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.sa-zip__body {
  flex: 1;
  min-width: 0;
}

.sa-zip__body h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--ink);
}

.sa-zip__row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.sa-zip__field {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.sa-zip__field input {
  padding-left: 12px;
  min-height: 42px;
}

.sa-zip__btn {
  flex-shrink: 0;
  min-width: 128px;
  min-height: 42px;
  padding: 0 14px;
  font-size: 12px;
  white-space: nowrap;
}

.sa-zip__note {
  margin: 8px 0 0;
  font-size: 11px;
  color: var(--gray-400);
  text-align: left;
  line-height: 1.4;
}

.sa-ways {
  /* Pull the card group into the compact reference gap below the map. */
  margin-top: -36px;
  padding-top: 0;
  padding-bottom: 12px;
}

.sa-ways .container,
.sa-bar .container {
  width: calc(100% - 78px);
  max-width: var(--container);
}

.sa-ways__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.sa-ways__lines {
  flex: 1;
  height: 14px;
  max-width: 280px;
  background:
    linear-gradient(var(--blue), var(--blue)) 0 2px / 100% 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 6px / 78% 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 10px / 56% 2px no-repeat;
  opacity: 0.85;
}

.sa-ways__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sa-card {
  height: 302px;
  min-height: 0;
  gap: 12px;
  padding: 6px;
  background: var(--white);
  border: 1px solid #cbd8eb;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: none;
}

.sa-card__img {
  width: 48%;
  min-width: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  align-self: stretch;
  height: 100%;
  border-radius: 4px;
}

.sa-card__body {
  /* Match the compact content column shown beside the pickup photo. */
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.sa-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.sa-card__ico {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.sa-card__body h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink);
  line-height: 1.15;
}

.sa-card__body>p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink);
}

.sa-card__feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 76px;
  margin: 10px 0 14px;
  padding: 0;
  border: 0;
}

.sa-card__feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.25;
  padding: 0 10px;
  position: relative;
}

.sa-card__feat+.sa-card__feat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #bcc8d8;
}

.sa-card__feat img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.sa-card__uber {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 5px 0 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  min-height: 74px;
  text-transform: uppercase;
  padding: 5px 16px;
  transform: skewX(-10deg);
}

.sa-card__uber span {
  display: flex;
  align-items: center;
  transform: skewX(10deg);
}

.sa-card__uber-amount {
  flex-direction: column;
  align-items: flex-start !important;
  line-height: 0.85;
}

.sa-card__uber-amount em {
  font-size: 10px;
  font-style: normal;
}

.sa-card__uber-amount strong {
  font-size: 30px;
  line-height: 0.92;
}

.sa-card__uber-credit {
  font-size: 17px;
  line-height: 0.88;
  text-align: left;
}

.sa-card__uber i {
  width: 1px;
  height: 40px;
  background: rgba(16, 21, 31, 0.35);
  transform: skewX(10deg);
}

.sa-card__body .btn {
  width: 100%;
  margin-top: auto;
  min-height: 42px;
}

.sa-card__uber+.btn {
  margin-top: 22px;
}

.sa-card__body>.sa-card__note {
  margin: -4px 0 0;
  font-size: 10px;
  line-height: 1.15;
  color: var(--ink);
}

/* Drop-off card: preserve the compact stacked treatment from the reference. */
.sa-card:nth-child(2) .sa-card__body {
  padding: 10px 12px 8px;
}

.sa-card:nth-child(2) .sa-card__body>p {
  font-size: 14px;
  line-height: 1.38;
}

.sa-card:nth-child(2) .sa-card__uber {
  min-height: 78px;
  gap: 20px;
  margin: 6px 8px;
  padding: 5px 22px;
  border-radius: 4px;
  transform: none;
}

.sa-card:nth-child(2) .sa-card__uber span,
.sa-card:nth-child(2) .sa-card__uber i {
  transform: none;
}

.sa-card:nth-child(2) .sa-card__uber-amount em {
  font-size: 12px;
}

.sa-card:nth-child(2) .sa-card__uber-amount strong {
  font-size: 44px;
}

.sa-card:nth-child(2) .sa-card__uber-credit {
  font-size: 24px;
  line-height: 0.82;
}

.sa-card:nth-child(2) .sa-card__uber i {
  height: 50px;
}

.sa-card:nth-child(2) .sa-card__uber+.btn {
  min-height: 42px;
  margin: 0 8px;
  font-size: 18px;
}

.sa-card:nth-child(2) .sa-card__body>.sa-card__note {
  margin: 6px 8px 0;
  font-size: 8px;
  line-height: 1.15;
}

.sa-bar {
  padding-top: 0;
  background: transparent;
  color: var(--white);
}

.sa-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 96px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #001021;
  flex-wrap: nowrap;
}

.sa-bar__items {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0;
  flex-wrap: nowrap;
  min-width: 0;
}

.sa-bar__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff;
  position: relative;
}

.sa-bar__item:first-child {
  padding-left: 0;
}

.sa-bar__item+.sa-bar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.sa-bar__item strong {
  color: #fff;
  font-weight: 800;
}

.sa-bar__ico {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.sa-bar .btn {
  flex-shrink: 0;
  min-width: 382px;
  min-height: 63px;
  padding: 0 28px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .sa-ways__grid {
    grid-template-columns: 1fr;
  }

  .sa-hero__panel {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
    padding: 20px 20px 16px;
  }

  .sa-map__img {
    min-height: 280px;
  }

  .sa-zip {
    max-width: none;
  }

  .sa-card {
    flex-direction: column;
    min-height: 0;
  }

  .sa-card__img {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 220px;
  }
}

@media (max-width: 700px) {
  .sa-card__feats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sa-card__feat {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
  }

  .sa-card__feat+.sa-card__feat::before {
    display: none;
  }

  .sa-zip {
    flex-direction: column;
    align-items: stretch;
  }

  .sa-zip__row {
    flex-direction: column;
  }

  .sa-zip__btn {
    width: 100%;
  }

  .sa-bar__item+.sa-bar__item::before {
    display: none;
  }

  .sa-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .sa-bar .btn {
    width: 100%;
  }

  .sa-map__img {
    min-height: 220px;
  }
}

/* —— Teslas We Buy page —— */
body[data-page="teslas-we-buy"] .page-hero {
  padding: 32px 0 8px;
  overflow: visible;
}

.twb-hero__inner {
  position: relative;
}

.twb-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: min(58%, 620px);
  height: 220px;
  pointer-events: none;
  z-index: 0;
}

.twb-hero__skyline {
  width: 100%;
  height: 100%;
  display: block;
}

.twb-hero__cut {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.twb-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
}

.twb-hero__title {
  margin-top: 8px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.05;
}

.twb-hero__lead {
  max-width: 460px;
  margin-top: 14px;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.65;
}

.twb-hero__media {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
}

.twb-hero__car {
  width: min(100%, 520px);
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 14px 28px rgba(7, 91, 255, 0.18));
  position: relative;
  z-index: 1;
}

.twb-hero__badges {
  position: absolute;
  left: 0;
  top: 18%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.twb-hero__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 9px 14px;
  transform: skewX(-12deg);
  white-space: nowrap;
}

.twb-hero__badge span {
  display: inline-block;
  transform: skewX(12deg);
  font-style: italic;
}

.twb-hero__badge--yellow {
  background: var(--yellow);
  color: var(--ink);
}

.twb-hero__badge--blue {
  background: var(--blue);
  color: var(--white);
  align-self: flex-start;
  margin-left: 10px;
}

.twb-hero__speed {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--blue);
}

.twb-hero__speed span {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue) 12%, var(--blue) 88%, transparent);
  box-shadow:
    0 -5px 0 -1px rgba(7, 91, 255, 0.35),
    0 5px 0 -1px rgba(7, 91, 255, 0.35);
}

.twb-hero__speed svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.twb-body {
  padding-top: 20px;
  padding-bottom: 36px;
}

.twb-models__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.twb-models__lines {
  flex: 1;
  height: 14px;
  max-width: 260px;
  background:
    linear-gradient(var(--blue), var(--blue)) 0 2px / 100% 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 6px / 78% 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 10px / 56% 2px no-repeat;
  opacity: 0.85;
}

.twb-models {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.twb-model {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 18px 12px 16px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.twb-model__img {
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.twb-model__img img {
  max-height: 78px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.twb-model strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--blue);
  box-shadow: 0 4px 10px rgba(7, 91, 255, 0.18);
}

.twb-review {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 28px;
  align-items: center;
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  background: var(--white);
  margin-bottom: 20px;
}

.twb-review__copy h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--ink);
}

.twb-review__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gray-600);
  max-width: 360px;
}

.twb-review__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

.twb-review__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.twb-review__ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.twb-review__ico svg {
  width: 24px;
  height: 24px;
}

.twb-review__item strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: var(--ink);
}

.twb-review__item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gray-600);
}

.twb-status {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--white);
  overflow: hidden;
}

.twb-status__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  position: relative;
}

.twb-status__item+.twb-status__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: var(--gray-200);
}

.twb-status__ico {
  width: 28px;
  height: 28px;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.twb-status__ico svg {
  width: 22px;
  height: 22px;
}

.twb-bar {
  background: var(--ink);
  color: var(--white);
}

.twb-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  flex-wrap: wrap;
}

.twb-bar__items {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0;
  flex-wrap: wrap;
}

.twb-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
}

.twb-bar__item+.twb-bar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.twb-bar__item strong {
  color: var(--white);
  font-weight: 800;
}

.twb-bar__single {
  font-style: italic;
}

.twb-bar__ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.twb-bar__ico svg {
  width: 17px;
  height: 17px;
}

.twb-bar .btn {
  flex-shrink: 0;
  min-width: 220px;
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.35);
}

@media (max-width: 1100px) {

  .twb-hero__grid,
  .twb-review {
    grid-template-columns: 1fr;
  }

  .twb-models {
    grid-template-columns: repeat(3, 1fr);
  }

  .twb-hero__deco {
    width: 70%;
    opacity: 0.5;
  }

  .twb-status {
    flex-wrap: wrap;
  }

  .twb-status__item {
    flex: 1 1 40%;
  }

  .twb-status__item+.twb-status__item::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .twb-models {
    grid-template-columns: 1fr 1fr;
  }

  .twb-review__grid {
    grid-template-columns: 1fr;
  }

  .twb-bar__item+.twb-bar__item::before {
    display: none;
  }

  .twb-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .twb-bar .btn {
    width: 100%;
  }

  .twb-hero__badges {
    left: 0;
    top: 0;
  }
}

@media (min-width: 701px) {
  body[data-page="teslas-we-buy"] .site-header {
    height: 58px;
  }

  body[data-page="teslas-we-buy"] .site-header .btn {
    min-height: 36px;
    padding: 0 16px;
    font-size: 12px;
  }

  body[data-page="teslas-we-buy"] .site-header .btn__bolt {
    width: 20px;
    height: 20px;
    object-fit: cover;
  }

  body[data-page="teslas-we-buy"] .page-hero {
    padding: 12px 0 0;
  }
  
  body[data-page="teslas-we-buy"] .page-main {
    min-height: auto;
  }

  body[data-page="teslas-we-buy"] .twb-body {
    padding: 0;
  }

  body[data-page="teslas-we-buy"] .twb-models {
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    height: 150px;
    margin-bottom: 8px;
  }

  body[data-page="teslas-we-buy"] .twb-model {
    height: 150px;
    padding: 12px 8px 8px;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: none;
  }

  body[data-page="teslas-we-buy"] .twb-model__img {
    height: 94px;
    margin-bottom: 4px;
  }

  body[data-page="teslas-we-buy"] .twb-model__img img {
    max-height: 94px;
  }

  body[data-page="teslas-we-buy"] .twb-model strong {
    width: fit-content;
    margin: 0 auto;
    padding: 0 2px 3px;
    border-bottom-width: 2px;
    box-shadow: none;
    font-size: 15px;
  }

  body[data-page="teslas-we-buy"] .twb-review {
    width: calc(100% + 22px);
    grid-template-columns: 320px 1fr;
    gap: 0;
    height: 120px;
    margin-left: -3px;
    margin-bottom: 10px;
    padding: 12px 14px;
    border-width: 1px;
    border-radius: 6px;
  }

  body[data-page="teslas-we-buy"] .twb-review__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    border-right: 1px solid var(--gray-200);
  }

  body[data-page="teslas-we-buy"] .twb-review__copy h3 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.18;
  }

  body[data-page="teslas-we-buy"] .twb-review__copy p {
    max-width: 248px;
    font-size: 10px;
    line-height: 1.32;
    letter-spacing: -0.015em;
  }

  body[data-page="teslas-we-buy"] .twb-review__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  body[data-page="teslas-we-buy"] .twb-review__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0 8px;
    text-align: center;
  }

  body[data-page="teslas-we-buy"] .twb-review__item+.twb-review__item {
    border-left: 1px solid var(--gray-200);
  }

  body[data-page="teslas-we-buy"] .twb-review__ico {
    width: 43px;
    height: 43px;
    background: transparent;
  }

  body[data-page="teslas-we-buy"] .twb-review__ico img,
  body[data-page="teslas-we-buy"] .twb-status__ico img,
  body[data-page="teslas-we-buy"] .twb-bar__ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body[data-page="teslas-we-buy"] .twb-review__ico img {
    transform: translateY(-10px);
  }

  body[data-page="teslas-we-buy"] .twb-review__item strong {
    margin: 0;
    font-size: 10px;
    line-height: 1.15;
  }

  body[data-page="teslas-we-buy"] .twb-review__item p {
    font-size: 9px;
    line-height: 1.25;
  }

  body[data-page="teslas-we-buy"] .twb-status {
    height: 40px;
    border-width: 1px;
    border-radius: 6px;
  }

  body[data-page="teslas-we-buy"] .twb-status__item {
    gap: 5px;
    padding: 2px 8px;
    font-size: 10px;
    color: var(--ink);
  }

  body[data-page="teslas-we-buy"] .twb-status__item+.twb-status__item::before {
    top: 20%;
    bottom: 20%;
  }

  body[data-page="teslas-we-buy"] .twb-status__ico {
    width: 35px;
    height: 35px;
  }

  body[data-page="teslas-we-buy"] .twb-bar {
     padding: 8px 0 8px;
    background: transparent;
  }

  body[data-page="teslas-we-buy"] .twb-bar__inner {
    width: calc(100% - 56px);
    margin-inline: auto;
    min-height: 80px;
    height: auto;
    padding: 12px 20px;
    flex-wrap: nowrap;
    gap: 12px;
    border-radius: 9px;
    background: #050a12;
    box-sizing: border-box;
  }

  body[data-page="teslas-we-buy"] .twb-bar__items {
    flex-wrap: nowrap;
    gap: 0;
  }

  body[data-page="teslas-we-buy"] .twb-bar__item {
    flex: 1;
    gap: 10px;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body[data-page="teslas-we-buy"] .twb-bar__item+.twb-bar__item::before {
    top: 20%;
    bottom: 20%;
    background: rgba(255, 255, 255, 0.22);
  }

  body[data-page="teslas-we-buy"] .twb-bar__item strong {
    color: #fff;
    font-weight: 800;
  }

  body[data-page="teslas-we-buy"] .twb-bar__timeline {
    font-style: normal;
  }

  body[data-page="teslas-we-buy"] .twb-bar__single {
    font-style: normal;
  }

  body[data-page="teslas-we-buy"] .twb-bar__ico {
    width: 50px;
    height: 50px;
    background: transparent;
  }

  body[data-page="teslas-we-buy"] .twb-bar .btn {
    min-width: 214px;
    min-height: 40px;
    padding: 0 22px;
    font-size: 12px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(7, 91, 255, 0.45);
  }

  body[data-page="teslas-we-buy"] .twb-bar .btn__bolt {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
}

/* —— Thanks page —— */
body[data-page="thanks"] .page-main {
  overflow: hidden;
}

.ty-hero {
  padding: 28px 0 8px;
}

.ty-hero__inner {
  position: relative;
}

.ty-hero__media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ty-body {
  padding-top: 12px;
  padding-bottom: 36px;
}

.ty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 36px;
}

.ty-request {
  --ty-request-ico: 40px;
  --ty-request-gap: 14px;
  background: #eef4ff;
  border: none;
  border-radius: 16px;
  padding: 26px 24px 22px;
}

.ty-request__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--blue);
  line-height: 1.2;
}

.ty-request__title>span:first-child {
  flex-shrink: 0;
}

.ty-request__title-line {
  flex: 1;
  height: 1.5px;
  background: var(--blue);
  min-width: 24px;
}

.ty-request__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ty-request__list li {
  display: flex;
  align-items: center;
  gap: var(--ty-request-gap);
  padding: 16px 0;
  border-bottom: 1px solid rgba(16, 21, 31, 0.1);
}

.ty-request__label {
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
  line-height: 1.25;
}

.ty-request__ico {
  width: var(--ty-request-ico);
  height: var(--ty-request-ico);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ty-request__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ty-request__status .ty-request__label em {
  font-style: italic;
  color: var(--blue);
  font-weight: 800;
}

.ty-request__note {
  margin: 14px 0 0;
  padding-left: calc(var(--ty-request-ico) + var(--ty-request-gap));
  font-size: 12px;
  line-height: 1.5;
  color: #5a6275;
  font-style: italic;
}

.ty-next {
  background: #0b1220;
  color: var(--white);
  border: 1px solid rgba(126, 176, 255, 0.18);
  border-radius: 16px;
  padding: 26px 24px 22px;
}

.ty-next__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
  line-height: 1.2;
}

.ty-next__title>span:first-child {
  flex-shrink: 0;
}

.ty-next__title-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  min-width: 24px;
}

.ty-next__list {
  --ty-next-ico: 48px;
  --ty-next-rail: 10px;
  --ty-next-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
  display: grid;
  gap: 22px;
  position: relative;
}

.ty-next__list::before {
  content: "";
  position: absolute;
  top: calc(4px + var(--ty-next-ico) / 2);
  bottom: calc(var(--ty-next-ico) / 2);
  left: calc(var(--ty-next-rail) / 2);
  border-left: 1.5px dashed rgba(255, 255, 255, 0.4);
  transform: translateX(-50%);
  pointer-events: none;
}

.ty-next__list li {
  display: grid;
  grid-template-columns: calc(var(--ty-next-rail) + var(--ty-next-gap) + var(--ty-next-ico)) 1fr;
  column-gap: 14px;
  align-items: start;
  position: relative;
}

.ty-next__marker {
  display: grid;
  grid-template-columns: var(--ty-next-rail) var(--ty-next-ico);
  column-gap: var(--ty-next-gap);
  align-items: center;
  width: calc(var(--ty-next-rail) + var(--ty-next-gap) + var(--ty-next-ico));
  height: var(--ty-next-ico);
}

.ty-next__dot {
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  background: #0b1220;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.ty-next__ico {
  width: var(--ty-next-ico);
  height: var(--ty-next-ico);
  display: grid;
  place-items: center;
}

.ty-next__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 10px rgba(7, 91, 255, 0.55));
}

.ty-next__copy {
  min-width: 0;
  padding-top: 2px;
}

.ty-next__copy strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  color: var(--white);
}

.ty-next__copy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.ty-next__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ty-next__shield {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ty-next__shield img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ty-next__foot-copy strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
}

.ty-next__foot-copy span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5b9dff;
  margin-top: 3px;
}

.ty-wait__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: var(--blue);
}

.ty-wait__title::before,
.ty-wait__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--blue-line);
}

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

.ty-wait__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border: 1px solid #dde3ee;
  border-radius: 12px;
  background: var(--white);
  padding: 14px 12px 14px 14px;
  min-height: 72px;
}

.ty-wait__ico {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ty-wait__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ty-wait__copy {
  flex: 1;
  min-width: 0;
}

.ty-wait__copy h3 {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
  line-height: 1.2;
}

.ty-wait__copy p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: var(--gray-600);
}

.ty-wait__btn {
  flex-shrink: 0;
  min-height: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ty-bar {
  padding: 0 0 36px;
}

.ty-bar__inner {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  padding: 0;
  overflow: hidden;
  background: #0b0f16;
  color: var(--white);
  border-radius: var(--radius-md);
}

.ty-bar__copy {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 28px;
}

.ty-bar__shield {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ty-bar__shield img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ty-bar__text {
  min-width: 0;
}

.ty-bar__text strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
}

.ty-bar__text span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
}

.ty-bar__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 280px;
  padding: 18px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ty-bar .btn {
  flex-shrink: 0;
  min-width: 180px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .ty-grid {
    grid-template-columns: 1fr;
  }

  .ty-wait {
    grid-template-columns: 1fr;
  }

  .ty-wait__card {
    flex-wrap: wrap;
  }

  .ty-wait__copy {
    flex: 1 1 160px;
  }

  .ty-wait__btn {
    margin-left: auto;
  }

  .ty-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .ty-bar__action {
    flex-basis: auto;
    justify-content: stretch;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 16px;
  }

  .ty-bar .btn {
    width: 100%;
  }
}

/* —— Offer steps (contact us 1/2/3) —— */
.of-page {
  padding-top: 28px;
  padding-bottom: 28px;
  background-image: url("../../assets/images/skyline-band.jpg");
  background-repeat: no-repeat;
  background-position: right -40px top 0;
  background-size: min(55%, 600px) auto;
}

.of-page__inner {
  position: relative;
}

.of-page__deco {
  position: absolute;
  top: -8px;
  right: -10px;
  width: min(48%, 520px);
  height: 200px;
  pointer-events: none;
  z-index: 0;
}

.of-page__skyline {
  width: 100%;
  height: 100%;
  display: block;
}

.of-page__title,
.of-page__lead,
.of-progress,
.of-layout,
.of-strip,
.of-back {
  position: relative;
  z-index: 1;
}

.of-page__title {
  margin-top: 8px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  max-width: 720px;
}

.of-page__lead {
  max-width: 560px;
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--gray-600);
  font-size: 14px;
}

.of-progress {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 26px 0 24px;
  max-width: 720px;
}

.of-progress__step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.of-progress__label {
  line-height: 1.2;
}

.of-progress__step.is-done,
.of-progress__step.is-active {
  color: var(--blue);
}

.of-progress__num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #a4a4a6;
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  flex-shrink: 0;
  line-height: 1;
}

.of-progress__step.is-done .of-progress__num,
.of-progress__step.is-active .of-progress__num {
  background: var(--blue);
  color: var(--white);
}

.of-progress__line {
  flex: 1;
  height: 2px;
  background: #d0d3d8;
  margin: 0 14px;
  min-width: 24px;
}

.of-progress__line.is-done {
  background: var(--blue);
}

.of-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.of-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 26px 24px 24px;
}

.of-card__eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.of-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 14px;
  background: transparent;
  padding: 0;
  border: 0;
}

.of-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--gray-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.of-tab svg {
  width: 16px;
  height: 16px;
}

.of-tab.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.of-field {
  margin-top: 0;
}

.of-field .field__icon {
  color: var(--blue);
}

.of-field .field__icon svg {
  width: 16px;
  height: 16px;
}

.of-field--area textarea {
  min-height: 140px;
  padding: 12px 14px;
}

.of-grid {
  margin-top: 12px;
}

.of-select {
  display: grid;
  gap: 6px;
}

.of-select__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.of-select select,
.of-select input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  outline: none;
  font: inherit;
}

.of-select select:focus,
.of-select input:focus {
  border-color: var(--blue);
}

.of-card__btn {
  margin-top: 18px;
  width: 100%;
}

.of-qgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  margin-top: 8px;
}

.of-qgrid--bottom {
  margin-top: 16px;
}

.of-upload {
  border: 1.5px dashed var(--blue);
  border-radius: var(--radius-md);
  background: rgba(7, 91, 255, 0.03);
  padding: 22px 18px;
  text-align: center;
  color: var(--gray-600);
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.of-upload__ico {
  width: 42px;
  height: 42px;
  color: var(--blue);
  display: grid;
  place-items: center;
}

.of-upload__ico svg {
  width: 32px;
  height: 32px;
}

.of-upload strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.of-upload em {
  font-style: italic;
  font-weight: 700;
}

.of-upload p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  max-width: 260px;
}

.of-upload u {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
}

.of-side {
  background: linear-gradient(180deg, #10151f 0%, #152038 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 26px 22px 20px;
  overflow: hidden;
}

.of-side h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
}

.of-side__lead {
  margin: 0 0 16px;
  color: #c9d2e3;
  font-size: 13px;
  line-height: 1.6;
}

.of-side__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.of-side__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.of-side__ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.of-side__ico svg {
  width: 18px;
  height: 18px;
}

.of-side__list strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.of-side__list p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #9aa3b5;
}

.of-side__bullets {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.of-side__bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #e8edf5;
}

.of-side__bullets>li>span {
  width: 28px;
  height: 28px;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.of-side__bullets svg {
  width: 20px;
  height: 20px;
}

.of-side__bullets--rich strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: var(--white);
}

.of-side__bullets--rich p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #9aa3b5;
}

.of-side__badge {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 9px 14px;
  transform: skewX(-12deg);
  margin-bottom: 16px;
}

.of-side__badge span {
  display: inline-block;
  transform: skewX(12deg);
  font-style: italic;
}

.of-side__media {
  position: relative;
  margin: 0 -22px;
}

.of-side__media img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.of-side__lines {
  position: absolute;
  left: 8px;
  bottom: 18px;
  width: 54px;
  height: 36px;
  background:
    linear-gradient(var(--blue), var(--blue)) 0 8px / 100% 3px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 8px 16px / 80% 3px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 16px 24px / 60% 3px no-repeat;
  opacity: 0.85;
}

.of-side__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #7eb0ff;
}

.of-side__foot>span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.of-side__foot svg {
  width: 22px;
  height: 22px;
}

.of-side__foot strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #9ec0ff;
}

.of-side__foot em {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--blue);
}

.of-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
  padding: 22px 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  background: var(--blue-soft);
  border-radius: var(--radius-md);
}

.of-strip__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 6px 22px;
  position: relative;
}

.of-strip__item+.of-strip__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: rgba(7, 91, 255, 0.18);
}

.of-strip__ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.of-strip__ico svg {
  width: 18px;
  height: 18px;
}

.of-strip__item strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.of-strip__item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gray-600);
}

.of-back {
  text-align: center;
  padding: 22px 0 4px;
}

.chip-row--wide .chip {
  flex: 1;
  min-width: 0;
  justify-content: center;
}

.chip-row--wide .chip svg {
  width: 14px;
  height: 14px;
}

.chip-row--stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.chip-row--stack .chip {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1000px) {

  .of-layout,
  .of-qgrid {
    grid-template-columns: 1fr;
  }

  .of-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .of-strip__item+.of-strip__item::before {
    display: none;
  }

  .of-progress {
    flex-wrap: wrap;
    gap: 10px;
  }

  .of-progress__line {
    display: none;
  }

  .of-page__deco {
    opacity: 0.45;
    width: 70%;
  }
}

/* —— About Us reference restoration —— */
body[data-page="about-us"] {
  --header-h: 46px;
}

body[data-page="about-us"] .site-header__inner {
  gap: 16px;
}

body[data-page="about-us"] .brand__logo {
  height: 30px;
}

body[data-page="about-us"] .brand__sub {
  font-size: 7px;
}

body[data-page="about-us"] .nav {
  gap: 30px;
}

body[data-page="about-us"] .nav__link {
  font-size: 11px;
}

body[data-page="about-us"] .site-header .btn {
  min-height: 32px;
  padding: 0 18px;
  font-size: 12px;
}

body[data-page="about-us"] .page-main {
  min-height: 0;
}

body[data-page="about-us"] .about-page__legacy {
  display: none;
}

.about-hero {
  overflow: hidden;
}

.about-hero__inner {
  position: relative;
  min-height: 0;
}

.about-hero__cut {
  display: block;
  width: 100%;
  height: auto;
}

.about-hero__copy {
  position: relative;
  z-index: 1;
  width: 48%;
  padding-top: 14px;
}

.about-hero__eyebrow {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-hero h1 {
  margin-top: 2px;
  font-size: 44px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  transform: scaleX(0.84);
  transform-origin: left top;
  width: 118%;
}

.about-hero h1 span {
  color: var(--blue);
  white-space: nowrap;
}

.about-hero__lead {
  width: 340px;
  margin-top: 8px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.42;
}

.about-hero__badge {
  position: absolute;
  left: 88px;
  top: 230px;
  z-index: 2;
  padding: 8px 20px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: skewX(-14deg);
}

.about-hero__badge small {
  display: block;
  font-size: 11px;
}

.about-hero__badge,
.about-hero__badge small {
  transform: skewX(-14deg);
}

.about-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 0 0 0 8px;
}

.about-hero__media::before {
  position: absolute;
  inset: -2px 0 -2px -16px;
  z-index: -1;
  border: 2px solid var(--blue);
  border-radius: 14px 14px 10px 10px;
  content: "";
  transform: skewX(-13deg);
}

.about-hero__media img {
  width: 100%;
  border-bottom: 2px solid var(--blue);
  object-fit: cover;
}

.about-hero__media img:first-child {
  height: 132px;
  border-radius: 10px 10px 0 0;
}

.about-hero__media img:last-child {
  height: 139px;
  border-radius: 0 0 10px 0;
}

.about-expect {
  padding-top: 3px;
}

.about-expect h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-expect h2::before,
.about-expect h2::after {
  width: 170px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.about-expect__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.about-expect__card {
  display: flex;
  align-items: center;
  min-height: 94px;
  padding: 9px 12px;
  border: 1px solid #a7c2ef;
  border-radius: 8px;
}

.about-expect__card>img {
  width: 68px;
  height: 68px;
  margin-right: 10px;
  object-fit: contain;
  flex: 0 0 auto;
}

.about-expect__card h3,
.about-option h2 {
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.about-expect__card p {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.35;
}

.about-options {
  padding: 12px 0 10px;
}

.about-options__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Dual service cards: left copy + right photo */
.about-option {
  position: relative;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 148px;
  overflow: hidden;
  border: 1px solid #9bb8ef;
  border-radius: 8px;
  background: var(--white);
}

.about-option__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px 18px 20px;
}

.about-option h2 {
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1.15;
  white-space: nowrap;
  text-transform: uppercase;
}

.about-option p {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--gray-600);
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

.about-option .btn {
  align-self: flex-start;
  gap: 6px;
  min-height: 32px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.about-option img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
  object-position: center center;
}

/* Blue speed-line accents (design corners) */
.about-option__speed {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.about-option__speed i {
  display: block;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, #075bff 0%, rgba(7, 91, 255, 0.55) 55%, rgba(7, 91, 255, 0) 100%);
}

.about-option__speed i:nth-child(1) {
  width: 36px;
}

.about-option__speed i:nth-child(2) {
  width: 26px;
}

.about-option__speed i:nth-child(3) {
  width: 16px;
}

.about-option__speed--left {
  left: 10px;
  bottom: 12px;
}

.about-option__speed--right {
  right: 10px;
  bottom: 12px;
}

.about-option__speed--right i {
  margin-left: auto;
  background: linear-gradient(270deg, #075bff 0%, rgba(7, 91, 255, 0.55) 55%, rgba(7, 91, 255, 0) 100%);
}

.about-cta {
  padding-bottom: 12px;
}

/* Dark trust bar: solid navy, 4 items + CTA */
.about-cta__inner {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #061121;
  color: var(--white);
}

.about-cta__items {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  flex: 1;
  min-width: 0;
}

.about-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.about-cta__item:first-child {
  padding-left: 6px;
}

.about-cta__item:last-child {
  border-right: 0;
}

.about-cta__item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.about-cta__item strong,
.about-cta__item small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-cta__item small {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #c8d4ef;
}

.about-cta__button {
  gap: 10px;
  min-width: 220px;
  min-height: 44px;
  margin-left: 18px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  flex: 0 0 auto;
}

.about-cta__button img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

@media (max-width: 900px) {
  body[data-page="about-us"] .nav {
    gap: 14px;
  }

  .about-hero__media {
    opacity: 0.35;
  }

  .about-hero__copy {
    width: 65%;
  }

  .about-cta__inner {
    display: grid;
    gap: 12px;
  }

  .about-cta__button {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .about-hero__inner {
    min-height: 390px;
  }

  .about-hero__copy {
    width: 100%;
  }

  .about-hero__media {
    top: 210px;
    width: 100%;
    opacity: 1;
  }

  .about-expect__grid,
  .about-options__grid,
  .about-cta__items {
    grid-template-columns: 1fr;
  }

  .about-option {
    grid-template-columns: 1fr 1.15fr;
    min-height: 136px;
  }

  .about-option__speed--left {
    bottom: 8px;
  }

  .about-option__speed--right {
    bottom: 8px;
  }

  .about-expect h2::before,
  .about-expect h2::after {
    width: 30px;
  }

  .about-cta__item {
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* —— Offer step 1 reference restoration —— */
body[data-page="offer-step-1"] .of-page {
  min-height: calc(100vh - var(--header-h));
  padding: 28px 0 32px;
  overflow: visible;
  background-image: none;
  background-color: var(--white);
}

body[data-page="offer-step-1"] .of-page__inner {
  min-height: 0;
}

body[data-page="offer-step-1"] .of-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(42%, 580px);
  gap: 28px;
  align-items: start;
  margin-top: 0;
}

body[data-page="offer-step-1"] .of-main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body[data-page="offer-step-1"] .of-main .of-page__deco {
  position: absolute;
  top: 8px;
  left: auto;
  right: 0;
  width: min(58%, 380px);
  height: 200px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

body[data-page="offer-step-1"] .of-page__skyline {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right top;
}

body[data-page="offer-step-1"] .of-main .eyebrow,
body[data-page="offer-step-1"] .of-main .of-page__title,
body[data-page="offer-step-1"] .of-main .of-page__lead,
body[data-page="offer-step-1"] .of-main .of-progress,
body[data-page="offer-step-1"] .of-main .of-card {
  position: relative;
  z-index: 1;
}

body[data-page="offer-step-1"] .of-strip,
body[data-page="offer-step-1"] .of-back {
  position: relative;
  z-index: 1;
}

body[data-page="offer-step-1"] .of-main .eyebrow {
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body[data-page="offer-step-1"] .of-page__title {
  max-width: 640px;
  margin-top: 6px;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  transform: none;
}

body[data-page="offer-step-1"] .of-page__lead {
  max-width: 540px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray-600);
}

body[data-page="offer-step-1"] .of-progress {
  max-width: none;
  margin: 12px 0 0;
}

body[data-page="offer-step-1"] .of-progress__step {
  gap: 8px;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.03em;
}

body[data-page="offer-step-1"] .of-progress__num {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

body[data-page="offer-step-1"] .of-progress__line {
  height: 2px;
  min-width: 28px;
  margin: 0 16px;
}

body[data-page="offer-step-1"] .of-card {
  margin-top: 12px;
  min-height: 0;
  padding: 13px 16px 9px;
  border: 1px solid #dfe1e2;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(16, 21, 31, 0.06);
}

body[data-page="offer-step-1"] .of-card__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

body[data-page="offer-step-1"] .of-card__eyebrow-step {
  color: var(--blue);
}

body[data-page="offer-step-1"] .of-card__eyebrow-rest {
  color: var(--ink);
}

body[data-page="offer-step-1"] .of-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin: 10px 0 16px;
  padding: 0;
  background: transparent;
  border: 0;
}

body[data-page="offer-step-1"] .of-tab {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #d4d7db;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  gap: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body[data-page="offer-step-1"] .of-tab.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

body[data-page="offer-step-1"] .of-tab__ico {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

body[data-page="offer-step-1"] .of-tab.is-active .of-tab__ico {
  filter: brightness(0) invert(1);
}

body[data-page="offer-step-1"] .of-field input,
body[data-page="offer-step-1"] .of-select select,
body[data-page="offer-step-1"] .of-select input {
  min-height: 46px;
  border: 1px solid #d4d7db;
  border-radius: 6px;
  font-size: 14px;
}

body[data-page="offer-step-1"] .of-field--plain input {
  padding: 0 14px;
}

body[data-page="offer-step-1"] .of-field--plain input::placeholder {
  color: #9aa0ab;
}

body[data-page="offer-step-1"] .of-grid {
  gap: 12px;
  margin-top: 11px;
}

body[data-page="offer-step-1"] .of-grid--selects {
  margin-top: 14px;
}

body[data-page="offer-step-1"] .of-select {
  gap: 8px;
}

body[data-page="offer-step-1"] .of-select__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

body[data-page="offer-step-1"] .of-select select,
body[data-page="offer-step-1"] .of-select input {
  padding: 0 14px;
}

body[data-page="offer-step-1"] .of-select select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2310151f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}

body[data-page="offer-step-1"] .of-card__btn {
  width: 100%;
  min-height: 42px;
  margin-top: 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-page="offer-step-1"] .of-card__btn .btn__bolt,
body[data-page="offer-step-1"] .site-header .btn__bolt {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

body[data-page="offer-step-1"] .of-card .form-note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #b8b9bb;
}

body[data-page="offer-step-1"] .of-side {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  max-width: 580px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  align-self: start;
}

body[data-page="offer-step-1"] .of-side__cut {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  border-radius: 14px;
}

body[data-page="offer-step-1"] .of-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 110px;
  margin-top: 32px;
  padding: 22px 8px;
  border: 1.5px solid #c5d4ea;
  border-radius: 10px;
  background: #eef4fc;
  box-shadow: none;
}

body[data-page="offer-step-1"] .of-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 28px;
  min-width: 0;
}

body[data-page="offer-step-1"] .of-strip__item+.of-strip__item::before {
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: #c8d5e8;
}

body[data-page="offer-step-1"] .of-strip__ico {
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: transparent;
  flex-shrink: 0;
}

body[data-page="offer-step-1"] .of-strip__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body[data-page="offer-step-1"] .of-strip__item>div {
  min-width: 0;
}

body[data-page="offer-step-1"] .of-strip__item strong {
  display: block;
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-page="offer-step-1"] .of-strip__item p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
}

body[data-page="offer-step-1"] .of-back {
  padding: 20px 0 0;
}

body[data-page="offer-step-1"] .of-back .back-link {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="offer-step-1"] .of-back .back-link__ico {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  body[data-page="offer-step-1"] .of-layout {
    grid-template-columns: minmax(0, 1fr) min(40%, 480px);
    gap: 20px;
  }


}

@media (max-width: 1000px) {
  body[data-page="offer-step-1"] .of-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="offer-step-1"] .of-side,
  body[data-page="offer-step-1"] .of-side__cut {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
  }

  body[data-page="offer-step-1"] .of-side__cut {
    height: auto;
  }
}

@media (max-width: 760px) {
  body[data-page="offer-step-1"] .of-page {
    padding: 10px 0 28px;
  }

  body[data-page="offer-step-1"] .of-main .of-page__deco {
    right: 0;
    width: 240px;
    height: 140px;
    opacity: 0.42;
  }

  body[data-page="offer-step-1"] .of-page__title {
    max-width: none;
    font-size: clamp(28px, 8vw, 40px);
  }

  body[data-page="offer-step-1"] .of-progress {
    margin: 18px 0 0;
  }

  body[data-page="offer-step-1"] .of-progress__step {
    font-size: 10px;
  }

  body[data-page="offer-step-1"] .of-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body[data-page="offer-step-1"] .of-card,
  body[data-page="offer-step-1"] .of-side,
  body[data-page="offer-step-1"] .of-grid,
  body[data-page="offer-step-1"] .of-field,
  body[data-page="offer-step-1"] .of-select {
    min-height: 0;
    min-width: 0;
  }

  body[data-page="offer-step-1"] .of-field input,
  body[data-page="offer-step-1"] .of-select select,
  body[data-page="offer-step-1"] .of-select input,
  body[data-page="offer-step-1"] .of-card__btn {
    min-width: 0;
  }

  body[data-page="offer-step-1"] .of-side {
    max-width: none;
  }

  body[data-page="offer-step-1"] .of-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  body[data-page="offer-step-1"] .of-strip__item {
    padding: 8px 10px;
  }

  body[data-page="offer-step-1"] .of-strip__item+.of-strip__item::before {
    display: none;
  }
}

/* —— Offer Step 2 restoration —— */
body[data-page="offer-step-2"] {
  --header-h: 78px;
}

body[data-page="offer-step-2"] .of-page {
  min-height: calc(100vh - var(--header-h));
  padding: 28px 0 36px;
  overflow: visible;
  background-image: none;
  background-color: var(--white);
}

body[data-page="offer-step-2"] .of-page__inner {
  position: relative;
  min-height: 0;
}

body[data-page="offer-step-2"] .of-main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body[data-page="offer-step-2"] .of-main .of-page__deco {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: min(58%, 340px);
  height: 200px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

body[data-page="offer-step-2"] .of-page__skyline {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
}

body[data-page="offer-step-2"] .of-main .eyebrow,
body[data-page="offer-step-2"] .of-main .of-page__title,
body[data-page="offer-step-2"] .of-main .of-page__lead,
body[data-page="offer-step-2"] .of-main .of-progress,
body[data-page="offer-step-2"] .of-main .of-card,
body[data-page="offer-step-2"] .of-strip,
body[data-page="offer-step-2"] .of-back {
  position: relative;
  z-index: 1;
}

body[data-page="offer-step-2"] .of-main .eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="offer-step-2"] .of-page__title {
  max-width: 640px;
  margin-top: 4px;
  font-size: clamp(34px, 3.8vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  transform: none;
}

body[data-page="offer-step-2"] .of-page__lead {
  max-width: 540px;
  margin-top: 4px;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.45;
}

body[data-page="offer-step-2"] .of-progress {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 6px 0 0;
}

body[data-page="offer-step-2"] .of-progress__step {
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="offer-step-2"] .of-progress__num {
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
}

body[data-page="offer-step-2"] .of-progress__step.is-done .of-progress__num {
  padding: 0;
  overflow: hidden;
}

body[data-page="offer-step-2"] .of-progress__step.is-done .of-progress__num img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

body[data-page="offer-step-2"] .of-progress__line {
  height: 2px;
  min-width: 28px;
  margin: 0 16px;
  background: #d0d3d8;
}

body[data-page="offer-step-2"] .of-progress__line.is-done {
  background: var(--blue);
}

body[data-page="offer-step-2"] .of-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
  margin-top: 0;
}

body[data-page="offer-step-2"] .of-main .of-card {
  margin-top: 8px;
}

body[data-page="offer-step-2"] .of-card {
  min-height: 0;
  padding: 10px 16px 10px;
  border: 1px solid #dfe1e2;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 6px 20px rgba(16, 21, 31, 0.06);
}

body[data-page="offer-step-2"] .of-card__eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}

body[data-page="offer-step-2"] .of-card__eyebrow-step,
body[data-page="offer-step-2"] .of-card__eyebrow-rest {
  color: var(--blue);
}

body[data-page="offer-step-2"] .of-qgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-top: 8px;
}

body[data-page="offer-step-2"] .of-qgrid--bottom {
  margin-top: 10px;
  align-items: stretch;
}

body[data-page="offer-step-2"] .form-label {
  display: block;
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.35;
}

body[data-page="offer-step-2"] .form-label em {
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

body[data-page="offer-step-2"] .chip-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 6px;
  min-width: 0;
}

body[data-page="offer-step-2"] .chip {
  flex: 1 1 0;
  min-width: 0;
  min-height: 36px;
  padding: 6px 4px;
  border: 1px solid #d4d7db;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body[data-page="offer-step-2"] .chip.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

body[data-page="offer-step-2"] .of-upload {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 80px;
  height: 100%;
  padding: 14px 14px;
  border: 1.5px dashed var(--blue);
  border-radius: 10px;
  background: rgba(7, 91, 255, 0.04);
  text-align: left;
  cursor: pointer;
}

body[data-page="offer-step-2"] .of-upload__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

body[data-page="offer-step-2"] .of-upload__ico {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: transparent;
}

body[data-page="offer-step-2"] .of-upload__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body[data-page="offer-step-2"] .of-upload__copy {
  min-width: 0;
}

body[data-page="offer-step-2"] .of-upload strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  line-height: 1.35;
}

body[data-page="offer-step-2"] .of-upload u {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
}

body[data-page="offer-step-2"] .of-upload p {
  margin: 6px 0 0;
  max-width: none;
  color: var(--gray-600);
  font-size: 12px;
  line-height: 1.45;
}

body[data-page="offer-step-2"] .of-field--area {
  height: 100%;
}

body[data-page="offer-step-2"] .of-field--area textarea {
  width: 100%;
  min-height: 80px;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d4d7db;
  border-radius: 10px;
  background: #f5f6f8;
  color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  resize: vertical;
}

body[data-page="offer-step-2"] .of-field--area textarea::placeholder {
  color: var(--gray-400);
}

body[data-page="offer-step-2"] .of-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin-top: 46px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-page="offer-step-2"] .of-card__btn .btn__bolt {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

body[data-page="offer-step-2"] .of-card .form-note {
  margin-top: 6px;
  margin-bottom: 0;
  text-align: center;
  color: var(--gray-400);
  font-size: 12px;
  line-height: 1.4;
}

body[data-page="offer-step-2"] .of-side {
  position: relative;
  top: auto;
  right: auto;
  align-self: start;
  width: 100%;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body[data-page="offer-step-2"] .of-side__cut {
  display: block;
  width: 100%;
  height: auto;
}

body[data-page="offer-step-2"] .of-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 0;
  margin-top: 28px;
  padding: 20px 0;
  border: 1.5px solid var(--blue-line);
  border-radius: var(--radius-md);
  background: var(--blue-soft);
}

body[data-page="offer-step-2"] .of-strip__item {
  align-items: center;
  gap: 12px;
  padding: 6px 22px;
}

body[data-page="offer-step-2"] .of-strip__item+.of-strip__item::before {
  top: 16%;
  bottom: 16%;
  background: rgba(7, 91, 255, 0.18);
}

body[data-page="offer-step-2"] .of-strip__ico {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: transparent;
}

body[data-page="offer-step-2"] .of-strip__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body[data-page="offer-step-2"] .of-strip__item strong {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
}

body[data-page="offer-step-2"] .of-strip__item p {
  font-size: 12px;
  line-height: 1.45;
  color: var(--gray-600);
}

body[data-page="offer-step-2"] .of-back {
  padding: 22px 0 4px;
  text-align: center;
}

body[data-page="offer-step-2"] .of-back .back-link {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  body[data-page="offer-step-2"] .of-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="offer-step-2"] .of-side {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  body[data-page="offer-step-2"] .of-main .of-page__deco {
    right: 0;
    opacity: 0.4;
  }
}

@media (max-width: 760px) {
  body[data-page="offer-step-2"] .of-page {
    padding: 22px 0 28px;
  }

  body[data-page="offer-step-2"] .of-page__title {
    max-width: none;
    font-size: clamp(28px, 8vw, 36px);
  }

  body[data-page="offer-step-2"] .of-progress {
    max-width: none;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  body[data-page="offer-step-2"] .of-qgrid,
  body[data-page="offer-step-2"] .of-qgrid--bottom {
    grid-template-columns: 1fr;
  }

  body[data-page="offer-step-2"] .chip-row {
    flex-wrap: wrap;
  }

  body[data-page="offer-step-2"] .of-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  body[data-page="offer-step-2"] .of-strip__item+.of-strip__item::before {
    display: none;
  }

  body[data-page="offer-step-2"] .of-side {
    max-width: none;
  }
}

/* —— Offer Step 3 —— */
body[data-page="offer-step-3"] {
  --header-h: 62px;
}

body[data-page="offer-step-3"] .of-page {
  min-height: calc(100vh - var(--header-h));
  padding: 18px 0 32px;
  overflow: visible;
  background-image: none;
  background-color: var(--white);
}

body[data-page="offer-step-3"] .of-page__inner {
  min-height: 0;
}

body[data-page="offer-step-3"] .of-layout,
body[data-page="offer-step-3"] .of-strip,
body[data-page="offer-step-3"] .of-back {
  position: relative;
  z-index: 1;
}

body[data-page="offer-step-3"] .of-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 557px;
  gap: 32px;
  align-items: stretch;
  margin-top: 0;
}

body[data-page="offer-step-3"] .of-main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body[data-page="offer-step-3"] .of-main .of-page__deco {
  position: absolute;
  top: 36px;
  left: auto;
  right: 0;
  width: min(58%, 420px);
  height: 200px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

body[data-page="offer-step-3"] .of-page__skyline {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right top;
}

body[data-page="offer-step-3"] .of-main .eyebrow,
body[data-page="offer-step-3"] .of-main .of-page__title,
body[data-page="offer-step-3"] .of-main .of-page__lead,
body[data-page="offer-step-3"] .of-main .of-progress,
body[data-page="offer-step-3"] .of-main .of-card {
  position: relative;
  z-index: 1;
}

body[data-page="offer-step-3"] .of-main .eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="offer-step-3"] .of-page__title {
  max-width: 640px;
  margin-top: 4px;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  transform: none;
}

body[data-page="offer-step-3"] .of-page__lead {
  max-width: 540px;
  margin-top: 4px;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.45;
}

body[data-page="offer-step-3"] .of-progress {
  display: flex;
  align-items: center;
  max-width: none;
  margin: 6px 0 0;
}

body[data-page="offer-step-3"] .of-progress__step {
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="offer-step-3"] .of-progress__num {
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
}

body[data-page="offer-step-3"] .of-progress__step.is-done .of-progress__num {
  padding: 0;
  overflow: hidden;
}

body[data-page="offer-step-3"] .of-progress__step.is-done .of-progress__num img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

body[data-page="offer-step-3"] .of-progress__line {
  height: 2px;
  min-width: 28px;
  margin: 0 14px;
  background: #d0d3d8;
}

body[data-page="offer-step-3"] .of-progress__line.is-done {
  background: var(--blue);
}

body[data-page="offer-step-3"] .of-main .of-card {
  margin-top: 8px;
}

body[data-page="offer-step-3"] .of-card {
  min-height: 0;
  width: 100%;
  padding: 14px 18px 14px;
  border: 1px solid #dfe1e2;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 6px 20px rgba(16, 21, 31, 0.06);
}

body[data-page="offer-step-3"] .of-card__eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}

body[data-page="offer-step-3"] .of-card__eyebrow-step,
body[data-page="offer-step-3"] .of-card__eyebrow-rest {
  color: var(--blue);
}

body[data-page="offer-step-3"] .of-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin-top: 8px;
}

body[data-page="offer-step-3"] .of-select {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

body[data-page="offer-step-3"] .of-select__label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body[data-page="offer-step-3"] .of-select input {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid #d4d7db;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
}

body[data-page="offer-step-3"] .of-select input::placeholder {
  color: var(--gray-400);
}

body[data-page="offer-step-3"] .form-label {
  display: block;
  margin: 10px 0 5px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body[data-page="offer-step-3"] .chip-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
}

body[data-page="offer-step-3"] .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  border: 1.5px solid #d4d7db;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

body[data-page="offer-step-3"] .chip.is-active {
  background: var(--white);
  border-color: var(--blue);
  color: var(--blue);
}

body[data-page="offer-step-3"] .chip.is-active img {
  filter: none;
}

body[data-page="offer-step-3"] .chip img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

body[data-page="offer-step-3"] .chip-row--pickup .chip {
  min-height: 42px;
  padding: 0 10px;
  font-size: 11px;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
}

body[data-page="offer-step-3"] .chip-row--pickup .chip img {
  width: 20px;
  height: 20px;
}

body[data-page="offer-step-3"] .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--gray-600);
}

body[data-page="offer-step-3"] .consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--blue);
}

body[data-page="offer-step-3"] .of-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin-top: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-page="offer-step-3"] .of-card__btn .btn__bolt {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

body[data-page="offer-step-3"] .of-card .form-note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: var(--gray-400);
}

body[data-page="offer-step-3"] .of-side {
  position: relative;
  top: auto;
  right: auto;
  width: 557px;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  align-self: stretch;
  display: flex;
}

body[data-page="offer-step-3"] .of-side__cut {
  display: block;
  width: 557px;
  max-width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: top center;
}

body[data-page="offer-step-3"] .of-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 110px;
  margin-top: 32px;
  padding: 22px 8px;
  border: 1.5px solid #c5d4ea;
  border-radius: 10px;
  background: #eef4fc;
  box-shadow: none;
}

body[data-page="offer-step-3"] .of-strip__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 28px;
  min-width: 0;
}

body[data-page="offer-step-3"] .of-strip__item+.of-strip__item::before {
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: #c8d5e8;
}

body[data-page="offer-step-3"] .of-strip__ico {
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: transparent;
  flex-shrink: 0;
}

body[data-page="offer-step-3"] .of-strip__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body[data-page="offer-step-3"] .of-strip__item>div {
  min-width: 0;
}

body[data-page="offer-step-3"] .of-strip__item strong {
  display: block;
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-page="offer-step-3"] .of-strip__item p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
}

body[data-page="offer-step-3"] .of-back {
  text-align: center;
  padding: 22px 0 8px;
}

body[data-page="offer-step-3"] .of-back .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1400px) {
  body[data-page="offer-step-3"] .of-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 40%);
  }

  body[data-page="offer-step-3"] .of-side,
  body[data-page="offer-step-3"] .of-side__cut {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  body[data-page="offer-step-3"] .of-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="offer-step-3"] .of-side {
    width: 100%;
    max-width: 813px;
    margin: 8px auto 0;
  }

  body[data-page="offer-step-3"] .of-side__cut {
    width: 100%;
  }

  body[data-page="offer-step-3"] .of-main .of-page__deco {
    top: 24px;
    width: min(70%, 300px);
    height: 160px;
    opacity: 0.45;
  }
}

@media (max-width: 900px) {
  body[data-page="offer-step-3"] .site-header {
    height: auto;
    overflow: visible;
  }

  body[data-page="offer-step-3"] .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    height: auto;
    min-height: var(--header-h);
    padding-top: 8px;
    overflow: visible;
  }

  body[data-page="offer-step-3"] .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  body[data-page="offer-step-3"] .site-header .btn {
    grid-column: 2;
    grid-row: 1;
  }

  body[data-page="offer-step-3"] .nav {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px 16px;
    overflow: visible;
    padding: 2px 0 10px;
    white-space: normal;
  }

  body[data-page="offer-step-3"] .nav__link,
  body[data-page="offer-step-3"] .nav__item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body[data-page="offer-step-3"] .nav__link,
  body[data-page="offer-step-3"] .nav__dropdown a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
  }

  body[data-page="offer-step-3"] .nav__item--dropdown {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    min-width: 0;
  }

  body[data-page="offer-step-3"] .nav__dropdown {
    position: static;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px 16px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body[data-page="offer-step-3"] .of-page {
    padding: 22px 0 28px;
  }

  body[data-page="offer-step-3"] .of-page__title {
    max-width: none;
    font-size: clamp(28px, 8vw, 40px);
  }

  body[data-page="offer-step-3"] .of-progress {
    max-width: none;
    margin: 8px 0 0;
  }

  body[data-page="offer-step-3"] .of-layout {
    margin-top: 16px;
  }

  body[data-page="offer-step-3"] .of-card {
    padding: 14px 16px 14px;
  }

  body[data-page="offer-step-3"] .of-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="offer-step-3"] .chip-row {
    flex-wrap: wrap;
  }

  body[data-page="offer-step-3"] .chip {
    flex: 1 1 calc(50% - 8px);
    min-width: 120px;
  }

  body[data-page="offer-step-3"] .chip-row--pickup {
    flex-direction: column;
  }

  body[data-page="offer-step-3"] .chip-row--pickup .chip {
    flex: 1 1 auto;
    width: 100%;
  }

  body[data-page="offer-step-3"] .of-side {
    max-width: none;
  }

  body[data-page="offer-step-3"] .of-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  body[data-page="offer-step-3"] .of-strip__item+.of-strip__item::before {
    display: none;
  }
}

/* ========== Privacy Policy ========== */
body[data-page="privacy-policy"] {
  --pp-blue: #1a45c9;
  --pp-ink: #1a1a1a;
  --pp-text: #4b5563;
  --pp-muted: #6b7280;
  --pp-line: #e5e7eb;
  --pp-bg: #f5f7fb;
}

body[data-page="privacy-policy"] .page-main {
  background: #fff;
}

/* Hero banner — full-width image cut (text + car in asset) */
body[data-page="privacy-policy"] .pp-hero {
  background: #f5f7fa;
  overflow: hidden;
}

body[data-page="privacy-policy"] .pp-hero__inner {
  position: relative;
  min-height: 0;
  padding: 0;
}

body[data-page="privacy-policy"] .pp-hero__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

/* Body: TOC + content */
body[data-page="privacy-policy"] .pp-body {
  padding: 32px 0 64px;
  background: #fff;
}

body[data-page="privacy-policy"] .pp-body__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

body[data-page="privacy-policy"] .pp-toc {
  flex: 0 0 236px;
  width: 236px;
  box-sizing: border-box;
  padding: 22px 0 20px;
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 10px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}

body[data-page="privacy-policy"] .pp-toc__title {
  margin: 0 0 14px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--pp-ink);
  line-height: 1.3;
}

body[data-page="privacy-policy"] .pp-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body[data-page="privacy-policy"] .pp-toc__link {
  display: block;
  position: relative;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--pp-ink);
  text-decoration: none;
  border-left: 3px solid transparent;
}

body[data-page="privacy-policy"] .pp-toc__link.is-active {
  color: var(--pp-blue);
  font-weight: 600;
  border-left-color: var(--pp-blue);
  background: rgba(26, 69, 201, 0.04);
}

body[data-page="privacy-policy"] .pp-toc__link:hover {
  color: var(--pp-blue);
}

body[data-page="privacy-policy"] .pp-main {
  flex: 1 1 auto;
  min-width: 0;
}

/* Two equal columns for sections 1–3 / 4–6 */
body[data-page="privacy-policy"] .pp-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 56px;
  align-items: start;
}

body[data-page="privacy-policy"] .pp-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--pp-line);
}

body[data-page="privacy-policy"] .pp-section--last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

body[data-page="privacy-policy"] .pp-section__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--pp-blue);
}

body[data-page="privacy-policy"] .pp-section__text {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--pp-text);
}

body[data-page="privacy-policy"] .pp-section__text--after {
  margin-top: 12px;
  margin-bottom: 0;
}

body[data-page="privacy-policy"] .pp-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
}

body[data-page="privacy-policy"] .pp-list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--pp-text);
  margin: 0 0 8px;
}

body[data-page="privacy-policy"] .pp-list li::marker {
  color: var(--pp-blue);
}

body[data-page="privacy-policy"] .pp-list li:last-child {
  margin-bottom: 0;
}

/* Contact rows with cut icons */
body[data-page="privacy-policy"] .pp-contact {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body[data-page="privacy-policy"] .pp-contact p{
    display: flex;
    align-items: center;
}

body[data-page="privacy-policy"] .pp-contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--pp-text);
}

body[data-page="privacy-policy"] .pp-contact__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

body[data-page="privacy-policy"] .pp-contact__item strong {
  font-weight: 700;
}

/* Update note */
body[data-page="privacy-policy"] .pp-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  /* margin-top: 32px; */
  padding-top: 24px;
  /* border-top: 1px solid var(--pp-line); */
}

body[data-page="privacy-policy"] .pp-note__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

body[data-page="privacy-policy"] .pp-note__copy {
  min-width: 0;
}

body[data-page="privacy-policy"] .pp-note__copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--pp-muted);
}

body[data-page="privacy-policy"] .pp-note__date {
  margin-top: 8px !important;
  color: #374151 !important;
}

body[data-page="privacy-policy"] .pp-note__date strong {
  font-weight: 700;
}

@media (max-width: 1100px) {
  body[data-page="privacy-policy"] .pp-body__inner {
    flex-direction: column;
    gap: 28px;
  }

  body[data-page="privacy-policy"] .pp-toc {
    flex: none;
    width: 100%;
    position: static;
  }
}

@media (max-width: 800px) {
  body[data-page="privacy-policy"] .pp-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ========== Accessibility Statement ========== */
body[data-page="accessibility-statement"] {
  --as-ink: #090d28;
  --as-text: #54566e;
  --as-muted: #6b7280;
  --as-blue: #1e4fc4;
  --as-line: #c5cad3;
}

body[data-page="accessibility-statement"] .page-main {
  background: #fff;
}

/* Hero banner — full-width image cut (text + car in asset) */
body[data-page="accessibility-statement"] .as-hero {
  background: #f5f7fa;
  overflow: hidden;
}

body[data-page="accessibility-statement"] .as-hero__inner {
  position: relative;
  min-height: 0;
  padding: 0;
}

body[data-page="accessibility-statement"] .as-hero__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

/* Timeline body */
body[data-page="accessibility-statement"] .as-body {
  padding: 30px 0 68px;
}

body[data-page="accessibility-statement"] .as-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 920px;
  margin-inline: auto;
}

body[data-page="accessibility-statement"] .as-item {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  position: relative;
}

/* Vertical dashed connector through icon column */
body[data-page="accessibility-statement"] .as-item:not(:last-child) .as-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 32px;
  bottom: -88px;
  width: 0;
  border-left: 1.5px dashed var(--as-line);
  transform: translateX(-50%);
  z-index: 0;
}

body[data-page="accessibility-statement"] .as-item__icon {
  position: relative;
  z-index: 1;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

body[data-page="accessibility-statement"] .as-item__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

body[data-page="accessibility-statement"] .as-item__content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

body[data-page="accessibility-statement"] .as-item__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--as-ink);
}

body[data-page="accessibility-statement"] .as-item__text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--as-text);
}

body[data-page="accessibility-statement"] .as-item__contact {
   margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--as-text);
}

body[data-page="accessibility-statement"] .as-item__contact strong {
  font-weight: 700;
  margin-right: 4px;
}

body[data-page="accessibility-statement"] .as-item__contact a {
  color: var(--as-blue);
  text-decoration: underline;
  font-weight: 500;
}

body[data-page="accessibility-statement"] .as-item__contact a:hover {
  text-decoration: underline;
  color: var(--as-ink);
}

body[data-page="accessibility-statement"] .as-item__sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 14px;
  background: var(--as-line);
  flex-shrink: 0;
}

body[data-page="accessibility-statement"] .as-item__text--note {
  color: var(--as-muted);
}

@media (max-width: 800px) {
  body[data-page="accessibility-statement"] .as-item {
    gap: 18px;
  }

  body[data-page="accessibility-statement"] .as-timeline {
    gap: 56px;
  }
   body[data-page="accessibility-statement"] .as-item:not(:last-child) .as-item__icon::after {
    bottom: -56px;
  }
}

/* ========== Cookie Policy ========== */
body[data-page="cookie-policy"] {
  --cp-ink: #0f172a;
  --cp-text: #4b5563;
  --cp-muted: #6b7280;
  --cp-blue: #1d4ed8;
  --cp-line: #e5e7eb;
}

body[data-page="cookie-policy"] .page-main {
  background: #fff;
}

/* Hero banner — full-width image cut (text + car in asset) */
body[data-page="cookie-policy"] .cp-hero {
  background: #f4f7f9;
  overflow: hidden;
}

body[data-page="cookie-policy"] .cp-hero__inner {
  position: relative;
  min-height: 0;
  padding: 0;
}

body[data-page="cookie-policy"] .cp-hero__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

/* Body: TOC + main */
body[data-page="cookie-policy"] .cp-body {
   padding: 32px 0 64px;
}

body[data-page="cookie-policy"] .cp-body__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

body[data-page="cookie-policy"] .cp-toc {
  flex: 0 0 248px;
  width: 248px;
  box-sizing: border-box;
  padding: 18px 0 6px;
  background: #fafbfc;
  border: 1px solid var(--cp-line);
  border-radius: 10px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}

body[data-page="cookie-policy"] .cp-toc__title {
  margin: 0 0 10px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--cp-ink);
  line-height: 1.3;
}

body[data-page="cookie-policy"] .cp-toc__nav {
  display: flex;
  flex-direction: column;
}

body[data-page="cookie-policy"] .cp-toc__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--cp-blue);
  text-decoration: none;
  border-top: 1px solid var(--cp-line);
}

body[data-page="cookie-policy"] .cp-toc__link:hover {
  background: #f1f5f9;
}

body[data-page="cookie-policy"] .cp-toc__chevron {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.85;
}

body[data-page="cookie-policy"] .cp-main {
  flex: 1 1 auto;
  min-width: 0;
}

body[data-page="cookie-policy"] .cp-intro {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--cp-text);
}

/* Two equal columns for sections 1–3 / 4–6 */
body[data-page="cookie-policy"] .cp-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  align-items: start;
}

body[data-page="cookie-policy"] .cp-col {
  min-width: 0;
}

body[data-page="cookie-policy"] .cp-section {
  margin-bottom: 28px;
}

body[data-page="cookie-policy"] .cp-section p {
  display: flex;
  align-items: center;
}

body[data-page="cookie-policy"] .cp-section--last {
  margin-bottom: 0;
}

body[data-page="cookie-policy"] .cp-section__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cp-ink);
}

body[data-page="cookie-policy"] .cp-section__text {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--cp-text);
}

body[data-page="cookie-policy"] .cp-list {
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  list-style: disc;
}

body[data-page="cookie-policy"] .cp-list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--cp-text);
  margin: 0 0 6px;
}

body[data-page="cookie-policy"] .cp-list li::marker {
  color: var(--cp-blue);
}

body[data-page="cookie-policy"] .cp-link {
  color: var(--cp-blue);
  text-decoration: underline;
}

body[data-page="cookie-policy"] .cp-link:hover {
  text-decoration: none;
}

/* Cookie types table */
body[data-page="cookie-policy"] .cp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  border: 1px solid var(--cp-line);
  border-radius: 4px;
  overflow: hidden;
}

body[data-page="cookie-policy"] .cp-table th,
body[data-page="cookie-policy"] .cp-table td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--cp-line);
  vertical-align: top;
}

body[data-page="cookie-policy"] .cp-table th:first-child,
body[data-page="cookie-policy"] .cp-table td:first-child {
  width: 38%;
  border-right: 1px solid var(--cp-line);
  font-weight: 700;
  color: var(--cp-ink);
}

body[data-page="cookie-policy"] .cp-table thead th {
  background: #f3f4f6;
  font-weight: 700;
  color: var(--cp-ink);
}

body[data-page="cookie-policy"] .cp-table tbody tr:last-child td {
  border-bottom: 0;
}

body[data-page="cookie-policy"] .cp-table td {
  color: var(--cp-text);
  font-weight: 400;
}

body[data-page="cookie-policy"] .cp-table td:first-child {
  font-weight: 700;
  color: var(--cp-ink);
}

/* Contact */
body[data-page="cookie-policy"] .cp-contact {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body[data-page="cookie-policy"] .cp-contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--cp-text);
}

body[data-page="cookie-policy"] .cp-contact__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

body[data-page="cookie-policy"] .cp-contact__item strong {
  font-weight: 700;
}

@media (max-width: 1100px) {
  body[data-page="cookie-policy"] .cp-body__inner {
    flex-direction: column;
    gap: 28px;
  }

  body[data-page="cookie-policy"] .cp-toc {
    flex: none;
    width: 100%;
    position: static;
  }

  body[data-page="cookie-policy"] .cp-cols {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
}

@media (max-width: 800px) {
  body[data-page="cookie-policy"] .cp-table th:first-child,
  body[data-page="cookie-policy"] .cp-table td:first-child {
    width: 42%;
  }
}

/* ========== Terms of Use ========== */
body[data-page="terms-of-use"] {
  --tu-ink: #000929;
  --tu-text: #555555;
  --tu-muted: #6b7280;
  --tu-blue: #0052cc;
  --tu-line: #e5e7eb;
}

body[data-page="terms-of-use"] .page-main {
  background: #fff;
}

/* Hero banner — full-width image cut (text + car in asset) */
body[data-page="terms-of-use"] .tu-hero {
  background: #f5f7fa;
  overflow: hidden;
}

body[data-page="terms-of-use"] .tu-hero__inner {
  position: relative;
  min-height: 0;
  padding: 0;
}

body[data-page="terms-of-use"] .tu-hero__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

/* Two-column body */
body[data-page="terms-of-use"] .tu-body {
  padding: 46px 0 64px;
}

body[data-page="terms-of-use"] .tu-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 64px;
  align-items: start;
}

body[data-page="terms-of-use"] .tu-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

body[data-page="terms-of-use"] .tu-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

body[data-page="terms-of-use"] .tu-item__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-top: 2px;
}

body[data-page="terms-of-use"] .tu-item__icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

body[data-page="terms-of-use"] .tu-item__body {
  flex: 1 1 auto;
  min-width: 0;
}

body[data-page="terms-of-use"] .tu-item__title {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--tu-ink);
}

body[data-page="terms-of-use"] .tu-item__num {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--tu-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

body[data-page="terms-of-use"] .tu-item__text {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--tu-text);
}

body[data-page="terms-of-use"] .tu-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
}

body[data-page="terms-of-use"] .tu-list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--tu-text);
  margin: 0 0 6px;
}

body[data-page="terms-of-use"] .tu-list li::marker {
  color: var(--tu-blue);
}

body[data-page="terms-of-use"] .tu-list li:last-child {
  margin-bottom: 0;
}

/* Contact row */
body[data-page="terms-of-use"] .tu-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 14px;
}

body[data-page="terms-of-use"] .tu-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tu-blue);
  text-decoration: none;
}

body[data-page="terms-of-use"] .tu-contact__item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

body[data-page="terms-of-use"] .tu-contact__sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 14px;
  background: #cfd4dc;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  body[data-page="terms-of-use"] .tu-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}