:root {
  --wm-green-950: #042d21;
  --wm-green-900: #073728;
  --wm-green-850: #0b5a44;
  --wm-green-700: #00a86b;
  --wm-green-500: #35c98b;
  --wm-green-200: #d9f7e8;
  --wm-lime: #d8f45b;
  --wm-yellow: #f5d85b;
  --wm-coral: #ff6b5f;
  --wm-coral-700: #cf433b;
  --wm-peach: #fff0e9;
  --wm-mint: #effcf6;
  --wm-cream: #fbfff9;
  --wm-aqua: #d9fbf5;
  --wm-ink: #102b22;
  --wm-muted: #415b52;
  --wm-soft: #eef8f2;
  --wm-line: #d8eee4;
  --wm-white: #ffffff;
  --wm-shadow: 0 22px 70px rgba(7, 55, 40, 0.13);
  --wm-shadow-strong: 0 28px 90px rgba(0, 168, 107, 0.2);
  --wm-radius: 18px;
  --wm-radius-sm: 12px;
  --wm-container: min(1140px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--wm-ink);
  background:
    radial-gradient(circle at 18% 2%, rgba(216, 244, 91, 0.22), transparent 26rem),
    linear-gradient(180deg, var(--wm-cream), #f3fbf6 42rem, var(--wm-cream));
  font-family: Heebo, Assistant, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  text-align: right;
}

body.home {
  background:
    radial-gradient(circle at 18% 2%, rgba(216, 244, 91, 0.22), transparent 26rem),
    radial-gradient(circle at 86% 18%, rgba(255, 107, 95, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--wm-cream), #f3fbf6 42rem, var(--wm-cream));
}

body.wm-menu-open {
  overflow: hidden;
}

img,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
  color: var(--wm-muted);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--wm-green-950);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.6rem, 8vw, 6.7rem);
  font-weight: 900;
  max-width: 780px;
}

h2 {
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 900;
}

h3 {
  font-size: 1.28rem;
  font-weight: 900;
}

blockquote {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid rgba(216, 244, 91, 0.36);
  border-radius: var(--wm-radius);
  background: var(--wm-green-950);
  color: var(--wm-white);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: var(--wm-shadow);
}

.wm-container {
  width: var(--wm-container);
  margin-inline: auto;
}

.wm-skip-link {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--wm-green-950);
  color: var(--wm-white);
  transform: translateY(-140%);
}

.wm-skip-link:focus {
  transform: translateY(0);
}

.wm-site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(251, 255, 249, 0.78);
  border-bottom: 1px solid rgba(216, 238, 228, 0.8);
  backdrop-filter: blur(18px);
}

.wm-site-header.is-scrolled {
  box-shadow: 0 14px 42px rgba(8, 43, 31, 0.1);
}

.wm-calculator-promo {
  position: relative;
  z-index: 80;
  background:
    linear-gradient(135deg, rgba(4, 45, 33, 0.97), rgba(7, 55, 40, 0.94)),
    linear-gradient(90deg, rgba(216, 244, 91, 0.2), rgba(245, 216, 91, 0.13));
  color: var(--wm-white);
  border-bottom: 1px solid rgba(216, 244, 91, 0.28);
  box-shadow: 0 18px 48px rgba(4, 45, 33, 0.12);
}

body.home .wm-calculator-promo {
  background:
    linear-gradient(135deg, rgba(4, 45, 33, 0.97), rgba(7, 55, 40, 0.94)),
    linear-gradient(90deg, rgba(216, 244, 91, 0.2), rgba(255, 240, 233, 0.2));
  border-bottom-color: rgba(255, 107, 95, 0.28);
}

.wm-calculator-promo-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding-block: 12px;
}

.wm-calculator-promo-copy {
  display: grid;
  gap: 3px;
}

.wm-calculator-promo-copy span {
  width: max-content;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(216, 244, 91, 0.18);
  color: var(--wm-lime);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
}

body.home .wm-calculator-promo-copy span {
  background: var(--wm-coral);
  color: var(--wm-white);
}

.wm-calculator-promo-copy strong {
  color: var(--wm-white);
  font-size: clamp(1.05rem, 1.7vw, 1.36rem);
  font-weight: 900;
  line-height: 1.18;
}

.wm-calculator-promo-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.35;
}

.wm-calculator-promo-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 240px;
}

.wm-calculator-promo-proof b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  line-height: 1.1;
  white-space: nowrap;
}

.wm-calculator-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wm-lime), #f7e36d 58%, #ffffff);
  color: var(--wm-green-950);
  font-weight: 950;
  line-height: 1.08;
  white-space: nowrap;
  box-shadow: 0 16px 32px rgba(216, 244, 91, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.home .wm-calculator-promo-cta {
  background: linear-gradient(135deg, var(--wm-lime), #fff2d0 56%, var(--wm-peach));
  box-shadow: 0 18px 36px rgba(255, 107, 95, 0.18);
}

.wm-calculator-promo-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(216, 244, 91, 0.3);
}

.wm-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.wm-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.wm-brand img:not(.wm-brand-logo) {
  width: 44px;
  height: 44px;
}

.wm-brand-logo {
  width: 168px;
  max-height: 56px;
  object-fit: contain;
}

.wm-brand strong {
  display: block;
  font-size: 1rem;
  color: var(--wm-green-950);
  line-height: 1.1;
}

.wm-brand small {
  display: block;
  color: var(--wm-muted);
  font-weight: 700;
  line-height: 1.2;
}

.wm-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 9px;
  border-radius: 999px;
  color: var(--wm-green-850);
  font-size: 0.94rem;
  font-weight: 850;
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.wm-menu a:hover,
.wm-menu .current-menu-item > a {
  background: rgba(216, 244, 91, 0.42);
  color: var(--wm-green-950);
  transform: translateY(-1px);
}

.wm-header-cta,
.wm-button,
.wm-search-form button,
.wm-inline-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-green-700);
  color: var(--wm-white);
  font: inherit;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 168, 107, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.wm-button:hover,
.wm-header-cta:hover,
.wm-search-form button:hover,
.wm-inline-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 168, 107, 0.28);
}

.wm-button-primary {
  background: linear-gradient(135deg, var(--wm-lime), #76ec92 48%, var(--wm-green-700));
  color: var(--wm-green-950);
}

.wm-button-ghost,
.wm-button-light {
  background: rgba(255, 255, 255, 0.86);
  color: var(--wm-green-850);
  border: 1px solid rgba(216, 238, 228, 0.95);
  box-shadow: 0 12px 30px rgba(7, 55, 40, 0.08);
}

.wm-button-xl {
  min-height: 60px;
  padding: 17px 30px;
  font-size: 1.08rem;
}

.wm-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  background: var(--wm-white);
  box-shadow: 0 8px 22px rgba(7, 55, 40, 0.08);
}

