:root {
    --ivory: #fbf7ed;
    --ivory-deep: #f2ead8;
    --paper: #fffdf7;
    --emerald: #0b4d3b;
    --emerald-dark: #063126;
    --emerald-soft: #dfece6;
    --gold: #c89431;
    --gold-light: #edcd83;
    --ink: #17302a;
    --muted: #66736e;
    --line: rgba(11, 77, 59, .14);
    --shadow: 0 22px 60px rgba(25, 54, 45, .12);
    --radius: 24px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--emerald-dark); font-family: var(--serif); font-weight: 600; letter-spacing: -.025em; line-height: 1.13; }
h1 { font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
h2 { font-size: clamp(1.85rem, 3vw, 3.05rem); }
h3 { font-size: 1.45rem; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(850px, 100%); margin-inline: auto; text-align: center; }
.section { padding: 104px 0; }
.section-soft { background: var(--ivory-deep); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; background: white; color: var(--emerald); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .mini-label { display: inline-flex; align-items: center; gap: 9px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.eyebrow-light { color: var(--gold-light); }
.lead { max-width: 760px; color: rgba(255,255,255,.82); font-size: clamp(1.1rem, 2vw, 1.36rem); }
.lead-small { color: var(--muted); font-size: 1.15rem; }

.announcement-bar { background: var(--emerald-dark); color: rgba(255,255,255,.76); font-size: .82rem; }
.announcement-inner { display: flex; justify-content: space-between; gap: 24px; padding-block: 8px; }
.announcement-inner a { color: var(--gold-light); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(251,247,237,.96); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 86px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 185px; }
.brand img { width: 46px; height: 42px; border-radius: 10px; object-fit: cover; object-position: 50% 18%; }
.brand span { display: grid; }
.brand strong { color: var(--emerald-dark); font-family: var(--serif); font-size: 1rem; }
.brand small { color: var(--muted); font-size: .66rem; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 1.15vw, 19px); }
.primary-nav > a, .nav-dropdown-toggle { position: relative; border: 0; background: none; color: #29463e; cursor: pointer; font-size: .79rem; font-weight: 700; padding: 30px 0; white-space: nowrap; }
.primary-nav > a::after, .nav-dropdown-toggle::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--gold); content: ""; opacity: 0; transform: scaleX(.35); transition: .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after, .nav-dropdown-toggle:hover::after, .nav-dropdown-toggle.active::after { opacity: 1; transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { position: absolute; top: calc(100% - 10px); left: 50%; width: 300px; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 8px); transition: .2s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown-menu a { display: block; padding: 10px 13px; border-radius: 11px; color: var(--ink); font-size: .88rem; }
.nav-dropdown-menu a:hover { background: var(--emerald-soft); color: var(--emerald); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.login-link { color: var(--emerald); font-size: .84rem; font-weight: 800; white-space: nowrap; }
.nav-mobile-action { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--emerald); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .91rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .8rem; }
.button-whatsapp { border-color: #1e9e61; background: #1e9e61; color: #fff; }
.button-whatsapp:hover { background: #167d4d; box-shadow: 0 10px 24px rgba(30,158,97,.22); }
.button-gold { background: var(--gold); color: #17150f; box-shadow: 0 12px 30px rgba(200,148,49,.25); }
.button-gold:hover { background: var(--gold-light); }
.button-primary { background: var(--emerald); color: white; box-shadow: 0 12px 30px rgba(11,77,59,.2); }
.button-outline { border-color: var(--emerald); color: var(--emerald); }
.button-ghost-light { border-color: rgba(255,255,255,.35); color: white; }
.text-link, .card-link { color: var(--emerald); font-weight: 800; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.home-hero, .page-hero { position: relative; overflow: hidden; background: var(--emerald); color: white; }
.home-hero::after, .page-hero::after { position: absolute; right: -130px; bottom: -210px; width: 480px; height: 480px; border: 1px solid rgba(237,205,131,.25); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(237,205,131,.04), 0 0 0 110px rgba(237,205,131,.03); }
.hero-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(30deg, transparent 40%, rgba(255,255,255,.18) 40%, rgba(255,255,255,.18) 41%, transparent 41%); background-size: 60px 60px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 62px; min-height: 620px; padding-block: 68px; }
.hero-copy h1, .page-hero h1, .feature-panel h2 { margin: 18px 0 23px; color: white; }
.hero-copy h1 { max-width: 660px; font-size: clamp(2.8rem, 4.65vw, 4.75rem); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 0; color: rgba(255,255,255,.76); font-size: .87rem; list-style: none; }
.hero-points li::before { margin-right: 8px; color: var(--gold-light); content: "◆"; font-size: .55rem; }
.hero-visual { position: relative; min-height: 470px; }
.hero-photo { position: absolute; inset: 20px 0 20px 28px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 120px 26px 120px 26px; box-shadow: 0 38px 80px rgba(0,0,0,.25); }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6,49,38,.34)); content: ""; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; width: 230px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(6,49,38,.9); box-shadow: 0 20px 50px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.floating-card span { grid-row: span 2; color: var(--gold-light); font-family: var(--serif); font-size: 1.55rem; }
.floating-card strong { font-family: var(--serif); }
.floating-card small { color: rgba(255,255,255,.65); }
.floating-card-top { top: 0; right: -15px; }
.floating-card-bottom { bottom: 10px; left: -25px; }
.page-hero { padding: 126px 0 116px; }
.page-hero h1 { font-size: clamp(2.45rem, 4.2vw, 4.2rem); }
.page-hero .lead { margin-inline: auto; }
.page-hero-compact { padding: 92px 0 84px; }
.course-hero .split-layout { position: relative; z-index: 1; align-items: center; }
.course-facts { padding: 30px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.course-facts div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.course-facts span { display: block; color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.course-facts strong { display: block; margin-top: 4px; font-size: .92rem; }
.course-facts p { margin: 20px 0 0; color: rgba(255,255,255,.66); font-size: .82rem; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 28px 34px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--emerald); font-family: var(--serif); font-size: 1.08rem; }
.trust-grid span { color: var(--muted); font-size: .79rem; }
.section-heading { margin-bottom: 46px; }
.section-heading h2 { margin: 13px 0 0; }
.section-heading p { color: var(--muted); }
.heading-row { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.centered { max-width: 750px; margin-right: auto; margin-left: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.course-card { position: relative; display: flex; flex-direction: column; min-height: 350px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 12px 40px rgba(17,55,44,.05); transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.course-icon { position: absolute; top: 25px; right: 26px; color: rgba(11,77,59,.11); font-family: var(--serif); font-size: 3rem; }
.course-card h2, .course-card h3 { margin: 16px 0 13px; }
.course-card p { color: var(--muted); }
.course-card .card-link { margin-top: auto; }
.course-card .card-link span { transition: margin .2s ease; }
.course-card:hover .card-link span { margin-left: 5px; }
.course-grid-wide .course-card { min-height: 370px; }
.course-meta { padding-top: 15px; border-top: 1px solid var(--line); font-size: .82rem; }

.section-photo, .page-photo { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.section-photo img, .page-photo img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.material-mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 27px 0; }
.material-mini-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.material-mini-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--emerald-soft); color: var(--emerald); font-family: var(--serif); font-size: 1.25rem; }
.material-mini-grid h3 { margin: 0 0 3px; font-size: 1rem; }
.material-mini-grid p { margin: 0; font-size: .78rem; }
.materials-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.material-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.material-card > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--emerald); color: var(--gold-light); font-family: var(--serif); font-size: 1.7rem; }
.material-card h2 { margin: 22px 0 10px; font-size: 1.55rem; }
.material-card p { color: var(--muted); }
.material-card a { color: var(--emerald); font-weight: 800; }

.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.price-card.featured { border: 2px solid var(--gold); box-shadow: 0 20px 50px rgba(200,148,49,.13); }
.price-badge { position: absolute; top: -13px; right: 22px; padding: 5px 11px; border-radius: 999px; background: var(--gold); color: #201b10; font-size: .67rem; font-weight: 850; }
.price-card h2, .price-card h3 { margin: 15px 0 7px; font-size: 1.75rem; }
.price-card > strong { color: var(--emerald); font-size: .91rem; }
.price-card > p { color: var(--muted); font-size: .86rem; }
.price-card ul { display: grid; gap: 10px; margin: 22px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .81rem; list-style: none; }
.price-card li::before { margin-right: 8px; color: var(--gold); content: "✓"; font-weight: 900; }
.price-card .card-link, .price-card .button { margin-top: auto; }
.fees-note { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.fees-note span { flex: 1; color: var(--muted); }
.fees-note a { color: var(--emerald); font-weight: 800; }
.fee-disclosure { max-width: 880px; margin: 65px auto 0; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory-deep); text-align: center; }
.fee-disclosure .eyebrow { justify-content: center; }
.fee-disclosure h2 { margin: 12px 0; }
.fee-disclosure p { color: var(--muted); }
.fee-disclosure .button-row { justify-content: center; }

.spiritual-banner { position: relative; min-height: 520px; overflow: hidden; }
.spiritual-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.spiritual-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 70px 0; background: linear-gradient(90deg, rgba(6,49,38,.92), rgba(6,49,38,.32) 65%, rgba(6,49,38,.08)); color: white; }
.spiritual-overlay h2 { max-width: 670px; margin: 12px 0; color: white; }
.spiritual-overlay p { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.spiritual-banner-short { min-height: 400px; }

.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.journey-step { padding: 26px; border-top: 2px solid var(--gold); background: rgba(255,253,247,.64); }
.journey-step span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 23px; border-radius: 50%; background: var(--emerald); color: white; font-family: var(--serif); }
.journey-step h3 { margin-bottom: 8px; }
.journey-step p { color: var(--muted); font-size: .9rem; }
.why-section { background: var(--emerald-dark); }
.split-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; }
.content-split { align-items: center; }
.content-split p { color: var(--muted); }
.feature-panel { align-self: stretch; padding: 50px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.feature-panel p { color: rgba(255,255,255,.7); }
.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.benefit-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.benefit-grid article > span { color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.benefit-grid h2, .benefit-grid h3 { margin: 15px 0 9px; color: inherit; }
.benefit-grid p { margin: 0; color: inherit; opacity: .7; font-size: .88rem; }
.why-section .benefit-grid { color: white; }
.benefit-grid-large { grid-template-columns: repeat(3,1fr); }
.benefit-grid-large article { border-color: var(--line); background: var(--paper); color: var(--ink); }
.benefit-grid-large article > span { color: var(--gold); }
.teacher-visual { display: grid; place-items: center; min-height: 420px; border-radius: var(--radius); background: radial-gradient(circle at center, rgba(237,205,131,.35), transparent 44%), var(--emerald); color: white; }
.teacher-visual p { margin: 0; color: white; font-family: var(--serif); font-size: 1.4rem; }
.teacher-orbit { display: grid; place-items: center; width: 200px; height: 200px; border: 1px solid var(--gold-light); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.06), 0 0 0 68px rgba(255,255,255,.04); }
.teacher-orbit span { color: var(--gold-light); font-family: var(--serif); font-size: 4rem; }
.check-list { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--emerald-soft); color: var(--emerald); content: "✓"; font-size: .72rem; font-weight: 900; }
.check-list-card { margin: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.faq-layout { grid-template-columns: .75fr 1.25fr; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; color: var(--emerald-dark); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--sans); font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 45px 22px 0; color: var(--muted); }
.trial-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px 60px; border-radius: var(--radius); background: var(--emerald); color: white; box-shadow: var(--shadow); }
.trial-panel h2 { margin: 10px 0; color: white; }
.trial-panel p { max-width: 710px; margin: 0; color: rgba(255,255,255,.72); }
.number-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.number-list li { display: grid; grid-template-columns: 44px 1fr; gap: 2px 14px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); counter-increment: item; }
.number-list li::before { grid-row: span 2; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--emerald); color: white; content: counter(item); font-family: var(--serif); }
.number-list strong { color: var(--emerald-dark); font-family: var(--serif); }
.number-list span { color: var(--muted); font-size: .84rem; }
.stacked-cards { display: grid; gap: 14px; }
.stacked-cards article { display: grid; grid-template-columns: 44px 1fr; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.stacked-cards article > span { grid-row: span 2; color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.stacked-cards h3, .stacked-cards p { margin-bottom: 3px; }
.stacked-cards p { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.purpose-quote { margin: 0; padding: 45px; border-radius: var(--radius); background: var(--emerald); color: white; }
.purpose-quote p { color: white; font-family: var(--serif); font-size: 2rem; line-height: 1.3; }
.purpose-quote cite { color: var(--gold-light); font-style: normal; }

.contact-layout, .trial-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: start; }
.contact-aside, .trial-aside { position: sticky; top: 120px; border-radius: var(--radius); background: var(--emerald); color: white; }
.contact-aside { overflow: hidden; }
.trial-aside { padding: 35px; }
.contact-aside-content { padding: 30px 35px 35px; }
.contact-photo { height: 230px; margin: 0; overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-aside h2 { margin-top: 12px; color: white; }
.contact-aside > p { color: rgba(255,255,255,.7); }
.contact-method { display: grid; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-method span { color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-method strong { overflow-wrap: anywhere; }
.form-card { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 15px 50px rgba(16,52,43,.06); }
.form-card > h2 { margin: 12px 0; }
.form-card > p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 19px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: var(--emerald-dark); font-size: .8rem; font-weight: 800; }
.form-wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(11,77,59,.2); border-radius: 12px; outline: 0; background: white; color: var(--ink); }
input, select { min-height: 49px; padding: 10px 13px; }
textarea { resize: vertical; padding: 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,148,49,.14); }
.form-note { margin: 18px 0; color: var(--muted); font-size: .78rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-alert { margin: 24px 0; padding: 22px; border-radius: 15px; }
.form-alert ul { margin-bottom: 0; }
.form-alert-error { border: 1px solid #d99387; background: #fff1ed; color: #7e261c; }
.form-alert-success { border: 1px solid rgba(11,77,59,.22); background: var(--emerald-soft); }
.form-alert-success h2 { margin: 8px 0; }
.form-alert-success .text-link { display: block; margin-top: 14px; }
.privacy-note { margin-top: 28px; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.07); }
.privacy-note p { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: .84rem; }
.trial-aside .number-list li { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.trial-aside .number-list li::before { background: var(--gold); color: var(--emerald-dark); }
.trial-aside .number-list strong { color: white; }
.trial-aside .number-list span { color: rgba(255,255,255,.64); }

.site-footer { padding: 75px 0 25px; background: var(--emerald-dark); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 55px; }
.footer-grid h2 { color: var(--gold-light); font-family: var(--sans); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 9px 0; }
.footer-grid a:hover { color: white; }
.footer-brand p { max-width: 370px; }
.brand-light strong { color: white; }
.brand-light small { color: rgba(255,255,255,.55); }
.footer-grid address { display: grid; gap: 10px; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; padding: 12px 18px; border-radius: 999px; background: #1e9e61; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: .8rem; font-weight: 850; }
.entry-content { max-width: 920px; margin: 48px auto; }
.entry-content > img, .entry-content .wp-post-image { height: auto; border-radius: var(--radius); }
.course-card > .wp-post-image, .material-card > .wp-post-image { width: calc(100% + 62px); max-width: none; height: 170px; margin: -31px -31px 24px; object-fit: cover; }
.primary-nav .wp-nav-menu { display: flex; align-items: center; gap: clamp(10px, 1.15vw, 19px); margin: 0; padding: 0; list-style: none; }
.primary-nav .wp-nav-menu a { color: #29463e; font-size: .79rem; font-weight: 700; white-space: nowrap; }
body.admin-bar .site-header { top: 32px; }

@media (max-width: 1100px) {
    .header-inner { grid-template-columns: auto auto 1fr; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: 86px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
    .primary-nav.open { display: grid; }
    .primary-nav .wp-nav-menu { display: grid; align-items: stretch; gap: 4px; }
    .primary-nav .wp-nav-menu a { display: block; padding: 10px 7px; }
    .primary-nav > a, .nav-dropdown-toggle { width: 100%; padding: 10px 7px; text-align: left; }
    .primary-nav > a::after, .nav-dropdown-toggle::after { display: none; }
    .nav-dropdown-menu { position: static; display: none; width: 100%; padding: 5px 0 5px 12px; border: 0; border-left: 1px solid var(--gold); border-radius: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
    .nav-dropdown.open .nav-dropdown-menu { display: block; transform: none; }
    .header-actions { justify-self: end; }
    .hero-grid { grid-template-columns: 1fr 420px; gap: 35px; }
    .hero-copy h1 { font-size: clamp(2.7rem, 5.5vw, 4.2rem); }
    .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 30px; }
}

@media (max-width: 860px) {
    .section { padding: 76px 0; }
    .announcement-inner span { display: none; }
    .announcement-inner { justify-content: center; }
    .header-inner { grid-template-columns: auto 1fr auto; min-height: 76px; }
    .header-actions .button { display: none; }
    .primary-nav { top: 76px; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; }
    .hero-visual { min-height: 460px; }
    .split-layout, .heading-row, .contact-layout, .trial-form-layout { grid-template-columns: 1fr; }
    .course-grid, .benefit-grid-large, .materials-grid, .pricing-grid { grid-template-columns: repeat(2,1fr); }
    .journey-grid, .value-grid { grid-template-columns: repeat(2,1fr); }
    .contact-aside, .trial-aside { position: static; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
    .trial-panel { align-items: flex-start; flex-direction: column; padding: 42px; }
    .fees-note { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 28px, 1180px); }
    .brand img { width: 46px; height: 42px; }
    .brand small { display: none; }
    .brand strong { font-size: .98rem; }
    .header-actions { display: none; }
    .header-inner { grid-template-columns: 1fr auto; }
    .nav-mobile-action { display: block; }
    .nav-mobile-whatsapp { color: #167d4d; font-weight: 800; }
    .page-hero { padding: 78px 0 72px; }
    .home-hero h1 { font-size: 2.75rem; }
    .hero-visual { min-height: 380px; }
    .hero-photo { inset: 24px 0; border-radius: 70px 18px 70px 18px; }
    .floating-card { width: 205px; padding: 13px; }
    .floating-card-top { right: 0; }
    .floating-card-bottom { left: 0; }
    .course-grid, .benefit-grid, .benefit-grid-large, .journey-grid, .value-grid, .form-grid, .materials-grid, .pricing-grid, .material-mini-grid { grid-template-columns: 1fr; }
    .form-wide { grid-column: auto; }
    .course-card { min-height: auto; }
    .feature-panel, .form-card, .trial-aside { padding: 27px; }
    .contact-aside-content { padding: 27px; }
    .teacher-visual { min-height: 330px; }
    .trial-panel { padding: 32px 25px; }
    .spiritual-banner { min-height: 440px; }
    .spiritual-overlay { padding: 45px 0; background: linear-gradient(0deg, rgba(6,49,38,.92), rgba(6,49,38,.18)); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { right: 14px; bottom: 14px; }
}

@media (max-width: 782px) {
    body.admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Premium emerald public theme — reference-inspired, original implementation */
body {
    background: #f7f3e9;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
h1, h2, h3 { font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 700; }
h1 { font-size: clamp(2.55rem, 4.4vw, 4.65rem); }
h2 { font-size: clamp(2rem, 3.15vw, 3.35rem); }
.section { padding: 110px 0; }
.announcement-bar { border-bottom: 1px solid rgba(237,205,131,.24); background: #03281f; color: rgba(255,255,255,.82); }
.announcement-inner { align-items: center; justify-content: center; padding-block: 10px; text-align: center; }
.announcement-inner strong { margin-right: 5px; color: var(--gold-light); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.announcement-inner a { margin-left: 10px; color: #ffd36d; text-decoration: underline; text-underline-offset: 3px; }
.site-header { border-bottom-color: rgba(237,205,131,.17); background: rgba(4,48,37,.97); }
.header-inner { min-height: 84px; }
.brand { min-width: 205px; }
.brand img { width: 44px; height: 44px; border: 1px solid rgba(237,205,131,.35); border-radius: 12px; }
.brand strong { color: white; font-family: Outfit, sans-serif; font-size: 1.05rem; font-weight: 750; }
.brand small { color: var(--gold-light); font-size: .61rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.primary-nav > a, .nav-dropdown-toggle { color: rgba(255,255,255,.88); font-size: .8rem; }
.primary-nav > a::after, .nav-dropdown-toggle::after { background: #f2ad27; }
.nav-dropdown-menu { border-color: rgba(200,148,49,.2); background: #fffdf7; }
.nav-dropdown-menu a { color: var(--ink); }
.login-link { color: rgba(255,255,255,.9); }
.menu-toggle { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.menu-toggle > span:not(.sr-only) { background: white; }
.button-gold { background: linear-gradient(135deg, #f0a614, #ffc43b); color: #1c1a12; box-shadow: 0 14px 34px rgba(240,166,20,.28); }
.button-gold:hover { background: linear-gradient(135deg, #ffc43b, #f3c969); }
.button-arrow { gap: 15px; }
.button-arrow span { font-size: 1.15em; transition: transform .2s ease; }
.button-arrow:hover span { transform: translateX(4px); }

.home-hero-v2 { background: #043126; }
.home-hero-v2::before { position: absolute; inset: 0; background: radial-gradient(circle at 73% 45%, rgba(25,141,94,.24), transparent 32%), radial-gradient(circle at 15% 15%, rgba(212,164,60,.08), transparent 25%); content: ""; }
.home-hero-v2::after { right: -190px; bottom: -260px; width: 620px; height: 620px; border-color: rgba(237,205,131,.18); }
.home-hero-v2 .hero-pattern { opacity: .17; background-image: linear-gradient(30deg, transparent 48%, rgba(255,255,255,.09) 49%, transparent 50%); background-size: 44px 44px; }
.hero-sparkles { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle, #e4bd5f 1px, transparent 1.5px); background-position: 12% 18%, 32% 42%, 67% 12%; background-size: 170px 150px; mask-image: linear-gradient(90deg, transparent, black 20%, black 85%, transparent); }
.home-hero-v2 .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 76px; min-height: 690px; padding-block: 72px 88px; }
.home-hero-v2 .hero-copy h1 { max-width: 670px; margin: 24px 0; font-size: clamp(3.15rem, 5.25vw, 5.15rem); font-weight: 750; line-height: 1.02; letter-spacing: -.05em; }
.home-hero-v2 .hero-copy h1 span { color: #f2a817; }
.home-hero-v2 .lead { max-width: 650px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.75; }
.eyebrow-pill { padding: 8px 16px; border: 1px solid rgba(237,205,131,.35); border-radius: 999px; background: rgba(237,205,131,.08); color: #f2cf77; }
.eyebrow-pill::before { width: 9px; height: 9px; border-radius: 50%; background: #f0a614; box-shadow: 0 0 0 5px rgba(240,166,20,.12); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 32px; color: rgba(255,255,255,.66); font-size: .78rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof strong { color: #f4c85c; font-family: Outfit, sans-serif; }
.hero-visual-premium { min-height: 555px; }
.hero-photo-premium { inset: 0; border: 1px solid rgba(237,205,131,.3); border-radius: 44px 44px 130px 44px; background: #062d24; box-shadow: 0 42px 100px rgba(0,0,0,.38); }
.hero-photo-premium::after { background: linear-gradient(180deg, transparent 58%, rgba(3,40,31,.52)); }
.hero-photo-premium img { object-position: center 48%; }
.visual-glow { position: absolute; right: -10%; bottom: -8%; width: 330px; height: 330px; border-radius: 50%; background: rgba(239,169,28,.16); filter: blur(65px); }
.home-hero-v2 .floating-card { border-color: rgba(237,205,131,.25); background: rgba(3,43,33,.94); }
.home-hero-v2 .floating-card-top { top: 36px; right: -22px; }
.home-hero-v2 .floating-card-bottom { bottom: 32px; left: -34px; }

.trust-strip-dark { border-color: rgba(237,205,131,.16); background: #03281f; }
.trust-grid-four { grid-template-columns: repeat(4,1fr); }
.trust-strip-dark .trust-grid div { border-color: rgba(255,255,255,.1); }
.trust-strip-dark .trust-grid strong { color: #f5d47d; font-family: Outfit, sans-serif; font-size: .95rem; }
.trust-strip-dark .trust-grid span { color: rgba(255,255,255,.58); }

.academy-intro { background: #f7f3e9; }
.intro-layout { align-items: center; gap: 90px; }
.intro-layout h2 { max-width: 650px; margin: 18px 0 22px; }
.intro-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 32px 0; }
.intro-stats div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.62); }
.intro-stats strong, .intro-stats span { display: block; }
.intro-stats strong { color: var(--emerald); font-family: Outfit, sans-serif; font-size: .91rem; }
.intro-stats span { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.intro-photo { position: relative; margin: 0; padding: 13px; border: 1px solid rgba(200,148,49,.28); border-radius: 40px 40px 120px 40px; background: white; box-shadow: 0 32px 80px rgba(10,55,42,.14); }
.intro-photo img { width: 100%; height: 500px; border-radius: 30px 30px 106px 30px; object-fit: cover; }
.intro-photo figcaption { position: absolute; right: 34px; bottom: 29px; left: 34px; display: grid; padding: 17px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(3,45,34,.88); color: white; backdrop-filter: blur(12px); }
.intro-photo figcaption span { color: rgba(255,255,255,.65); font-size: .76rem; }

.courses-bento-section { position: relative; overflow: hidden; background: #052f25; }
.courses-bento-section::before { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(45deg, transparent 48%, rgba(255,255,255,.14) 49%, transparent 50%); background-size: 54px 54px; content: ""; }
.courses-bento-section .container { position: relative; }
.heading-on-dark h2 { color: white; }
.heading-on-dark p { color: rgba(255,255,255,.62); }
.course-bento-grid { grid-template-columns: repeat(4,1fr); }
.course-bento-card { min-height: 290px; border-color: rgba(237,205,131,.14); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: none; }
.course-bento-card:hover { border-color: rgba(237,205,131,.42); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.course-bento-wide { grid-column: span 2; }
.course-bento-card h3 { max-width: 80%; color: white; font-family: Outfit, sans-serif; }
.course-bento-card p { color: rgba(255,255,255,.58); }
.course-bento-card .course-icon { color: rgba(241,180,48,.18); font-family: Outfit, sans-serif; font-weight: 800; }
.course-bento-card .card-link { color: #f3c65f; }
.course-bento-card .mini-label { color: #deb95e; }

.fees-preview { background: #f3ecdd; }
.pricing-grid-premium { gap: 18px; }
.pricing-grid-premium .price-card { overflow: visible; border-color: rgba(11,77,59,.13); border-radius: 22px; background: rgba(255,255,255,.83); box-shadow: 0 18px 45px rgba(12,54,42,.07); }
.pricing-grid-premium .price-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--emerald), var(--gold)); content: ""; }
.pricing-grid-premium .price-card.featured { background: #083c2f; }
.pricing-grid-premium .price-card.featured h3, .pricing-grid-premium .price-card.featured > strong { color: white; }
.pricing-grid-premium .price-card.featured ul { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.64); }

.materials-preview { background: #fffdf7; }
.materials-photo { border-radius: 38px 38px 110px 38px; }
.material-mini-grid article { box-shadow: 0 10px 30px rgba(11,77,59,.05); }

.lesson-showcase { position: relative; overflow: hidden; background: #03281f; }
.lesson-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; align-items: stretch; }
.lesson-screen { position: relative; min-height: 510px; padding: 12px; overflow: hidden; border: 1px solid rgba(237,205,131,.25); border-radius: 30px; background: rgba(255,255,255,.06); box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.lesson-screen > img { width: 100%; height: 100%; min-height: 486px; border-radius: 21px; object-fit: cover; }
.lesson-screen::after { position: absolute; inset: 12px; border-radius: 21px; background: linear-gradient(180deg, transparent 60%, rgba(2,35,27,.72)); content: ""; }
.lesson-screen-bar { position: absolute; right: 34px; bottom: 32px; left: 34px; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 0 10px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(2,38,29,.88); color: white; backdrop-filter: blur(10px); }
.lesson-screen-bar .live-dot { grid-row: span 2; align-self: center; width: 10px; height: 10px; border-radius: 50%; background: #f0a614; box-shadow: 0 0 0 6px rgba(240,166,20,.12); }
.lesson-screen-bar small { color: rgba(255,255,255,.61); }
.lesson-features { display: grid; gap: 14px; }
.lesson-features article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.055); color: white; }
.lesson-features article > span { color: #f0bd4c; font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.lesson-features h3 { margin-bottom: 7px; color: white; font-size: 1.18rem; }
.lesson-features p { margin: 0; color: rgba(255,255,255,.56); font-size: .84rem; }

.journey-section { background: #f7f3e9; }
.journey-step { border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 18px; background: rgba(255,255,255,.7); box-shadow: 0 12px 35px rgba(11,77,59,.05); }
.why-section { background: #052f25; }
.final-cta-section { background: #f7f3e9; }
.trial-panel-premium { position: relative; overflow: hidden; border: 1px solid rgba(237,205,131,.22); background: linear-gradient(135deg, #073b2e, #03281f); }
.trial-panel-premium::after { position: absolute; top: -120px; right: -80px; width: 320px; height: 320px; border: 1px solid rgba(237,205,131,.24); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(237,205,131,.04), 0 0 0 90px rgba(237,205,131,.025); }
.trial-panel-premium > * { position: relative; z-index: 1; }
.site-footer { background: #021e17; }

@media (max-width: 1100px) {
    .site-header .primary-nav { border-color: rgba(200,148,49,.2); background: #fffdf7; }
    .site-header .primary-nav > a, .site-header .nav-dropdown-toggle { color: var(--ink); }
    .home-hero-v2 .hero-grid { grid-template-columns: 1fr 430px; gap: 40px; }
    .home-hero-v2 .hero-copy h1 { font-size: clamp(3rem, 5.3vw, 4.3rem); }
    .trust-grid-four { grid-template-columns: repeat(2,1fr); }
    .course-bento-grid { grid-template-columns: repeat(2,1fr); }
    .course-bento-wide { grid-column: span 1; }
}

@media (max-width: 860px) {
    .section { padding: 82px 0; }
    .home-hero-v2 .hero-grid { grid-template-columns: 1fr; padding-block: 70px; }
    .home-hero-v2 .hero-copy { max-width: 700px; }
    .hero-visual-premium { min-height: 560px; }
    .intro-layout, .lesson-layout { grid-template-columns: 1fr; }
    .intro-layout { gap: 50px; }
    .intro-photo img { height: 430px; }
    .lesson-features { grid-template-columns: repeat(3,1fr); }
    .lesson-features article { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .announcement-inner { font-size: .72rem; }
    .announcement-inner strong { display: none; }
    .announcement-inner a { margin-left: 0; }
    .brand { min-width: 0; }
    .home-hero-v2 .hero-copy h1 { font-size: 2.82rem; }
    .home-hero-v2 .hero-grid { padding-block: 56px 64px; }
    .home-hero-v2 .lead { font-size: 1rem; }
    .hero-proof { display: grid; gap: 9px; }
    .hero-visual-premium { min-height: 430px; }
    .hero-photo-premium { inset: 0 8px; border-radius: 30px 30px 78px 30px; }
    .home-hero-v2 .floating-card { width: 194px; padding: 12px 14px; }
    .home-hero-v2 .floating-card-top { top: 22px; right: 0; }
    .home-hero-v2 .floating-card-bottom { bottom: 17px; left: 0; }
    .trust-grid-four { grid-template-columns: 1fr; }
    .intro-stats { grid-template-columns: 1fr; }
    .intro-photo img { height: 360px; }
    .course-bento-grid, .lesson-features { grid-template-columns: 1fr; }
    .lesson-screen { min-height: 390px; }
    .lesson-screen > img { min-height: 366px; }
    .lesson-screen-bar { right: 24px; bottom: 24px; left: 24px; }
}
