:root {
  --paid-paper: #f7f4ee;
  --paid-surface: #fffdfa;
  --paid-ink: #050505;
  --paid-muted: #4a4742;
  --paid-forest: #153321;
  --paid-coffee: #f08a61;
  --paid-line: rgba(5, 5, 5, 0.1);
  --paid-max: 1120px;
}

.paid-page {
  background: var(--paid-paper);
  color: var(--paid-ink);
}

.paid-page #benefits,
.paid-page #proof,
.paid-page #privacy,
.paid-page #faq {
  scroll-margin-top: 96px;
}

.paid-hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #0d2417;
  color: #fff;
}

.paid-hero-background {
  position: absolute;
  inset: 0;
  display: block;
}

.paid-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.paid-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 10, 0.97) 0%, rgba(5, 16, 10, 0.88) 35%, rgba(5, 16, 10, 0.38) 58%, rgba(5, 16, 10, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 44%, rgba(0, 0, 0, 0.28));
}

.paid-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 40px), var(--paid-max));
  min-height: 760px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 54px;
  padding: 112px 0 72px;
}

.paid-hero-copy {
  max-width: 540px;
}

.paid-eyebrow {
  margin: 0 0 18px;
  color: #bd5f3d;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.paid-hero .paid-eyebrow {
  color: #ff9d76;
}

.paid-hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(54px, 5.15vw, 70px);
  font-weight: 830;
  letter-spacing: -0.058em;
  line-height: 0.97;
  text-wrap: balance;
}

.paid-hero-lead {
  max-width: 510px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.5;
}

.paid-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.paid-store-badge {
  display: inline-flex;
  width: 170px;
  align-items: center;
}

.paid-store-badge img {
  width: 170px;
  height: auto;
}

.paid-text-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 5px;
}

.paid-microproof {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 650;
}

.paid-hero-product {
  width: min(45vw, 640px);
  margin-left: auto;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.36));
}

.paid-hero-product picture,
.paid-hero-product img {
  display: block;
  width: 100%;
}

.paid-menu-page .paid-hero-product {
  display: grid;
  width: min(25.5vw, 320px);
  justify-items: center;
  gap: 12px;
  margin: 0 auto;
  filter: none;
}

.paid-menu-page .paid-hero-inner {
  width: min(calc(100% - 64px), 1040px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 60px;
}

.paid-menu-page .paid-hero-copy {
  max-width: 500px;
}

.paid-menu-page .paid-hero h1 {
  font-size: clamp(52px, 4.7vw, 64px);
}

.paid-menu-page .paid-menu-hero-product {
  transform: translate(8px, 10px);
}

.paid-menu-bar-pill {
  display: inline-flex;
  min-width: 82px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(238, 239, 234, 0.5);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.02em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.paid-menu-popover-crop {
  position: relative;
  width: 100%;
  aspect-ratio: 850 / 1547;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  background: #f7f5f1;
  box-shadow: 0 34px 62px rgba(0, 0, 0, 0.38);
}

.paid-menu-page .paid-menu-popover-crop img {
  position: absolute;
  top: -10.4%;
  left: -218.6%;
  width: 400.35%;
  max-width: none;
  filter: none;
}

.paid-proof-rail {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(calc(100% - 40px), var(--paid-max));
  margin: -38px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--paid-line);
  border-radius: 16px;
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 16px 38px rgba(15, 20, 16, 0.09);
}

.paid-proof-rail div {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 5px;
  padding: 17px 18px;
  text-align: center;
}

.paid-proof-rail div + div {
  border-left: 1px solid var(--paid-line);
}

.paid-proof-rail strong {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.paid-proof-rail span {
  color: var(--paid-muted);
  font-size: 13px;
  line-height: 1.32;
}

.paid-section-heading {
  max-width: 800px;
  margin: 0 auto 54px;
  text-align: center;
}

.paid-section-heading h2 {
  margin: 0 0 20px;
  font-size: clamp(44px, 5.2vw, 66px);
  font-weight: 830;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.paid-section-heading > p:last-child {
  max-width: 660px;
  margin: 0 auto;
  color: var(--paid-muted);
  font-size: 19px;
  line-height: 1.55;
}

.paid-benefits {
  width: min(calc(100% - 40px), var(--paid-max));
  margin: 0 auto;
  padding: 124px 0 112px;
}

.paid-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.paid-benefit {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--paid-line);
  border-radius: 18px;
  background: var(--paid-surface);
}

.paid-benefit-copy {
  padding: 28px 28px 24px;
}

.paid-benefit-copy h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.paid-benefit-copy p {
  margin: 0;
  color: var(--paid-muted);
  font-size: 15px;
  line-height: 1.55;
}

.paid-benefit-media {
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
  background: #eeeae3;
}

.paid-benefit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paid-benefit-media.paid-benefit-analytics {
  padding: 28px 18px;
  background: #163522;
}

.paid-benefit-media.paid-benefit-analytics img {
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.25));
}