.wm-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--wm-green-950);
}

.wm-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 26px;
  isolation: isolate;
}

.wm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 85% 18%, rgba(0, 168, 107, 0.14), transparent 30rem),
    radial-gradient(circle at 16% 72%, rgba(245, 216, 91, 0.22), transparent 24rem);
}

body.home .wm-hero::before {
  background:
    radial-gradient(circle at 85% 18%, rgba(0, 168, 107, 0.14), transparent 30rem),
    radial-gradient(circle at 16% 72%, rgba(245, 216, 91, 0.22), transparent 24rem),
    radial-gradient(circle at 58% 12%, rgba(255, 107, 95, 0.16), transparent 20rem);
}

.wm-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100svh - 120px);
}

.wm-hero-copy p {
  max-width: 620px;
  margin-top: 18px;
  color: #263f35;
  font-size: clamp(1.28rem, 2.4vw, 1.65rem);
  font-weight: 750;
  line-height: 1.42;
}

.wm-hero-copy {
  min-width: 0;
}

.wm-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--wm-green-700);
  font-weight: 900;
}

.wm-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.wm-proof-strip span,
.wm-trust-badges span,
.wm-tool-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(216, 238, 228, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--wm-green-950);
  font-size: 0.92rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(7, 55, 40, 0.06);
  animation: wmFloat 5s ease-in-out infinite;
}

.wm-proof-strip span:nth-child(2) {
  animation-delay: 450ms;
}

.wm-proof-strip span:nth-child(3) {
  animation-delay: 900ms;
}

.wm-proof-strip b {
  color: var(--wm-green-700);
  margin-inline-end: 4px;
}

.wm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wm-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.wm-trust-badges span {
  min-height: 30px;
  color: var(--wm-muted);
  animation: none;
}

.wm-hero-results-gallery {
  display: flex;
  gap: 10px;
  width: min(100%, 560px);
  max-width: 100%;
  min-width: 0;
  margin-top: 24px;
  padding: 4px 4px 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-gutter: stable;
}

.wm-hero-results-gallery figure {
  position: relative;
  flex: 0 0 132px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 238, 228, 0.92);
  border-radius: 18px;
  background: var(--wm-mint);
  box-shadow: 0 14px 34px rgba(10, 54, 38, 0.1);
  scroll-snap-align: start;
}

.wm-hero-results-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.wm-hero-results-gallery figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: grid;
  gap: 1px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(4, 45, 33, 0.82);
  color: var(--wm-white);
  backdrop-filter: blur(10px);
}

.wm-hero-results-gallery strong,
.wm-hero-results-gallery span {
  overflow-wrap: anywhere;
  line-height: 1.15;
}

.wm-hero-results-gallery strong {
  font-weight: 950;
}

.wm-hero-results-gallery span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
}

.wm-hero-media {
  display: grid;
  gap: 16px;
}

.wm-hero-video-card,
.wm-hero-or-card,
.wm-challenge-card,
.wm-compare-card,
.wm-quiz,
.wm-mini-calc,
.wm-exit-popup-card {
  border: 1px solid rgba(216, 238, 228, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--wm-shadow);
  backdrop-filter: blur(18px);
}

.wm-hero-video-card {
  position: relative;
  overflow: hidden;
  padding: 12px;
}

.wm-video-label {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(4, 45, 33, 0.78);
  color: var(--wm-white);
  font-size: 0.9rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.wm-video-frame,
.wm-video-placeholder {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(4, 45, 33, 0.78), rgba(0, 168, 107, 0.5)),
    url("../images/video-thumb.svg") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

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

.wm-video-placeholder {
  display: grid;
  place-items: center;
  color: var(--wm-white);
  font-weight: 900;
}

.wm-hero-or-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
}

.wm-hero-or-card img {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.wm-hero-or-card strong,
.wm-hero-or-card span {
  display: block;
}

.wm-hero-or-card strong {
  color: var(--wm-green-950);
  font-size: 1.16rem;
  font-weight: 900;
}

.wm-hero-or-card span {
  color: var(--wm-muted);
  font-weight: 750;
  line-height: 1.45;
}

.wm-section {
  padding: 88px 0;
}

.wm-section.wm-tight {
  padding: 20px 0 44px;
}

.wm-band {
  background: rgba(239, 252, 246, 0.82);
  border-block: 1px solid var(--wm-line);
}

body.home .wm-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 107, 95, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(239, 252, 246, 0.86), rgba(255, 240, 233, 0.62));
}

.wm-dark {
  background:
    radial-gradient(circle at 14% 20%, rgba(216, 244, 91, 0.13), transparent 25rem),
    linear-gradient(135deg, var(--wm-green-950), #0b4c39);
  color: var(--wm-white);
}

.wm-dark h2,
.wm-dark h3,
.wm-dark p,
.wm-dark .wm-eyebrow {
  color: var(--wm-white);
}

.wm-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.wm-section-head {
  max-width: 800px;
  margin-bottom: 30px;
}

.wm-section-head p {
  margin-top: 12px;
  color: var(--wm-muted);
  font-size: 1.12rem;
  font-weight: 650;
}

.wm-feature-grid,
.wm-card-grid,
.wm-faq-grid,
.wm-timeline-grid,
.wm-objection-grid,
.wm-step-grid,
.wm-result-grid,
.wm-compare-grid,
.wm-food-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wm-feature-grid article,
.wm-card,
.wm-timeline-grid article,
.wm-objection-grid article,
.wm-step-grid article,
.wm-faq-grid article {
  overflow: hidden;
  border: 1px solid rgba(216, 238, 228, 0.92);
  border-radius: var(--wm-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 45px rgba(10, 54, 38, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wm-feature-grid article:hover,
.wm-card:hover,
.wm-step-grid article:hover,
.wm-faq-grid article:hover,
.wm-compare-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--wm-shadow-strong);
  border-color: rgba(0, 168, 107, 0.32);
}

.wm-feature-grid article,
.wm-timeline-grid article,
.wm-objection-grid article,
.wm-step-grid article,
.wm-faq-grid article {
  padding: 28px;
}

.wm-feature-grid-large article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wm-icon-badge,
.wm-step-grid span {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--wm-lime), var(--wm-green-500));
  color: var(--wm-green-950);
  font-weight: 950;
  box-shadow: 0 15px 32px rgba(0, 168, 107, 0.18);
}

.wm-feature-grid h3,
.wm-step-grid h3,
.wm-faq-grid h3 {
  margin: 20px 0 9px;
}

.wm-feature-grid p,
.wm-step-grid p,
.wm-faq-grid p,
.wm-card-body p {
  color: var(--wm-muted);
  font-weight: 600;
}

