@font-face {
  font-family: 'Manrope';
  src: url('./assets/fonts/manrope-latin-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./assets/fonts/cormorant-garamond-latin-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 700;
  font-display: optional;
}

:root {
  --color-bg: #dbd4c2;
  --color-surface: #f4efe6;
  --color-surface-alt: #ede4d6;
  --color-panel: rgba(255, 250, 242, 0.72);
  --color-primary: #957e56;
  --color-secondary: #ae927a;
  --color-sage: #8c8773;
  --color-deep: #443c36;
  --color-text: #3f352d;
  --color-muted: rgba(68, 60, 54, 0.72);
  --color-accent: #c79a2e;
  --color-accent-strong: #dbac3f;
  --color-border: rgba(68, 60, 54, 0.12);
  --shadow-soft: 0 20px 50px rgba(68, 60, 54, 0.12);
  --shadow-card: 0 16px 32px rgba(68, 60, 54, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at top, rgba(174, 146, 122, 0.18), transparent 32%),
    linear-gradient(180deg, #f5efe4 0%, #dbd4c2 28%, #e8dfd1 100%);
}

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

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

.page-shell {
  width: min(calc(100% - 24px), var(--max-width));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.section,
.hero {
  margin-top: 18px;
  padding: 28px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.hero {
  display: grid;
  gap: 20px;
  position: relative;
  overflow: visible;
  padding-top: 52px;
  background: linear-gradient(145deg, rgba(255, 250, 243, 0.9), rgba(236, 226, 213, 0.88));
}

.hero__content,
.hero__actions {
  display: grid;
  gap: 12px;
}

.hero__logo-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: clamp(72px, 16vw, 112px);
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  z-index: 4;
}

.hero__logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__content h1,
.section-heading h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero__content h1 {
  font-size: clamp(2.65rem, 9vw, 5.7rem);
  max-width: none;
}

.section-heading h2 {
  font-size: clamp(2rem, 7vw, 4rem);
  max-width: none;
}

.hero__lead,
.section-intro,
.section-note,
.text-flow p,
.product-card p,
.bonus-card p,
.offer-list,
.offer-bonus-line,
.guarantee-box p,
.faq-list p,
.footer,
.creator-badges,
.checkout-note {
  line-height: 1.7;
}

.hero__lead,
.section-intro,
.section-note,
.text-flow p,
.checkout-note {
  margin: 0;
}

.hero__lead {
  font-size: 1.05rem;
  max-width: 58ch;
  color: var(--color-muted);
}

.text-flow__chapter {
  display: grid;
  gap: 12px;
  padding: 14px 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(68, 60, 54, 0.1);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.72), rgba(245, 236, 222, 0.38));
}

.text-flow__chapter + .text-flow__chapter {
  margin-top: 12px;
}

.text-flow__microtitle {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7f4d1f;
}

.section--contrast .text-flow__chapter {
  border-color: rgba(255, 242, 213, 0.2);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 241, 209, 0.04));
}

.section--contrast .text-flow__microtitle {
  color: #f0cb80;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::after {
  content: '→';
  font-size: 1.05em;
  line-height: 1;
}

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

