:root {
  --ink: #1d2522;
  --muted: #60706a;
  --paper: #fbfaf6;
  --soft: #eef4f0;
  --line: #d8e3dd;
  --green: #184b3b;
  --green-2: #266750;
  --cranberry: #9b2f45;
  --amber: #e7a63a;
  --blue: #2d5a72;
  --white: #ffffff;
  --danger: #a33232;
  --shadow: 0 18px 50px rgba(24, 75, 59, 0.16);
  --radius: 8px;
  --max: 1160px;
}

/* Landing B: advertorial editorial */
.landing-editorial {
  background: #fdfbf7;
  color: #18251d;
}

.article-progress {
  background: rgba(24, 37, 29, 0.08);
  height: 3px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 120;
}

.article-progress span {
  background: #b9822f;
  display: block;
  height: 100%;
  width: 0;
}

.editorial-topbar {
  background: #173321;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  text-align: center;
  text-transform: uppercase;
}

.editorial-header {
  align-items: center;
  background: #f1eadf;
  border-bottom: 1px solid #e3d8c7;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.editorial-logo {
  color: #173321;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 900;
}

.editorial-logo span {
  color: #52765a;
}

.editorial-hero {
  background: #f1eadf;
  padding: 64px 20px 56px;
  text-align: center;
}

.article-tag {
  background: rgba(82, 118, 90, 0.12);
  border: 1px solid rgba(82, 118, 90, 0.28);
  border-radius: 999px;
  color: #456b50;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  padding: 7px 16px;
  text-transform: uppercase;
}

.editorial-hero h1 {
  color: #173321;
  font-family: Georgia, serif;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.08;
  margin: 0 auto 22px;
  max-width: 880px;
}

.editorial-sub {
  color: #43564a;
  font-size: 19px;
  line-height: 1.65;
  margin: 0 auto 28px;
  max-width: 660px;
}

.author-line {
  align-items: center;
  color: #6b766f;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
}

.author-avatar {
  align-items: center;
  background: #52765a;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.editorial-article {
  margin: 0 auto;
  max-width: 760px;
  padding: 56px 20px;
}

.editorial-article p {
  color: #35443a;
  font-size: 18px;
  line-height: 1.86;
  margin: 0 0 26px;
}

.editorial-article h2 {
  color: #173321;
  font-family: Georgia, serif;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.18;
  margin: 48px 0 18px;
}

.article-photo {
  margin: 42px 0;
}

.article-photo img {
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(31, 44, 35, 0.16);
  width: 100%;
}

.article-photo figcaption,
.story-section figcaption {
  color: #66736a;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.editorial-warning {
  background: rgba(184, 130, 47, 0.08);
  border-left-color: #b9822f;
}

.customer-video-proof {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fff5e7 100%);
  border: 1px solid #e8cfa9;
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(31, 44, 35, 0.1);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
  margin: 42px 0;
  padding: 26px;
}

.customer-video-copy h2 {
  color: #173321;
  font-family: Georgia, serif;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.13;
  margin: 0 0 14px;
}

.customer-video-copy p {
  color: #46564d;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.customer-video-frame {
  background: #173321;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(31, 44, 35, 0.22);
  justify-self: end;
  padding: 10px;
  width: 100%;
}

.customer-video-frame video {
  aspect-ratio: 9 / 16;
  background: #0f1712;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.review-proof-strip {
  background: #fffaf1;
  border: 1px solid #ead9c2;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(73, 45, 18, 0.08);
  margin: 32px 0 42px;
  padding: 28px;
}

.review-proof-strip h2 {
  color: #173321;
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  margin: 8px 0 22px;
}

.review-proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.review-proof-card {
  background: #fff;
  border: 1px solid #ead9c2;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 44, 35, 0.06);
  padding: 18px;
}

.review-proof-card strong {
  color: #10251c;
  display: block;
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.review-proof-card p {
  color: #4f615b;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.review-proof-card span {
  color: #9e5a38;
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.review-proof-featured {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 120px minmax(0, 1fr);
}

.review-proof-featured img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.symptom-signal {
  border-radius: 10px;
  margin: 42px 0;
  padding: 30px;
}

.symptom-signal-editorial {
  background: #fff5e7;
  border: 1px solid #e8cfa9;
}

.symptom-signal-story {
  background: #fff6ed;
  border-bottom: 1px solid #eadccb;
  border-radius: 0;
  border-top: 1px solid #eadccb;
  margin: 0;
  padding: 48px 0;
}

.symptom-kicker {
  color: #9b2f45;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.symptom-signal h2 {
  color: #173321;
  font-family: Georgia, serif;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.13;
  margin: 0 0 14px;
}

.symptom-signal p {
  color: #46564d;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.symptom-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.symptom-grid article {
  background: #fff;
  border: 1px solid #eadccb;
  border-radius: 8px;
  padding: 16px;
}

.symptom-grid strong {
  color: #173321;
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.symptom-grid span {
  color: #53645b;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.editorial-box {
  background: #173321;
  border-radius: 8px;
  margin: 38px 0;
  padding: 32px;
}

.editorial-box h3 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 18px;
}

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

.editorial-box li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
  padding-left: 24px;
  position: relative;
}

.editorial-box li::before {
  color: #f0c46b;
  content: "!";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.editorial-danger {
  background: #2b0d0a;
  border: 1px solid rgba(255, 138, 93, 0.28);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(43, 13, 10, 0.22);
  color: #fff;
  margin: 42px 0;
  padding: 32px;
}

.editorial-danger h3 {
  color: #ffcf83;
  font-family: Georgia, serif;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.12;
  margin: 0 0 12px;
}

.editorial-danger-intro {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin-bottom: 22px !important;
}

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

.editorial-danger li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 207, 131, 0.17);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 14px;
}

.editorial-danger li strong {
  align-items: center;
  background: #ff5a30;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.editorial-danger li span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 760;
  line-height: 1.5;
}

.editorial-danger-callout {
  background: #ffcf83;
  border-radius: 9px;
  color: #2b0d0a;
  margin-top: 22px;
  padding: 20px;
  text-align: center;
}

.editorial-danger-callout p {
  color: #2b0d0a !important;
  font-family: Georgia, serif;
  font-size: clamp(22px, 4vw, 30px) !important;
  font-weight: 700;
  line-height: 1.18 !important;
  margin-bottom: 16px !important;
}

.editorial-food-table th {
  background: #173321;
  color: #fff;
}

.case-card {
  background: #fff;
  border: 1px solid #e3d8c7;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(31, 44, 35, 0.08);
  margin: 36px 0;
  padding: 26px;
}

.case-card strong {
  color: #456b50;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.case-card p {
  color: #173321;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.case-card span {
  color: #66736a;
  font-size: 13px;
}

.inline-offer {
  background: #173321;
  border-radius: 10px;
  color: white;
  margin: 42px 0;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.offer-label {
  color: #f0c46b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.inline-offer h3 {
  font-family: Georgia, serif;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
  margin: 0 0 14px;
}

.inline-offer p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.mini-value-stack {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 20px 0;
}

.mini-value-title {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900;
  line-height: 1.35 !important;
  margin: 0 0 8px !important;
}

.mini-value-stack div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 11px 0;
}

.mini-value-stack span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.mini-value-stack strong {
  color: #f0c46b;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.mini-value-stack .mini-value-total {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(240, 196, 107, 0.34);
  border-radius: 8px;
  margin-top: 12px;
  padding: 14px;
}