.wm-scroll-progress,
.wm-quiz-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(7, 55, 40, 0.1);
}

.wm-scroll-progress i,
.wm-quiz-progress i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wm-lime), var(--wm-green-700));
  transition: width 450ms ease;
}

.wm-split,
.wm-landing-grid,
.wm-proof-grid,
.wm-community-grid,
.wm-calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}

.wm-challenge-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.wm-challenge-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--wm-white);
  font-weight: 900;
}

.wm-day-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.wm-day-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.wm-day-list b {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 14px;
  background: rgba(216, 244, 91, 0.18);
  color: var(--wm-lime);
}

.wm-day-list span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.wm-step-grid article {
  min-height: 210px;
}

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

.wm-compare-card {
  padding: 30px;
}

.wm-compare-card h3 {
  margin-bottom: 18px;
}

.wm-compare-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-compare-card li {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(7, 55, 40, 0.06);
  color: var(--wm-green-950);
  font-weight: 900;
}

.wm-compare-yes li {
  background: rgba(216, 244, 91, 0.28);
}

body.home .wm-compare-no {
  border-color: rgba(255, 107, 95, 0.28);
  background:
    radial-gradient(circle at 12% 0, rgba(255, 107, 95, 0.17), transparent 13rem),
    rgba(255, 255, 255, 0.9);
}

body.home .wm-compare-no h3 {
  color: var(--wm-coral-700);
}

body.home .wm-compare-no li {
  background: rgba(255, 107, 95, 0.12);
}

.wm-app-mockup-section p {
  font-size: 1.12rem;
  font-weight: 650;
}

.wm-tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wm-tool-tags span {
  background: var(--wm-green-950);
  color: var(--wm-white);
  animation: none;
}

body.home .wm-tool-tags span:nth-child(3n + 2) {
  background: var(--wm-coral);
  color: var(--wm-white);
}

.wm-phone-mockups {
  position: relative;
  min-height: 430px;
}

.wm-phone-mockups img {
  position: absolute;
  width: min(46%, 250px);
  border-radius: 30px;
  box-shadow: var(--wm-shadow-strong);
  filter: saturate(1.04) contrast(1.03);
}

.wm-phone-mockups img:first-child {
  top: 0;
  right: 12%;
  transform: rotate(4deg);
}

.wm-phone-mockups img:last-child {
  left: 10%;
  bottom: 0;
  transform: rotate(-5deg);
}

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

.wm-result-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.wm-result-grid .wm-result-card:first-child {
  grid-column: auto;
}

.wm-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--wm-mint);
}

.wm-card-media img,
.wm-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-card-body {
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 22px;
}

.wm-card-body h3 {
  margin-bottom: 0;
}

.wm-card-meta {
  margin-bottom: 8px;
  color: var(--wm-green-700);
  font-size: 0.92rem;
  font-weight: 900;
}

.wm-result-fast-stat {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--wm-green-950);
  color: var(--wm-lime);
  font-weight: 950;
  font-size: 0.92rem;
}

.wm-text-link {
  display: inline-flex;
  align-self: end;
  margin-top: 6px;
  color: var(--wm-green-700);
  font-weight: 900;
}

.wm-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(216, 244, 91, 0.35);
  color: var(--wm-green-850);
  font-weight: 900;
  font-size: 0.9rem;
}

.wm-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wm-result-card .wm-before-after,
.wm-result-card .wm-result-photo {
  min-height: 0;
}

.wm-before-after div,
.wm-result-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--wm-mint);
}

.wm-before-after img,
.wm-result-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.04) brightness(1.01);
  transition: transform 450ms ease;
}

.wm-result-card:hover .wm-before-after img,
.wm-result-card:hover .wm-result-photo img {
  transform: scale(1.04);
}

.wm-before-after span,
.wm-result-photo span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(8, 43, 31, 0.8);
  color: var(--wm-white);
  font-weight: 900;
  font-size: 0.88rem;
  backdrop-filter: blur(10px);
}

.wm-result-card .wm-card-body p {
  min-height: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(216, 244, 91, 0.26);
  color: var(--wm-green-950);
  font-weight: 900;
}

.wm-tools-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 54px;
  background:
    radial-gradient(circle at 14% 22%, rgba(216, 244, 91, 0.24), transparent 25rem),
    radial-gradient(circle at 82% 8%, rgba(0, 168, 107, 0.13), transparent 25rem);
}

.wm-tools-hero h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 7vw, 5.5rem);
}

.wm-tools-hero p {
  max-width: 660px;
  margin-top: 18px;
  color: #263f35;
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  font-weight: 750;
  line-height: 1.45;
}

.wm-tools-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 34px;
  align-items: center;
}

.wm-tools-hero-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(216, 238, 228, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--wm-shadow);
  backdrop-filter: blur(18px);
}

.wm-tools-hero-panel a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(216, 238, 228, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--wm-green-950);
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.wm-tools-hero-panel a:hover,
.wm-tools-hero-panel a.is-active {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 107, 0.35);
  background: rgba(216, 244, 91, 0.22);
}

.wm-tools-hero-panel span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--wm-green-950);
  color: var(--wm-lime);
  font-weight: 950;
}

.wm-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wm-tool-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(216, 238, 228, 0.92);
  border-radius: var(--wm-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 45px rgba(10, 54, 38, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wm-tool-card:hover,
.wm-tool-card.is-active {
  transform: translateY(-5px);
  border-color: rgba(0, 168, 107, 0.32);
  box-shadow: var(--wm-shadow-strong);
}

.wm-tool-card .wm-icon-badge {
  flex: 0 0 auto;
}

.wm-tool-card h3 {
  margin: 8px 0 10px;
}

.wm-tool-card p {
  margin: 0;
  color: var(--wm-muted);
  font-weight: 650;
  line-height: 1.5;
}

.wm-tool-card-eyebrow {
  color: var(--wm-green-700);
  font-size: 0.92rem;
  font-weight: 900;
}

.wm-tool-card .wm-text-link {
  margin-top: auto;
}

.wm-tools-home-action {
  margin-top: 26px;
}

.wm-tools-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.wm-tools-simple h2 {
  max-width: 760px;
}

.wm-tool-view {
  scroll-margin-top: 96px;
}

.wm-tool-view-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.wm-tool-view-head p {
  max-width: 720px;
  margin-top: 10px;
  font-weight: 650;
}

.wm-tool-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.wm-tool-frame-shell {
  overflow: hidden;
  border: 1px solid rgba(216, 238, 228, 0.95);
  border-radius: 28px;
  background: var(--wm-white);
  box-shadow: var(--wm-shadow);
}

.wm-tool-frame-shell iframe {
  display: block;
  width: 100%;
  min-height: 900px;
  border: 0;
  background: #f8fafc;
}

.wm-calculator-hero {
  padding: 72px 0 56px;
  background:
    linear-gradient(135deg, rgba(4, 45, 33, 0.96), rgba(11, 90, 68, 0.91)),
    linear-gradient(180deg, var(--wm-aqua), var(--wm-cream));
  color: var(--wm-white);
  border-bottom: 1px solid rgba(216, 244, 91, 0.24);
}

.wm-calculator-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  align-items: center;
}

.wm-calculator-hero-copy {
  display: grid;
  gap: 20px;
}

.wm-calculator-hero .wm-eyebrow {
  width: max-content;
  background: rgba(216, 244, 91, 0.16);
  color: var(--wm-lime);
}

.wm-calculator-hero h1 {
  max-width: 900px;
  color: var(--wm-white);
  font-size: clamp(3.05rem, 6vw, 6rem);
}

.wm-calculator-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 750;
}