.paid-outcome {
  display: grid;
  width: min(calc(100% - 40px), var(--paid-max));
  margin: 0 auto 112px;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 1px solid var(--paid-line);
  border-radius: 20px;
  background: var(--paid-surface);
  padding: 0;
}

.paid-outcome-copy {
  padding: 54px;
}

.paid-outcome h2 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 830;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.paid-outcome p {
  margin: 0 0 22px;
  color: var(--paid-muted);
  font-size: 17px;
  line-height: 1.6;
}

.paid-outcome ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.paid-outcome li {
  position: relative;
  padding-left: 24px;
  color: #282622;
  font-size: 15px;
  line-height: 1.5;
}

.paid-outcome li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--paid-coffee);
  content: "";
}

.paid-outcome-media {
  display: grid;
  min-height: 480px;
  place-items: center;
  padding: 42px 28px;
  background: var(--paid-forest);
}

.paid-outcome-media img {
  width: 100%;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.3));
}

.paid-social-proof {
  background: var(--paid-forest);
  color: #fff;
  padding: 0;
}

.paid-social-proof-inner {
  display: grid;
  width: min(calc(100% - 40px), var(--paid-max));
  margin: 0 auto;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 54px;
  padding: 94px 0;
}

.paid-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background: #07120c;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
}

.paid-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.paid-proof-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.4vw, 58px);
  font-weight: 830;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.paid-proof-copy > p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.58;
}

.paid-review {
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.paid-review-stars {
  margin-bottom: 12px;
  color: #ff9d76;
  letter-spacing: 0.08em;
}

.paid-review blockquote {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.paid-review figcaption {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.paid-reassurance {
  display: grid;
  width: min(calc(100% - 40px), var(--paid-max));
  margin: 104px auto;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--paid-line);
  border-radius: 20px;
  background: var(--paid-surface);
  padding: 0;
}

.paid-reassurance article {
  padding: 48px;
}

.paid-reassurance article + article {
  border-left: 1px solid var(--paid-line);
}

.paid-reassurance h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 830;
  letter-spacing: -0.05em;
  line-height: 1;
}

.paid-reassurance p,
.paid-reassurance li {
  color: var(--paid-muted);
  font-size: 15px;
  line-height: 1.58;
}

.paid-reassurance ul {
  display: grid;
  gap: 9px;
  padding-left: 20px;
}

.paid-reassurance .paid-store-badge {
  margin-top: 18px;
}

.paid-reassurance a:not(.paid-store-badge) {
  font-weight: 760;
  text-decoration: underline;
}

.paid-faq {
  display: grid;
  width: min(calc(100% - 40px), var(--paid-max));
  margin: 0 auto;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 72px;
  padding: 18px 0 110px;
}

.paid-faq h2 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 62px);
  font-weight: 830;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

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

.paid-faq details {
  border-bottom: 1px solid var(--paid-line);
}

.paid-faq summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
  list-style: none;
}

.paid-faq summary::-webkit-details-marker {
  display: none;
}

.paid-faq summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--paid-coffee);
  content: "+";
  font-size: 25px;
}

.paid-faq details[open] summary::after {
  content: "−";
}

.paid-faq details p {
  max-width: 680px;
  margin: -5px 0 22px;
  color: var(--paid-muted);
  font-size: 15px;
  line-height: 1.58;
}

