:root {
  --paper: #fbf3ef;
  --paper-2: #f4e4df;
  --rose: #ecd1cf;
  --terracotta: #c9633b;
  --terracotta-dark: #9f4729;
  --olive: #6f7251;
  --olive-dark: #4d5137;
  --ink: #2e2a27;
  --muted: #6f6862;
  --white: #fffdfb;
  --line: rgba(46, 42, 39, .14);
  --shadow: 0 28px 70px rgba(75, 55, 45, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 10px; color: white; background: var(--olive-dark); }
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.4rem, 6.2vw, 6.3rem); }
h2 { font-size: clamp(2.6rem, 4.6vw, 4.6rem); }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.25rem); }
p { margin: 0; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--terracotta-dark); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: #f4d8ca; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(251, 243, 239, .93); border-color: var(--line); box-shadow: 0 8px 30px rgba(74, 52, 41, .06); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.7rem; line-height: 1; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.34rem; font-weight: 600; line-height: .95; letter-spacing: .02em; text-transform: uppercase; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; font-size: .86rem; font-weight: 600; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--terracotta); transition: right .2s; }
.nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 700; line-height: 1.2; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button-small { min-height: 43px; padding: 10px 18px; font-size: .78rem; }
.button-primary { color: white; background: var(--terracotta); box-shadow: 0 14px 34px rgba(201, 99, 59, .25); }
.button-primary:hover { background: var(--terracotta-dark); box-shadow: 0 18px 40px rgba(201, 99, 59, .3); }
.button-ghost { border-color: rgba(46, 42, 39, .28); background: rgba(255,255,255,.2); }
.button-ghost:hover { border-color: var(--terracotta); color: var(--terracotta-dark); }
.button-whatsapp { color: white; background: var(--olive); }
.button-whatsapp:hover { background: var(--olive-dark); }
.button-course { color: var(--olive-dark); background: #f6ded2; box-shadow: 0 16px 40px rgba(30, 34, 20, .18); }
.button-course:hover { background: white; }

.hero { position: relative; min-height: 820px; padding: 150px 0 80px; overflow: hidden; background: linear-gradient(125deg, #fbf3ef 0%, #f8e9e5 56%, #ead4d0 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to top, var(--paper), transparent); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 74px; }
.hero-copy h1 em { display: block; color: var(--terracotta); font-weight: 500; }
.hero-lead { max-width: 650px; margin-top: 30px; color: #5e5752; font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.trust-row span { color: var(--muted); font-size: .73rem; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 485px); }
.image-frame { position: relative; padding: 13px; border: 1px solid rgba(111,114,81,.35); border-radius: 48% 48% 24px 24px; }
.image-frame::before { content: ""; position: absolute; inset: 26px -22px -22px 38px; z-index: -1; border-radius: 48% 48% 24px 24px; background: var(--olive); opacity: .85; }
.image-frame img { width: 100%; aspect-ratio: 1.03; object-fit: cover; border-radius: 48% 48% 18px 18px; }
.image-badge { position: absolute; left: -54px; bottom: 44px; display: flex; align-items: center; gap: 10px; padding: 14px 17px; border-radius: 14px; color: var(--olive-dark); background: rgba(255,253,251,.93); box-shadow: var(--shadow); font-size: .76rem; font-weight: 700; backdrop-filter: blur(8px); }
.image-badge span { font-family: var(--serif); font-size: 1.7rem; }
.hand-note { margin: 28px 0 0 50px; color: var(--olive-dark); font-family: var(--serif); font-size: 1.5rem; font-style: italic; transform: rotate(-2deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(201,99,59,.17); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; right: -220px; top: 80px; }
.orbit-two { width: 260px; height: 260px; left: -120px; bottom: 60px; }

.section-intro { text-align: center; }
.section-intro > p:last-child { margin: 24px auto 0; color: var(--muted); font-size: 1rem; }
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.symptom-card { position: relative; min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,251,.68); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.symptom-card:hover { transform: translateY(-5px); border-color: rgba(201,99,59,.4); box-shadow: var(--shadow); }
.symptom-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -55px; bottom: -65px; border-radius: 50%; border: 1px solid var(--rose); }
.card-number { color: var(--terracotta); font-family: var(--serif); font-size: 1rem; }
.symptom-card h3 { margin-top: 58px; font-size: 2rem; }
.symptom-card p { margin-top: 16px; color: var(--muted); font-size: .9rem; }

.paths { background: #f6e8e3; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.section-heading > p { color: var(--muted); }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 58px; }
.path-card { padding: 46px; border-radius: 32px; }
.path-featured { color: white; background: var(--olive); box-shadow: 0 28px 60px rgba(72,77,46,.2); }
.path-course { border: 1px solid rgba(201,99,59,.24); background: rgba(255,253,251,.8); }
.path-label { display: inline-block; margin-bottom: 34px; padding: 7px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }
.path-card h3 { font-size: 2.8rem; }
.path-card > p { margin-top: 20px; font-size: .92rem; opacity: .82; }
.check-list { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-size: .9rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--olive-dark); background: #f5d8cc; font-size: .7rem; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: .88rem; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.course { position: relative; color: white; background: var(--olive-dark); overflow: hidden; }
.course::before { content: ""; position: absolute; width: 600px; height: 600px; left: -320px; top: -300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.course-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 88px; align-items: center; }
.course-copy > p:not(.eyebrow) { margin-top: 26px; color: rgba(255,255,255,.72); }
.course-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 38px 0; padding: 25px 0; border-block: 1px solid rgba(255,255,255,.15); }
.course-meta div { display: flex; flex-direction: column; }
.course-meta strong { font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.course-meta span { color: rgba(255,255,255,.65); font-size: .72rem; }
.course-copy > small { display: block; margin-top: 15px; color: rgba(255,255,255,.55); font-size: .68rem; }
.course-panel { padding: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(255,255,255,.075); box-shadow: 0 30px 80px rgba(10,12,7,.25); backdrop-filter: blur(8px); }
.panel-kicker { margin-bottom: 22px; color: #f3d5c8; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.module-list { margin: 0; padding: 0; list-style: none; }
.module-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.module-list li > span { color: #edc4b3; font-family: var(--serif); font-size: 1.2rem; }
.module-list strong, .module-list small { display: block; }
.module-list strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; line-height: 1.2; }
.module-list small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .75rem; }
.bonus-strip { margin-top: 24px; padding: 16px 18px; border-radius: 14px; color: var(--olive-dark); background: #f3d8cd; font-size: .78rem; font-weight: 600; }
.bonus-strip span { margin-right: 8px; color: var(--terracotta-dark); font-weight: 800; text-transform: uppercase; }

.results { background: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.testimonial { margin: 0; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.testimonial-accent { color: white; background: var(--terracotta); border-color: var(--terracotta); transform: translateY(24px); }
.quote-mark { height: 47px; color: var(--terracotta); font-family: var(--serif); font-size: 4.7rem; line-height: 1; }
.testimonial-accent .quote-mark { color: #f7d8cc; }
.testimonial > p { margin-top: 18px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }
.testimonial footer { display: flex; flex-direction: column; margin-top: 32px; padding-top: 20px; border-top: 1px solid currentColor; font-style: normal; opacity: .78; }
.testimonial footer span { font-size: .76rem; font-weight: 700; }
.testimonial footer small { font-size: .66rem; }

.about { background: #f5e7e2; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 620px; }
.about-visual > img { position: absolute; inset: 55px auto auto 0; width: 82%; height: 300px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.about-portrait { position: absolute; right: 0; bottom: 0; width: 52%; padding: 9px; border: 1px solid rgba(201,99,59,.35); border-radius: 120px 120px 18px 18px; background: var(--paper); }
.about-portrait img { width: 100%; height: 390px; object-fit: cover; object-position: center top; border-radius: 115px 115px 12px 12px; }
.about-copy h2 { max-width: 520px; }
.about-copy > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }
.about-copy .about-lead { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.instagram-link { color: var(--terracotta-dark); font-size: .82rem; font-weight: 700; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; cursor: pointer; font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1.25; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); color: var(--terracotta); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 40px 25px 0; color: var(--muted); font-size: .9rem; }

.final-cta { padding: 100px 0; color: white; text-align: center; background: var(--terracotta); }
.final-cta-inner { max-width: 820px; }
.final-cta h2 { font-size: clamp(3rem, 5vw, 5rem); }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 25px auto 32px; color: rgba(255,255,255,.8); }

.site-footer { padding: 70px 0 28px; color: #dcd8cb; background: #303326; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.brand-footer { color: white; }
.footer-grid > div:first-child p { max-width: 330px; margin-top: 20px; color: #aaa998; font-size: .8rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { margin-bottom: 6px; color: white; font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: #aaa998; font-size: .78rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #888979; font-size: .65rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.85); border-radius: 50%; color: white; background: #25d366; box-shadow: 0 12px 34px rgba(28,100,55,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 31px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .13s; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; padding: 145px 0 90px; background: var(--paper); }
.legal-shell { max-width: 840px; }
.legal-shell h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-shell h2 { margin-top: 48px; font-size: 2rem; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.legal-shell p { margin-top: 18px; }
.legal-shell ul { padding-left: 22px; }
.legal-back { display: inline-flex; margin-bottom: 32px; color: var(--terracotta-dark); font-weight: 700; font-size: .84rem; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; z-index: 2; }
  .nav { position: fixed; inset: 0 0 auto; display: grid; justify-items: start; gap: 22px; padding: 110px 30px 36px; background: var(--paper); box-shadow: var(--shadow); transform: translateY(-110%); transition: transform .25s; }
  .nav.is-open { transform: translateY(0); }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { justify-self: center; }
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom-card { min-height: 210px; }
  .symptom-card h3 { margin-top: 38px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .path-grid { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: 1fr; gap: 55px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-accent { transform: none; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .header-inner { min-height: 74px; }
  .brand strong { font-size: 1.1rem; }
  .brand small { font-size: .5rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; padding: 115px 0 70px; }
  .hero-lead { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 20px 14px; }
  .trust-row div:last-child { grid-column: 1 / -1; }
  .image-badge { left: 8px; bottom: 20px; }
  .image-frame::before { inset: 18px -8px -12px 18px; }
  .hand-note { margin-left: 20px; }
  .symptom-card, .path-card, .course-panel, .testimonial { padding: 28px; }
  .path-card h3 { font-size: 2.3rem; }
  .course-meta { gap: 10px; }
  .course-meta strong { font-size: 1.9rem; }
  .about-visual { min-height: 480px; }
  .about-visual > img { width: 92%; height: 230px; }
  .about-portrait { width: 58%; }
  .about-portrait img { height: 310px; }
  .faq-list summary { font-size: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

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