.button--primary,
.button--checkout,
.button--secondary {
  color: #2f1f09;
  background: linear-gradient(135deg, #ffd96c, #cf8400);
  border: 1px solid #af6700;
  box-shadow: 0 18px 34px rgba(127, 72, 0, 0.28);
}

.button--pending,
.button[aria-disabled='true'] {
  opacity: 0.72;
  cursor: not-allowed;
  filter: saturate(0.7);
  box-shadow: none;
  transform: none;
  background: linear-gradient(135deg, #c8b28a, #b89f75);
}

.button--pending:hover,
.button[aria-disabled='true']:hover {
  transform: none;
}

.hero__benefits,
.offer-list,
.creator-badges {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.hero__benefits li,
.offer-list li,
.creator-badges li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hero__benefits li {
  display: block;
  text-align: center;
  font-size: 0.94rem;
}

.hero__benefits li::before,
.offer-list li::before,
.creator-badges li::before {
  content: '•';
  color: var(--color-accent);
  font-size: 1.2rem;
  line-height: 1;
}

.hero__benefits li::before {
  content: none;
  display: none;
}

.section--offer .offer-list {
  margin-top: 0;
  gap: 10px;
}

.section--offer .offer-list li {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(149, 126, 86, 0.2);
  background: rgba(255, 252, 247, 0.9);
  box-shadow: 0 8px 16px rgba(68, 60, 54, 0.06);
}

.section--offer .offer-list li::before {
  content: '✓';
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #2f1f09;
  font-size: 0.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffd96c, #cf8400);
  border: 1px solid rgba(142, 84, 0, 0.45);
  box-shadow: 0 8px 14px rgba(127, 72, 0, 0.22);
  margin-top: 0.08em;
}

.card-frame {
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 8px);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(229, 220, 208, 0.88));
  border: 1px solid rgba(68, 60, 54, 0.12);
  box-shadow: var(--shadow-card);
}

.card-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.section--soft {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.76), rgba(244, 236, 224, 0.66));
}

.section--light {
  background: linear-gradient(180deg, rgba(250, 246, 240, 0.82), rgba(232, 223, 209, 0.7));
}

.section--contrast {
  color: #f8f2ea;
  background: linear-gradient(160deg, rgba(68, 60, 54, 0.98), rgba(113, 102, 89, 0.96));
}

.section--contrast .eyebrow,
.section--contrast .section-heading h2,
.section--contrast .highlight-copy {
  color: #f5e7cc;
}

