.tf-sell {
  background: #f7f7f7;
  color: #111;
}

.tf-sell__section {
  padding: 72px 0;
}

.tf-sell__hero {
  background: #fff;
  padding: 88px 0;
}

.tf-sell__hero-inner {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.tf-sell__hero-kicker {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.tf-sell__hero-title {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.tf-sell__hero-subtitle {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
}

.tf-sell__hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.tf-sell__hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.tf-sell__hero-point-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tf-sell__hero-point-icon img {
  max-width: 22px;
  max-height: 22px;
}

.tf-sell__hero-media img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.tf-sell__section h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
}

.tf-steps {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tf-step-card {
  position: relative;
  padding: 32px 28px 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 16px;
}

.tf-step-card__index {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}

.tf-step-card__icon img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.tf-step-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.tf-step-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}

.tf-sell__form {
  background: #fff;
}

.tf-sell__form-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: start;
}

.tf-sell__form-intro p {
  margin: 0 0 24px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.05rem;
}

.tf-sell__form-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tf-sell__form-benefits li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tf-sell__form-benefits li::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid #caa75a;
  border-radius: 50%;
  display: inline-block;
}

.tf-sell__form-panel {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fafafa;
}

.tf-sell__contacts {
  background: #111;
  color: #fff;
}

.tf-sell__contacts-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
}

.tf-sell__contacts-label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tf-sell__contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.tf-sell__contacts-list a {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

.tf-sell__trust {
  background: transparent;
  color: inherit;
}

.tf-sell__trust .tf-trust-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
}

.tf-sell__trust .tf-trust-card h3 {
  color: #111;
}

.tf-sell__trust .tf-trust-card:hover {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.tf-faq {
  display: grid;
  gap: 16px;
}

.tf-faq__item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 18px 24px;
}

.tf-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.tf-faq__item[open] summary {
  color: #caa75a;
}

.tf-faq__content {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.tf-sell__additional {
  background: #fff;
}

.tf-sell__additional-inner {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
  .tf-sell__hero {
    padding: 60px 0;
  }

  .tf-sell__section {
    padding: 56px 0;
  }

  .tf-sell__form-panel {
    padding: 24px;
  }
}
