.buyer-landing {
  color: #102033;
  background:
    radial-gradient(circle at top left, rgba(19, 148, 111, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(139, 227, 184, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbfa 0%, #ffffff 38%, #f4f7f8 100%);
  overflow: clip;
}

.buyer-section {
  padding: 0 0 7rem;
}

.buyer-hero {
  position: relative;
  padding: 9rem 0 6rem;
  overflow: clip;
}

.buyer-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.buyer-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 31, 0.38) 0%, rgba(8, 18, 31, 0.14) 24%, rgba(248, 251, 250, 0.84) 72%, rgba(248, 251, 250, 1) 100%),
    linear-gradient(90deg, rgba(8, 18, 31, 0.2) 0%, rgba(8, 18, 31, 0) 45%);
}

.buyer-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04);
  filter: saturate(1.02) contrast(1.02);
}

.buyer-hero__aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(19, 148, 111, 0.16), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(98, 212, 170, 0.2), transparent 24%),
    radial-gradient(circle at 55% 68%, rgba(12, 163, 119, 0.08), transparent 26%);
  filter: blur(18px);
  pointer-events: none;
}

.buyer-hero__grid,
.buyer-problems,
.buyer-feature,
.buyer-journey,
.buyer-testimonial,
.buyer-cta {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.buyer-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 3.25rem;
  align-items: center;
}

.buyer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 14px 40px rgba(16, 32, 51, 0.08);
  color: #0f5132;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.buyer-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #15926f, #8ce4b8);
  box-shadow: 0 0 0 0.3rem rgba(21, 146, 111, 0.12);
}

.buyer-kicker--soft {
  background: rgba(240, 246, 244, 0.82);
}

.buyer-hero__copy h1,
.buyer-section__head h2,
.buyer-feature__copy h2,
.buyer-cta__box h2 {
  margin: 1.2rem 0 1rem;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.buyer-section__head h2,
.buyer-feature__copy h2,
.buyer-cta__box h2 {
  font-size: clamp(2rem, 4.1vw, 4rem);
}

.buyer-hero__lead,
.buyer-section__head p,
.buyer-feature__copy p,
.buyer-cta__box p,
.buyer-card p,
.buyer-step p,
.buyer-floating p,
.buyer-badge-card p,
.buyer-device__glass p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(16, 32, 51, 0.78);
}

.buyer-hero__actions,
.buyer-cta__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.buyer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.buyer-btn:hover {
  transform: translateY(-2px);
}

.buyer-btn--primary {
  background: linear-gradient(135deg, #0f8a66, #26b67e);
  color: #fff;
  box-shadow: 0 18px 40px rgba(15, 138, 102, 0.28);
}

.buyer-btn--ghost {
  background: rgba(255, 255, 255, 0.75);
  color: #102033;
  border: 1px solid rgba(16, 32, 51, 0.12);
}

.buyer-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  list-style: none;
  padding: 0;
  margin: 2.2rem 0 0;
}

.buyer-proof li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.05);
  font-weight: 700;
  line-height: 1.45;
}

.buyer-proof__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 138, 102, 0.14), rgba(140, 228, 184, 0.38));
  color: #0f8a66;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.buyer-proof__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.buyer-proof li > span:last-child {
  flex: 1 1 auto;
  padding-top: 0.1rem;
}

.buyer-hero__visual {
  position: relative;
  min-height: 40rem;
}

.buyer-device {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: min(32rem, 100%);
  padding: 1rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(16, 32, 51, 0.18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.buyer-device__topbar {
  display: flex;
  gap: 0.45rem;
  padding: 0.2rem 0 0.85rem;
}

.buyer-device__topbar span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(16, 32, 51, 0.12);
}

.buyer-device__body {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.buyer-device__body img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  display: block;
}

.buyer-device__glass {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1.1rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.92);
}

.buyer-device__glass strong,
.buyer-floating strong,
.buyer-badge-card strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.2;
}

.buyer-device__chips {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.buyer-device__chips span {
  display: inline-flex;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(15, 138, 102, 0.12);
  color: #0f5132;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.buyer-floating {
  position: absolute;
  width: min(18rem, 70%);
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(16, 32, 51, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.buyer-floating--collections {
  left: -1rem;
  top: 5.5rem;
  width: min(17rem, 58%);
}

.buyer-floating__eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: #0f8a66;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.buyer-strip {
  padding: 0 0 5.5rem;
}

.buyer-strip__track {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #102033, #173b2f);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  box-shadow: 0 22px 50px rgba(16, 32, 51, 0.18);
}

/* Two Worlds Section */
.buyer-worlds__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.buyer-world {
  padding: 3rem;
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 20px 50px rgba(16, 32, 51, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buyer-world:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(16, 32, 51, 0.12);
}

.buyer-world--invest {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(240, 246, 244, 0.9));
}

.buyer-world__icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(15, 138, 102, 0.1), rgba(140, 228, 184, 0.2));
  color: #0f8a66;
}