.wm-calculator-hero-card {
  display: grid;
  gap: 22px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.wm-calculator-hero-logo {
  width: 180px;
  max-height: 72px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}

.wm-calculator-score {
  display: grid;
  gap: 4px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--wm-lime), #ffffff);
  color: var(--wm-green-950);
}

.wm-calculator-score strong {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 950;
  line-height: 0.95;
}

.wm-calculator-score span {
  font-weight: 900;
}

.wm-calculator-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-calculator-hero-card li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.wm-calculator-gifts {
  background: linear-gradient(180deg, var(--wm-cream), var(--wm-aqua));
}

.wm-calculator-gifts-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.wm-calculator-gifts-inner p {
  max-width: 540px;
  margin-top: 14px;
  font-size: 1.1rem;
  font-weight: 650;
}

.wm-calculator-gift-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wm-calculator-gift-list article {
  display: grid;
  gap: 14px;
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(216, 238, 228, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(7, 55, 40, 0.08);
}

.wm-calculator-gift-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--wm-green-950);
  color: var(--wm-lime);
  font-weight: 950;
}

.wm-calculator-gift-list strong {
  color: var(--wm-green-950);
  font-size: 1.08rem;
  line-height: 1.25;
}

.wm-calculator-embed-section {
  background:
    radial-gradient(circle at 50% 0, rgba(216, 244, 91, 0.22), transparent 28rem),
    var(--wm-soft);
}

.wm-calculator-embed-shell {
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(216, 238, 228, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--wm-shadow);
}

.wm-calculator-embed-shell #or-protein-planner {
  max-width: 100% !important;
}

.wm-community-grid {
  grid-template-columns: 0.85fr 1.15fr;
}

.wm-whatsapp-carousel {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.wm-whatsapp-carousel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(12px);
}

.wm-whatsapp-carousel article {
  position: absolute;
  inset-inline: 26px;
  top: 50%;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--wm-green-950);
  box-shadow: var(--wm-shadow);
  opacity: 0;
  transform: translateY(42px) scale(0.96);
  transition: opacity 500ms ease, transform 500ms ease;
}

.wm-whatsapp-carousel article.is-active {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.wm-whatsapp-carousel span {
  color: var(--wm-green-700);
  font-weight: 900;
}

.wm-whatsapp-carousel p {
  margin: 8px 0 0;
  color: var(--wm-green-950);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.36;
}

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

.wm-food-grid article {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(180deg, transparent, rgba(4, 45, 33, 0.75)),
    radial-gradient(circle at 35% 25%, rgba(216, 244, 91, 0.5), transparent 7rem),
    linear-gradient(135deg, #ebfff4, #c9f4df);
  box-shadow: var(--wm-shadow);
}

.wm-food-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, transparent, rgba(4, 45, 33, 0.75)),
    radial-gradient(circle at 62% 32%, rgba(245, 216, 91, 0.48), transparent 7rem),
    linear-gradient(135deg, #fff8df, #d9fbf5);
}

.wm-food-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, transparent, rgba(4, 45, 33, 0.75)),
    radial-gradient(circle at 50% 28%, rgba(0, 168, 107, 0.45), transparent 7rem),
    linear-gradient(135deg, #effcf6, #cdece2);
}

.wm-food-grid article:nth-child(4) {
  background:
    linear-gradient(180deg, transparent, rgba(4, 45, 33, 0.75)),
    radial-gradient(circle at 48% 26%, rgba(216, 244, 91, 0.48), transparent 7rem),
    linear-gradient(135deg, #fbfff9, #d8f45b);
}

.wm-food-grid span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: var(--wm-white);
  font-size: 1.28rem;
  font-weight: 900;
}

.wm-pdf-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wm-pdf-grid article {
  display: grid;
  align-content: space-between;
  gap: 20px;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(216, 238, 228, 0.92);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 252, 246, 0.78)),
    radial-gradient(circle at 16% 14%, rgba(216, 244, 91, 0.35), transparent 13rem);
  box-shadow: var(--wm-shadow);
}

.wm-pdf-grid article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 240, 233, 0.74)),
    radial-gradient(circle at 18% 16%, rgba(255, 107, 95, 0.25), transparent 13rem);
}

.wm-pdf-grid span {
  color: var(--wm-green-700);
  font-weight: 950;
}

.wm-pdf-grid h3 {
  max-width: 12em;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.wm-story-image {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--wm-shadow-strong);
}

.wm-story-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.wm-quiz {
  position: relative;
  padding: 26px;
}

.wm-quiz fieldset {
  display: none;
  margin: 18px 0 22px;
  padding: 0;
  border: 0;
}

.wm-quiz fieldset.is-active {
  display: grid;
  gap: 10px;
}

.wm-quiz legend {
  margin-bottom: 12px;
  color: var(--wm-green-950);
  font-size: 1.5rem;
  font-weight: 900;
}

.wm-quiz label,
.wm-mini-calc label {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--wm-green-950);
  font-weight: 850;
}

.wm-quiz label {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.wm-quiz-done {
  display: none;
  margin-top: 14px;
  color: var(--wm-green-700);
  font-weight: 900;
}

.wm-quiz-error {
  margin: -4px 0 14px;
  color: #a52816;
  font-weight: 900;
}

.wm-quiz.is-complete .wm-quiz-done {
  display: inline-flex;
}

.wm-quiz.is-complete [data-quiz-next] {
  display: none;
}

.wm-mini-calc {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.wm-mini-calc input,
.wm-search-form input,
.wm-inline-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--wm-line);
  border-radius: 14px;
  background: var(--wm-white);
  color: var(--wm-ink);
  font: inherit;
}

