:root {
  --ink: #111614;
  --ink-soft: #4e5853;
  --green-950: #06140d;
  --green-900: #0a2317;
  --green-800: #0d3824;
  --green-700: #135536;
  --green-600: #1c7048;
  --gold: #bd8a2c;
  --gold-2: #d9b15a;
  --gold-soft: #f6edda;
  --cream: #fbfaf7;
  --white: #ffffff;
  --line: #e3e6e3;
  --muted: #f2f4f2;
  --shadow: 0 24px 70px rgba(11, 29, 19, .12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

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

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 247, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(17, 22, 20, .08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; }
.brand-mark {
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold);
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: -.05em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 14px; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; font-size: 9px; color: var(--ink-soft); letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; }
.main-nav a { font-size: 14px; font-weight: 700; color: #29312d; }
.main-nav a:hover { color: var(--green-700); }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--green-700), var(--green-950)); box-shadow: 0 12px 30px rgba(10, 55, 35, .23); }
.btn-primary:hover { box-shadow: 0 16px 36px rgba(10, 55, 35, .31); }
.btn-gold { color: #17130a; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 12px 30px rgba(189, 138, 44, .22); }
.btn-dark { color: var(--white); background: var(--green-950); }
.btn.full { width: 100%; }
.text-link { color: var(--green-700); font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.hero { overflow: hidden; position: relative; background: radial-gradient(circle at 80% 15%, rgba(189, 138, 44, .10), transparent 32%), var(--cream); }
.hero::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(189, 138, 44, .14); border-radius: 50%; right: -180px; top: 80px; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.hero-photo-wrap { position: relative; min-height: 600px; border-radius: 0 0 var(--radius-xl) var(--radius-xl); overflow: hidden; background: var(--green-950); box-shadow: var(--shadow); }
.hero-photo { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center top; filter: saturate(.9) contrast(1.03); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4, 13, 8, .55), transparent 42%); pointer-events: none; }
.hero-badge { position: absolute; z-index: 2; left: 24px; bottom: 24px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); padding: 11px 14px; border-radius: 999px; display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.badge-dot { width: 9px; height: 9px; background: #24a765; border-radius: 50%; box-shadow: 0 0 0 6px rgba(36, 167, 101, .14); }
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: var(--green-700); }
.eyebrow.light { color: var(--gold-2); }
.hero h1 { margin: 0; font-size: clamp(42px, 5.1vw, 68px); line-height: .99; letter-spacing: -.052em; max-width: 760px; }
.hero h1 span { color: var(--gold); }
.hero-text { max-width: 640px; margin: 28px 0 30px; font-size: 18px; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.trust-row { margin-top: 26px; display: flex; align-items: center; gap: 13px; }
.trust-row p { margin: 0; font-size: 13px; color: var(--ink-soft); line-height: 1.45; }
.trust-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--green-700); font-weight: 900; background: var(--white); }

.section-heading { max-width: 720px; margin: 0 auto 52px; }
.section-heading h2, .method h2, .offer h2, .about h2, .faq h2, .final-cta h2, .pain h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -.04em; }
.section-heading p:not(.eyebrow) { color: var(--ink-soft); }
.choice { background: var(--white); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 1050px; margin: 0 auto; }
.choice-card { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(180deg, #fff, #fbfcfb); box-shadow: 0 18px 45px rgba(17, 22, 20, .06); }
.choice-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; border-top: 4px solid var(--green-700); pointer-events: none; }
.choice-card.consult-card::before { border-color: var(--gold); }
.choice-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--green-900); color: white; font-weight: 900; margin-bottom: 24px; }
.choice-icon.gold { background: var(--gold); color: #1d1507; }
.card-label { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 900; letter-spacing: .12em; color: var(--green-700); }
.gold-text { color: var(--gold) !important; }
.choice-card h3 { margin: 0 0 14px; font-size: 28px; line-height: 1.16; letter-spacing: -.03em; }
.choice-card > p { color: var(--ink-soft); }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; font-size: 15px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-700); font-weight: 950; }
.gold-checks li::before { color: var(--gold); }