.section--contrast .button--secondary {
  color: #2f1f09;
  background: linear-gradient(135deg, #ffd96c, #cf8400);
  border: 1px solid #af6700;
  box-shadow: 0 18px 34px rgba(127, 72, 0, 0.28);
}

.section--mechanism .text-flow + .button {
  margin-top: 20px;
}

.section--mechanism .button {
  margin-bottom: 8px;
}

.section--golden {
  background: linear-gradient(180deg, rgba(149, 126, 86, 0.14), rgba(174, 146, 122, 0.25));
}

.section--offer {
  background:
    radial-gradient(circle at top left, rgba(199, 154, 46, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(240, 230, 215, 0.84));
}

.section--faq {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(235, 227, 216, 0.84));
}

.section--tone-flax {
  background:
    radial-gradient(circle at 12% 10%, rgba(219, 212, 194, 0.5), transparent 38%),
    linear-gradient(180deg, rgba(250, 246, 238, 0.95), rgba(226, 216, 198, 0.84));
}

.section--tone-rose {
  background:
    radial-gradient(circle at 85% 12%, rgba(174, 146, 122, 0.22), transparent 30%),
    radial-gradient(circle at 16% 84%, rgba(149, 126, 86, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(252, 242, 233, 0.95), rgba(231, 203, 182, 0.84));
}

.section--tone-sage {
  background:
    radial-gradient(circle at 10% 8%, rgba(140, 135, 115, 0.2), transparent 38%),
    radial-gradient(circle at 88% 86%, rgba(140, 135, 115, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(247, 245, 237, 0.95), rgba(211, 208, 190, 0.82));
}

.section--tone-golden-rose {
  background:
    radial-gradient(circle at top right, rgba(174, 146, 122, 0.2), transparent 34%),
    radial-gradient(circle at 14% 22%, rgba(149, 126, 86, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(244, 232, 212, 0.84), rgba(226, 192, 160, 0.62));
}

.section--tone-flax-sage {
  background:
    radial-gradient(circle at 84% 12%, rgba(140, 135, 115, 0.2), transparent 34%),
    radial-gradient(circle at 10% 84%, rgba(219, 212, 194, 0.38), transparent 36%),
    linear-gradient(180deg, rgba(248, 242, 229, 0.95), rgba(214, 208, 189, 0.8));
}

.section--tone-offer {
  background:
    radial-gradient(circle at top left, rgba(199, 154, 46, 0.22), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(174, 146, 122, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.97), rgba(233, 218, 197, 0.86));
}

.section--tone-firewood {
  background:
    radial-gradient(circle at 84% 18%, rgba(140, 135, 115, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(68, 60, 54, 0.98), rgba(94, 84, 73, 0.97));
}

.section--tone-sage-mechanism {
  color: #f6f1e7;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.12), transparent 36%),
    radial-gradient(circle at 90% 88%, rgba(68, 60, 54, 0.16), transparent 38%),
    linear-gradient(180deg, #8c8773, #7f7a67);
}

.section--tone-sage-mechanism .section-heading h2 {
  color: #fff0d4;
}

.section--tone-sage-mechanism .text-flow__microtitle {
  color: #f0e2c2;
}

.section--tone-sage-mechanism .highlight-copy {
  color: #fff7e7;
}

.section--tone-sage-mechanism .text-flow__chapter {
  border-color: rgba(255, 244, 220, 0.22);
  background: linear-gradient(180deg, rgba(68, 60, 54, 0.44), rgba(68, 60, 54, 0.34));
}

.section--tone-sage-mechanism .text-flow__chapter p {
  color: #f6f1e7;
}

.section--tone-rose-story {
  background:
    radial-gradient(circle at 14% 16%, rgba(174, 146, 122, 0.22), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(149, 126, 86, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(251, 243, 235, 0.96), rgba(227, 200, 176, 0.84));
}

.section--tone-sage-light {
  background:
    radial-gradient(circle at top right, rgba(140, 135, 115, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.92), rgba(228, 221, 205, 0.8));
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading--center {
  text-align: center;
}

.section-heading--center h2 {
  margin-inline: auto;
}

.text-flow {
  display: grid;
  gap: 12px;
}

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

.quote-list li {
  padding: 14px 16px;
  border-left: 2px solid rgba(149, 126, 86, 0.6);
  background: rgba(255, 251, 246, 0.46);
  border-radius: 0 18px 18px 0;
  font-style: italic;
}

.highlight-copy {
  font-size: 1.2rem;
  font-weight: 700;
}

.split-section,
.offer-layout {
  display: grid;
  gap: 22px;
}

.product-grid,
.bonus-grid,
.video-grid,
.faq-list {
  display: grid;
  gap: 16px;
}

.product-card,
.bonus-card,
.video-card,
.offer-panel,
.creator-card,
.faq-list details {
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(68, 60, 54, 0.12);
  background: rgba(255, 251, 246, 0.76);
  box-shadow: var(--shadow-card);
}

.product-card h3,
.bonus-card h3,
.guarantee-box h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.product-card__media {
  margin: 10px 0 12px;
}

.feature-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--color-text);
}

.feature-list li::before {
  content: '✦';
  color: #b26d00;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-top: 0.1em;
}

.section--contrast .product-card,
.section--contrast .video-card,
.section--contrast .creator-card {
  background: rgba(255, 249, 240, 0.08);
}

.section--offer-content .offer-content__cta {
  margin-top: 12px;
}

.video-player {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(68, 60, 54, 0.16), rgba(68, 60, 54, 0.34)),
    radial-gradient(circle at top, rgba(199, 154, 46, 0.24), transparent 48%);
  color: #fff6e8;
  text-align: center;
  overflow: hidden;
}

.video-player--embed {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  min-height: auto;
  background: #000;
}

.video-player--embed::before {
  content: none;
}

.video-player--embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.video-player--preview {
  display: block;
  gap: 0;
  padding: 0;
  min-height: auto;
  background: #000;
}

.video-player--preview::before {
  content: none !important;
  display: none !important;
}

.video-player__trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  margin: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.video-player__trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.34));
  pointer-events: none;
}

.video-player__trigger img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

.video-player__big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(2px);
  transition: transform 180ms ease, background 180ms ease;
  z-index: 2;
}

.video-player__big-play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.video-player__trigger:hover .video-player__big-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(0, 0, 0, 0.72);
}