.wm-mini-calc output {
  display: block;
  padding: 16px;
  border-radius: 18px;
  background: var(--wm-green-950);
  color: var(--wm-white);
  font-weight: 900;
}

.wm-netflix-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 31%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
}

.wm-netflix-row .wm-card {
  scroll-snap-align: start;
}

.wm-final-cta {
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 244, 91, 0.18), transparent 25rem),
    var(--wm-green-950);
}

body.home .wm-final-cta {
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 244, 91, 0.18), transparent 25rem),
    radial-gradient(circle at 86% 22%, rgba(255, 107, 95, 0.28), transparent 22rem),
    var(--wm-green-950);
}

.wm-final-cta h2,
.wm-final-cta p,
.wm-final-cta .wm-eyebrow {
  color: var(--wm-white);
}

.wm-final-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.wm-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wm-floating-proof {
  position: fixed;
  inset-block-start: auto;
  bottom: 24px;
  left: 18px;
  z-index: 70;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.wm-floating-proof span {
  max-width: 190px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--wm-green-950);
  font-weight: 900;
  box-shadow: var(--wm-shadow);
  backdrop-filter: blur(12px);
}

.wm-floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 100;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 8px 14px 8px 18px;
  border-radius: 999px;
  background: #18c26e;
  color: var(--wm-white);
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(24, 194, 110, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.wm-floating-whatsapp img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.wm-mobile-sticky-cta {
  position: fixed;
  right: 14px;
  left: 14px;
  bottom: 78px;
  z-index: 99;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wm-lime), var(--wm-green-500));
  color: var(--wm-green-950);
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(0, 168, 107, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

body.wm-show-sticky .wm-floating-whatsapp,
body.wm-show-sticky .wm-mobile-sticky-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.wm-exit-popup {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(4, 45, 33, 0.54);
  backdrop-filter: blur(14px);
}

.wm-exit-popup.is-open {
  display: grid;
}

.wm-exit-popup-card {
  position: relative;
  width: min(520px, 100%);
  padding: 32px;
}

.wm-exit-popup-card button[data-exit-close] {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-green-950);
  color: var(--wm-white);
  font-size: 1.5rem;
  cursor: pointer;
}

.wm-confetti {
  position: fixed;
  z-index: 400;
  width: 8px;
  height: 12px;
  border-radius: 3px;
  background: var(--wm-lime);
  pointer-events: none;
  animation: wmConfetti 900ms ease-out forwards;
}

.wm-page-hero,
.wm-landing-hero {
  padding: 78px 0 54px;
  background: linear-gradient(180deg, var(--wm-aqua), var(--wm-cream));
  border-bottom: 1px solid var(--wm-line);
}

.wm-page-hero p,
.wm-landing-hero p {
  max-width: 690px;
  margin-top: 18px;
  color: #31453b;
  font-size: 1.2rem;
}

.wm-content {
  max-width: 860px;
}

.wm-content > * + * {
  margin-top: 1.1rem;
}

.wm-content a {
  color: var(--wm-green-700);
  font-weight: 900;
}

.wm-content ul,
.wm-content ol {
  padding-right: 22px;
}

.wm-single-image {
  margin-top: 34px;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: var(--wm-radius);
  box-shadow: var(--wm-shadow);
}

.wm-instagram-promo {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(219, 232, 223, 0.95);
  border-radius: var(--wm-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--wm-shadow);
}

.wm-site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 244, 91, 0.16), transparent 28rem),
    linear-gradient(145deg, #032318, #073827 58%, #05281e);
  color: var(--wm-white);
  padding: 72px 0 26px;
}

.wm-site-footer p,
.wm-site-footer small {
  color: rgba(255, 255, 255, 0.74);
}

.wm-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.95fr;
  gap: 38px;
}

.wm-footer-brand {
  margin-bottom: 18px;
}

.wm-footer-brand .wm-brand-logo {
  width: 230px;
  filter: brightness(0) invert(1);
}

.wm-footer-grid h2 {
  margin-bottom: 14px;
  color: var(--wm-white);
  font-size: 1.12rem;
}

.wm-footer-menu {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-footer-menu a {
  display: inline-flex;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.wm-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wm-socials a {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--wm-white);
  font-weight: 900;
}

.wm-footer-privacy {
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--wm-radius);
  background: rgba(255, 255, 255, 0.06);
}

.wm-footer-privacy summary {
  padding: 16px 18px;
  color: var(--wm-white);
  font-weight: 900;
  cursor: pointer;
}

.wm-privacy-copy {
  padding: 0 18px 18px;
  color: rgba(255, 255, 255, 0.76);
}

.wm-content .wm-privacy-copy,
.wm-privacy-page .wm-privacy-copy {
  padding: 0;
  color: var(--wm-muted);
}

.wm-privacy-copy h3 {
  margin: 0 0 14px;
  color: inherit;
}

.wm-privacy-copy p,
.wm-privacy-copy li {
  color: inherit;
}

.wm-privacy-copy ul {
  margin: 0 0 1rem;
  padding: 0 22px 0 0;
}

.wm-privacy-copy a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wm-newsletter-placeholder {
  max-width: 760px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius);
  background: var(--wm-white);
  box-shadow: var(--wm-shadow);
}

.wm-newsletter-placeholder h2 {
  margin-bottom: 14px;
}

.wm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
}

.wm-search-form,
.wm-inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 620px;
  margin-top: 20px;
}

.wm-inline-form {
  grid-template-columns: repeat(3, 1fr) auto;
}

.wm-pagination {
  margin-top: 34px;
}

.wm-pagination .nav-links {
  display: flex;
  gap: 8px;
}

.wm-pagination a,
.wm-pagination span {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  background: var(--wm-white);
}

.wm-pagination .current {
  background: var(--wm-green-700);
  color: var(--wm-white);
}