.pain { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 85% 50%, rgba(189, 138, 44, .18), transparent 28%), linear-gradient(135deg, #111512, #050b08); }
.pain::after { content: ""; position: absolute; right: -120px; bottom: -140px; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(217, 177, 90, .18); }
.pain-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.pain-copy p:not(.eyebrow) { color: rgba(255,255,255,.69); }
.pain-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pain-item { min-height: 190px; padding: 26px; border: 1px solid rgba(255,255,255,.10); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); backdrop-filter: blur(8px); }
.pain-item span { color: var(--gold-2); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.pain-item h3 { margin: 30px 0 0; font-size: 20px; line-height: 1.35; }

.method { background: var(--cream); }
.method-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.method h2 span { color: var(--gold); }
.method-subtitle { max-width: 680px; color: var(--ink-soft); }
.pdz-seal { min-width: 245px; padding: 20px 22px; border-left: 1px solid var(--line); display: flex; align-items: center; gap: 16px; }
.pdz-seal strong { font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.pdz-seal small { font-size: 10px; font-weight: 900; letter-spacing: .13em; color: var(--gold); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; min-height: 255px; padding: 30px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 47px; z-index: 2; color: var(--gold); font-size: 25px; font-weight: 900; }
.step-number { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--green-950); color: white; font-weight: 900; }
.step h3 { margin: 27px 0 10px; font-size: 22px; }
.step p { color: var(--ink-soft); font-size: 14px; }

.offer { color: white; background: var(--green-950); }
.offer + .offer { border-top: 1px solid rgba(255,255,255,.08); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.offer-grid.reverse { grid-template-columns: .9fr 1.1fr; }
.offer-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.feature-list { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 15px; }
.feature-list li { display: flex; align-items: center; gap: 12px; }
.feature-list span { width: 28px; height: 28px; border: 1px solid rgba(217,177,90,.45); border-radius: 50%; display: grid; place-items: center; color: var(--gold-2); }
.course-visual { position: relative; min-height: 480px; display: grid; place-items: center; perspective: 900px; }
.screen-card { width: 78%; aspect-ratio: 1.45; border: 9px solid #202924; border-radius: 18px; background: linear-gradient(135deg, #14261b, #070e0a); box-shadow: 0 40px 70px rgba(0,0,0,.35); transform: rotateY(-8deg) rotateX(4deg); }
.screen-top { height: 32px; padding: 0 12px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.09); }
.screen-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.screen-content { height: calc(100% - 32px); display: grid; place-content: center; text-align: center; }
.screen-content small { color: var(--gold-2); font-weight: 900; letter-spacing: .16em; }
.screen-content strong { margin: 10px 0; font-size: 44px; line-height: .9; letter-spacing: -.04em; }
.screen-content em { font-style: normal; color: var(--gold-2); }
.screen-content p { margin: 0; color: rgba(255,255,255,.6); }
.phone-card { position: absolute; left: 4%; bottom: 22px; width: 120px; height: 230px; border: 7px solid #222c26; border-radius: 24px; background: linear-gradient(180deg, #0d1d14, #080e0b); display: grid; align-content: center; justify-items: center; box-shadow: 0 26px 40px rgba(0,0,0,.35); transform: rotate(-5deg); }
.phone-card small { color: var(--gold-2); letter-spacing: .15em; }
.phone-card strong { font-size: 42px; color: white; }
.sheet-card { position: absolute; right: 2%; bottom: 20px; width: 190px; height: 150px; padding: 18px; background: white; color: var(--ink); border-radius: 10px; transform: rotate(5deg); box-shadow: 0 25px 50px rgba(0,0,0,.3); }
.sheet-card span { color: var(--green-700); font-weight: 900; font-size: 12px; }
.sheet-lines { margin-top: 15px; height: 82px; background: repeating-linear-gradient(to bottom, #edf1ee 0 1px, transparent 1px 17px), repeating-linear-gradient(to right, #edf1ee 0 1px, transparent 1px 46px); }
.consult-photo-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 35px 70px rgba(0,0,0,.32); }
.consult-photo-card img { width: 100%; min-height: 550px; object-fit: cover; object-position: center top; }
.consult-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,9,6,.9), transparent 52%); }
.photo-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.photo-caption span { display: block; color: var(--gold-2); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.photo-caption strong { display: block; margin-top: 8px; font-size: 25px; }
.timeline { margin: 28px 0 34px; display: grid; gap: 18px; }
.timeline > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.timeline span { width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-2); font-weight: 900; }
.timeline p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; }
.timeline strong { color: white; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.about-photo { position: relative; width: min(100%, 420px); margin: 0 auto; }
.about-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 12px solid var(--muted); }
.about-ring { position: absolute; inset: -18px; border: 1px solid rgba(189,138,44,.45); border-radius: 50%; }
.about-copy p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }

.testimonials { background: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { padding: 30px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(17,22,20,.05); }
.stars { color: var(--gold); letter-spacing: .14em; }
.testimonial blockquote { margin: 22px 0 26px; font-size: 17px; line-height: 1.55; }
.person { display: flex; align-items: center; gap: 12px; }
.person > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green-950); color: white; font-weight: 900; }
.person p { margin: 0; display: flex; flex-direction: column; }
.person small { color: var(--ink-soft); }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.accordion { display: grid; gap: 12px; }
details { background: white; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 0 22px; }
summary { cursor: pointer; list-style: none; padding: 21px 36px 21px 0; font-weight: 800; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 16px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--muted); color: var(--green-700); font-size: 20px; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 22px; color: var(--ink-soft); }

.final-cta { background: linear-gradient(135deg, var(--green-950), #0c2418); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-actions { display: flex; align-items: center; gap: 16px; }
.final-actions span { color: rgba(255,255,255,.55); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.site-footer { background: #030806; color: rgba(255,255,255,.65); border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; }
.footer-brand { color: white; }
.footer-inner a:hover { color: white; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #1fa463; color: white; font-size: 12px; font-weight: 950; box-shadow: 0 15px 35px rgba(16, 116, 68, .35); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero-grid { gap: 44px; }
  .hero h1 { font-size: 49px; }
  .choice-card { padding: 34px; }
  .offer-grid, .offer-grid.reverse { gap: 52px; }
}

@media (max-width: 860px) {
  .section-pad { padding: 74px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 78px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; font-size: 14px; }
  .hero-grid, .choice-grid, .pain-grid, .offer-grid, .offer-grid.reverse, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-media { order: 2; }
  .hero-content { order: 1; }
  .hero-photo-wrap, .hero-photo { min-height: 520px; }
  .pain-grid, .offer-grid, .about-grid, .faq-grid { gap: 48px; }
  .method-top { align-items: flex-start; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 60px 0; }
  .brand { min-width: 0; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 7px; }
  .hero h1 { font-size: 40px; }
  .hero-text { font-size: 16px; }
  .hero-actions, .final-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .btn, .final-actions .btn { width: 100%; }
  .hero-photo-wrap, .hero-photo { min-height: 430px; }
  .choice-card { padding: 28px 22px; }
  .choice-card h3 { font-size: 24px; }
  .pain-items, .steps-grid { grid-template-columns: 1fr; }
  .pain-item { min-height: 155px; }
  .step:not(:last-child)::after { display: none; }
  .method-top { flex-direction: column; }
  .pdz-seal { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .course-visual { min-height: 390px; }
  .screen-card { width: 90%; }
  .screen-content strong { font-size: 34px; }
  .phone-card { width: 92px; height: 176px; }
  .phone-card strong { font-size: 31px; }
  .sheet-card { width: 145px; height: 116px; }
  .consult-photo-card img { min-height: 430px; }
  .footer-inner { padding: 28px 0; flex-direction: column; align-items: flex-start; }
  .whatsapp-float { width: 50px; height: 50px; right: 14px; bottom: 14px; }
}
