.buyers-page {
  --buyers-sand: #f2eee6;
  --buyers-green: #0d1c18;
  --buyers-line: rgba(13, 28, 24, .08);
}

.buyers-hero {
  min-height: 830px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #07120f;
  color: #fff;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4,15,12,.94) 0%, rgba(4,15,12,.68) 42%, rgba(4,15,12,.14) 74%),
    linear-gradient(0deg, rgba(4,15,12,.82), transparent 52%);
}

.buyers-hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 195px 0 96px;
}

.buyers-hero h1 {
  max-width: 820px;
  margin: 0;
  font: 600 clamp(58px, 8vw, 108px)/.96 var(--serif);
  letter-spacing: -.045em;
}

.buyers-hero-content > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255,255,255,.82);
  font-size: 19px;
}

.hero-points {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.86);
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,.04);
}

.buyers-intro,
.steps-overview,
.buyers-faq {
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
}

.buyers-intro h2,
.steps-overview h2,
.buyers-faq h2,
.buyers-tips h2,
.buyers-cta h2 {
  margin: 0;
  font: 600 clamp(44px, 6vw, 74px)/1.04 var(--serif);
  letter-spacing: -.035em;
}

.buyers-intro > div:last-child,
.steps-overview > div:last-child {
  padding-top: 34px;
}

.buyers-intro > div:last-child p,
.steps-overview > div:last-child p,
.faq-list p {
  color: var(--muted);
  font-size: 18px;
}

.buyers-quicklinks {
  padding-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.buyers-quicklinks a {
  padding: 24px 26px;
  border: 1px solid var(--buyers-line);
  background: #fff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.buyers-quicklinks a:hover {
  transform: translateY(-2px);
  border-color: rgba(208, 34, 50, .24);
  box-shadow: 0 18px 30px rgba(13, 28, 24, .06);
}

.buyers-quicklinks span {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.buyers-quicklinks strong {
  display: block;
  margin-bottom: 10px;
  font: 600 30px/1 var(--serif);
}

.buyers-quicklinks small {
  color: var(--muted);
  font-size: 13px;
}

.step-section {
  padding: 0 0 110px;
}

.step-card {
  padding: 34px 0;
  border-top: 1px solid var(--buyers-line);
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
}

.step-card:last-child {
  border-bottom: 1px solid var(--buyers-line);
}

.step-number {
  color: var(--red);
  font: 600 42px/.9 var(--serif);
}

.step-label {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.step-copy h3 {
  max-width: 920px;
  margin: 0;
  font: 600 clamp(28px, 3vw, 46px)/1.02 var(--serif);
}

.step-copy p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}

.buyers-tips {
  padding: 110px 0;
  background: var(--forest);
  color: #fff;
}

.tips-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.tips-list {
  border-top: 1px solid rgba(255,255,255,.18);
}

.tips-list article {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.tips-list strong {
  display: block;
  margin-bottom: 10px;
  font: 600 30px/1 var(--serif);
}

.tips-list p {
  margin: 0;
  color: rgba(255,255,255,.7);
}

.faq-list {
  border-top: 1px solid var(--buyers-line);
}

.faq-list article {
  padding: 24px 0;
  border-bottom: 1px solid var(--buyers-line);
}

.faq-list h3 {
  margin: 0 0 10px;
  font: 600 28px/1.05 var(--serif);
}

.buyers-cta {
  padding: 120px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,16,13,.92), rgba(5,16,13,.55)),
    url("/assets/img/carlos-noahmi-walking.jpg") center 20% / cover;
}

.buyers-cta > div > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}

.buyers-note {
  padding: 28px 0 60px;
}

.buyers-note p {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 1050px) {
  .buyers-intro,
  .steps-overview,
  .buyers-faq,
  .tips-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .buyers-quicklinks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .buyers-hero {
    min-height: 760px;
  }

  .hero-media img {
    object-position: 54% 26%;
  }

  .buyers-hero-content {
    width: calc(100% - 30px);
    padding-bottom: 62px;
  }

  .buyers-hero h1 {
    font-size: 54px;
  }

  .buyers-intro,
  .steps-overview,
  .buyers-faq,
  .buyers-tips {
    padding: 80px 0;
  }

  .step-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .buyers-cta {
    padding: 88px 0;
    background-position: 58% 24%;
  }
}