.video-player__thumb-link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}

.video-player__thumb-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

.video-player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(2px);
}

.video-player::before {
  content: '▶';
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 248, 237, 0.18);
  border: 1px solid rgba(255, 248, 237, 0.26);
  font-size: 1.55rem;
}

.video-player span {
  font-weight: 800;
  font-size: 1.02rem;
}

.video-player small {
  max-width: 20ch;
  color: rgba(255, 246, 232, 0.84);
}

/* Keep embedded YouTube players clean and fully interactive */
.video-player.video-player--embed::before {
  content: none !important;
  display: none !important;
}

.video-player.video-player--embed iframe {
  display: block;
}

.video-fallback-link {
  display: block;
  padding: 8px 10px 10px;
  color: #f4dfb3;
  font-size: 0.82rem;
  text-align: center;
  text-decoration: underline;
}

.bonus-card {
  display: grid;
  gap: 10px;
}

.bonus-card img {
  width: 100%;
  max-width: 360px;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  height: auto;
  border-radius: 18px;
  margin-inline: auto;
}

.section--creator-story {
  display: grid;
  gap: 18px;
}

.creator-visual {
  width: min(100%, 860px);
  margin-inline: auto;
}

.creator-visual img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.price-tag {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(68, 60, 54, 0.12);
  text-align: center;
}

.price-tag span {
  color: var(--color-muted);
  text-decoration: line-through;
}

.price-tag strong {
  color: var(--color-primary);
  font-size: 1.08rem;
}

.bonus-total-anchor {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(149, 126, 86, 0.24);
  background: linear-gradient(180deg, rgba(255, 248, 234, 0.92), rgba(247, 228, 193, 0.76));
}

.bonus-total-anchor__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-muted);
}

.bonus-total-anchor__prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bonus-total-anchor__old {
  color: var(--color-muted);
  text-decoration: line-through;
  white-space: nowrap;
}

.bonus-total-anchor__new {
  font-size: clamp(1.35rem, 3.8vw, 1.8rem);
  font-weight: 900;
  color: #8a4d00;
  white-space: nowrap;
}

.offer-panel {
  display: grid;
  gap: 18px;
  background: rgba(255, 250, 243, 0.86);
}

.offer-bonus-line {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(175, 112, 9, 0.26);
  background: linear-gradient(180deg, rgba(255, 247, 226, 0.9), rgba(248, 232, 194, 0.76));
}

.offer-bonus-line__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-muted);
}

.offer-bonus-line__prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.offer-bonus-line__old {
  font-size: 1.05rem;
  color: var(--color-muted);
  text-decoration: line-through;
}

.offer-bonus-line__new {
  font-size: clamp(1.35rem, 3.8vw, 1.8rem);
  font-weight: 900;
  color: #8a4d00;
}

.offer-value-summary {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(175, 112, 9, 0.22);
  background: linear-gradient(180deg, rgba(255, 250, 238, 0.92), rgba(247, 236, 215, 0.78));
}

.offer-value-summary h3 {
  margin: 0;
  text-align: center;
  font-size: 1.05rem;
  color: #654319;
}

.offer-value-summary__rows {
  display: grid;
  gap: 8px;
}

.offer-value-summary__rows p {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: #5d5143;
}

.offer-value-summary__rows p strong {
  color: #5d5143;
  text-decoration: line-through;
  font-weight: 700;
}

.offer-value-summary__rows .offer-value-summary__total {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(68, 60, 54, 0.14);
  font-weight: 800;
}

.offer-value-summary__rows .offer-value-summary__total strong {
  color: #7f3f00;
  font-size: 1.12rem;
}

.price-box,
.guarantee-box {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.86), rgba(240, 229, 211, 0.74));
  border: 1px solid rgba(68, 60, 54, 0.12);
}

