.sell-fuel-page {
  padding: 180px 0 120px;
}

.sell-fuel-hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(10, 12, 16, 0.82), rgba(10, 12, 16, 0.54)),
    var(--sell-fuel-hero-bg, linear-gradient(135deg, rgba(255, 96, 0, 0.16), rgba(255, 255, 255, 0.04)));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
  margin-top: 20px;
}

.sell-fuel-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 96, 0, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.16), rgba(7, 10, 14, 0.72));
}

.sell-fuel-hero__content {
  position: relative;
  z-index: 1;
  padding: 56px;
  max-width: 860px;
}

.sell-fuel-hero__eyebrow {
  margin: 0 0 14px;
  color: var(--text-dim);
  font-size: 15px;
}

.sell-fuel-hero__title {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
}

.sell-fuel-hero__subtitle {
  margin: 22px 0 0;
  max-width: 720px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-muted);
}

.sell-fuel-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sell-fuel-hero__proof-item,
.sell-fuel-pill,
.sell-fuel-highlights__item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: var(--surface-tint);
}

.sell-fuel-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sell-fuel-highlights {
  margin-top: 28px;
}

.sell-fuel-highlights__track {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sell-fuel-section,
.sell-fuel-stats,
.sell-fuel-page .faq,
.sell-fuel-page .cta-banner,
.sell-fuel-page .seo-block {
  margin-top: 80px;
}

.sell-fuel-section__head {
  max-width: 880px;
  margin-bottom: 28px;
}

.sell-fuel-section__title {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.sell-fuel-section__intro {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
}

.sell-fuel-pill-grid,
.sell-fuel-card-grid,
.sell-fuel-case-grid,
.sell-fuel-process,
.sell-fuel-stats,
.sell-fuel-contacts {
  display: grid;
  gap: 20px;
}

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

.sell-fuel-pill {
  min-height: 86px;
  justify-content: flex-start;
  padding: 20px 22px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
}

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

.sell-fuel-card-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sell-fuel-card-grid--benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sell-fuel-card,
.sell-fuel-case,
.sell-fuel-lead,
.sell-fuel-contact-card,
.sell-fuel-contacts__map {
  border-radius: 28px;
  border: 1px solid var(--border-soft);
  background: var(--bg-panel);
  box-shadow: var(--shadow-soft);
}

.sell-fuel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
}

.sell-fuel-card__index {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 96, 0, 0.12);
  color: var(--accent);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 18px;
}

.sell-fuel-card__title,
.sell-fuel-case__title,
.sell-fuel-process__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.14;
}

.sell-fuel-card__text,
.sell-fuel-process__text,
.sell-fuel-case__term,
.sell-fuel-contact-card p {
  margin: 14px 0 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.sell-fuel-card__button {
  margin-top: auto;
  align-self: stretch;
  width: 100%;
}

.sell-fuel-lead {
  padding: 34px;
}

.sell-fuel-lead__intro {
  max-width: 760px;
}

.sell-fuel-form {
  margin-top: 28px;
}

.sell-fuel-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sell-fuel-form__field {
  display: grid;
  gap: 10px;
}

.sell-fuel-form__label {
  font-size: 14px;
  color: var(--text-dim);
}

.sell-fuel-form__field input,
.sell-fuel-form__field select {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  background: var(--bg-page);
  color: var(--text-primary);
  font: inherit;
}

.sell-fuel-form__field input:focus-visible,
.sell-fuel-form__field select:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.sell-fuel-form__agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: var(--text-muted);
}

.sell-fuel-form__error {
  margin: 14px 0 0;
  color: #ff7575;
}

.sell-fuel-form__actions {
  margin-top: 20px;
}

.sell-fuel-lead__success-title {
  margin: 0;
  font-size: 30px;
}

.sell-fuel-lead__success-text {
  margin: 12px 0 0;
  color: var(--text-muted);
  line-height: 1.6;
}

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

