.earnings-showcase {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 8%, rgba(201, 243, 107, .2), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f5fbf9 100%);
}

.earnings-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.earnings-intro > div {
  max-width: 790px;
}

.earnings-intro h2 {
  margin: 0 0 14px;
  color: #0c1715;
  font-size: clamp(38px, 4.7vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.earnings-intro p {
  margin: 0;
  color: #526864;
  font-size: 16px;
  line-height: 1.72;
}

.earnings-intro-cta {
  flex: 0 0 auto;
  min-width: 170px;
  padding: 14px 20px;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
}

.earnings-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 26px;
  align-items: stretch;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid #b7ddd6;
  border-radius: 32px;
  background:
    linear-gradient(130deg, rgba(255,255,255,.97), rgba(236,249,245,.97)),
    #eef8f5;
  box-shadow: 0 24px 70px rgba(20, 78, 69, .1);
}

.earnings-spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.earnings-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 17px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e4f7f2;
  color: #007f73;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.earnings-spotlight h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 13px;
  color: #0d1d1a;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.052em;
}

.earnings-spotlight h3 strong:last-child {
  color: #0d9f5b;
}

.earnings-spotlight-copy > p {
  max-width: 670px;
  margin: 0 0 28px;
  color: #526864;
  font-size: 15px;
  line-height: 1.65;
}

.earnings-spotlight-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
}

.earnings-spotlight-metrics > div {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #d8eae6;
  border-radius: 16px;
  background: rgba(255,255,255,.82);
}

.earnings-spotlight-metrics span,
.earnings-spotlight-metrics strong {
  display: block;
}

.earnings-spotlight-metrics span {
  margin-bottom: 4px;
  color: #6a7d79;
  font-size: 11px;
  font-weight: 740;
}

.earnings-spotlight-metrics strong {
  color: #10201d;
  font-size: 21px;
}

.earnings-payout-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(145deg, #08796f 0%, #0aa363 100%);
  color: white;
  box-shadow: 0 22px 52px rgba(4, 111, 87, .22);
}

.earnings-payout-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(201,243,107,.2);
}

.earnings-payout-card span,
.earnings-payout-card strong,
.earnings-payout-card b,
.earnings-payout-card small {
  position: relative;
  z-index: 1;
  display: block;
  color: white;
}

.earnings-payout-card span {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 760;
}

.earnings-payout-card strong {
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.05em;
}

.earnings-payout-card b {
  margin-top: 7px;
  color: #dffb9e;
  font-size: 18px;
}

.earnings-payout-card i {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 24px 0 16px;
  background: rgba(255,255,255,.25);
}

.earnings-payout-card small {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.45;
}

.earnings-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.earnings-example-grid article {
  position: relative;
  display: grid;
  gap: 9px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid #d9e9e5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(19, 59, 53, .055);
}

.earnings-example-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.earnings-example-top strong {
  color: #11231f;
  font-size: 26px;
  letter-spacing: -.035em;
}

.earnings-example-top span {
  color: #0b8c7f;
  font-size: 13px;
  font-weight: 800;
}

.earnings-example-grid article > small {
  color: #70817e;
  font-size: 12px;
}

.earnings-example-grid article > b {
  margin-top: 2px;
  color: #0d9d5a;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
}

.earnings-share-pill {
  align-self: end;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef9f5;
  color: #08796f;
  font-size: 10px;
  font-weight: 850;
}

.earnings-pass {
  margin-top: 42px;
  padding: clamp(26px, 4vw, 38px);
  border-radius: 30px;
  background: #0d1f1b;
  color: white;
}

.earnings-pass-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.earnings-pass .section-kicker {
  background: rgba(201,243,107,.12);
  color: #dffb9e;
}

.earnings-pass h3 {
  margin: 0 0 10px;
  color: white;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.earnings-pass-heading p {
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}

.earnings-pass-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.earnings-pass-grid article {
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 19px;
  background: rgba(255,255,255,.055);
}

.earnings-pass-grid article > span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 780;
}

.earnings-pass-grid article > strong {
  color: white;
  font-size: 28px;
  letter-spacing: -.035em;
}

.earnings-pass-grid article > small {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  line-height: 1.45;
}

.earnings-pass-grid .earnings-pass-highlight {
  border-color: rgba(201,243,107,.5);
  background: rgba(201,243,107,.12);
}

.earnings-pass-grid .earnings-pass-highlight > strong {
  color: #dffb9e;
}

.commission-band-section {
  margin-top: 42px;
}

.commission-band-heading {
  margin-bottom: 20px;
}

.commission-band-heading h3 {
  margin: 0;
  color: #10201d;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.commission-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.commission-band-grid article {
  display: grid;
  gap: 7px;
  padding: 22px;
  border: 1px solid #d6e8e3;
  border-radius: 20px;
  background: white;
}

.commission-band-grid span,
.commission-band-grid strong,
.commission-band-grid small {
  display: block;
}

.commission-band-grid span {
  color: #536b66;
  font-size: 12px;
  font-weight: 800;
}

.commission-band-grid strong {
  color: #0b9d5a;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.04em;
}

.commission-band-grid small {
  color: #70817e;
  font-size: 11px;
  line-height: 1.45;
}

.earnings-disclaimer {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #e8dfb9;
  border-radius: 18px;
  background: #fffaf0;
}

.earnings-disclaimer strong {
  display: block;
  margin-bottom: 5px;
  color: #473e1d;
  font-size: 13px;
}

.earnings-disclaimer p {
  margin: 0;
  color: #716a4f;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .earnings-spotlight {
    grid-template-columns: 1fr;
  }

  .earnings-payout-card {
    min-height: 230px;
  }

  .earnings-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .earnings-pass-grid,
  .commission-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .earnings-intro {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .earnings-intro-cta {
    width: 100%;
  }

  .earnings-spotlight {
    padding: 22px;
    border-radius: 24px;
  }

  .earnings-spotlight h3 {
    gap: 8px;
  }

  .earnings-spotlight-metrics {
    grid-template-columns: 1fr;
  }

  .earnings-payout-card {
    min-height: 210px;
    padding: 24px;
  }

  .earnings-example-grid,
  .earnings-pass-grid,
  .commission-band-grid {
    grid-template-columns: 1fr;
  }

  .earnings-example-grid article {
    min-height: 150px;
  }

  .earnings-pass {
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .earnings-spotlight h3 {
    display: grid;
  }

  .earnings-spotlight h3 strong {
    font-size: 42px;
  }

  .earnings-payout-card strong {
    font-size: 46px;
  }

  .earnings-example-top strong {
    font-size: 24px;
  }

  .earnings-example-grid article > b {
    font-size: 29px;
  }
}