.paid-related {
  width: min(calc(100% - 40px), var(--paid-max));
  margin: 0 auto 96px;
  padding-top: 26px;
  border-top: 1px solid var(--paid-line);
  color: var(--paid-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.paid-related a {
  color: var(--paid-ink);
  font-weight: 720;
  text-decoration: underline;
}

.home-page .paid-final-cta {
  display: flex;
  width: 100%;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 78px 20px;
  border-radius: 0;
  background: var(--paid-forest);
  color: #fff;
  text-align: center;
}

.paid-final-cta > div {
  display: grid;
  max-width: 800px;
  justify-items: center;
}

.paid-final-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
}

.home-page .paid-final-cta h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 64px);
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.home-page .paid-final-cta p {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.home-page .paid-final-cta small {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.paid-page .home-footer {
  background: var(--paid-paper);
}

@media (max-width: 900px) {
  .paid-hero-inner {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
  }

  .paid-benefit-grid {
    grid-template-columns: 1fr;
  }

  .paid-benefit {
    grid-template-columns: 0.85fr 1.15fr;
    grid-template-rows: none;
  }

  .paid-benefit-media {
    min-height: 300px;
  }

  .paid-outcome,
  .paid-social-proof-inner {
    grid-template-columns: 1fr;
  }

  .paid-outcome-copy {
    order: 1;
  }

  .paid-outcome-media {
    min-height: 420px;
  }
}

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

  .paid-hero-background img {
    object-position: 58% center;
  }

  .paid-hero-scrim {
    background: linear-gradient(180deg, rgba(4, 15, 9, 0.97) 0%, rgba(4, 15, 9, 0.88) 52%, rgba(4, 15, 9, 0.2) 79%, rgba(4, 15, 9, 0.22) 100%);
  }

  .paid-hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 112px 0 50px;
  }

  .paid-hero-copy {
    max-width: none;
    text-align: center;
  }

  .paid-hero h1 {
    margin-inline: auto;
    font-size: clamp(45px, 12.8vw, 58px);
  }

  .paid-hero-lead {
    margin-inline: auto;
    font-size: 17px;
  }

  .paid-hero-actions {
    justify-content: center;
  }

  .paid-hero-product {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .paid-menu-page .paid-hero-product {
    width: min(74vw, 300px);
  }

  .paid-menu-page .paid-hero-inner {
    width: min(calc(100% - 28px), var(--paid-max));
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .paid-menu-page .paid-hero-copy {
    max-width: none;
  }

  .paid-menu-page .paid-hero h1 {
    font-size: clamp(43px, 12vw, 54px);
  }

  .paid-menu-page .paid-menu-hero-product {
    transform: none;
  }

  .paid-proof-rail {
    grid-template-columns: 1fr 1fr;
    /* Match the mobile homepage's breathing room above and below. */
    margin-top: 48px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }

  .paid-proof-rail div {
    min-height: 88px;
    padding: 16px 10px;
  }

  .paid-proof-rail div:nth-child(3) {
    border-top: 1px solid var(--paid-line);
    border-left: 0;
  }

  .paid-proof-rail div:nth-child(4) {
    border-top: 1px solid var(--paid-line);
  }

  .paid-benefits {
    padding-block: 48px 82px;
  }

  .paid-section-heading {
    margin-bottom: 38px;
  }

  .paid-section-heading h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .paid-section-heading > p:last-child {
    font-size: 17px;
  }

  .paid-benefit {
    grid-template-columns: 1fr;
  }

  .paid-benefit-copy {
    padding: 26px 24px;
  }

  .paid-benefit-media {
    min-height: 270px;
  }

  .paid-outcome {
    margin-bottom: 82px;
    border-radius: 16px;
  }

  .paid-outcome-copy,
  .paid-reassurance article {
    padding: 34px 26px;
  }

  .paid-outcome-media {
    min-height: 320px;
    padding: 30px 18px;
  }

  .paid-social-proof-inner {
    gap: 40px;
    padding-block: 72px;
  }

  .paid-proof-copy {
    text-align: center;
  }

  .paid-reassurance {
    grid-template-columns: 1fr;
    margin-block: 82px;
  }

  .paid-reassurance article + article {
    border-top: 1px solid var(--paid-line);
    border-left: 0;
  }

  .paid-faq {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 86px;
  }

  .home-page .paid-final-cta {
    min-height: 430px;
  }
}

@media (max-width: 520px) {
  .paid-hero-inner,
  .paid-benefits,
  .paid-outcome,
  .paid-social-proof-inner,
  .paid-reassurance,
  .paid-faq,
  .paid-related {
    width: min(calc(100% - 28px), var(--paid-max));
  }

  .paid-hero h1 {
    font-size: clamp(43px, 13vw, 52px);
  }

  .paid-store-badge,
  .paid-store-badge img {
    width: 158px;
  }

  .paid-proof-rail {
    width: 100%;
  }

  .paid-proof-rail strong {
    font-size: 17px;
  }

  .paid-proof-rail span {
    font-size: 12px;
  }

  .paid-benefit-media {
    min-height: 240px;
  }

  .paid-outcome h2,
  .paid-proof-copy h2,
  .paid-reassurance h2,
  .paid-faq h2 {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .paid-page *,
  .paid-page *::before,
  .paid-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