.mini-value-stack .mini-value-total span {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.mini-value-stack .mini-value-total strong {
  color: #f0c46b;
  font-size: 28px;
  line-height: 1;
}

.article-price {
  background: linear-gradient(145deg, #0e2a20 0%, #173321 50%, #244f39 100%);
  border: 1px solid rgba(240, 196, 107, 0.62);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 18px 44px rgba(0, 0, 0, 0.26);
  color: #fff;
  display: grid;
  gap: 10px;
  isolation: isolate;
  margin: 24px 0 18px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
}

.article-price::before {
  background: linear-gradient(90deg, transparent, rgba(240, 196, 107, 0.42), transparent);
  content: "";
  height: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.article-price::after {
  background: radial-gradient(circle at 50% 0%, rgba(240, 196, 107, 0.18), transparent 54%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.article-price span {
  background: #f0c46b;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(240, 196, 107, 0.16);
  color: #2b1800;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-self: center;
  letter-spacing: 0.04em;
  padding: 7px 13px;
  text-transform: uppercase;
}

.article-price del {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 850;
  justify-self: center;
  padding: 8px 13px;
  text-decoration-color: #ff835d;
  text-decoration-thickness: 2px;
}

.article-price strong {
  color: #fff;
  font-size: clamp(43px, 7vw, 64px);
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.26);
}

.offer-microcopy {
  font-size: 13px !important;
  margin: 14px 0 0 !important;
}

.editorial-final {
  background: #173321;
  color: #fff;
  padding: 64px 20px;
  text-align: center;
}

.editorial-final h2 {
  font-family: Georgia, serif;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.12;
  margin: 0 auto 14px;
  max-width: 700px;
}

.editorial-final p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin: 0 auto 24px;
  max-width: 590px;
}

.editorial-final span {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 13px;
  margin-top: 14px;
}

/* Landing C: story/metodo */
.landing-story {
  background: #fcfbf8;
  color: #18251d;
}

.story-wrap {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 22px;
}

.story-urgency {
  background: #173321;
  color: #f5c36a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 11px 18px;
  text-align: center;
}

.story-countdown {
  background: #fff6ed;
  border-bottom: 1px solid #eadccb;
  padding: 18px;
  text-align: center;
}

.story-countdown p {
  color: #9f4a1e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.story-timer {
  justify-content: center;
}

.story-hero {
  background: #173321;
  color: #fff;
  padding: 64px 0 70px;
  text-align: center;
}

.story-eyebrow,
.story-section-label {
  color: #8ecfa0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.story-hero h1,
.story-section h2,
.story-problem h2,
.method-stack h2,
.story-guarantee h2,
.story-faq h2,
.story-final-cta h2 {
  font-family: Georgia, serif;
}

.story-hero h1 {
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.08;
  margin: 0 auto 20px;
  max-width: 820px;
}

.story-hero-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.65;
  margin: 0 auto 28px;
  max-width: 640px;
}

.story-objections {
  display: grid;
  gap: 11px;
  margin: 0 auto 30px;
  max-width: 560px;
}

.story-objections span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 12px 16px;
}

.story-product-hero {
  border-radius: 12px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.35);
  margin: 0 auto 26px;
  max-width: 390px;
  width: 78%;
}

.story-hero-cta {
  min-width: min(420px, 100%);
}

.story-safe-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-top: 14px;
}

.story-fit {
  background: #fff6ed;
  border-bottom: 1px solid #eadccb;
  border-top: 1px solid #eadccb;
  padding: 48px 0;
}

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

.story-fit-grid article {
  background: #fff;
  border: 1px solid #eadccb;
  border-radius: 10px;
  padding: 22px;
}

.story-fit-grid strong {
  color: #8ecfa0;
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.story-fit-grid p {
  color: #39493f;
  line-height: 1.6;
  margin: 0;
}

.story-section {
  padding: 68px 0;
}

.story-section h2,
.story-problem h2,
.method-stack h2,
.story-guarantee h2,
.story-faq h2 {
  color: #173321;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.13;
  margin: 0 0 32px;
  text-align: center;
}

.story-two {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 34px 0;
}

.story-two figure {
  margin: 0;
}

.story-two img {
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(31, 44, 35, 0.16);
  width: 100%;
}

.story-text p {
  color: #35443a;
  font-size: 17px;
  line-height: 1.78;
  margin: 0 0 17px;
}

.story-breakpoint {
  background: #173321;
  border-radius: 12px;
  color: #fff;
  margin: 42px 0;
  padding: 32px;
}

.story-breakpoint p {
  font-family: Georgia, serif;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.25;
  margin: 0 0 14px;
}

.story-breakpoint cite {
  color: #8ecfa0;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-checks {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.story-checks li {
  background: #fff;
  border: 1px solid #eadccb;
  border-radius: 8px;
  color: #39493f;
  line-height: 1.5;
  padding: 13px 14px 13px 38px;
  position: relative;
}

.story-checks li::before {
  color: #4b8b5c;
  content: "✓";
  font-weight: 900;
  left: 16px;
  position: absolute;
}

.story-problem {
  background: #173321;
  color: #fff;
  padding: 64px 0;
  text-align: center;
}

.story-problem h2 {
  color: #fff;
  margin-bottom: 20px;
}

.story-problem p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto 18px;
  max-width: 720px;
}

.method-stack {
  background: #fff6ed;
  padding: 68px 0;
  text-align: center;
}

.method-stack-img {
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(31, 44, 35, 0.14);
  margin: 0 auto 24px;
  max-width: 430px;
  width: 80%;
}

.method-intro {
  color: #5b685f;
  font-weight: 800;
  margin: 0 0 18px;
}

.method-list {
  background: #fff;
  border: 1px solid #eadccb;
  border-radius: 12px;
  list-style: none;
  margin: 0 auto 28px;
  max-width: 720px;
  padding: 0;
  text-align: left;
}

.method-list li {
  align-items: center;
  border-bottom: 1px solid #eadccb;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 16px 20px;
}

.method-list li:last-child {
  border-bottom: 0;
}

.method-list strong {
  color: #173321;
}

.method-list span {
  color: #9f4a1e;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.bonus-alert {
  background: #173321;
  border-radius: 12px;
  color: #fff;
  margin: 0 auto 26px;
  max-width: 620px;
  padding: 24px;
}

.bonus-dot {
  background: #fe5b2f;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  margin-right: 8px;
  width: 9px;
}

.bonus-alert strong {
  color: #8ecfa0;
  display: inline;
  font-size: 22px;
}

.bonus-alert p {
  color: rgba(255, 255, 255, 0.65);
  margin: 10px 0 0;
}

.method-price-card {
  background: #fff;
  border: 1px solid #eadccb;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(31, 44, 35, 0.12);
  margin: 0 auto;
  max-width: 560px;
  padding: 30px;
}

.method-price-card .value-row {
  align-items: center;
  border-bottom: 1px solid #eadccb;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.method-price-card .value-row.final strong {
  color: #173321;
  font-size: 42px;
}

.method-price-card .btn {
  margin-top: 22px;
  width: 100%;
}

.method-price-card p {
  color: #68746c;
  font-size: 13px;
  margin: 14px 0 0;
}

.story-guarantee {
  background: #fcfbf8;
  padding: 64px 0;
  text-align: center;
}

.story-seal {
  align-items: center;
  background: #173321;
  border-radius: 50%;
  color: #8ecfa0;
  display: inline-flex;
  font-weight: 900;
  height: 106px;
  justify-content: center;
  line-height: 1.1;
  margin-bottom: 22px;
  text-transform: uppercase;
  width: 106px;
}

.story-guarantee p {
  color: #35443a;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 680px;
}

.story-faq {
  background: #fff6ed;
  padding: 64px 0;
}

.story-faq details {
  background: #fff;
  border: 1px solid #eadccb;
  border-radius: 8px;
  margin: 12px auto;
  max-width: 720px;
  padding: 18px 20px;
}

.story-faq summary {
  color: #173321;
  cursor: pointer;
  font-weight: 900;
}

.story-faq p {
  color: #4f5f55;
  line-height: 1.65;
  margin: 12px 0 0;
}

.story-final-cta {
  background: #173321;
  border-radius: 14px;
  color: #fff;
  margin: 34px auto 0;
  max-width: 760px;
  padding: 34px;
  text-align: center;
}

.story-final-cta h2 {
  color: #fff;
  margin-bottom: 22px;
}