.wm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.wm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes wmFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes wmConfetti {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--x), 110px, 0) rotate(240deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .wm-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .wm-calculator-promo-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .wm-calculator-promo-proof {
    display: none;
  }

  .wm-menu-toggle {
    display: block;
    justify-self: end;
  }

  .wm-main-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    padding: 14px 16px 22px;
    background: rgba(251, 255, 249, 0.96);
    border-bottom: 1px solid var(--wm-line);
    box-shadow: var(--wm-shadow);
    backdrop-filter: blur(18px);
  }

  .wm-main-nav.is-open {
    display: block;
  }

  .wm-menu {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }

  .wm-menu a {
    width: 100%;
  }

  .wm-header-cta {
    display: none;
  }

  .wm-tools-simple {
    display: grid;
    justify-items: start;
  }

  .wm-hero-inner,
  .wm-split,
  .wm-landing-grid,
  .wm-proof-grid,
  .wm-footer-grid,
  .wm-community-grid,
  .wm-calculator-grid,
  .wm-calculator-hero-inner,
  .wm-calculator-gifts-inner,
  .wm-tools-hero-inner,
  .wm-tool-view-head {
    grid-template-columns: 1fr;
  }

  .wm-hero-inner {
    min-height: 0;
    padding-top: 10px;
  }

  .wm-stat-grid,
  .wm-feature-grid,
  .wm-card-grid,
  .wm-tools-grid,
  .wm-faq-grid,
  .wm-timeline-grid,
  .wm-objection-grid,
  .wm-step-grid,
  .wm-result-grid,
  .wm-video-grid,
  .wm-food-grid,
  .wm-calculator-gift-list,
  .wm-pdf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wm-floating-proof {
    display: none;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 96px;
    font-size: 16px;
  }

  .wm-calculator-promo-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 14px;
  }

  .wm-calculator-promo-copy {
    justify-items: start;
  }

  .wm-calculator-promo-copy strong {
    font-size: 1.08rem;
  }

  .wm-calculator-promo-copy p {
    font-size: 0.9rem;
  }

  .wm-calculator-promo-cta {
    width: 100%;
    min-height: 46px;
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .wm-container {
    width: min(100% - 24px, 1120px);
  }

  .wm-brand small {
    display: none;
  }

  .wm-brand-logo {
    width: 132px;
  }

  .wm-calculator-hero {
    padding: 46px 0 36px;
  }

  .wm-calculator-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .wm-calculator-hero-card,
  .wm-calculator-embed-shell {
    border-radius: 20px;
  }

  .wm-calculator-hero-card {
    padding: 18px;
  }

  .wm-calculator-gift-list {
    grid-template-columns: 1fr;
  }

  .wm-calculator-gift-list article {
    min-height: 0;
  }

  .wm-calculator-embed-shell {
    margin-inline: -6px;
    padding: 6px;
  }

  .wm-hero {
    padding: 28px 0 18px;
  }

  .wm-hero-copy p {
    max-width: 12em;
    font-size: 1.28rem;
  }

  .wm-proof-strip {
    gap: 7px;
    margin-bottom: 16px;
  }

  .wm-proof-strip span {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 0.8rem;
  }

  .wm-hero-actions {
    display: grid;
  }

  .wm-hero-results-gallery {
    width: 100%;
    margin-inline: 0;
    padding: 4px 0 16px;
    scroll-snap-type: x mandatory;
    scrollbar-gutter: auto;
  }

  .wm-hero-results-gallery figure {
    flex-basis: min(52vw, 190px);
  }

  .wm-hero-or-card {
    grid-template-columns: 88px 1fr;
    border-radius: 22px;
  }

  .wm-hero-or-card img {
    width: 88px;
    height: 88px;
    border-radius: 18px;
  }

  .wm-section {
    padding: 72px 0;
  }

  .wm-section.wm-tight {
    padding: 18px 0 34px;
  }

  .wm-section-head {
    margin-bottom: 22px;
  }

  .wm-section-head p {
    font-size: 1rem;
  }

  .wm-stat-grid,
  .wm-feature-grid,
  .wm-card-grid,
  .wm-tools-grid,
  .wm-faq-grid,
  .wm-timeline-grid,
  .wm-objection-grid,
  .wm-step-grid,
  .wm-result-grid,
  .wm-video-grid,
  .wm-inline-form,
  .wm-compare-grid,
  .wm-food-grid,
  .wm-pdf-grid {
    grid-template-columns: 1fr;
  }

  .wm-result-grid {
    display: flex;
    margin-inline: -12px;
    padding: 4px 12px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .wm-result-grid .wm-result-card {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .wm-result-grid .wm-result-card:first-child {
    grid-column: auto;
  }

  .wm-feature-grid-large article {
    min-height: 0;
  }

  .wm-day-list li {
    grid-template-columns: 56px 1fr;
  }

  .wm-phone-mockups {
    min-height: 360px;
  }

  .wm-phone-mockups img {
    width: 55%;
  }

  .wm-phone-mockups img:first-child {
    right: 2%;
  }

  .wm-phone-mockups img:last-child {
    left: 2%;
  }

  .wm-before-after div,
  .wm-result-photo {
    aspect-ratio: 3 / 4;
  }

  .wm-whatsapp-carousel {
    min-height: 280px;
  }

  .wm-whatsapp-carousel p {
    font-size: 1.12rem;
  }

  .wm-food-grid article {
    min-height: 150px;
  }

  .wm-final-cta-inner,
  .wm-footer-bottom {
    display: grid;
  }

  .wm-search-form {
    grid-template-columns: 1fr;
  }

  .wm-netflix-row {
    grid-auto-columns: minmax(245px, 82%);
  }

  .wm-floating-whatsapp,
  .wm-mobile-sticky-cta {
    display: flex;
  }

  .wm-floating-whatsapp {
    right: auto;
    left: 12px;
    bottom: 14px;
    width: min(36vw, 140px);
    min-height: 56px;
    justify-content: center;
    padding: 9px 10px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .wm-floating-whatsapp img {
    width: 30px;
    height: 30px;
  }

  .wm-mobile-sticky-cta {
    right: 12px;
    left: calc(12px + min(36vw, 140px) + 8px);
    bottom: 14px;
    min-height: 56px;
    padding: 10px 14px;
    font-size: 0.92rem;
    text-align: center;
    line-height: 1.1;
  }

  .wm-page-hero,
  .wm-landing-hero {
    padding: 54px 0 38px;
  }

  .wm-tools-hero {
    padding: 48px 0 36px;
  }

  .wm-tools-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.35rem);
  }

  .wm-tool-view-actions {
    justify-content: stretch;
  }

  .wm-tool-view-actions .wm-button {
    width: 100%;
  }

  .wm-tool-frame-shell {
    margin-inline: -12px;
    border-radius: 20px;
  }

  .wm-tool-frame-shell iframe {
    min-height: 760px;
  }
}

.wm-program-page {
  width: 100%;
  background: #f8fff9;
  overflow: hidden;
}

.wm-program-page .wm-eyebrow {
  color: var(--wm-green-700);
}

.wm-program-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--wm-green-950);
}

.wm-program-hero::before,
.wm-program-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.wm-program-hero::before {
  background-image: var(--wm-hero-image);
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.03);
  opacity: 0.88;
}

.wm-program-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 55, 40, 0.18), rgba(7, 55, 40, 0.82) 48%, rgba(7, 55, 40, 0.94)),
    linear-gradient(180deg, rgba(7, 55, 40, 0.12), rgba(7, 55, 40, 0.56));
}

.wm-program-hero-inner {
  max-width: 900px;
  padding: 72px 0;
  justify-self: center;
  text-align: center;
}