.buyer-world__icon svg {
  width: 2rem;
  height: 2rem;
}

.buyer-world h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.buyer-world__list {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.buyer-world__list li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
  color: rgba(16, 32, 51, 0.85);
  font-size: 0.95rem;
}

.buyer-world__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #0f8a66;
  font-weight: 900;
}

.buyer-section__head {
  max-width: 48rem;
  margin-bottom: 2.5rem;
}

.buyer-cards,
.buyer-journey__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.buyer-card,
.buyer-step {
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.08);
}

.buyer-card h3,
.buyer-step h3 {
  margin: 0 0 0.75rem;
  font-size: 1.3rem;
  line-height: 1.15;
}

.buyer-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 2.2rem;
  align-items: center;
}

.buyer-feature__media {
  position: relative;
}

.buyer-feature__media > img {
  width: 100%;
  aspect-ratio: 0.94;
  object-fit: cover;
  display: block;
  border-radius: 2rem;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.14);
}

.buyer-badge-card,
.buyer-glass-stack {
  position: absolute;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.14);
}

.buyer-badge-card {
  right: -1rem;
  bottom: 1.5rem;
  width: min(18rem, 78%);
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.78);
}

.buyer-badge-card--dark {
  background: rgba(15, 23, 42, 0.78);
  color: #f8fafc;
}

.buyer-badge-card span,
.buyer-glass-stack span {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0f8a66;
}

.buyer-badge-card--dark span {
  color: #8ce4b8;
}

.buyer-glass-stack {
  right: -0.5rem;
  bottom: 2rem;
  width: min(17rem, 72%);
  padding: 0.8rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.74);
  display: grid;
  gap: 0.7rem;
}

.buyer-glass-stack > div {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.buyer-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.buyer-list li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.buyer-list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f8a66, #8ce4b8);
}

.buyer-step span {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #0f8a66;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.buyer-testimonial__quote {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.3rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(243, 250, 247, 0.88));
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 24px 60px rgba(16, 32, 51, 0.08);
}

.buyer-testimonial__quote img {
  width: 5.8rem;
  height: 5.8rem;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(16, 32, 51, 0.12);
}

.buyer-testimonial__quote blockquote {
  margin: 0;
  max-width: 46rem;
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.buyer-testimonial__quote p {
  margin: 0;
  color: rgba(16, 32, 51, 0.62);
  font-weight: 700;
}

.buyer-cta__box {
  padding: 3rem;
  border-radius: 2.2rem;
  background: linear-gradient(135deg, #102033 0%, #173b2f 100%);
  color: #fff;
  box-shadow: 0 30px 80px rgba(16, 32, 51, 0.22);
}

.buyer-cta__box h2,
.buyer-cta__box p {
  color: #fff;
}

.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
}

@media (max-width: 980px) {
  .buyer-hero__grid,
  .buyer-worlds__grid,
  .buyer-feature,
  .buyer-cards,
  .buyer-journey__grid {
    grid-template-columns: 1fr;
  }

  .buyer-hero__visual {
    min-height: 32rem;
  }

  .buyer-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .buyer-section {
    padding-bottom: 4.5rem;
  }

  .buyer-hero {
    padding: 7rem 0 4rem;
  }

  .buyer-hero__grid,
  .buyer-problems,
  .buyer-feature,
  .buyer-journey,
  .buyer-testimonial,
  .buyer-cta,
  .buyer-strip__track {
    width: min(calc(100vw - 24px), 100%);
  }

  .buyer-hero__copy h1,
  .buyer-section__head h2,
  .buyer-feature__copy h2,
  .buyer-cta__box h2 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .buyer-hero__lead,
  .buyer-section__head p,
  .buyer-feature__copy p,
  .buyer-cta__box p,
  .buyer-card p,
  .buyer-step p,
  .buyer-floating p,
  .buyer-badge-card p,
  .buyer-device__glass p {
    font-size: 0.96rem;
  }

  .buyer-device {
    position: relative;
    inset: auto;
    width: 100%;
    right: auto;
    top: auto;
  }

  .buyer-floating {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .buyer-badge-card,
  .buyer-glass-stack {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .buyer-feature__media > img {
    aspect-ratio: 1;
  }

  .buyer-cta__box {
    padding: 2rem 1.2rem;
  }
}
