:root {
  --ink: #1f302a;
  --ink-soft: #46574f;
  --forest: #244338;
  --forest-deep: #172f27;
  --sage: #718b7d;
  --sage-light: #dfe8e1;
  --cream: #f7f2e8;
  --ivory: #fffdf7;
  --white: #ffffff;
  --gold: #b48a57;
  --gold-text: #75552f;
  --gold-light: #e7d5b9;
  --rose: #c68f94;
  --line: rgba(36, 67, 56, 0.15);
  --shadow-sm: 0 12px 34px rgba(30, 48, 42, 0.08);
  --shadow-md: 0 24px 70px rgba(27, 47, 40, 0.14);
  --shadow-lg: 0 36px 90px rgba(18, 42, 34, 0.2);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body.has-mobile-bar { padding-bottom: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--forest); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 110px 0; }
.section-shell { position: relative; overflow: hidden; }
.section--sage { background: linear-gradient(135deg, #eef3ef 0%, #dde8e0 100%); }
.section--cream { background: var(--cream); }
.section--dark { color: var(--white); background: var(--forest-deep); }
.trust-strip, .problem, .method, .bonuses, .numbers, .offer, .faq, .closing, .site-footer { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.trust-strip { contain-intrinsic-size: auto 120px; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: 13px; font-weight: 800; letter-spacing: 0.18em; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .image-zoom:focus-visible, .image-lightbox__close:focus-visible { outline: 3px solid var(--gold-text); outline-offset: 3px; box-shadow: 0 0 0 2px var(--white); }
.button--small { min-height: 42px; padding: 10px 20px; color: var(--white); background: var(--forest); }
.button--primary { color: var(--white); background: linear-gradient(135deg, #2f5b4b, #1d4235); box-shadow: 0 14px 28px rgba(29, 66, 53, 0.22); }
.button--primary:hover { box-shadow: 0 18px 38px rgba(29, 66, 53, 0.3); }
.button--light { color: var(--forest-deep); background: var(--white); box-shadow: 0 16px 34px rgba(8, 25, 20, 0.18); }
.button--wide { width: 100%; min-height: 62px; font-size: 15px; }

.eyebrow { margin: 0 0 15px; color: var(--gold-text); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow span { margin-right: 4px; }
.eyebrow--center { text-align: center; }
.eyebrow--light { color: var(--gold-light); }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 0.98; letter-spacing: -0.025em; text-align: center; }
.section-title--left { text-align: left; }
.section-title--light { color: var(--white); }
.section-intro { max-width: 720px; margin: 24px auto 0; color: var(--ink-soft); font-size: 18px; text-align: center; }
.section-intro--light { color: rgba(255,255,255,0.82); }

.hero { overflow: visible; padding: 46px 0 54px; background: linear-gradient(118deg, #fffdf8 0%, #f8f3e9 54%, #edf2ed 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.34; background-image: radial-gradient(rgba(36,67,56,0.14) 0.55px, transparent 0.55px); background-size: 12px 12px; pointer-events: none; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: 0.55; pointer-events: none; }
.hero__glow--one { width: 440px; height: 440px; right: -160px; top: -140px; background: rgba(139, 168, 149, 0.34); }
.hero__glow--two { width: 320px; height: 320px; left: -140px; bottom: -190px; background: rgba(220, 190, 145, 0.25); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 60px; }
.hero .reveal { opacity: 1; transform: none; }
.hero__copy { width: 100%; margin: 0; text-align: left; }
.hero__copy h1 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 66px); font-weight: 600; line-height: 0.92; letter-spacing: -0.035em; text-wrap: balance; }
.hero__copy h1 em { color: var(--forest); font-weight: 600; }
.hero__lead { max-width: 640px; margin: 26px 0 22px; color: var(--ink-soft); font-size: 18px; line-height: 1.68; }
.hero__checks { display: grid; width: max-content; max-width: 100%; gap: 10px; margin: 0; padding: 0; list-style: none; text-align: left; }
.hero__checks li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 650; }
.hero__checks li span { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 12px; }
.hero__offer { max-width: 540px; margin: 30px 0 0; }
.hero__value-line { margin: 0 0 12px 12px; color: var(--forest); font-size: 14px; font-weight: 800; }
.microcopy { margin: 11px 0 0; color: #46574f; font-size: 14px; font-weight: 650; line-height: 1.55; text-align: center; }
.hero__visual { position: relative; order: 0; }
.hero-product { position: relative; width: min(100%, 520px); aspect-ratio: 4 / 3; margin: 0 auto; padding: 0; }
.hero-product__halo { position: absolute; inset: 11% 2% 2%; background: rgba(180,138,87,0.18); border-radius: 50%; filter: blur(28px); }
.hero-product picture { display: block; width: 100%; height: 100%; }
.hero-product img { position: relative; z-index: 2; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: contain; border: 10px solid rgba(255,255,255,0.86); border-radius: 30px; box-shadow: var(--shadow-lg); transform: none; }
.trust-strip { position: relative; z-index: 2; margin-top: -1px; color: var(--white); background: var(--forest); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid div { display: flex; flex-direction: column; justify-content: center; min-height: 116px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,0.13); }
.trust-strip__grid div:last-child { border-right: 0; }
.trust-strip strong { color: var(--gold-light); font-family: var(--serif); font-size: 34px; line-height: 1; }
.trust-strip span { margin-top: 7px; color: rgba(255,255,255,0.84); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }

.problem { background: var(--ivory); }
.problem .section-title { line-height: 1.06; padding-bottom: 0.12em; }
.problem__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 54px; }
.problem-card { padding: 38px; border-radius: var(--radius-md); }
.problem-card--before { background: #f3ede7; border: 1px solid #e6d9ce; }
.problem-card--after { color: var(--white); background: var(--forest); box-shadow: var(--shadow-md); }
.problem-card__label { display: inline-block; margin-bottom: 24px; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.problem-card--before .problem-card__label { color: #6f4c47; background: #ead8d3; }
.problem-card--after .problem-card__label { color: var(--forest-deep); background: var(--gold-light); }
.problem-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.problem-card li { position: relative; padding-left: 28px; }
.problem-card li::before { position: absolute; left: 0; top: 0; font-weight: 800; }
.problem-card--before li::before { content: "×"; color: #a26b65; }
.problem-card--after li::before { content: "✓"; color: var(--gold-light); }

.method__grid { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 74px; }
.preview-frame { overflow: hidden; background: var(--white); border: 10px solid var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.preview-frame .image-zoom { height: 100%; }
.preview-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.preview-frame--large { aspect-ratio: 4 / 3; background: #eef2ec; }
.preview-frame--large img { height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; }
.method__media { position: relative; }
.method__stat { position: relative; z-index: 2; max-width: 250px; margin: -34px auto 0; padding: 16px 20px; color: var(--white); background: var(--forest); border-radius: 14px; box-shadow: var(--shadow-sm); text-align: center; }
.method__stat strong { display: block; font-family: var(--serif); font-size: 27px; line-height: 1; }
.method__stat span { display: block; margin-top: 6px; color: rgba(255,255,255,0.84); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.method__copy h2, .audience__copy h2, .faq__heading h2, .guarantee__copy h2, .offer__heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 56px); font-weight: 600; line-height: 0.98; letter-spacing: -0.025em; }
.method__copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.module-list { display: grid; gap: 12px; margin-top: 28px; }
.module-list article { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(36,67,56,0.15); }
.module-list article > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: rgba(255,255,255,0.65); border: 1px solid rgba(36,67,56,0.13); border-radius: 50%; font-size: 12px; font-weight: 800; }
.module-list h3 { margin: 0; font-size: 16px; }
.module-list p { margin: 5px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--forest); font-size: 15px; font-weight: 800; border-bottom: 1px solid currentColor; }

.learning-path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.learning-path div { display: flex; align-items: center; gap: 9px; padding: 12px; background: rgba(255,255,255,0.72); border: 1px solid rgba(36,67,56,0.14); border-radius: 10px; }
.learning-path span { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 11px; font-weight: 800; }
.learning-path strong { color: var(--forest); font-size: 12px; }

.bonuses { padding-bottom: 0; background: #fbfaf6; }
.bonuses__heading { display: grid; grid-template-columns: 1.3fr 0.7fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.bonuses__heading > p { margin: 0 0 4px; color: var(--ink-soft); }
.cards-grid { display: grid; gap: 22px; }
.cards-grid--three { grid-template-columns: repeat(3, 1fr); }
.asset-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.asset-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.asset-card__image { overflow: hidden; aspect-ratio: 4/3; background: var(--cream); }
.image-zoom { position: relative; display: block; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; color: var(--white); background: transparent; border: 0; font: inherit; cursor: zoom-in; }
.image-zoom::after { content: "Ampliar"; position: absolute; right: 12px; bottom: 12px; padding: 7px 11px; color: var(--white); background: rgba(23,47,39,0.94); border: 1px solid rgba(255,255,255,0.36); border-radius: 999px; box-shadow: 0 5px 18px rgba(0,0,0,0.22); font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: 0.04em; }
.asset-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.45s ease; }
.asset-card:hover img { transform: scale(1.025); }
.asset-card__body { padding: 26px; }
.asset-card__tag { display: inline-block; padding: 7px 11px; color: var(--forest); background: var(--sage-light); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.asset-card h3 { margin: 16px 0 10px; font-family: var(--serif); font-size: 31px; line-height: 1; }
.asset-card p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.asset-card p.asset-format { margin-top: 14px; padding-top: 12px; color: var(--forest); border-top: 1px solid var(--line); font-size: 15px; line-height: 1.45; }
.asset-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.asset-card li { padding: 6px 9px; color: #46574f; background: #f0f3ef; border-radius: 6px; font-size: 12px; font-weight: 700; }

.superbonuses { position: relative; overflow: hidden; margin-top: 88px; padding: 88px 0; }
.superbonuses::before { content: ""; position: absolute; width: 560px; height: 560px; top: -330px; left: calc(50% - 280px); background: rgba(180,138,87,0.18); border-radius: 50%; filter: blur(20px); }
.super-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; }
.super-card { display: grid; grid-template-columns: 42% 58%; overflow: hidden; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: var(--radius-md); }
.super-card > .image-zoom { min-height: 250px; }
.super-card img { width: 100%; height: 100%; object-fit: contain; background: rgba(255,255,255,0.035); }
.super-card > div { padding: 30px; }
.super-card span { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.super-card h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: 31px; line-height: 1; }
.super-card p { margin: 0; color: rgba(255,255,255,0.84); font-size: 15px; line-height: 1.6; }
.super-card p.asset-format { margin-top: 14px; padding-top: 12px; color: rgba(255,255,255,0.96); border-top: 1px solid rgba(255,255,255,0.18); font-size: 15px; line-height: 1.45; }
.bonus-details { margin-top: 14px; }
.bonus-details summary { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--gold-light); cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.bonus-details summary::-webkit-details-marker { display: none; }
.bonus-details summary::after { content: "+"; font-size: 20px; line-height: 1; }
.bonus-details[open] summary::after { content: "−"; }
.bonus-details__body { margin-top: 12px; }
.mobile-bonus-cta { display: none; }

@media (min-width: 621px) {
  .bonus-details > summary { display: none; }
  .bonus-details:not([open]) > .bonus-details__body { display: block; }
}

.numbers { padding-top: 90px; padding-bottom: 90px; background: #fbfaf6; }
.numbers__box { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; padding: 54px; background: linear-gradient(135deg, #f3eadc, #f9f6ef); border: 1px solid #e6d8c3; border-radius: var(--radius-lg); }
.numbers__copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 52px); line-height: 0.98; }
.numbers__copy p:last-child { color: var(--ink-soft); }
.numbers__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.numbers__grid div { display: flex; flex-direction: column; justify-content: center; min-height: 122px; padding: 20px; background: rgba(255,255,255,0.72); border: 1px solid rgba(36,67,56,0.11); border-radius: 16px; text-align: center; }
.numbers__grid strong { color: var(--forest); font-family: var(--serif); font-size: 38px; line-height: 1; }
.numbers__grid span { margin-top: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }

.audience__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 80px; }
.audience__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.check-list { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list span { display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 11px; }
.audience__quote { position: relative; overflow: hidden; padding: 54px; color: var(--white); background: var(--forest); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.audience__mark { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 92px; line-height: 0.55; }
.audience__quote blockquote { margin: 22px 0; font-family: var(--serif); font-size: 34px; line-height: 1.08; }
.audience__quote p { color: rgba(255,255,255,0.84); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.audience__botanical { position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,0.06); font-family: var(--serif); font-size: 220px; transform: rotate(-20deg); }
.audience-proof { margin-top: 70px; padding-top: 70px; border-top: 1px solid var(--line); }

.guarantee__box { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 48px; max-width: 920px; padding: 48px 54px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.guarantee__seal { display: grid; place-items: center; align-content: center; width: 158px; height: 158px; color: var(--forest); background: var(--cream); border: 2px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 8px var(--cream), inset 0 0 0 9px rgba(180,138,87,0.35); }
.guarantee__seal strong { font-family: var(--serif); font-size: 64px; line-height: 0.8; }
.guarantee__seal span { margin-top: 8px; font-size: 12px; font-weight: 800; letter-spacing: 0.16em; }
.guarantee__copy p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.guarantee__copy h3 { margin: 0; font-family: var(--serif); font-size: 34px; line-height: 1; }

.offer { color: var(--white); background: linear-gradient(135deg, #173329, #254b3d); }
.offer__heading { width: min(100%, 820px); margin: 0 auto; text-align: center; }
.offer__heading > p:last-child { max-width: 680px; margin: 20px auto 0; color: rgba(255,255,255,0.84); font-size: 17px; }
.offer__layout { display: grid; grid-template-columns: 1.08fr 0.92fr; grid-template-areas: "bundle price" "bundle included"; align-items: start; gap: 22px 44px; margin-top: 48px; }
.offer__bundle { grid-area: bundle; align-self: center; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: rgba(255,255,255,0.08); border: 8px solid rgba(255,255,255,0.13); border-radius: var(--radius-md); box-shadow: 0 24px 55px rgba(6,20,15,0.28); }
.offer__bundle picture { display: block; width: 100%; height: 100%; }
.offer__bundle img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; }
.offer__included { grid-area: included; padding: 28px 30px; color: var(--ink); background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.offer__included h3 { margin: 0 0 18px; color: var(--forest); font-family: var(--serif); font-size: 32px; line-height: 1; }
.offer__included ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.offer__included li { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 11px; color: var(--ink-soft); font-size: 15px; line-height: 1.45; }
.offer__included li > span { display: grid; place-items: center; width: 22px; height: 22px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 10px; }
.offer__included strong { color: var(--ink); }
.offer__included small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.offer__guarantee { margin: 34px auto 0; color: var(--ink); }
.price-card { width: 100%; padding: 32px; color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 34px 80px rgba(6,20,15,0.34); }
.offer__price { grid-area: price; }
.price-card__top { padding-bottom: 20px; color: var(--forest); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-align: center; }
.price-card__price { margin: 28px 0 24px; text-align: center; }
.price-card__price small { display: block; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.price-card__price div { display: flex; justify-content: center; align-items: flex-start; margin: 4px 0; color: var(--forest); }
.price-card__price div span { margin-top: 10px; margin-right: 5px; font-size: 18px; font-weight: 800; }
.price-card__price strong { font-family: var(--serif); font-size: 78px; line-height: 0.92; }
.price-card > p { margin: 14px 0 0; color: #59675f; font-size: 13px; font-weight: 650; text-align: center; }

.faq__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: start; gap: 80px; }
.faq__heading { position: sticky; top: 120px; }
.faq__heading p:last-child { color: var(--ink-soft); }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 46px 22px 0; font-weight: 750; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 17px; display: grid; place-items: center; width: 32px; height: 32px; color: var(--forest); background: var(--sage-light); border-radius: 50%; font-size: 20px; transition: transform 0.2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: -5px 40px 24px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

.closing { position: relative; overflow: hidden; padding: 100px 0; color: var(--white); background: var(--forest); text-align: center; }
.closing::before, .closing::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; }
.closing::before { left: -190px; top: -170px; }
.closing::after { right: -190px; bottom: -170px; }
.closing__inner { position: relative; z-index: 1; max-width: 780px; }
.closing__leaf { color: var(--gold-light); font-family: var(--serif); font-size: 54px; }
.closing h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 64px); line-height: 0.95; }
.closing p:not(.eyebrow) { max-width: 650px; margin: 22px auto 30px; color: rgba(255,255,255,0.84); }
.closing .button { max-width: 500px; margin-inline: auto; }
.closing small { display: block; margin-top: 14px; color: rgba(255,255,255,0.76); font-size: 12px; font-weight: 650; }

.site-footer { padding: 50px 0 34px; color: rgba(255,255,255,0.82); background: #0d211a; }
.footer__top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.brand--footer { color: var(--white); }
.footer__top p { margin: 8px 0 0; font-size: 12px; }
.footer__top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: 12px; }
.footer__top a:hover { color: var(--white); }
.footer__bottom { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 40px; padding-top: 28px; font-size: 12px; }
.footer__bottom p { margin: 0; }
.footer__bottom p:last-child { text-align: right; }

.noscript { position: fixed; z-index: 999; right: 10px; bottom: 10px; max-width: 320px; padding: 12px; color: var(--white); background: #8d3a33; border-radius: 8px; font-size: 12px; }

body.lightbox-open { overflow: hidden; }
.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 72px 24px 28px; background: rgba(8,22,17,0.94); }
.image-lightbox figure { display: grid; gap: 14px; width: min(100%, 1100px); max-height: 100%; margin: 0; }
.image-lightbox img { width: 100%; max-height: calc(100vh - 145px); object-fit: contain; border: 6px solid var(--white); border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,0.44); }
.image-lightbox figcaption { color: var(--white); font-size: 15px; font-weight: 650; line-height: 1.5; text-align: center; }
.image-lightbox__close { position: absolute; top: 16px; right: 18px; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; color: var(--forest-deep); background: var(--white); border: 0; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,0.3); font-size: 31px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }

@media (min-width: 1041px) and (min-height: 850px) {
  .hero { padding: 70px 0 86px; }
  .hero__grid { gap: 78px; }
  .hero__copy h1 { font-size: clamp(52px, 6vw, 76px); }
  .hero-product { width: min(100%, 540px); }
}

@media (max-width: 1040px) {
  .hero__grid { gap: 36px; }
  .hero__copy h1 { font-size: 58px; }
  .cards-grid--three { grid-template-columns: 1fr 1fr; }
  .asset-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); justify-self: center; }
  .super-card { grid-template-columns: 1fr; }
  .super-card > .image-zoom { min-height: 210px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .hero { padding: 54px 0 75px; }
  .hero__grid, .method__grid, .audience__grid, .faq__grid, .numbers__box { grid-template-columns: 1fr; }
  .hero__grid { gap: 58px; }
  .hero__copy { text-align: center; }
  .hero__visual { order: -1; }
  .hero__copy h1, .hero__lead, .hero__offer { margin-left: auto; margin-right: auto; }
  .hero__value-line { margin-left: 0; text-align: center; }
  .hero__checks { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .hero-product { width: min(100%, 360px); max-width: 530px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid div:nth-child(2) { border-right: 0; }
  .trust-strip__grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.13); }
  .problem__grid { grid-template-columns: 1fr; }
  .method__grid, .audience__grid { gap: 54px; }
  .method__media { order: 2; }
  .bonuses__heading { grid-template-columns: 1fr; gap: 20px; }
  .cards-grid--three { grid-template-columns: 1fr; }
  .asset-card:last-child { grid-column: auto; max-width: none; }
  .super-grid { grid-template-columns: 1fr; }
  .super-card { grid-template-columns: 42% 58%; }
  .numbers__box { gap: 35px; padding: 40px; }
  .offer__layout { grid-template-columns: 1fr; grid-template-areas: "price" "bundle" "included"; gap: 24px; }
  .offer__bundle, .offer__included { width: min(100%, 640px); margin-inline: auto; }
  .offer__price { width: min(100%, 520px); margin-inline: auto; }
  .faq__heading { position: static; }
  .footer__bottom { grid-template-columns: 1fr; gap: 15px; }
  .footer__bottom p:last-child { text-align: left; }
}

@media (max-width: 620px) {
  html { scroll-behavior: auto; }
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  main, main > *, main * { min-width: 0; }
  main :is(h1, h2, h3, p, li, span, strong, a, summary) { overflow-wrap: anywhere; }
  main img, main picture, main button, main .button { max-width: 100%; }
  .container, .narrow { width: calc(100% - 28px); max-width: calc(100% - 28px); }
  .section { padding: 68px 0; }
  .brand { font-size: 12px; letter-spacing: 0.13em; }
  .hero { padding: 32px 0 52px; }
  .hero::before, .hero__glow, .hero-product__halo, .superbonuses::before, .audience__botanical { display: none; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); min-width: 0; gap: 0; }
  .hero__copy { display: contents; }
  .hero__copy h1 { order: 1; width: 100%; min-width: 0; max-width: 100%; margin: 0 auto; padding-inline: 2px; font-size: clamp(29px, 9vw, 38px); line-height: 1; text-align: center; text-wrap: pretty; overflow-wrap: anywhere; }
  .hero__visual { order: 2; width: 100%; min-width: 0; margin-top: 22px; }
  .hero__lead { order: 3; width: 100%; min-width: 0; margin: 18px auto 0; font-size: 16px; line-height: 1.6; text-align: center; }
  .hero__checks { order: 4; margin: 16px auto 0; gap: 8px; }
  .hero__checks li { font-size: 15px; }
  .hero__checks li span { flex-basis: 20px; width: 20px; height: 20px; font-size: 11px; }
  .hero__offer { order: 5; width: 100%; min-width: 0; margin: 20px auto 0; }
  .hero__value-line { font-size: 13px; line-height: 1.45; }
  .button--wide { min-height: 54px; }
  .microcopy { margin-top: 7px; }
  .hero-product { width: 100%; max-width: 360px; padding: 0; }
  .hero-product img { border-width: 7px; border-radius: 22px; }
  .trust-strip__grid div { min-height: 96px; padding: 16px; }
  .trust-strip strong { font-size: 29px; }
  .trust-strip span { font-size: 12px; }
  .section-title { font-size: 39px; }
  .section-intro { font-size: 16px; }
  .problem__grid { margin-top: 38px; }
  .problem-card { padding: 28px 22px; }
  .method__copy h2, .audience__copy h2, .faq__heading h2, .guarantee__copy h2, .offer__heading h2 { font-size: 40px; }
  .learning-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asset-card__body { padding: 26px 24px 28px; }
  .bonuses { padding-bottom: 0; }
  .superbonuses { margin-top: 68px; padding: 68px 0; }
  .super-grid { gap: 14px; margin-top: 30px; }
  .super-card { grid-template-columns: minmax(0, 38fr) minmax(0, 62fr); align-items: stretch; }
  .super-card > .image-zoom { display: flex; justify-content: center; align-items: center; min-height: 0; aspect-ratio: auto; background: #f4efe5; }
  .super-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; }
  .super-card .image-zoom::after { display: none; }
  .super-card > div { min-width: 0; padding: 20px 16px; }
  .super-card span { font-size: 11px; }
  .super-card h3 { margin: 8px 0; font-size: 24px; line-height: 1.05; }
  .super-card p { font-size: 15px; line-height: 1.5; }
  .super-card p.asset-format { margin-top: 10px; padding-top: 9px; font-size: 14px; }
  .bonus-details { margin-top: 11px; }
  .mobile-bonus-cta { display: grid; gap: 14px; margin-top: 28px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); text-align: center; }
  .mobile-bonus-cta p { display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; margin: 0; }
  .mobile-bonus-cta p span { color: var(--ink-soft); font-size: 14px; font-weight: 700; }
  .mobile-bonus-cta p strong { color: var(--forest); font-family: var(--serif); font-size: 32px; line-height: 1; }
  .mobile-bonus-cta p small { color: var(--ink-soft); font-size: 13px; }
  .mobile-bonus-cta .button { width: 100%; min-height: 52px; }
  .mobile-bonus-cta--final { margin-top: 26px; }
  .numbers__box { grid-template-columns: minmax(0, 1fr); padding: 30px 20px; }
  .numbers__copy, .numbers__grid { width: 100%; max-width: 100%; }
  .numbers__grid, .trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .numbers__grid div { min-height: 105px; padding: 14px; }
  .audience-proof { margin-top: 50px; padding-top: 50px; }
  .audience__quote { padding: 38px 28px; }
  .audience__quote blockquote { font-size: 30px; }
  .guarantee__box { grid-template-columns: 1fr; gap: 28px; padding: 34px 24px; text-align: center; }
  .guarantee__seal { width: 135px; height: 135px; margin-inline: auto; }
  .guarantee__copy h3 { font-size: 30px; }
  .method__grid, .audience__grid, .faq__grid, .offer__layout { grid-template-columns: minmax(0, 1fr); }
  .offer__layout { gap: 22px; margin-top: 32px; }
  .offer__included { padding: 26px 22px; text-align: left; }
  .offer__included h3 { font-size: 30px; }
  .offer__included small { font-size: 14px; }
  .offer__guarantee { margin-top: 28px; }
  .price-card { padding: 28px 20px; }
  .price-card__price strong { font-size: 68px; }
  .price-card > p { font-size: 14px; }
  .faq summary { font-size: 16px; }
  .closing { padding: 78px 0; }
  .closing h2 { font-size: 43px; }
  .button { white-space: normal; }
  .footer__top { flex-direction: column; }
  .footer__top nav { justify-content: flex-start; gap: 14px 22px; }
  .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .reveal--delay, .reveal--delay-2, .reveal--delay-3 { transition-delay: 0s; }
  .button, .asset-card, .asset-card__image img, .faq summary::after { transition: none; }
  .image-zoom::after { right: 10px; bottom: 10px; font-size: 12px; }
  .image-lightbox { padding: 70px 12px 20px; }
  .image-lightbox img { max-height: calc(100vh - 145px); border-width: 4px; border-radius: 12px; }
  .image-lightbox figcaption { font-size: 15px; }
}

@media (hover: none) and (pointer: coarse) {
  .button:hover, .asset-card:hover { transform: none; }
  .asset-card:hover img { transform: none; }
}

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