.sell-fuel-process__step {
  position: relative;
  padding: 26px;
  border-radius: 24px;
  background: var(--surface-tint);
  border: 1px solid var(--border-soft);
}

.sell-fuel-process__number {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

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

.sell-fuel-case {
  overflow: hidden;
}

.sell-fuel-case__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.sell-fuel-case__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sell-fuel-case__body {
  padding: 24px;
}

.sell-fuel-case__amount {
  margin: 14px 0 0;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

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

.sell-fuel-stats__item {
  display: grid;
  gap: 8px;
  padding: 26px;
  border-radius: 24px;
  background: var(--surface-tint);
  border: 1px solid var(--border-soft);
  text-align: center;
}

.sell-fuel-stats__value {
  font-size: 36px;
  line-height: 1.05;
}

.sell-fuel-stats__label {
  color: var(--text-muted);
}

.sell-fuel-contacts {
  grid-template-columns: minmax(0, 380px) 1fr;
  align-items: stretch;
}

.sell-fuel-contacts--single {
  grid-template-columns: 1fr;
}

.sell-fuel-contact-card {
  padding: 28px;
}

.sell-fuel-contact-card p:first-child {
  margin-top: 0;
}

.sell-fuel-contact-card__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sell-fuel-contact-card__messengers a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: var(--surface-tint);
}

.sell-fuel-contacts__map {
  overflow: hidden;
  min-height: 360px;
}

.sell-fuel-contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.sell-fuel-page .faq__inner,
.sell-fuel-page .cta-banner__surface,
.sell-fuel-page .seo-block__inner {
  width: 100%;
}

html[data-theme="light"] .sell-fuel-hero {
  background:
    linear-gradient(135deg, rgba(11, 16, 22, 0.44), rgba(11, 16, 22, 0.14)),
    var(--sell-fuel-hero-bg, linear-gradient(135deg, rgba(255, 96, 0, 0.12), rgba(255, 255, 255, 0.86)));
}

html[data-theme="light"] .sell-fuel-hero__overlay {
  background:
    radial-gradient(circle at top right, rgba(255, 96, 0, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

html[data-theme="light"] .sell-fuel-hero__eyebrow,
html[data-theme="light"] .sell-fuel-hero__title,
html[data-theme="light"] .sell-fuel-hero__subtitle,
html[data-theme="light"] .sell-fuel-hero__proof-item {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .sell-fuel-page {
    padding-top: 150px;
  }

  .sell-fuel-pill-grid,
  .sell-fuel-card-grid,
  .sell-fuel-card-grid--compact,
  .sell-fuel-process,
  .sell-fuel-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sell-fuel-case-grid,
  .sell-fuel-contacts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sell-fuel-page {
    padding: 128px 0 90px;
  }

  .sell-fuel-hero__content,
  .sell-fuel-lead,
  .sell-fuel-card,
  .sell-fuel-contact-card,
  .sell-fuel-case__body,
  .sell-fuel-process__step,
  .sell-fuel-stats__item {
    padding: 22px;
  }

  .sell-fuel-section,
  .sell-fuel-stats,
  .sell-fuel-page .faq,
  .sell-fuel-page .cta-banner,
  .sell-fuel-page .seo-block {
    margin-top: 56px;
  }

  .sell-fuel-pill-grid,
  .sell-fuel-card-grid,
  .sell-fuel-card-grid--compact,
  .sell-fuel-card-grid--benefits,
  .sell-fuel-process,
  .sell-fuel-case-grid,
  .sell-fuel-stats,
  .sell-fuel-form__grid {
    grid-template-columns: 1fr;
  }

  .sell-fuel-card__title,
  .sell-fuel-case__title,
  .sell-fuel-process__title {
    font-size: 24px;
  }

  .sell-fuel-hero__subtitle,
  .sell-fuel-section__intro {
    font-size: 16px;
  }
}