@media (max-width: 760px) {
  .editorial-hero {
    padding: 44px 18px;
  }

  .editorial-article {
    padding: 42px 18px;
  }

  .editorial-article p {
    font-size: 16px;
  }

  .editorial-box,
  .editorial-danger,
  .inline-offer,
  .customer-video-proof,
  .review-proof-strip,
  .symptom-signal,
  .story-breakpoint,
  .method-price-card,
  .story-final-cta {
    padding: 22px;
  }

  .mini-value-stack div,
  .method-list li,
  .method-price-card .value-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .article-price {
    gap: 8px;
    padding: 17px 14px;
  }

  .article-price span {
    font-size: 12px;
    line-height: 1.25;
  }

  .article-price del {
    font-size: 18px;
  }

  .article-price strong {
    font-size: 38px;
  }

  .story-fit-grid,
  .customer-video-proof,
  .review-proof-grid,
  .symptom-grid,
  .story-two {
    grid-template-columns: 1fr;
  }

  .customer-video-frame {
    justify-self: center;
    max-width: 330px;
  }

  .review-proof-featured {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .review-proof-card p {
    font-size: 16px;
  }

  .symptom-signal-story {
    padding: 40px 0;
  }

  .story-after figure {
    order: 2;
  }

  .story-after .story-text {
    order: 1;
  }

  .method-list span {
    white-space: normal;
  }

  .story-product-hero,
  .method-stack-img {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.checkout-body,
body.status-body {
  background: #eef4f0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.topbar {
  background: var(--green);
  color: var(--white);
  font-size: 14px;
  padding: 9px 16px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(216, 227, 221, 0.9);
  backdrop-filter: blur(14px);
}

.nav {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 68px;
  padding: 0 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--green);
  border-radius: 7px;
  color: var(--white);
  display: inline-flex;
  font-size: 15px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links a.btn-secondary {
  color: var(--white);
}

.nav-links a.btn-secondary:hover {
  background: #123b2f;
  color: var(--white);
}

.btn {
  align-items: center;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.btn-primary {
  background: var(--cranberry);
  box-shadow: 0 12px 26px rgba(155, 47, 69, 0.22);
  color: var(--white);
}

.btn-primary:hover {
  background: #84263a;
}

.btn-secondary {
  background: var(--green);
  color: var(--white);
}

.btn-ghost {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--green);
}

.hero {
  min-height: 86vh;
  position: relative;
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 31, 28, 0.94) 0%, rgba(17, 31, 28, 0.82) 41%, rgba(17, 31, 28, 0.42) 69%, rgba(17, 31, 28, 0.16) 100%),
    url("../images/hero-kitchen.jpg") center center / cover no-repeat;
}

.hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 86vh;
  padding: 64px 22px 78px;
}

.hero-copy {
  max-width: 710px;
  min-width: 0;
  width: 100%;
}

.hero-kicker {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.hero-kicker span,
.hero-kicker strong {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
}

.hero-kicker span {
  background: var(--amber);
  color: #221500;
}

.hero-kicker strong {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.94);
}

.eyebrow {
  color: var(--amber);
  font-size: 14px;
  font-weight: 850;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 60px;
  line-height: 1.02;
  margin-bottom: 18px;
}

h2 {
  font-size: 40px;
  line-height: 1.12;
  margin-bottom: 14px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  max-width: 600px;
}

.hero-warning-line {
  align-items: flex-start;
  background: rgba(163, 50, 50, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 5px solid var(--amber);
  border-radius: var(--radius);
  display: flex;
  gap: 10px;
  margin-top: 22px;
  max-width: 650px;
  padding: 13px 14px;
}

.hero-warning-line strong {
  color: var(--amber);
  white-space: nowrap;
}

.hero-warning-line span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 720;
}

.hero-actions,
.section-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-offer-bar {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  margin-top: 22px;
  max-width: 610px;
  overflow: hidden;
}

.hero-offer-bar > div {
  background: rgba(255, 255, 255, 0.94);
  border-right: 1px solid rgba(24, 75, 59, 0.14);
  color: var(--ink);
  display: grid;
  justify-content: start;
  min-height: 70px;
  padding: 12px 16px;
}

.hero-offer-bar > div:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.hero-offer-bar > div:last-child {
  border-right: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.hero-offer-bar span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-offer-bar del {
  color: #6f7c77;
  font-size: 21px;
  font-weight: 850;
}

.hero-offer-bar strong {
  color: var(--cranberry);
  font-size: 32px;
  line-height: 1;
}

.hero-offer-bar .hero-offer-badge {
  align-items: center;
  background: var(--amber);
  color: #221500;
  display: flex;
  font-size: 18px;
  font-weight: 950;
  justify-content: center;
  min-width: 116px;
}

.price-old {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: line-through;
}

.price-now {
  color: var(--white);
  font-size: 34px;
  font-weight: 900;
}

.discount-pill {
  background: var(--amber);
  border-radius: 6px;
  color: #241600;
  font-size: 13px;
  font-weight: 900;
  padding: 5px 8px;
}

.hero-actions-clean {
  gap: 18px;
  margin-top: 20px;
}

.hero-main-cta {
  background: #b32f4d;
  box-shadow: 0 18px 36px rgba(105, 18, 39, 0.32);
  font-size: 17px;
  min-height: 56px;
  padding-inline: 28px;
}

.hero-main-cta:hover {
  background: #98283f;
}

.hero-secondary-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.hero-secondary-link::after {
  content: " ↓";
  color: var(--amber);
}

.hero-secondary-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.hero-microcopy {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 750;
  margin: 10px 0 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 750;
  padding: 7px 10px;
}

.proof-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  display: flex;
  gap: 12px;
  margin-top: 18px;
  max-width: 570px;
  padding: 12px 14px;
}

.proof-strip strong {
  color: var(--amber);
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  max-width: 610px;
}

.section {
  padding: 78px 22px;
}

.section.tight {
  padding: 52px 22px;
}

.section.white {
  background: var(--white);
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  background: var(--green);
  color: var(--white);
}