.wm-program-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--wm-lime);
  font-weight: 900;
}

.wm-program-hero h1 {
  max-width: 850px;
  margin-inline: auto;
  color: var(--wm-white);
  font-size: clamp(2.7rem, 6vw, 5.9rem);
  text-align: center;
}

.wm-program-hero h1 span {
  display: block;
  text-align: center;
}

.wm-program-hero p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  text-align: center;
}

.wm-program-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.wm-program-hero .wm-button-primary,
.wm-final-program-cta .wm-button-primary {
  background: var(--wm-green-500);
  color: var(--wm-green-950);
  box-shadow: 0 20px 42px rgba(53, 201, 139, 0.28);
}

.wm-button-xl {
  min-height: 58px;
  padding: 14px 24px;
  font-size: 1.08rem;
}

.wm-program-ghost {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: var(--wm-white);
  backdrop-filter: blur(8px);
}

.wm-mini-proof {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.wm-live-strip {
  position: relative;
  overflow: hidden;
  background: #082d23;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.wm-live-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 14px 0;
  animation: wmLiveStrip 28s linear infinite;
}

.wm-live-track span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--wm-white);
  font-weight: 900;
  white-space: nowrap;
}

@keyframes wmLiveStrip {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

.wm-program-intro {
  background: #f5fff8;
}

.wm-program-split,
.wm-story-wide,
.wm-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.wm-program-split h2,
.wm-story-wide h2,
.wm-fit-grid h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.wm-program-split > div:first-child > p {
  max-width: 700px;
  margin-top: 16px;
  font-size: 1.18rem;
}

.wm-benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.wm-benefit-row article,
.wm-premium-grid article,
.wm-fail-grid article,
.wm-nutrition-map article,
.wm-day-timeline article,
.wm-accordion details {
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius);
  background: var(--wm-white);
  box-shadow: 0 16px 34px rgba(6, 56, 39, 0.06);
}

.wm-benefit-row article {
  min-height: 118px;
  padding: 18px;
}

.wm-benefit-row span {
  display: block;
  margin-bottom: 12px;
  font-size: 1.8rem;
}

.wm-benefit-row strong {
  display: block;
  color: var(--wm-green-950);
  font-size: 1.05rem;
}

.wm-phone-scene {
  display: grid;
  justify-items: center;
}

.wm-phone-shell {
  position: relative;
  width: min(100%, 350px);
  min-height: 620px;
  padding: 22px;
  border: 12px solid #1b1b1b;
  border-radius: 42px;
  background: linear-gradient(180deg, #f7fff9, #e7f8ef);
  box-shadow: 0 30px 80px rgba(7, 55, 40, 0.2);
  overflow: hidden;
}

.wm-phone-shell::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 96px;
  height: 26px;
  border-radius: 999px;
  background: #171717;
  transform: translateX(-50%);
  z-index: 2;
}

.wm-phone-top {
  margin: 24px 0 16px;
  text-align: center;
  color: var(--wm-green-950);
  font-weight: 900;
}

.wm-chat-bubble,
.wm-task-card {
  position: relative;
  z-index: 1;
  padding: 14px;
  border-radius: 16px 16px 4px 16px;
  background: var(--wm-white);
  color: var(--wm-green-950);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(9, 66, 46, 0.09);
}

.wm-task-card {
  margin-top: 12px;
  border-radius: 16px;
  background: #113c2e;
  color: var(--wm-white);
}

.wm-task-card b,
.wm-task-card span {
  display: block;
}

.wm-task-card span {
  color: rgba(255, 255, 255, 0.78);
}

.wm-phone-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.wm-phone-grid span {
  display: grid;
  place-items: center;
  min-height: 68px;
  border-radius: 14px;
  background: #dff8eb;
  color: var(--wm-green-850);
  font-weight: 900;
}

.wm-phone-shell img {
  position: absolute;
  right: 50%;
  bottom: -170px;
  width: 260px;
  opacity: 0.26;
  transform: translateX(50%);
}

.wm-program-how {
  background: var(--wm-white);
}

.wm-visual-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.wm-visual-timeline::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 6%;
  left: 6%;
  height: 3px;
  background: linear-gradient(90deg, var(--wm-green-200), var(--wm-green-700));
}

.wm-visual-timeline article {
  position: relative;
  padding-top: 78px;
}

.wm-visual-timeline article span {
  position: absolute;
  top: 0;
  right: 50%;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--wm-green-700);
  color: var(--wm-white);
  font-size: 1.35rem;
  font-weight: 900;
  transform: translateX(50%);
  box-shadow: 0 15px 35px rgba(0, 168, 107, 0.24);
}

.wm-visual-timeline article h3 {
  margin-bottom: 10px;
}

.wm-program-included {
  background: linear-gradient(180deg, #f2fff7, #ffffff);
}

.wm-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wm-premium-grid article {
  min-height: 160px;
  padding: 22px;
}

.wm-premium-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #e7fbef;
  font-size: 1.45rem;
}

.wm-small-note {
  margin: 24px 0 0;
  color: var(--wm-green-850);
  font-size: 1.12rem;
  font-weight: 900;
  text-align: center;
}

.wm-real-food {
  background: #0a2f25;
}

.wm-real-food .wm-eyebrow,
.wm-real-food h2,
.wm-results-talk h2,
.wm-results-talk .wm-eyebrow {
  color: var(--wm-white);
}

.wm-food-copy {
  max-width: 860px;
  margin-bottom: 28px;
}

.wm-real-food h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.wm-food-wall {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 220px;
  gap: 14px;
}

.wm-food-wall article {
  position: relative;
  overflow: hidden;
  border-radius: var(--wm-radius);
  background: #173f33;
}

.wm-food-wall article:nth-child(1),
.wm-food-wall article:nth-child(4) {
  grid-row: span 2;
}

.wm-food-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.wm-food-wall span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(7, 55, 40, 0.82);
  color: var(--wm-white);
  font-weight: 900;
}

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

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

.wm-fail-grid article {
  padding: 26px;
}

.wm-fail-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--wm-green-700);
  font-size: 0.9rem;
  font-weight: 900;
}

.wm-green-banner {
  margin-top: 18px;
  padding: 20px;
  border-radius: var(--wm-radius);
  background: var(--wm-green-700);
  color: var(--wm-white);
  font-size: clamp(1.3rem, 2.6vw, 2.2rem);
  font-weight: 900;
  text-align: center;
}

.wm-or-story {
  background: #eafbf1;
}

.wm-story-wide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--wm-radius);
  box-shadow: var(--wm-shadow);
}

.wm-story-wide p {
  font-size: 1.15rem;
}

.wm-results-talk {
  background: #082d23;
}

