:root {
  --emerald: #0f3d34;
  --emerald-2: #134e43;
  --mint: #e6f0e9;
  --cream: #f7f6f1;
  --gold: #c8a96a;
  --ink: #18322d;
  --muted: #65736f;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(15, 61, 52, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 5.7vw, 6.3rem); }
h2 { font-size: clamp(2.4rem, 4vw, 4.6rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
em { color: var(--gold); font-weight: 400; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -6rem; padding: .8rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 20; width: 100%; }
.nav-wrap { width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: 1.1rem 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(247,246,241,.22); color: var(--white); }
.brand img { width: 84px; height: 84px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
nav { display: flex; gap: 2rem; }
nav a, .nav-cta { text-decoration: none; font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; }
nav a { padding: .5rem 0; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s ease; }
nav a:hover::after { width: 100%; }
.nav-cta { border: 1px solid var(--gold); border-radius: 999px; padding: .8rem 1.3rem; transition: .3s ease; }
.nav-cta:hover { background: var(--gold); color: var(--emerald); transform: translateY(-2px); }
.hero { min-height: 100svh; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--emerald); color: var(--white); }
.hero-copy { padding: 10.5rem max(4vw, 2rem) 5rem max(6vw, 2rem); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::before { content: ""; width: 320px; height: 320px; border: 1px solid rgba(200,169,106,.22); border-radius: 50%; position: absolute; left: -190px; top: 30%; }
.eyebrow { font-family: var(--sans); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--gold); margin-bottom: 1.25rem; }
.hero h1 { max-width: 850px; margin-bottom: 1.5rem; }
.lead { max-width: 720px; color: rgba(255,255,255,.77); font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.button { display: inline-flex; width: fit-content; align-items: center; justify-content: center; min-height: 54px; padding: .95rem 1.6rem; border-radius: 999px; text-decoration: none; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .105em; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.button:hover { transform: translateY(-4px); }
.button-gold { color: var(--emerald); background: var(--gold); box-shadow: 0 16px 36px rgba(200,169,106,.2); }
.button-gold:hover { background: #d8ba7c; box-shadow: 0 20px 44px rgba(200,169,106,.34); }
.button-green { background: var(--emerald); color: var(--white); }
.microcopy { font-size: .8rem; color: rgba(255,255,255,.58); margin: .7rem 0 1.6rem; }
.hero-proof { display: flex; gap: 1.4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); width: fit-content; }
.hero-proof span { display: flex; gap: .45rem; align-items: baseline; color: rgba(255,255,255,.66); font-size: .8rem; }
.hero-proof strong { font-family: var(--serif); color: var(--gold); font-size: 1.6rem; font-weight: 400; }
.hero-visual { min-height: 100%; position: relative; padding: 7.5rem 4vw 3.5rem 0; display: flex; align-items: center; }
.image-frame { height: min(78vh, 850px); width: 100%; overflow: hidden; border-radius: 260px 260px 22px 22px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.image-frame img { height: 100%; width: 100%; object-fit: cover; }
.floating-note { position: absolute; left: -3rem; bottom: 7%; max-width: 270px; padding: 1.2rem 1.4rem; background: var(--cream); color: var(--emerald); box-shadow: var(--shadow); font-family: var(--serif); font-size: 1.1rem; }
.floating-note span { display: block; font-family: var(--sans); color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; margin-bottom: .35rem; }
.section { padding: clamp(5rem, 9vw, 9rem) max(6vw, 1.4rem); }
.section-kicker { width: fit-content; border: 1px solid rgba(15,61,52,.22); border-radius: 999px; padding: .55rem 1rem; color: var(--emerald); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; margin-bottom: 3rem; }
.problem { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); max-width: 1260px; margin: auto; }
.problem h2 { margin-bottom: 1.2rem; }
.statement { font-family: var(--serif); color: var(--muted); font-size: clamp(1.35rem, 2.1vw, 2.2rem); line-height: 1.3; }
.recognition { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; border-top: 1px solid rgba(15,61,52,.16); padding: 1.45rem 0; transition: transform .3s ease, border-color .3s ease; }
.recognition:hover { transform: translateX(9px); border-color: var(--gold); }
.recognition span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.recognition p { margin: 0; }
.method { background: var(--mint); }
.method-intro { max-width: 940px; margin: 0 auto; text-align: center; }
.method-intro > p:last-child { max-width: 780px; margin: 0 auto; color: var(--muted); }
.week-track { position: relative; max-width: 980px; margin: 5rem auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.track-line { position: absolute; left: 10%; right: 10%; top: 28px; height: 1px; background: rgba(15,61,52,.28); }
.track-item { z-index: 1; text-align: center; }
.track-item b { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; margin: 0 auto .8rem; background: var(--emerald); color: var(--gold); font-family: var(--serif); font-weight: 400; transition: .35s ease; }
.track-item:hover b { transform: scale(1.12); background: var(--gold); color: var(--emerald); }
.track-item span { font-family: var(--serif); font-size: 1.2rem; }
.sustain-card { max-width: 1120px; margin: auto; background: var(--emerald); color: var(--white); padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 180px 1fr; gap: 3rem; align-items: center; border-radius: 2px 90px 2px 2px; box-shadow: var(--shadow); }
.sustain-number { font-family: var(--serif); font-size: 9rem; color: var(--gold); line-height: 1; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.sustain-card p:last-child { color: rgba(255,255,255,.72); margin-bottom: 0; }
.included { background: var(--cream); }
.center-heading { max-width: 850px; margin: 0 auto 4rem; text-align: center; }
.value-grid { max-width: 1260px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.value-card { min-height: 390px; padding: 2rem; border: 1px solid rgba(15,61,52,.15); margin-right: -1px; position: relative; background: rgba(255,255,255,.3); transition: transform .35s ease, background .35s ease, box-shadow .35s ease; }
.value-card:hover { transform: translateY(-12px); background: var(--white); box-shadow: var(--shadow); z-index: 2; }
.card-number { position: absolute; right: 1.5rem; top: 1rem; color: rgba(15,61,52,.28); font-family: var(--serif); font-size: 1rem; }
.line-icon { font-size: 2rem; color: var(--gold); margin: 3rem 0 3.5rem; }
.value-card p { color: var(--muted); margin-bottom: 0; }
.story { background: #0b322b; color: var(--white); }
.story-card { max-width: 1200px; margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; background: var(--cream); color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.24); }
.story-photo { min-height: 650px; margin: 0; position: relative; overflow: hidden; background: var(--gold); }
.story-photo img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center; transition: transform .8s ease; }
.story-card:hover .story-photo img { transform: scale(1.025); }
.story-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(5,35,29,.82)); pointer-events: none; }
.story-photo figcaption { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.3rem; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.story-copy { padding: clamp(2.2rem, 5vw, 5.4rem); }
.story-copy h2 { font-size: clamp(2.2rem, 3.5vw, 4rem); }
blockquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.9rem); color: var(--emerald); }
.story-copy > p { color: var(--muted); }
.disclaimer { display: block; padding-top: 1.2rem; border-top: 1px solid rgba(15,61,52,.14); color: #78827f; }
.bonuses { background: var(--cream); }
.bonus-grid { max-width: 1160px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.bonus-card { padding: 3rem 2rem; background: var(--white); border: 1px solid rgba(15,61,52,.12); transition: transform .35s ease, box-shadow .35s ease; }
.bonus-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
.bonus-card span { color: var(--gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.bonus-card p { color: var(--muted); margin-bottom: 0; }
.bonus-card.featured { background: var(--emerald); color: var(--white); transform: translateY(-18px); }
.bonus-card.featured:hover { transform: translateY(-28px); }
.bonus-card.featured p { color: rgba(255,255,255,.7); }
.closing { background: var(--emerald); color: var(--white); display: grid; grid-template-columns: 1fr minmax(360px, 560px); align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.closing-copy { max-width: 700px; }
.closing-copy p:last-child { color: rgba(255,255,255,.7); font-size: 1.1rem; }
.eyebrow.light { color: var(--gold); }
.offer-card { background: var(--cream); color: var(--ink); padding: clamp(2rem, 4vw, 3.4rem); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.offer-card > img { width: 110px; margin: -1rem auto 1.3rem; }
.offer-label { text-align: center; color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.offer-card ul { list-style: none; padding: 0; margin: 1.7rem 0; }
.offer-card li { padding: .65rem 0 .65rem 1.8rem; border-bottom: 1px solid rgba(15,61,52,.12); position: relative; }
.offer-card li::before { content: "✓"; color: var(--gold); position: absolute; left: 0; font-weight: 900; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: .75rem; align-items: start; margin: 1.5rem 0 1rem; font-size: .88rem; color: var(--muted); cursor: pointer; }
.consent-row input { width: 19px; height: 19px; accent-color: var(--emerald); margin-top: .2rem; }
.consent-row a { color: var(--emerald); font-weight: 700; }
.offer-card .button { width: 100%; }
.button.is-disabled { opacity: .45; filter: grayscale(.5); cursor: not-allowed; transform: none; box-shadow: none; }
.consent-message { margin: .55rem 0 0; text-align: center; font-size: .75rem; color: #8e5d37; }
.consent-message.ready { color: var(--emerald); }
.whatsapp-link { display: flex; justify-content: center; gap: .5rem; margin-top: 1.2rem; color: var(--emerald); font-size: .9rem; font-weight: 700; text-decoration: none; }
.whatsapp-link span { transition: transform .25s ease; }
.whatsapp-link:hover span { transform: translateX(6px); }
.secure-note { text-align: center; color: #7c8582; font-size: .7rem; margin: 1rem 0 0; }
.bot-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
footer { background: #082923; color: rgba(255,255,255,.62); text-align: center; padding: 4rem 1.5rem 5rem; }
footer > img { width: 90px; margin: 0 auto 1rem; }
footer p { color: var(--gold); font-family: var(--serif); letter-spacing: .05em; }
footer div { display: flex; justify-content: center; gap: 1.5rem; margin: 1rem 0 1.5rem; }
footer a { color: var(--white); font-size: .85rem; }
footer small { max-width: 760px; display: block; margin: auto; }
.mobile-sticky { display: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.legal-page { background: var(--cream); }
.legal-header { min-height: 108px; padding: 1rem max(5vw, 1.5rem); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(15,61,52,.14); }
.legal-header img { width: 76px; }
.legal-header > a:last-child { color: var(--emerald); font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.legal-content { max-width: 900px; margin: 0 auto; padding: 5rem 1.5rem 8rem; }
.legal-content h1 { color: var(--emerald); margin-bottom: .5rem; }
.legal-content h2 { color: var(--emerald); font-size: 1.55rem; margin-top: 2.5rem; }
.legal-intro { color: var(--muted); }
.legal-notice { background: #fff4db; border-left: 3px solid var(--gold); padding: 1.1rem 1.2rem; margin: 2rem 0; }
.legal-content .button { margin-top: 2.5rem; }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 88svh; padding-top: 9rem; }
  .hero-visual { padding: 0 1.5rem 4rem; min-height: auto; }
  .image-frame { height: 70vh; }
  .floating-note { left: 0; bottom: 2rem; }
  .problem-grid, .closing { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card { grid-template-columns: .8fr 1.2fr; }
  .sustain-card { grid-template-columns: 130px 1fr; }
  .sustain-number { font-size: 7rem; }
}

@media (max-width: 700px) {
  body { padding-bottom: 62px; }
  .nav-wrap { width: calc(100% - 2rem); }
  .brand img { width: 68px; height: 68px; }
  .nav-cta { padding: .65rem 1rem; }
  .hero-copy { padding: 8rem 1.4rem 4rem; min-height: auto; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  .hero-proof { width: 100%; gap: .7rem; justify-content: space-between; }
  .hero-proof span { display: block; }
  .hero-proof strong { display: block; }
  .hero-visual { padding: 0 1rem 3.5rem; }
  .image-frame { height: 68vh; border-radius: 190px 190px 14px 14px; }
  .floating-note { margin: 0 1.5rem; max-width: 250px; }
  .section { padding: 5.5rem 1.3rem; }
  .week-track { grid-template-columns: repeat(2, 1fr); gap: 2rem 0; }
  .track-line { display: none; }
  .sustain-card { grid-template-columns: 1fr; gap: 1.5rem; border-radius: 2px 58px 2px 2px; }
  .sustain-number { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 1rem; }
  .value-grid, .bonus-grid, .story-card { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .line-icon { margin: 2rem 0; }
  .story-photo, .story-photo img { min-height: 520px; height: 520px; }
  .bonus-card.featured { transform: none; }
  .bonus-card.featured:hover { transform: translateY(-10px); }
  .closing { grid-template-columns: 1fr; }
  .mobile-sticky { display: flex; position: fixed; z-index: 50; left: .75rem; right: .75rem; bottom: .65rem; height: 50px; align-items: center; justify-content: center; background: var(--gold); color: var(--emerald); border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
  footer { padding-bottom: 3rem; }
}

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