.section.offer {
  background: linear-gradient(135deg, #183d33 0%, #1f5544 48%, #812d42 100%);
  color: var(--white);
}

.wrap {
  margin: 0 auto;
  max-width: var(--max);
}

.section-head {
  margin: 0 auto 38px;
  max-width: 780px;
  text-align: center;
}

.section-head.left {
  margin-left: 0;
  text-align: left;
}

.section-head p,
.muted {
  color: var(--muted);
}

.dark .section-head p,
.offer .section-head p,
.dark .muted,
.offer .muted {
  color: rgba(255, 255, 255, 0.78);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.two {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 32px rgba(31, 52, 44, 0.06);
  padding: 24px;
}

.soft .card {
  background: rgba(255, 255, 255, 0.86);
}

.card.dark-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.icon-box {
  align-items: center;
  background: #e7f1ec;
  border-radius: 7px;
  color: var(--green);
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  width: 38px;
}

.problem-grid .card {
  min-height: 176px;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.check-list li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.check-list li::before {
  background: var(--green);
  border-radius: 6px;
  color: var(--white);
  content: "✓";
  flex: 0 0 24px;
  font-size: 14px;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.image-panel {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bundle-shot {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bundle-shot img {
  width: 100%;
}

.module-list {
  display: grid;
  gap: 14px;
}

.module {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  color: var(--ink);
  padding: 18px;
}

.module strong {
  color: var(--ink);
  display: block;
  margin-bottom: 4px;
}

.module span {
  color: #4e625b;
}

.offer-box {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.value-stack {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  display: grid;
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
}

.value-stack div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 13px 15px;
}

.value-stack div:last-child {
  border-bottom: 0;
}

.value-stack span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.value-stack strong {
  color: var(--amber);
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  padding: 26px;
}

.offer-price-block {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 18px 0;
  padding: 18px 0;
  text-align: center;
}

.offer-price-block p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  margin: 0 0 5px;
}

.normal-price {
  color: var(--muted);
  display: block;
  font-size: 23px;
  margin-bottom: 12px;
  text-decoration: line-through;
}

.offer-flame {
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #6a3d00;
  font-size: 14px;
  font-weight: 950;
  margin: 0 auto 14px;
  max-width: 260px;
  padding: 9px 10px;
}

.final-price {
  color: var(--cranberry);
  display: block;
  font-size: 42px;
  line-height: 1;
}

.stock-note {
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #5b3b00;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 16px;
  padding: 10px 12px;
  text-align: center;
}

.timer {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0;
}

.timer span {
  background: var(--soft);
  border-radius: 6px;
  display: block;
  font-size: 28px;
  font-weight: 900;
  padding: 8px;
  text-align: center;
}

.timer small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
}

.guarantee {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 120px minmax(0, 1fr);
}

.seal {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 900;
  height: 120px;
  justify-content: center;
  text-align: center;
  width: 120px;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote p {
  margin-bottom: 0;
}

.quote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 750;
}

.review-score {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 32px rgba(31, 52, 44, 0.06);
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: -16px auto 24px;
  max-width: 780px;
  padding: 14px 18px;
  text-align: center;
}

.review-score strong,
.stars {
  color: var(--amber);
  font-weight: 950;
  letter-spacing: 0;
}

.review-score span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.review-card {
  border-top: 4px solid var(--amber);
}

.stars {
  font-size: 15px;
}

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

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

.faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
}

.faq p {
  color: var(--muted);
  margin: 12px 0 0;
  max-width: 820px;
}

.site-footer {
  background: #152521;
  color: rgba(255, 255, 255, 0.72);
  padding: 34px 22px 88px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  text-decoration: none;
}

.sticky-cta {
  align-items: center;
  background: rgba(251, 250, 246, 0.96);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: none;
  gap: 12px;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 10px 14px;
  pointer-events: none;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 25;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta strong {
  display: block;
  font-size: 14px;
}

.sticky-cta span {
  color: var(--muted);
  display: block;
  font-size: 12px;
}

.checkout-shell {
  margin: 0 auto;
  max-width: 1080px;
  padding: 24px 18px 52px;
}

.checkout-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.checkout-header .brand {
  color: var(--ink);
}

.secure-note {
  align-items: center;
  color: var(--green);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  font-weight: 700;
}

.secure-note-icon {
  align-items: center;
  background: #eaf7ef;
  border: 1px solid #badbc7;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.protected-icon svg,
.trust-item-icon svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.checkout-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 380px;
}

.checkout-urgency {
  align-items: center;
  background: #173f34;
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(24, 75, 59, 0.16);
  color: var(--white);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 16px 18px;
}

.checkout-urgency strong {
  display: block;
}

.mini-timer {
  color: var(--amber);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 4px;
}

.viewer-pill,
.stock-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  display: flex;
  gap: 10px;
  padding: 10px 12px;
}

.viewer-pill strong,
.stock-pill strong {
  color: var(--amber);
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.viewer-pill span,
.stock-pill span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 750;
  max-width: 210px;
}

.checkout-main,
.checkout-aside,
.status-panel,
.legal-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(31, 52, 44, 0.08);
}

.checkout-main {
  min-width: 0;
  padding: 28px;
}

.checkout-aside {
  align-self: start;
  min-width: 0;
  overflow: hidden;
  position: sticky;
  top: 86px;
}

.checkout-title {
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.checkout-title h1 {
  color: var(--ink);
  font-size: 34px;
}

.bump {
  border: 2px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  grid-template-columns: 28px minmax(0, 1fr);
  margin-bottom: 14px;
  padding: 16px;
}

label.bump {
  cursor: pointer;
}

.bump.selected {
  border-color: var(--green);
  background: #f1f8f4;
}

.bump input {
  height: 22px;
  margin-top: 4px;
  width: 22px;
}

.bump-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.bump-badge {
  background: var(--amber);
  border-radius: 5px;
  color: #241600;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 7px;
}

.bump-price {
  display: flex;
  gap: 9px;
  margin-top: 8px;
}

.bump-price del {
  color: var(--muted);
}

.bump-price strong {
  color: var(--cranberry);
}

.checkout-bump-options {
  display: grid;
  gap: 0;
  margin: -2px 0 16px;
}

.checkout-bump-options .bump {
  background: #fffdf5;
  border-color: rgba(240, 196, 107, 0.7);
}

.checkout-bump-options .bump.selected {
  background: #f1f8f4;
  border-color: var(--green);
}

.checkout-bump-options h3 {
  color: var(--ink);
  font-size: 20px;
  margin: 0;
}

.included-bonuses {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.included-bonus-card {
  background: #f7fbf4;
  border: 2px solid rgba(31, 107, 74, 0.28);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) max-content;
  padding: 16px;
}

.included-bonus-card h3 {
  color: var(--ink);
  font-size: 20px;
  margin: 9px 0 6px;
}

.included-bonus-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.included-bonus-card > strong {
  align-self: center;
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 999px;
  color: #5b3b00;
  font-size: 13px;
  font-weight: 950;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}

.checkout-value-stack {
  background: linear-gradient(145deg, #0e2a20 0%, #173321 52%, #244f39 100%);
  border: 1px solid rgba(240, 196, 107, 0.5);
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(24, 75, 59, 0.18);
  color: var(--white);
  isolation: isolate;
  margin: 16px 0 22px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.checkout-value-stack::before {
  background: linear-gradient(90deg, transparent, rgba(240, 196, 107, 0.42), transparent);
  content: "";
  height: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.checkout-value-stack::after {
  background: radial-gradient(circle at 50% 0%, rgba(240, 196, 107, 0.18), transparent 58%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.checkout-value-kicker {
  color: #f0c46b;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.checkout-value-stack h3 {
  color: var(--white);
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 14px;
}

.checkout-value-list {
  display: grid;
  gap: 0;
}

.checkout-value-list div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) max-content;
  padding: 10px 0;
}

.checkout-value-list span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.checkout-value-list strong {
  color: #f0c46b;
  font-size: 14px;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.checkout-value-list .checkout-value-total {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(240, 196, 107, 0.32);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
}

.checkout-value-list .checkout-value-total span {
  color: var(--white);
  font-size: 16px;
  font-weight: 950;
}

.checkout-value-list .checkout-value-total strong {
  color: #f0c46b;
  font-size: 26px;
  line-height: 1;
}

.checkout-price-proof {
  background: rgba(10, 34, 26, 0.72);
  border: 1px solid rgba(240, 196, 107, 0.62);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  text-align: center;
}

.checkout-price-proof span {
  background: #f0c46b;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #2b1800;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-self: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 7px 12px;
  text-transform: uppercase;
}

.checkout-price-proof del {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 850;
  justify-self: center;
  padding: 7px 12px;
  text-decoration-color: #ff835d;
  text-decoration-thickness: 2px;
}

.checkout-price-proof strong {
  color: var(--white);
  font-size: clamp(36px, 6vw, 54px);
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.form-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.field label {
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 6px;
}

.field input {
  border: 1px solid #cbd8d1;
  border-radius: 7px;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.field input:focus {
  border-color: var(--green);
  outline: 3px solid rgba(38, 103, 80, 0.13);
}

.error-box {
  background: #fff2f2;
  border: 1px solid #efc1c1;
  border-radius: 7px;
  color: var(--danger);
  display: none;
  font-weight: 750;
  margin-top: 14px;
  padding: 12px;
}

.error-box.show {
  display: block;
}

.protected-purchase {
  align-items: center;
  background: linear-gradient(135deg, #143f32, #23664b);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(31, 74, 55, 0.18);
  color: var(--white);
  display: grid;
  gap: 14px;
  grid-template-columns: 58px minmax(0, 1fr);
  margin-top: 20px;
  padding: 15px;
}

.protected-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #f7c857;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.protected-icon svg {
  height: 35px;
  width: 35px;
}

.protected-purchase strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
}

.protected-purchase > div > span {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 4px;
}

.payment-confidence {
  background: #f4faf6;
  border: 1px solid #cfe3d6;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
}

.payment-confidence div {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 32px minmax(0, 1fr);
}

.payment-confidence div div {
  display: grid;
  gap: 3px;
  grid-template-columns: minmax(0, 1fr);
}

.trust-item-icon {
  align-items: center;
  background: #e6f4ec;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.trust-item-icon svg {
  height: 18px;
  width: 18px;
}

.secure-note-icon::before,
.trust-check::before {
  border: 0;
  content: "✓";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  transform: none;
}

.secure-note-icon::before {
  font-size: 18px;
  margin-top: 0;
}

.trust-check::before {
  font-size: 19px;
  margin-top: 0;
}

.payment-confidence strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.payment-confidence span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.order-head {
  background: var(--green);
  color: var(--white);
  padding: 20px;
}

.order-body {
  padding: 20px;
}

.order-row {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
}

.order-row:last-child {
  border-bottom: 0;
}

.order-row strong {
  text-align: right;
  white-space: nowrap;
}

.order-total {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.order-total strong {
  color: var(--cranberry);
  font-size: 28px;
}

.stock-alert {
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #5b3b00;
  font-size: 14px;
  font-weight: 900;
  margin-top: 16px;
  padding: 10px 12px;
  text-align: center;
}

.order-security {
  background: #f7fbf8;
  border: 1px solid #d7e8dd;
  border-radius: 8px;
  margin-top: 14px;
  padding: 13px 14px;
}

.order-security h3 {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 15px;
  gap: 8px;
  margin: 0 0 8px;
}

.order-security h3::before {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: var(--white);
  content: "✓";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.order-security ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-security li {
  color: #3c4e46;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.32;
  padding-left: 18px;
  position: relative;
}

.order-security li::before {
  background: var(--green);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 7px;
}

.checkout-main .btn {
  margin-top: 18px;
  width: 100%;
}

.microcopy {
  color: var(--muted);
  font-size: 13px;
  margin: 12px 0 0;
  text-align: center;
}

.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.checkout-trust span {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  padding: 6px 8px;
}

.purchase-toast {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  bottom: 18px;
  box-shadow: 0 18px 44px rgba(31, 52, 44, 0.18);
  display: flex;
  gap: 12px;
  left: 18px;
  max-width: 330px;
  opacity: 0;
  padding: 13px 14px;
  pointer-events: none;
  position: fixed;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 50;
}

.purchase-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.purchase-toast-icon {
  align-items: center;
  background: var(--green);
  border-radius: 7px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 36px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

body.recovery-open {
  overflow: hidden;
}

.kegel-recovery-modal {
  align-items: center;
  background: rgba(8, 21, 28, 0.82);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 120;
}

.kegel-recovery-modal.is-visible {
  display: flex;
}

.kegel-recovery-panel {
  background: #ffffff;
  border: 1px solid rgba(242, 138, 46, 0.42);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  color: #17212b;
  max-width: 520px;
  padding: 26px;
  position: relative;
  text-align: center;
  width: min(100%, 520px);
}

.kegel-recovery-x {
  align-items: center;
  background: #eef3f4;
  border: 1px solid #d8e2e5;
  border-radius: 999px;
  color: #465663;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}

.kegel-recovery-kicker {
  color: #0e6655;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 8px 0 12px;
  text-transform: uppercase;
}

.kegel-recovery-panel h2 {
  color: #17212b;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.06;
  margin: 0;
}

.kegel-recovery-panel p {
  color: #4c5d68;
  font-size: 18px;
  line-height: 1.45;
  margin: 16px 0 0;
}

.kegel-recovery-price {
  background: linear-gradient(145deg, #0f3f36 0%, #166c58 100%);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 18px;
}

.kegel-recovery-price span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 850;
}

.kegel-recovery-price del {
  text-decoration-color: #ffb25f;
  text-decoration-thickness: 2px;
}

.kegel-recovery-price strong {
  color: #ffffff;
  font-size: clamp(40px, 9vw, 58px);
  font-weight: 1000;
  line-height: 1;
}

.kegel-recovery-price small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.kegel-recovery-accept,
.kegel-recovery-secondary {
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  min-height: 56px;
  padding: 14px 18px;
  width: 100%;
}

.kegel-recovery-accept {
  background: linear-gradient(180deg, #f28a2e 0%, #cf5d1e 100%);
  border: 0;
  box-shadow: 0 14px 32px rgba(207, 93, 30, 0.28);
  color: #ffffff;
  font-size: 18px;
}

.kegel-recovery-secondary {
  background: transparent;
  border: 0;
  color: #60707b;
  margin-top: 8px;
}

.purchase-toast strong {
  display: block;
  font-size: 14px;
}

.purchase-toast span {
  color: var(--muted);
  display: block;
  font-size: 12px;
}

.status-shell,
.legal-shell {
  margin: 0 auto;
  max-width: 860px;
  padding: 34px 18px 52px;
}

.status-panel,
.legal-panel {
  padding: 34px;
}

.status-panel h1,
.legal-panel h1 {
  color: var(--ink);
  font-size: 38px;
}

.delivery-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.delivery-item {
  align-items: center;
  background: var(--soft);
  border-radius: var(--radius);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
}

.delivery-item span {
  color: var(--muted);
  font-size: 14px;
}

.legal-panel h2 {
  font-size: 26px;
  margin-top: 28px;
}

.legal-panel p,
.legal-panel li {
  color: var(--muted);
}

@media (max-width: 920px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 32px;
  }

  .nav-links {
    display: none;
  }

  .grid.two,
  .offer-box,
  .checkout-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .checkout-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .topbar {
    font-size: 13px;
    line-height: 1.25;
    padding: 8px 14px;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(17, 31, 28, 0.94) 0%, rgba(17, 31, 28, 0.82) 100%),
      url("../images/hero-kitchen.jpg") center center / cover no-repeat;
  }

  .hero-inner {
    min-height: 82vh;
    padding: 42px 18px 72px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  h2 {
    font-size: 28px;
  }

  .hero-lede {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-kicker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
  }

  .hero-kicker span,
  .hero-kicker strong {
    font-size: 11px;
    padding: 7px 8px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-kicker strong {
    line-height: 1.2;
  }

  .hero-copy h1 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-warning-line {
    display: block;
    margin-top: 18px;
    padding: 12px 13px;
  }

  .hero-warning-line strong {
    display: block;
    margin-bottom: 2px;
    white-space: normal;
  }

  .hero-offer-bar {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .hero-offer-bar > div {
    min-height: 64px;
    padding: 11px 12px;
  }

  .hero-offer-bar > div:first-child {
    border-radius: var(--radius) 0 0 0;
  }

  .hero-offer-bar > div:nth-child(2) {
    border-radius: 0 var(--radius) 0 0;
    border-right: 0;
  }

  .hero-offer-bar > div:last-child {
    border-radius: 0 0 var(--radius) var(--radius);
    grid-column: 1 / -1;
    min-height: 44px;
  }

  .hero-offer-bar strong {
    font-size: 29px;
  }

  .hero-actions-clean {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
  }

  .hero-main-cta {
    min-height: 56px;
    width: 100%;
  }

  .hero-secondary-link {
    align-self: center;
  }

  .hero-microcopy {
    text-align: center;
  }

  .section {
    padding: 58px 18px;
  }

  .grid.three,
  .grid.four {
    grid-template-columns: 1fr;
  }

  .guarantee {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    display: flex;
  }

  .checkout-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .secure-note {
    align-items: flex-start;
    max-width: 100%;
  }

  .secure-note span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .checkout-urgency {
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
  }

  .viewer-pill,
  .stock-pill {
    min-width: 0;
  }

  .viewer-pill span,
  .stock-pill span {
    max-width: none;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .checkout-main,
  .status-panel,
  .legal-panel {
    padding: 22px;
  }

  .checkout-value-stack {
    padding: 15px;
  }

  .checkout-value-stack * {
    min-width: 0;
  }

  .checkout-value-kicker {
    overflow-wrap: anywhere;
  }

  .checkout-value-stack h3 {
    font-size: 22px;
    overflow-wrap: break-word;
  }

  .checkout-value-list div {
    align-items: flex-start;
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .checkout-value-list strong {
    text-align: left;
    white-space: normal;
  }

  .checkout-value-list .checkout-value-total {
    gap: 8px;
  }

  .checkout-value-list .checkout-value-total strong {
    font-size: 25px;
  }

  .checkout-price-proof {
    padding: 14px;
  }

  .checkout-price-proof span {
    font-size: 12px;
  }

  .checkout-price-proof del {
    font-size: 18px;
  }

  .checkout-price-proof strong {
    font-size: 38px;
  }

  .bump {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .included-bonus-card {
    grid-template-columns: 1fr;
  }

  .included-bonus-card > strong {
    justify-self: start;
    white-space: normal;
  }

  .bump-badge {
    max-width: 100%;
  }

  .purchase-toast {
    bottom: 12px;
    left: 12px;
    max-width: calc(100vw - 24px);
    right: 12px;
  }
}

.landing-b {
  background: #fbf4e9;
}

.landing-b .site-footer {
  padding-bottom: 110px;
}

.lb-wrap {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 22px;
}

.lb-hero {
  background:
    radial-gradient(circle at 85% 8%, rgba(231, 166, 58, 0.18), transparent 30%),
    linear-gradient(180deg, #fff8ec 0%, #f8ecdc 100%);
  padding: 26px 0 46px;
}

.lb-hero-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 390px;
}

.lb-brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: 10px;
  font-weight: 850;
  margin-bottom: 44px;
  text-decoration: none;
}

.lb-kicker {
  color: var(--cranberry);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.lb-copy h1 {
  color: #25332f;
  font-size: 58px;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 640px;
}

.lb-lede {
  color: #4f615b;
  font-size: 21px;
  font-weight: 650;
  max-width: 610px;
}

.lb-price-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

.lb-price-row span {
  color: #7a8882;
  font-size: 20px;
  font-weight: 800;
  text-decoration: line-through;
}

.lb-price-row strong {
  color: var(--cranberry);
  font-size: 42px;
  line-height: 1;
}

.lb-price-row em {
  background: #ffe6a6;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #673900;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  padding: 7px 9px;
}

.lb-main-btn {
  min-width: 260px;
}

.lb-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lb-trust span {
  background: #ffffff;
  border: 1px solid #ead9c2;
  border-radius: 999px;
  color: #40534c;
  font-size: 13px;
  font-weight: 850;
  padding: 7px 11px;
}

.lb-product-card {
  background: var(--white);
  border: 1px solid #ead9c2;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(79, 53, 22, 0.13);
  overflow: hidden;
}

.lb-product-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.lb-product-info {
  padding: 20px;
}

.lb-product-info p:first-child {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.lb-product-info h2 {
  font-size: 31px;
  margin-bottom: 7px;
}

.lb-small {
  color: var(--muted);
  font-weight: 700;
  margin: 10px 0 0;
}

.lb-fit,
.lb-outcome,
.lb-pack,
.lb-offer,
.lb-guarantee,
.lb-faq {
  padding: 54px 0;
}

.lb-fit {
  background: var(--white);
}

.lb-fit h2,
.lb-pack h2,
.lb-faq h2 {
  font-size: 42px;
  margin: 0 auto 26px;
  max-width: 780px;
  text-align: center;
}

.lb-reasons {
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: 820px;
}

.lb-reasons article {
  align-items: center;
  border-bottom: 1px solid #ead9c2;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 18px 0;
}

.lb-reasons article:first-child {
  border-top: 1px solid #ead9c2;
}

.lb-reasons span {
  align-items: center;
  background: #f3ead9;
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.lb-reasons p {
  color: #34443f;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
  margin: 0;
}

.lb-outcome,
.lb-guarantee {
  background: #fbf4e9;
}

.lb-two {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.lb-outcome h2,
.lb-offer h2,
.lb-guarantee h2 {
  font-size: 43px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.lb-benefits {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.lb-benefits div {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #ead9c2;
  border-radius: 8px;
  padding: 16px 18px;
}

.lb-benefits strong {
  color: #23342f;
  display: block;
  font-size: 19px;
  margin-bottom: 4px;
}

.lb-benefits span,
.lb-outcome p,
.lb-offer p,
.lb-guarantee p {
  color: #5b6b65;
  font-weight: 650;
}

.lb-image-stack {
  display: grid;
  gap: 13px;
}

.lb-image-stack img {
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(80, 53, 23, 0.14);
}

.lb-mini-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.lb-mini-grid span {
  background: var(--white);
  border: 1px solid #ead9c2;
  border-radius: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
  padding: 12px 8px;
  text-align: center;
  text-transform: uppercase;
}

.lb-pack {
  background: var(--white);
}

.lb-pack .lb-kicker {
  text-align: center;
}

.lb-pack-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lb-pack-grid article {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.lb-pack-grid strong {
  display: block;
  font-size: 19px;
  margin-bottom: 8px;
}

.lb-pack-grid p {
  color: var(--muted);
  font-weight: 650;
  margin: 0;
}

.lb-offer {
  background: linear-gradient(135deg, #183d33 0%, #1f5544 48%, #812d42 100%);
  color: var(--white);
}

.lb-offer-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 350px;
}

.lb-value-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.lb-value-list div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 13px 15px;
}

.lb-value-list div:last-child {
  border-bottom: 0;
}

.lb-value-list span {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.lb-value-list strong {
  color: var(--amber);
  font-size: 12px;
  text-transform: uppercase;
}

.lb-checkout-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  padding: 24px;
  text-align: center;
}

.lb-checkout-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  margin: 12px 0 4px;
}

.lb-checkout-card del {
  color: var(--muted);
  display: block;
  font-size: 24px;
  font-weight: 850;
  margin-bottom: 12px;
}

.lb-checkout-card b {
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #6a3d00;
  display: block;
  font-size: 14px;
  margin: 0 auto 14px;
  padding: 9px 10px;
}

.lb-checkout-card strong {
  color: var(--cranberry);
  display: block;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 14px;
}

.lb-checkout-card small {
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #5b3b00;
  display: block;
  font-weight: 900;
  margin-bottom: 15px;
  padding: 10px;
}

.lb-checkout-card .btn {
  width: 100%;
}

.lb-checkout-card em {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-top: 12px;
}

.lb-seal {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 19px;
  font-weight: 950;
  height: 150px;
  justify-content: center;
  justify-self: center;
  line-height: 1.1;
  text-align: center;
  width: 150px;
}

.lb-faq {
  background: var(--white);
  padding-bottom: 90px;
}

.lb-faq .faq {
  margin: 0 auto;
  max-width: 820px;
}

.lb-final-btn {
  display: flex;
  margin: 26px auto 0;
  max-width: 300px;
}

@media (max-width: 920px) {
  .lb-hero-grid,
  .lb-two,
  .lb-offer-grid {
    grid-template-columns: 1fr;
  }

  .lb-product-card {
    margin: 0 auto;
    max-width: 430px;
  }

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

@media (max-width: 640px) {
  .lb-wrap {
    padding: 0 18px;
  }

  .lb-hero {
    padding: 18px 0 34px;
  }

  .lb-brand {
    margin-bottom: 28px;
  }

  .lb-copy h1 {
    font-size: 39px;
  }

  .lb-lede {
    font-size: 18px;
  }

  .lb-price-row strong {
    font-size: 36px;
  }

  .lb-main-btn {
    width: 100%;
  }

  .lb-fit,
  .lb-outcome,
  .lb-pack,
  .lb-offer,
  .lb-guarantee,
  .lb-faq {
    padding: 42px 0;
  }

  .lb-fit h2,
  .lb-pack h2,
  .lb-faq h2,
  .lb-outcome h2,
  .lb-offer h2,
  .lb-guarantee h2 {
    font-size: 30px;
  }

  .lb-reasons article {
    gap: 13px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 15px 0;
  }

  .lb-reasons span {
    height: 42px;
    width: 42px;
  }

  .lb-reasons p {
    font-size: 17px;
  }

  .lb-pack-grid,
  .lb-mini-grid {
    grid-template-columns: 1fr;
  }

  .lb-value-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .lb-checkout-card {
    padding: 20px;
  }

  .lb-seal {
    height: 120px;
    width: 120px;
  }
}

.landing-b-short {
  background: #fff8ec;
}

.lbs-page {
  background: #fff8ec;
}

.lbs-wrap {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 20px;
}

.lbs-intro {
  padding: 22px 0 18px;
}

.lbs-intro .lb-brand {
  margin-bottom: 24px;
}

.lbs-intro h1 {
  color: #24312d;
  font-size: 50px;
  line-height: 1.03;
  margin: 0 0 12px;
  max-width: 780px;
}

.lbs-intro h1 span {
  color: #b85c2b;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.lbs-subhead {
  color: #4f615b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  max-width: 760px;
}

.lbs-intro h2,
.lbs-faq h2 {
  color: #24312d;
  font-size: 36px;
  margin-bottom: 16px;
  text-align: left;
}

.lbs-reasons {
  display: grid;
}

.lbs-reasons article {
  align-items: center;
  border-top: 1px solid #ead9c2;
  display: grid;
  gap: 16px;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: 15px 0;
}

.lbs-reasons article:last-child {
  border-bottom: 1px solid #ead9c2;
}

.lbs-reasons b {
  align-items: center;
  background: #f3ead9;
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  font-size: 14px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.lbs-reasons p {
  color: #34443f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.lbs-product {
  padding: 16px 0 28px;
}

.lbs-product-grid {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 350px;
}

.lbs-gallery {
  display: grid;
  gap: 12px;
}

.lbs-gallery img {
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(79, 53, 22, 0.12);
}

.lbs-tags {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.lbs-tags span {
  background: var(--white);
  border: 1px solid #ead9c2;
  border-radius: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  padding: 10px 8px;
  text-align: center;
  text-transform: uppercase;
}

.lbs-buybox {
  background: var(--white);
  border: 1px solid #ead9c2;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(79, 53, 22, 0.13);
  padding: 22px;
}

.lbs-downloads {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.lbs-buybox h2 {
  font-size: 31px;
  margin-bottom: 6px;
}

.lbs-desc {
  color: var(--muted);
  font-weight: 700;
  margin: 10px 0 14px;
}

.lbs-value-stack {
  background: #fbf5e8;
  border: 1px solid #ead9c2;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 14px 0;
  padding: 12px;
}

.lbs-stack-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.lbs-value-stack ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lbs-value-stack li,
.lbs-value-total {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) max-content;
}

.lbs-value-stack li {
  border-bottom: 1px solid rgba(214, 189, 151, 0.58);
  padding-bottom: 7px;
}

.lbs-value-stack li span {
  color: #354640;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.lbs-value-stack li strong {
  color: #775026;
  font-size: 13px;
  font-weight: 950;
}

.lbs-value-total {
  background: var(--white);
  border: 1px solid #e3c99d;
  border-radius: 7px;
  padding: 9px 10px;
}

.lbs-value-total span {
  color: #24312d;
  font-size: 13px;
  font-weight: 950;
}

.lbs-value-total strong {
  color: var(--cranberry);
  font-size: 21px;
  font-weight: 1000;
  line-height: 1;
}

.lbs-price {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 14px 0;
}

.lbs-price-label {
  color: #24312d;
  font-size: 13px;
  font-weight: 950;
}

.lbs-price del {
  color: var(--muted);
  font-size: 20px;
  font-weight: 850;
}

.lbs-price strong {
  color: var(--cranberry);
  font-size: 42px;
  line-height: 1;
}

.lbs-price em,
.lbs-stock {
  background: #fff3cf;
  border: 1px solid #f1cf72;
  border-radius: 7px;
  color: #6a3d00;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  padding: 9px 10px;
  text-align: center;
}

.lbs-stock {
  margin: 12px 0;
}

.lbs-buybox .btn {
  width: 100%;
}

.lbs-safe {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  margin: 11px 0 0;
  text-align: center;
}

.lbs-guarantee,
.lbs-faq {
  background: var(--white);
  padding: 28px 0;
}

.lbs-guarantee details,
.lbs-faq details {
  border-color: #ead9c2;
}

.lbs-guarantee summary {
  color: #24312d;
  font-size: 19px;
}

.lbs-guarantee p {
  color: var(--muted);
  font-weight: 700;
}

.lbs-faq {
  padding-bottom: 56px;
}

.lbs-faq .faq {
  max-width: none;
}

.lbs-footer {
  padding-bottom: 94px;
}

.sales-chat {
  bottom: 92px;
  position: fixed;
  right: 18px;
  width: min(360px, calc(100vw - 28px));
  z-index: 60;
}

.sales-chat-launcher {
  align-items: center;
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(24, 75, 59, 0.28);
  color: var(--white);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 46px minmax(0, 1fr);
  margin-left: auto;
  max-width: 268px;
  min-height: 58px;
  padding: 9px 13px 9px 10px;
  text-align: left;
  width: 268px;
}

.sales-chat-avatar {
  border-radius: 999px;
  display: inline-flex;
  height: 46px;
  position: relative;
  width: 46px;
}

.sales-chat-avatar img {
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: inherit;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  width: 100%;
}

.sales-chat-avatar i {
  background: #20c768;
  border: 2px solid var(--white);
  border-radius: 999px;
  bottom: 1px;
  box-shadow: 0 0 0 2px rgba(32, 199, 104, 0.18);
  height: 12px;
  position: absolute;
  right: 1px;
  width: 12px;
}

.sales-chat-launcher-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.sales-chat-launcher-copy span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.sales-chat-launcher-copy strong {
  font-size: 15px;
  line-height: 1.1;
}

.sales-chat-panel {
  background: var(--white);
  border: 1px solid #d8cbbf;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(29, 37, 34, 0.28);
  margin-bottom: 10px;
  overflow: hidden;
}

.sales-chat-head {
  align-items: center;
  background: var(--green);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 13px 14px;
}

.sales-chat-identity {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.sales-chat-head .sales-chat-avatar {
  flex: 0 0 auto;
  height: 42px;
  width: 42px;
}

.sales-chat-head strong,
.sales-chat-head span {
  display: block;
}

.sales-chat-head strong {
  font-size: 15px;
  line-height: 1.1;
}

.sales-chat-head span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 750;
  margin-top: 2px;
}

.sales-chat-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.sales-chat-messages {
  display: grid;
  gap: 8px;
  max-height: 310px;
  overflow-y: auto;
  padding: 13px;
}

.sales-chat-message {
  display: flex;
}

.sales-chat-message div {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
  max-width: 92%;
  padding: 10px 11px;
}

.sales-chat-message.bot {
  justify-content: flex-start;
}

.sales-chat-message.bot div {
  background: #f4eee6;
  color: #2e3a35;
}

.sales-chat-message.typing div {
  color: var(--muted);
  font-style: italic;
}

.sales-chat-message.user {
  justify-content: flex-end;
}

.sales-chat-message.user div {
  background: var(--green);
  color: var(--white);
}

.sales-chat-cta {
  background: var(--cranberry);
  border-radius: 7px;
  color: var(--white);
  display: block;
  font-size: 14px;
  font-weight: 900;
  padding: 11px 12px;
  text-align: center;
  text-decoration: none;
}

.sales-chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 13px 12px;
}

.sales-chat-options button {
  background: #fbf5e8;
  border: 1px solid #ead9c2;
  border-radius: 999px;
  color: #354640;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  padding: 8px 10px;
}

.sales-chat-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 13px;
}

.sales-chat-form input {
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-width: 0;
  padding: 10px;
}

.sales-chat-form button {
  background: var(--green);
  border: 0;
  border-radius: 7px;
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
}

.sales-chat-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  padding: 0 13px 12px;
}

@media (max-width: 920px) {
  .lbs-product-grid {
    grid-template-columns: 1fr;
  }

  .lbs-buybox {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .lbs-wrap {
    padding: 0 16px;
  }

  .lbs-intro {
    padding-top: 14px;
  }

  .lbs-intro .lb-brand {
    margin-bottom: 18px;
  }

  .lbs-intro h1 {
    font-size: 35px;
  }

  .lbs-subhead {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .lbs-intro h2,
  .lbs-faq h2 {
    font-size: 28px;
  }

  .lbs-reasons article {
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 13px 0;
  }

  .lbs-reasons b {
    font-size: 12px;
    height: 38px;
    width: 38px;
  }

  .lbs-reasons p {
    font-size: 15px;
  }

  .lbs-product {
    padding-top: 10px;
  }

  .lbs-tags {
    grid-template-columns: 1fr;
  }

  .lbs-buybox {
    padding: 18px;
  }

  .lbs-buybox h2 {
    font-size: 27px;
  }

  .lbs-value-stack {
    padding: 11px;
  }

  .lbs-value-stack li,
  .lbs-value-total {
    gap: 8px;
  }

  .lbs-value-stack li span,
  .lbs-value-stack li strong,
  .lbs-value-total span {
    font-size: 12px;
  }

  .lbs-value-total strong {
    font-size: 19px;
  }

  .lbs-price strong {
    font-size: 38px;
  }

  .sales-chat {
    bottom: 86px;
    display: none;
    right: 14px;
  }

  .sticky-cta-visible .sales-chat {
    display: block;
    bottom: 86px;
  }

  .sales-chat-launcher {
    width: min(268px, calc(100vw - 28px));
  }

  .sales-chat-panel {
    max-height: calc(100vh - 136px);
  }

  .sales-chat-messages {
    max-height: 250px;
  }
}

/* Legibilidad para publico adulto: priorizar lectura clara sobre densidad visual. */
body:not(.checkout-body):not(.status-body) {
  font-size: 18px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body:not(.checkout-body):not(.status-body) p,
body:not(.checkout-body):not(.status-body) li {
  line-height: 1.68;
}

body:not(.checkout-body):not(.status-body) .btn {
  font-size: 18px;
  min-height: 58px;
  padding: 15px 24px;
}

body:not(.checkout-body):not(.status-body) .topbar,
body:not(.checkout-body):not(.status-body) .nav-links,
body:not(.checkout-body):not(.status-body) .hero-kicker span,
body:not(.checkout-body):not(.status-body) .hero-kicker strong,
body:not(.checkout-body):not(.status-body) .trust-row span,
body:not(.checkout-body):not(.status-body) .proof-strip span,
body:not(.checkout-body):not(.status-body) .review-score span,
body:not(.checkout-body):not(.status-body) .footer-grid,
body:not(.checkout-body):not(.status-body) .footer-links a {
  font-size: 15px;
}

body:not(.checkout-body):not(.status-body) .hero-lede {
  font-size: 23px;
  line-height: 1.55;
}

body:not(.checkout-body):not(.status-body) .hero-warning-line span,
body:not(.checkout-body):not(.status-body) .section-head p,
body:not(.checkout-body):not(.status-body) .muted,
body:not(.checkout-body):not(.status-body) .card p,
body:not(.checkout-body):not(.status-body) .module span,
body:not(.checkout-body):not(.status-body) .check-list li,
body:not(.checkout-body):not(.status-body) .quote p,
body:not(.checkout-body):not(.status-body) .faq p {
  font-size: 18px;
}

body:not(.checkout-body):not(.status-body) .faq summary {
  font-size: 20px;
  line-height: 1.35;
}

body:not(.checkout-body):not(.status-body) .hero-microcopy,
body:not(.checkout-body):not(.status-body) .discount-pill,
body:not(.checkout-body):not(.status-body) .stock-note,
body:not(.checkout-body):not(.status-body) .offer-price-block p,
body:not(.checkout-body):not(.status-body) .offer-flame,
body:not(.checkout-body):not(.status-body) .value-stack strong,
body:not(.checkout-body):not(.status-body) .timer small {
  font-size: 15px;
}

.landing-editorial .editorial-topbar,
.landing-story .story-urgency,
.landing-story .story-countdown p,
.landing-editorial .article-tag,
.landing-editorial .offer-label,
.landing-story .story-eyebrow,
.landing-story .story-section-label,
.landing-editorial .case-card strong,
.landing-editorial .offer-microcopy,
.landing-editorial .editorial-final span,
.landing-editorial .article-photo figcaption,
.landing-story .story-section figcaption,
.landing-story .story-safe-note,
.landing-story .method-price-card p {
  font-size: 15px !important;
  line-height: 1.45;
}

.landing-editorial .editorial-logo {
  font-size: 23px;
}

.landing-editorial .author-line {
  font-size: 16px;
}

.landing-editorial .editorial-hero h1 {
  font-size: 56px;
  line-height: 1.09;
}

.landing-editorial .editorial-sub,
.landing-story .story-hero-sub {
  font-size: 21px;
  line-height: 1.62;
}

.landing-editorial .editorial-article {
  max-width: 820px;
}

.landing-editorial .editorial-article p {
  font-size: 20px;
  line-height: 1.78;
}

.landing-editorial .editorial-article h2,
.landing-editorial .inline-offer h3,
.landing-editorial .editorial-danger h3 {
  font-size: 38px;
  line-height: 1.16;
}

.landing-editorial .symptom-signal p,
.landing-editorial .symptom-grid span,
.landing-editorial .editorial-box li,
.landing-editorial .editorial-danger li span,
.landing-editorial .inline-offer p,
.landing-editorial .mini-value-stack span,
.landing-editorial .editorial-final p,
.landing-story .story-fit-grid p,
.landing-story .story-text p,
.landing-story .story-checks li,
.landing-story .story-problem p,
.landing-story .method-intro,
.landing-story .method-list strong,
.landing-story .story-guarantee p,
.landing-story .story-faq p {
  font-size: 19px;
  line-height: 1.68;
}

.landing-editorial .symptom-grid strong,
.landing-story .story-faq summary {
  font-size: 20px;
}

.landing-editorial .case-card p {
  font-size: 22px;
  line-height: 1.48;
}

.landing-editorial .case-card span,
.landing-story .method-list span {
  font-size: 16px;
  line-height: 1.45;
}

.landing-story .story-hero h1 {
  font-size: 56px;
  line-height: 1.09;
}

.landing-story .story-section h2,
.landing-story .story-problem h2,
.landing-story .method-stack h2,
.landing-story .story-guarantee h2,
.landing-story .story-faq h2,
.landing-story .story-final-cta h2 {
  font-size: 44px;
  line-height: 1.14;
}

.landing-story .story-objections span,
.landing-story .bonus-alert p {
  font-size: 18px;
  line-height: 1.5;
}

.landing-story .story-breakpoint p {
  font-size: 34px;
  line-height: 1.24;
}

.sticky-cta strong {
  font-size: 16px;
}

.sticky-cta span {
  font-size: 15px;
}

@media (max-width: 760px) {
  body:not(.checkout-body):not(.status-body) {
    font-size: 18px;
    line-height: 1.66;
  }

  body:not(.checkout-body):not(.status-body) .btn {
    font-size: 18px;
    min-height: 60px;
    padding: 15px 18px;
    width: 100%;
  }

  body:not(.checkout-body):not(.status-body) h1 {
    font-size: 39px;
    line-height: 1.09;
  }

  body:not(.checkout-body):not(.status-body) h2 {
    font-size: 33px;
    line-height: 1.14;
  }

  body:not(.checkout-body):not(.status-body) h3 {
    font-size: 25px;
    line-height: 1.18;
  }

  body:not(.checkout-body):not(.status-body) .hero-lede,
  .landing-editorial .editorial-sub,
  .landing-story .story-hero-sub {
    font-size: 20px;
    line-height: 1.55;
  }

  .landing-editorial .editorial-hero h1,
  .landing-story .story-hero h1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .landing-editorial .editorial-article p,
  .landing-editorial .symptom-signal p,
  .landing-editorial .symptom-grid span,
  .landing-editorial .editorial-box li,
  .landing-editorial .editorial-danger li span,
  .landing-editorial .inline-offer p,
  .landing-story .story-fit-grid p,
  .landing-story .story-text p,
  .landing-story .story-checks li,
  .landing-story .story-problem p,
  .landing-story .method-intro,
  .landing-story .method-list strong,
  .landing-story .story-guarantee p,
  .landing-story .story-faq p {
    font-size: 18px;
    line-height: 1.62;
  }

  .landing-editorial .editorial-article h2,
  .landing-editorial .inline-offer h3,
  .landing-editorial .editorial-danger h3,
  .landing-story .story-section h2,
  .landing-story .story-problem h2,
  .landing-story .method-stack h2,
  .landing-story .story-guarantee h2,
  .landing-story .story-faq h2,
  .landing-story .story-final-cta h2 {
    font-size: 33px;
    line-height: 1.16;
  }

  .landing-story .story-breakpoint p {
    font-size: 29px;
  }

  .sticky-cta {
    gap: 10px;
    padding: 12px 14px;
  }

  .sticky-cta > div {
    min-width: 0;
  }

  .sticky-cta .btn {
    flex: 0 0 auto;
    font-size: 16px !important;
    min-height: 50px !important;
    padding: 12px 14px !important;
    width: auto !important;
  }
}