.wm-results-talk .wm-section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.wm-big-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 380px);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scroll-snap-type: x mandatory;
}

.wm-proof-card,
.wm-vertical-video {
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: var(--wm-radius);
  background: var(--wm-white);
}

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

.wm-proof-card div {
  padding: 18px;
}

.wm-proof-card strong {
  display: block;
  color: var(--wm-green-700);
  font-size: 2.5rem;
  line-height: 1;
}

.wm-proof-card span {
  display: inline-flex;
  margin: 12px 0 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f8ef;
  color: var(--wm-green-850);
  font-weight: 900;
}

.wm-proof-card p {
  margin-top: 14px;
  color: var(--wm-green-950);
  font-weight: 800;
}

.wm-vertical-video {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #111;
}

.wm-vertical-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.wm-vertical-video span {
  position: absolute;
  top: 50%;
  right: 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--wm-lime);
  color: var(--wm-green-950);
  transform: translate(50%, -50%);
}

.wm-vertical-video strong {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--wm-white);
  font-size: 1.15rem;
}

.wm-nutrition {
  background: #f7fff9;
}

.wm-nutrition-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wm-nutrition-map article {
  position: relative;
  min-height: 210px;
  padding: 24px;
}

.wm-nutrition-map article::after {
  content: "";
  position: absolute;
  inset-inline: 24px;
  bottom: 24px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wm-green-700), var(--wm-lime));
}

.wm-nutrition-map span {
  display: block;
  color: var(--wm-green-950);
  font-size: 1.45rem;
  font-weight: 900;
}

.wm-ten-days {
  background: var(--wm-white);
}

.wm-day-progress {
  height: 14px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #deeee6;
}

.wm-day-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wm-green-700), var(--wm-lime));
  animation: wmProgressFill 1.8s ease both;
}

@keyframes wmProgressFill {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.wm-day-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wm-day-timeline article {
  min-height: 126px;
  padding: 16px;
}

.wm-day-timeline span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #e6f8ee;
  color: var(--wm-green-700);
  font-weight: 900;
}

.wm-day-timeline p {
  margin: 0;
  color: var(--wm-green-950);
  font-weight: 800;
}

.wm-fit-section {
  background: #ecfff4;
}

.wm-fit-list {
  padding: 28px;
  border-radius: var(--wm-radius);
  background: var(--wm-white);
  box-shadow: var(--wm-shadow);
}

.wm-fit-list p {
  margin: 0;
  padding: 12px 0;
  color: var(--wm-green-950);
  font-size: 1.2rem;
  font-weight: 900;
  border-bottom: 1px solid var(--wm-line);
}

.wm-fit-list p:last-child {
  border-bottom: 0;
}

.wm-fit-list .wm-not-fit {
  color: #9a3324;
}

.wm-program-faq {
  background: var(--wm-white);
}

.wm-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wm-accordion details {
  padding: 0 20px;
}

.wm-accordion summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--wm-green-950);
  font-size: 1.12rem;
  font-weight: 900;
  cursor: pointer;
}

.wm-accordion summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--wm-green-700);
}

.wm-accordion details[open] summary::after {
  content: "-";
}

.wm-accordion summary::marker {
  content: "";
}

.wm-accordion p {
  padding-bottom: 18px;
}

.wm-win-win {
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 244, 91, 0.18), transparent 28%),
    #053124;
  text-align: center;
}

.wm-win-win h2 {
  color: var(--wm-white);
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.wm-win-win .wm-eyebrow,
.wm-win-win p {
  color: rgba(255, 255, 255, 0.86);
}

.wm-win-win p {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: 1.22rem;
  font-weight: 800;
}

.wm-final-program-cta {
  position: relative;
  min-height: 86svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  background: var(--wm-green-950);
}

.wm-final-program-cta::before,
.wm-final-program-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.wm-final-program-cta::before {
  background-image: var(--wm-hero-image);
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  transform: scale(1.02);
}

.wm-final-program-cta::after {
  z-index: -1;
  background: rgba(5, 49, 36, 0.78);
}

.wm-final-program-cta h2 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--wm-white);
  font-size: clamp(2.5rem, 6vw, 5.7rem);
}

.wm-final-program-cta p {
  max-width: 740px;
  margin: 18px auto 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.28rem;
  font-weight: 800;
}

.wm-final-program-cta span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.wm-site-footer .wm-socials {
  flex-wrap: wrap;
}

.wm-site-footer .wm-socials a {
  width: auto;
  min-width: 38px;
  padding: 0 10px;
}

@media (max-width: 1020px) {
  .wm-program-split,
  .wm-story-wide,
  .wm-fit-grid {
    grid-template-columns: 1fr;
  }

  .wm-benefit-row,
  .wm-premium-grid,
  .wm-nutrition-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wm-visual-timeline {
    grid-template-columns: 1fr;
  }

  .wm-visual-timeline::before {
    top: 0;
    right: 32px;
    left: auto;
    width: 3px;
    height: 100%;
  }

  .wm-visual-timeline article {
    padding: 0 86px 0 0;
  }

  .wm-visual-timeline article span {
    top: 0;
    right: 0;
    transform: none;
  }

  .wm-food-wall,
  .wm-day-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wm-food-wall {
    grid-auto-rows: 190px;
  }
}

@media (max-width: 680px) {
  .wm-program-hero {
    min-height: calc(100svh - 64px);
  }

  .wm-program-hero-inner {
    width: calc(100% - 32px);
    padding: 52px 0;
    justify-self: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .wm-program-hero h1 {
    max-width: 100%;
    font-size: 2.18rem;
    line-height: 1.14;
  }

  .wm-program-hero p {
    max-width: 100%;
    font-size: 1rem;
  }

  .wm-program-kicker {
    max-width: 100%;
    font-size: 0.9rem;
    white-space: normal;
  }

  .wm-program-actions,
  .wm-program-actions .wm-button {
    width: 100%;
  }

  .wm-mini-proof {
    width: 100%;
    border-radius: var(--wm-radius);
    font-size: 0.92rem;
    line-height: 1.35;
    white-space: normal;
  }

  .wm-benefit-row,
  .wm-premium-grid,
  .wm-fail-grid,
  .wm-nutrition-map,
  .wm-accordion,
  .wm-food-wall,
  .wm-day-timeline {
    grid-template-columns: 1fr;
  }

  .wm-phone-shell {
    min-height: 560px;
  }

  .wm-food-wall {
    grid-auto-rows: 230px;
  }

  .wm-food-wall article:nth-child(1),
  .wm-food-wall article:nth-child(4) {
    grid-row: span 1;
  }

  .wm-big-carousel {
    grid-auto-columns: minmax(268px, 84vw);
  }
}