.price-box {
  display: grid;
  gap: 8px;
  text-align: center;
  justify-items: center;
  background: linear-gradient(180deg, rgba(242, 246, 239, 0.98), rgba(214, 221, 206, 0.96));
  border: 1px solid rgba(117, 128, 101, 0.36);
}

.price-box__label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

.price-box__old {
  font-size: 1.1rem;
  color: rgba(63, 53, 45, 0.7);
  text-decoration: line-through;
}

.price-box__installments {
  font-size: clamp(2.3rem, 8vw, 4rem);
  line-height: 0.95;
  color: #4f5a43;
}

.price-box__cash,
.price-box__terms,
.checkout-note {
  color: var(--color-muted);
}

.checkout-note {
  text-align: center;
  margin-inline: auto;
  max-width: 54ch;
}

.price-box__cash {
  font-size: 1rem;
  font-weight: 700;
  color: #5c6b4f;
}

.guarantee-box {
  background: linear-gradient(170deg, rgba(140, 135, 115, 0.16), rgba(255, 252, 246, 0.92));
  border: 1px solid rgba(140, 135, 115, 0.42);
}

.guarantee-box h3 {
  color: #4c453e;
}

.guarantee-box p {
  color: #554b42;
}

.guarantee-box__seal {
  width: clamp(82px, 22vw, 124px);
  height: auto;
  margin: 0 auto 8px;
}

.offer-panel .section-note {
  text-align: center;
}

.offer-panel .button--checkout {
  width: min(100%, 460px);
  margin-inline: auto;
  min-height: 60px;
  font-size: 1.08rem;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.trust-badge {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  padding: 6px 4px;
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.52);
  color: #4f4438;
}

.trust-badge img {
  width: clamp(48px, 14vw, 74px);
  height: auto;
  object-fit: contain;
}

.trust-badge small {
  display: block;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #5a4e40;
}

.offer-panel .checkout-note {
  font-size: 0.92rem;
}

.offer-content__note {
  width: min(100%, 520px);
  margin-inline: auto;
  text-align: center;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 18px 34px rgba(127, 72, 0, 0.28);
  }
  50% {
    transform: scale(1.015);
    box-shadow: 0 22px 38px rgba(127, 72, 0, 0.32);
  }
}

.button--pulse {
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .button--pulse {
    animation: none;
  }
}

.section--creator-story .text-flow {
  max-width: 72ch;
  margin-inline: auto;
}

.section--creator-story .button {
  margin-inline: auto;
}

.faq-list details {
  background: rgba(255, 251, 246, 0.82);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

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

.faq-list summary::after {
  content: '+';
  float: right;
  color: var(--color-primary);
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--color-muted);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 6px;
  color: var(--color-muted);
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer-links,
.footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-contact-copy {
  font-weight: 700;
  color: var(--color-text);
}

.footer-contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-meta {
  font-size: 0.94rem;
}

.footer-disclaimer {
  max-width: 76ch;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(68, 60, 54, 0.78);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #2adf73, #1ea952);
  border: 1px solid rgba(14, 113, 52, 0.45);
  box-shadow: 0 10px 18px rgba(21, 137, 67, 0.24);
}

.footer-whatsapp::before {
  content: '';
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.601 2.326A7.85 7.85 0 0 0 8.118.053C3.993.592.133 3.93.28 8.04a7.9 7.9 0 0 0 1.127 3.975L0 16l4.125-1.053a7.91 7.91 0 0 0 3.81.974h.003c4.125 0 7.985-3.338 7.838-7.448-.072-2.043-.814-3.94-2.165-5.347zm-5.32 11.444c-1.17 0-2.304-.33-3.283-.95l-.235-.149-2.448.625.653-2.384-.153-.245a6.476 6.476 0 0 1-.999-3.468c0-3.505 2.851-6.356 6.356-6.356 1.73 0 3.357.674 4.58 1.897a6.454 6.454 0 0 1 1.886 4.592c-.002 3.505-2.853 6.356-6.357 6.356zm3.487-4.915c-.19-.095-1.118-.553-1.292-.616-.173-.064-.299-.095-.425.095-.127.19-.49.616-.6.742-.111.127-.221.143-.41.048-.19-.095-.8-.296-1.524-.943-.563-.502-.943-1.12-1.053-1.31-.111-.19-.012-.292.083-.386.086-.086.19-.221.285-.332.095-.111.127-.19.19-.316.064-.127.032-.237-.016-.332-.048-.095-.425-1.023-.584-1.4-.155-.374-.312-.323-.425-.329-.111-.006-.237-.007-.364-.007a.696.696 0 0 0-.506.237c-.173.19-.664.648-.664 1.58 0 .932.68 1.833.775 1.96.095.127 1.337 2.039 3.237 2.859.452.195.804.312 1.08.399.454.144.867.124 1.194.075.364-.054 1.118-.457 1.275-.899.158-.442.158-.822.111-.899-.048-.078-.174-.126-.364-.221z'/%3E%3C/svg%3E");
}

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

.footer-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(68, 60, 54, 0.22);
  background: rgba(255, 251, 246, 0.82);
  color: var(--color-text);
  font-weight: 700;
}

.footer-whatsapp[aria-disabled='true'] {
  opacity: 0.84;
}

/* Vertical rhythm between text and UI blocks */
.text-flow + .button,
.section-note + .button,
.button + .checkout-note,
.text-flow + .product-grid,
.text-flow + .video-grid,
.text-flow + .bonus-grid,
.text-flow + .section-note,
.bonus-grid + .bonus-total-anchor,
.bonus-total-anchor + .section-note,
.product-grid + .section-note,
.product-grid + .text-flow,
.video-grid + .section-note,
.bonus-grid + .section-note,
.section-note + .section-note {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .hero__content h1,
  .section-heading h2 {
    text-align: center;
    line-height: 1.05;
  }

  .hero__content h1 {
    font-size: clamp(2.3rem, 10.5vw, 3.5rem);
  }

  .section-heading h2 {
    font-size: clamp(1.9rem, 8.2vw, 3rem);
  }

  .section-heading,
  .hero__content {
    text-align: center;
  }

  .hero__actions {
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .button {
    display: flex;
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .trust-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .text-flow {
    gap: 10px;
  }

  .text-flow + .button,
  .section-note + .button,
  .button + .checkout-note,
  .text-flow + .product-grid,
  .text-flow + .video-grid,
  .text-flow + .bonus-grid,
  .text-flow + .section-note,
  .bonus-grid + .bonus-total-anchor,
  .bonus-total-anchor + .section-note,
  .product-grid + .section-note,
  .product-grid + .text-flow,
  .video-grid + .section-note,
  .bonus-grid + .section-note,
  .section-note + .section-note {
    margin-top: 16px;
  }

  .creator-visual {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page-shell {
    width: min(calc(100% - 48px), var(--max-width));
    padding-top: 28px;
  }

  .section,
  .hero {
    margin-top: 24px;
    padding: 42px 36px;
  }

  .hero,
  .split-section,
  .offer-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    align-items: center;
  }

  .hero {
    padding-top: 66px;
  }

  .hero__logo-badge {
    width: clamp(88px, 9.2vw, 124px);
  }

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

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

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

  .section--offer-content {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'content'
      'cta';
    align-items: start;
  }

  .section--offer-content .offer-content__text {
    grid-area: content;
  }

  .section--offer-content .offer-content__cta {
    grid-area: cta;
    justify-self: start;
    margin-top: 16px;
  }

  .hero {
    grid-template-areas:
      'content visual'
      'actions visual';
    align-items: start;
  }

  .hero__content {
    grid-area: content;
  }

  .hero__visual {
    grid-area: visual;
  }

  .hero__actions {
    grid-area: actions;
    justify-items: start;
    text-align: left;
  }

  .creator-visual {
    width: min(100%, 900px);
  }

  .hero__content h1 {
    max-width: 10ch;
  }

  .section-heading h2 {
    max-width: 16ch;
  }
}

@media (min-width: 1100px) {
  .bonus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
