@font-face{font-family:Jakarta;src:url('jakarta.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
:root{color-scheme:light;--bg:#f7f3ed;--ink:#281c3d;--muted:#655b70;--accent:#6336b5;--lavender:#e6ddf4;--line:#d9d1df;--pad:clamp(22px,5vw,80px);--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Jakarta,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%;height:auto}button{font:inherit}::selection{background:var(--accent);color:white}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{width:min(1320px,calc(100% - var(--pad)*2));margin-inline:auto}.section{padding-block:clamp(80px,8vw,124px)}.title{font-size:clamp(34px,4.1vw,59px);font-weight:700;letter-spacing:-.05em;line-height:1.13;margin:0;text-wrap:balance}.title em,em{color:var(--accent);font-style:normal}.copy{max-width:590px;color:var(--muted);font-size:18px;line-height:1.8;text-wrap:pretty}.kicker{color:var(--accent);font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.08em;text-transform:uppercase;margin:0 0 24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:58px;padding:16px 25px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:white;font-size:15px;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;line-height:1.5}.button:hover{background:#492189;transform:translateY(-3px)}.button:active{transform:translateY(0)}.arrow{font-size:23px;transition:transform .25s}.button:hover .arrow{transform:translate(3px,-3px)}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;font-weight:600;text-decoration:none;line-height:1.6}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.text-link span{transition:transform .25s}.text-link:hover span{transform:translateY(3px)}.skip-link{position:fixed;left:12px;top:-100px;background:white;padding:16px;z-index:100}.skip-link:focus{top:12px}
.site-header{height:88px;position:sticky;top:0;z-index:30;background:rgba(247,243,237,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:144px;height:68px;object-fit:contain}.nav{display:flex;align-items:center;gap:28px}.nav a{font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.nav a:hover{color:var(--accent)}.nav .nav-cta{border:1px solid var(--accent);border-radius:5px;padding:13px 18px;color:var(--accent);display:flex;gap:20px;align-items:center}.nav .nav-cta:hover{color:white;background:var(--accent)}.menu-button{display:none}.reading-progress{height:2px;position:absolute;bottom:-1px;left:0;width:100%;background:var(--accent);transform:scaleX(0);transform-origin:left}
.hero{padding:42px var(--pad) 48px;overflow:hidden}.hero-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center}.hero-copy{padding:32px 0}.hero h1{font-size:clamp(45px,4.7vw,70px);line-height:1.08;font-weight:700;letter-spacing:-.06em;margin:0 0 26px}.hero h1 span{color:var(--accent)}.hero-lead{font-size:18px;line-height:1.8;color:var(--muted);max-width:525px;margin:0 0 28px}.hero-action{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.hero-proof{display:flex;align-items:center;gap:18px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line);max-width:405px}.hero-proof strong{font-size:38px;line-height:1.2;color:var(--accent);letter-spacing:-.05em}.hero-proof span{font-size:13px;line-height:1.7;color:var(--muted)}.hero-visual{position:relative;padding:0 0 24px 10px}.hero-photo{position:relative;border-radius:200px 200px 8px 8px;overflow:hidden;background:var(--lavender);height:600px}.hero-photo img{height:100%;width:100%;object-fit:cover;object-position:50% 38%;animation:photo-arrive 1.6s var(--ease) both}.hero-photo:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(40,28,61,.82))}.hero-caption{position:absolute;z-index:2;left:28px;bottom:28px;color:white;display:grid;gap:7px}.hero-caption strong{font-size:22px}.hero-caption span{font-size:12px}.hero-orbit{position:absolute;right:-65px;top:-25px;width:255px;height:255px;pointer-events:none;overflow:visible}.hero-orbit path{fill:none;stroke:var(--accent);stroke-width:3;stroke-dasharray:1300;stroke-dashoffset:1300;animation:draw-orbit 2s .4s var(--ease) forwards}.photo-note{position:absolute;right:-10px;bottom:0;padding:19px 23px;background:var(--lavender);font-size:12px;font-weight:600;box-shadow:0 8px 25px #281c3d0a}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:9px;background:currentColor;animation:pulse-dot 2s 2}.trust{background:var(--accent);color:var(--bg)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:26px 30px;border-right:1px solid #ffffff30;display:flex;align-items:center;gap:17px}.trust-item:first-child{padding-left:0}.trust-item:last-child{border:0}.trust-item strong{font-size:31px;font-weight:600;letter-spacing:-.05em;white-space:nowrap}.trust-item span{font-size:12px;line-height:1.5;max-width:100px}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.intro-right .copy:first-child{margin-top:0}.topic-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.topic-tags span{border:1px solid var(--line);padding:9px 13px;font-size:12px;border-radius:3px}.experience{background:#efe9f6}.experience-head{max-width:910px}.experience-head .copy{max-width:760px;margin:26px 0 48px}.session-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:76px;align-items:center}.session-scene{background:var(--accent);color:white;padding:30px 25px 24px;position:relative;overflow:hidden;border-radius:8px}.session-label{font-size:12px;font-weight:600}.session-scene img{width:100%;margin:-16px 0 -65px}.session-scene>p{position:relative;font-size:21px;line-height:1.55;letter-spacing:-.025em;margin:12px 5px 0}.session-steps{list-style:none;padding:0;margin:0}.session-steps li{display:flex;gap:23px;padding:23px 0;border-top:1px solid #cfc1e3}.session-steps li:last-child{border-bottom:1px solid #cfc1e3}.session-steps li>span{font-size:12px;color:var(--accent);padding-top:5px;font-weight:700}.session-steps h3{font-size:21px;line-height:1.4;letter-spacing:-.025em;margin:0 0 10px}.session-steps p{font-size:15px;line-height:1.75;color:var(--muted);margin:0}.included-grid{display:grid;grid-template-columns:1fr .95fr;gap:90px;align-items:start}.included-grid .copy{margin-top:25px}.included-item{display:flex;gap:25px;padding:30px 0;border-top:1px solid var(--line)}.included-item:last-child{border-bottom:1px solid var(--line)}.resource-number{color:var(--accent);font-size:12px;font-weight:700;padding-top:7px}.included-item h3{font-size:24px;line-height:1.35;letter-spacing:-.04em;margin:0 0 12px}.included-item p{font-size:16px;line-height:1.75;margin:0;color:var(--muted)}.curriculum{padding-top:20px}.curriculum-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:45px}.curriculum-heading .copy{max-width:410px;margin:0}.curriculum-list{border-bottom:1px solid var(--line)}details{border-top:1px solid var(--line)}summary{padding:26px 0;display:flex;align-items:center;gap:24px;list-style:none;cursor:pointer;font-size:22px;font-weight:600;letter-spacing:-.025em}summary::-webkit-details-marker{display:none}summary:after{content:'+';margin-left:auto;font-size:26px;color:var(--accent);font-weight:400;transition:transform .25s}details[open] summary:after{transform:rotate(45deg)}details p{color:var(--muted);line-height:1.8;font-size:16px;margin:0 0 25px;max-width:840px}.curriculum-list details p{padding-left:48px}.module-number{color:var(--accent);font-size:12px;letter-spacing:0}.curriculum-note{font-size:13px;color:var(--muted);line-height:1.7;margin-top:24px}.community{background:var(--lavender)}.community-head{display:grid;grid-template-columns:1.1fr .9fr;gap:75px;align-items:end;margin-bottom:45px}.community-head .copy{margin:0}.gallery{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}.gallery figure{margin:0;overflow:hidden}.gallery figure:nth-child(2){padding-top:56px}.gallery img{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:5px;transition:transform 1s var(--ease)}.gallery figure:hover img{transform:scale(1.025)}.gallery figcaption{font-size:12px;line-height:1.6;padding:14px 0;color:var(--muted)}.community-footer{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #cbbfdd;padding-top:25px;margin-top:35px}.community-footer strong{font-size:16px;line-height:1.7}.community-footer p{font-size:14px;margin:0;line-height:1.8;max-width:365px}.manifesto{padding:110px 0;background:var(--accent);color:var(--bg)}.manifesto .kicker{color:var(--lavender)}.manifesto blockquote{font-size:clamp(35px,4.8vw,70px);font-weight:400;letter-spacing:-.055em;line-height:1.2;max-width:1140px;margin:0;text-wrap:balance}.manifesto blockquote span{font-weight:700}.manifesto footer{font-size:16px;line-height:1.7;color:var(--lavender);max-width:550px;margin-top:35px}
.mentor-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.mentor-photo{position:relative}.mentor-photo img{height:630px;width:100%;object-fit:cover;object-position:center 24%;border-radius:8px}.mentor-sign{position:absolute;left:24px;bottom:24px;background:var(--bg);padding:18px 25px;font-size:22px;font-weight:600;letter-spacing:-.025em}.mentor-sign span{display:block;font-size:12px;color:var(--muted);font-weight:400;margin-top:5px}.mentor-copy h2{font-size:clamp(54px,6vw,88px);line-height:1.05;letter-spacing:-.055em;margin:0 0 26px}.mentor-copy h2 span{color:var(--accent)}.mentor-copy>p:not(.kicker){font-size:17px;line-height:1.85;color:var(--muted);max-width:550px}.mentor-copy .text-link{margin-top:20px;color:var(--accent)}.voices-head{margin-bottom:40px}.voice-strip{display:grid;grid-template-columns:1fr 1fr;gap:60px}.voice{border-top:2px solid var(--accent);padding:30px 0 10px;display:flex;flex-direction:column;justify-content:space-between;min-height:230px}.voice p{font-size:clamp(24px,2.4vw,34px);line-height:1.5;letter-spacing:-.04em;margin:0 0 28px}.voice footer{font-size:12px;color:var(--muted);line-height:1.8}.extras{background:#eee8f5}.ecosystem-head{margin-bottom:40px}.extras-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:85px}.extra-feature{margin:0}.extra-feature img{width:100%;height:340px;object-fit:cover;border-radius:5px}.extra-feature>div{padding-top:27px}.extra-feature .kicker{margin-bottom:12px}.extra-feature h3,.extra-notes h3{font-size:25px;line-height:1.4;letter-spacing:-.04em;margin:0 0 15px}.extra-feature p:not(.kicker),.extra-notes p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}.extra-notes article{padding:28px 0;border-top:1px solid #cfc3dd}.extra-notes article:first-child{padding-top:0;border:0}.extra-notes article>span{font-size:11px;color:var(--accent);font-weight:700;letter-spacing:.05em;display:block;margin-bottom:16px}.offer-shell{display:grid;grid-template-columns:1fr .75fr;gap:65px;align-items:center}.offer-copy .copy{margin:25px 0}.offer-checks{display:grid;gap:13px;margin-top:30px}.offer-checks span{font-size:15px;line-height:1.6;display:flex;gap:12px}.offer-checks span:before{content:'✓';color:var(--accent);font-weight:700}.buy-card{padding:45px;background:var(--accent);color:var(--bg);border-radius:8px}.buy-card-label{font-size:12px;color:var(--lavender);margin:0 0 26px}.buy-card h3{font-size:35px;letter-spacing:-.04em;margin:0 0 38px}.price-label{font-size:12px;color:var(--lavender);margin:0 0 8px}.price{font-size:clamp(34px,3.4vw,49px);font-weight:700;letter-spacing:-.055em;white-space:nowrap;margin:0}.cash{font-size:12px;color:var(--lavender);margin:12px 0 28px}.buy-card .button,.button-light{width:100%;background:var(--bg);color:var(--accent);border-color:var(--bg)}.buy-card .button:hover,.button-light:hover{background:var(--lavender)}.security{display:grid;gap:10px;margin-top:28px;color:var(--lavender);font-size:13px}.security span:before{content:'✓';margin-right:10px}.faq{padding-top:25px}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:85px}.faq h2{font-size:43px;line-height:1.15;letter-spacing:-.045em;margin:20px 0}.faq summary{font-size:18px;letter-spacing:-.02em;line-height:1.5}.faq details p{font-size:15px}.footer{padding:64px 0;background:var(--ink);color:var(--bg)}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.footer p{font-size:14px;line-height:1.8}.footer-inner>div{display:grid;gap:14px;font-size:12px}.footer a{text-decoration:none}.footer a:hover{text-decoration:underline}.footer-inner>div>span{color:#c7bbd8}.mobile-buy{display:none}
.reveal{opacity:1;transform:none}.motion-ready .reveal:not(.visible){opacity:0;transform:translateY(32px)}.motion-ready .reveal{transition:opacity .85s var(--ease),transform .85s var(--ease)}.entrance{animation:arrive .85s var(--ease) both}.entrance:nth-child(2){animation-delay:.1s}.entrance:nth-child(3){animation-delay:.2s}.entrance:nth-child(4){animation-delay:.3s}.entrance:nth-child(5){animation-delay:.4s}@keyframes arrive{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes photo-arrive{from{transform:scale(1.055);opacity:.4}to{transform:scale(1);opacity:1}}@keyframes draw-orbit{to{stroke-dashoffset:0}}@keyframes pulse-dot{0%,100%{opacity:.5}50%{opacity:1}}
.enrollment-header{display:flex;align-items:center;justify-content:space-between;min-height:100px;gap:20px}.enrollment{display:grid;grid-template-columns:1fr .8fr;gap:85px;padding-block:60px 90px;align-items:start}.enrollment h1{font-size:clamp(39px,4.5vw,64px);line-height:1.15;letter-spacing:-.055em;margin:0}.enrollment-list{padding:0;list-style:none;margin-top:30px}.enrollment-list li{padding:15px 0;border-top:1px solid var(--line);font-size:15px;line-height:1.7}.enrollment-card{background:var(--accent);padding:42px;border-radius:8px;color:var(--bg)}.enrollment-card>img{margin-bottom:36px}.enrollment-card>p{font-size:14px;line-height:1.8;color:var(--lavender)}.enrollment-price{display:block;font-size:46px;letter-spacing:-.05em;margin:10px 0 30px}.enrollment-note{margin-top:23px}.enrollment-guarantee{display:grid;gap:8px;padding-top:25px;margin:25px 0;border-top:1px solid #ffffff35;font-size:14px;line-height:1.7}.enrollment-guarantee span{color:var(--lavender)}.enrollment-card>a:last-child{font-size:12px}.enrollment-footer{padding-bottom:35px;font-size:12px;color:var(--muted);line-height:1.8}
@media(min-width:1600px){.hero-photo{height:670px}.hero-grid{gap:90px}.hero h1{font-size:76px}}@media(max-width:1100px){.nav{gap:17px}.nav a{font-size:12px}.hero-grid{gap:30px}.hero h1{font-size:52px}.hero-photo{height:565px}.hero-action{gap:20px}.hero-orbit{right:-32px;width:205px}.trust-item{padding:24px 17px;gap:12px}.trust-item strong{font-size:26px}.session-grid,.included-grid,.mentor-grid,.extras-grid,.faq-grid,.enrollment{gap:45px}.offer-shell{gap:35px}.buy-card{padding:30px}}
@media(max-width:800px){html{scroll-padding-top:90px}.site-header{height:76px}.brand img{width:125px;height:60px}.menu-button{display:flex;align-items:center;gap:17px;background:none;border:0;font-size:14px;padding:12px 0;color:var(--accent)}.menu-button span{font-size:23px}.nav{display:none;position:absolute;left:0;right:0;top:75px;padding:20px var(--pad) 30px;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 15px 20px #281c3d0a}.nav.open{display:grid;gap:0}.nav a{font-size:16px;padding:14px 0}.nav .nav-cta{margin-top:12px;justify-content:space-between;padding:16px}.hero{padding-top:22px}.hero-grid{grid-template-columns:1fr;gap:20px}.hero-copy{padding-top:18px}.hero h1{font-size:clamp(40px,8vw,64px)}.hero-lead{font-size:17px;max-width:580px}.hero-visual{padding-left:0;max-width:560px;width:100%;margin:auto}.hero-photo{height:570px;border-radius:150px 150px 6px 6px}.hero-orbit{top:-15px;right:-15px;width:210px}.hero-proof{max-width:100%;margin-top:25px}.hero-proof strong{font-size:30px}.hero-proof span{font-size:12px}.hero-photo img{object-position:center 33%}.trust-grid{grid-template-columns:1fr 1fr}.trust-item,.trust-item:first-child{padding:20px 10px}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid #ffffff30}.trust-item strong{font-size:25px}.intro-grid,.session-grid,.included-grid,.community-head,.mentor-grid,.extras-grid,.offer-shell,.faq-grid,.enrollment{grid-template-columns:1fr;gap:35px}.title{font-size:clamp(32px,6vw,45px)}.copy{font-size:16px;line-height:1.85}.kicker{font-size:11px;margin-bottom:19px}.session-scene{max-width:590px}.session-scene img{margin-bottom:-55px}.session-steps h3{font-size:20px}.curriculum-heading{display:block}.curriculum-heading .copy{margin-top:25px;max-width:570px}summary{font-size:18px;line-height:1.5;gap:15px;padding:21px 0}.curriculum-list details p{padding-left:30px}.gallery{gap:15px;grid-template-columns:1fr 1fr}.gallery figure:nth-child(2){padding-top:45px}.gallery img{aspect-ratio:.9;object-position:center}.community-footer{display:block}.community-footer p{margin-top:14px}.manifesto{padding:80px 0}.manifesto blockquote{font-size:clamp(33px,6.5vw,51px)}.manifesto footer{font-size:14px}.mentor-photo{max-width:520px}.mentor-photo img{height:560px}.mentor-copy h2{font-size:58px}.mentor-copy>p:not(.kicker){font-size:16px}.voice-strip{grid-template-columns:1fr;gap:25px}.voice{min-height:auto}.voice p{font-size:25px}.extra-feature img{height:320px}.extra-notes article:first-child{border-top:1px solid var(--line);padding-top:25px}.buy-card{padding:32px}.offer-shell{gap:40px}.price{font-size:44px}.faq h2{font-size:35px}.footer{padding-bottom:110px}.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:24px}.footer-inner>div{grid-column:1/-1}.footer-inner img{width:155px}.mobile-buy{display:flex;align-items:center;justify-content:space-between;position:fixed;left:12px;right:12px;bottom:12px;z-index:25;background:var(--bg);border:1px solid var(--line);border-radius:7px;padding:10px 12px 10px 18px;box-shadow:0 5px 30px #281c3d20}.mobile-buy p{font-size:11px;font-weight:600;line-height:1.7;margin:0}.mobile-buy .button{min-height:43px;padding:10px 19px;font-size:13px}.enrollment{padding-top:25px}.enrollment-header .text-link{font-size:12px}.enrollment-price{font-size:43px}.enrollment-card{padding:28px}}
@media(max-width:430px){.hero h1{font-size:40px}.hero-action{display:grid;justify-items:start}.hero-photo{height:475px}.photo-note{right:-3px;padding:14px 18px;font-size:11px}.trust-item{gap:10px}.trust-item strong{font-size:23px}.trust-item span{font-size:10px}.gallery{grid-template-columns:1fr}.gallery figure:nth-child(2){padding-top:8px}.gallery img{aspect-ratio:1.4}.hero-caption strong{font-size:20px}.hero-caption span{font-size:11px}.mentor-photo img{height:460px}.session-scene img{margin-bottom:-25px}.footer-inner{grid-template-columns:1fr}.footer p{margin:0}.enrollment-card .button{font-size:13px;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-orbit path{stroke-dashoffset:0}.motion-ready .reveal:not(.visible){opacity:1;transform:none}}

@media(max-width:430px){.trust-item{flex-direction:column;align-items:flex-start;gap:6px}.trust-item span{max-width:none;font-size:11px}.hero-grid>*,.enrollment>*{min-width:0}}

/* Editorial proof wall: real community testimonials without exposing WhatsApp UI or phone numbers. */
.voice-strip{grid-template-columns:1.15fr .85fr;gap:24px 56px;align-items:start}.voice{min-height:0;padding-top:25px}.voice-featured{grid-row:span 2}.voice-source{display:block;margin-bottom:22px;color:var(--accent);font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.08em;text-transform:uppercase}.voice p{font-size:clamp(20px,1.8vw,27px);line-height:1.55;letter-spacing:-.035em;text-wrap:pretty}.voice-featured p{font-size:clamp(28px,2.8vw,40px);line-height:1.42}
@media(max-width:800px){.voice-strip{grid-template-columns:1fr;gap:25px}.voice-featured{grid-row:auto}.voice-featured p{font-size:clamp(25px,6vw,32px)}}

/* Curriculum and resource emphasis — review 07 */
.curriculum{padding-block:80px 96px;background:var(--ink);color:var(--bg)}
.curriculum .kicker,.curriculum .module-number{color:#c6acf1}.curriculum .copy,.curriculum-note{color:#d6cbe2}
.curriculum-heading{align-items:center}.curriculum h2{font-size:clamp(40px,5vw,68px)}
.curriculum-list{display:grid;grid-template-columns:1fr 1fr;gap:0 60px;border:0}
.curriculum-topic{border-top:1px solid #ffffff35;padding:30px 0;display:grid;grid-template-columns:32px 1fr;column-gap:16px;align-content:start}
.curriculum-topic .module-number{padding-top:6px}.curriculum-topic h3{font-size:24px;line-height:1.4;letter-spacing:-.025em;margin:0 0 15px;font-weight:600}.curriculum-topic p{grid-column:2;margin:0;font-size:16px;line-height:1.8;color:#d6cbe2}
.included-item .resource-number{font-size:clamp(42px,4.5vw,64px);line-height:1;font-weight:700;letter-spacing:-.06em;min-width:140px;padding-top:0}.included-item{align-items:start}.included-item h3{font-size:25px}
.gallery .community-online img{object-fit:contain;background:#ded0ee;aspect-ratio:1.5}
@media(max-width:800px){.curriculum-list{grid-template-columns:1fr;gap:0}.curriculum-topic h3{font-size:22px}.included-item .resource-number{min-width:100px;font-size:46px}.included-item{gap:18px}.gallery .community-online img{aspect-ratio:.9}}
@media(max-width:430px){.included-item .resource-number{min-width:88px;font-size:42px}.included-item h3{font-size:21px}.gallery .community-online img{aspect-ratio:1.4}}

.community .extra-notes article>img{width:100%;height:220px;object-fit:cover;border-radius:5px;margin-bottom:24px}.community .extra-feature img{height:440px}.community .community-footer{margin-top:45px}@media(max-width:800px){.community .extra-feature img{height:320px}.community .extra-notes article>img{height:auto;aspect-ratio:1.7}}

/* Benefits: community message with its product, dedicated bonus row. */
.benefits-heading{margin-bottom:44px;max-width:850px}.benefits-main{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}.dayoff-benefit{background:var(--bg);border-radius:8px;overflow:hidden}.dayoff-benefit>img{width:100%;height:330px;object-fit:cover}.dayoff-copy{padding:30px 34px 34px}.dayoff-copy .kicker{margin-bottom:12px}.dayoff-copy h3,.bonus-benefit h3{font-size:30px;line-height:1.25;letter-spacing:-.04em;margin:0 0 16px}.dayoff-copy>p:not(.kicker),.bonus-benefit p:not(.kicker){font-size:16px;line-height:1.75;color:var(--muted);margin:0}.dayoff-copy .dayoff-condition{margin-top:20px!important;padding-top:18px;border-top:1px solid var(--line);font-size:14px!important}.dayoff-condition strong{color:var(--accent)}.community-benefit{background:var(--accent);color:var(--bg);border-radius:8px;padding:40px;display:flex;flex-direction:column}.benefit-label{font-size:12px;font-weight:700;letter-spacing:.04em;margin:0 0 30px;color:#e6ddf4}.community-benefit h3{font-size:clamp(30px,3vw,43px);line-height:1.18;letter-spacing:-.045em;margin:0 0 24px}.community-benefit>p:not(.benefit-label){font-size:16px;line-height:1.8;color:#eee6fa;margin:0}.community-benefit ul{list-style:none;padding:0;margin:26px 0 32px;display:grid;gap:13px}.community-benefit li{font-size:14px;line-height:1.6;padding-left:22px;position:relative}.community-benefit li:before{content:'✓';position:absolute;left:0;color:#e9b89d}.community-proof{margin-top:auto;border-top:1px solid #ffffff45;padding-top:25px;display:flex;align-items:center;gap:20px}.community-proof strong{font-size:47px;letter-spacing:-.05em}.community-proof span{font-size:12px;line-height:1.7;color:#eee6fa}.additional-benefits{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:28px}.bonus-benefit{background:var(--bg);padding:34px;display:grid;grid-template-columns:45px 1fr;gap:24px;border-radius:8px}.bonus-number{font-size:27px;font-weight:600;letter-spacing:-.04em;color:var(--accent);padding-top:2px}.bonus-benefit .kicker{margin-bottom:16px}.bonus-benefit h3{font-size:29px}.bonus-benefit p:not(.kicker){max-width:440px}@media(max-width:1000px){.community-benefit{padding:30px}.dayoff-copy{padding:27px}.bonus-benefit{padding:27px;gap:17px;grid-template-columns:34px 1fr}}@media(max-width:800px){.benefits-main,.additional-benefits{grid-template-columns:1fr;gap:20px}.benefits-heading{margin-bottom:30px}.dayoff-benefit>img{height:auto;aspect-ratio:1.55}.community-benefit{padding:30px}.community-benefit h3{font-size:35px}.community-proof{margin-top:8px}.additional-benefits{margin-top:20px}.bonus-benefit h3{font-size:27px}}@media(max-width:430px){.community-benefit{padding:26px}.community-benefit h3{font-size:30px}.dayoff-copy{padding:25px}.dayoff-copy h3{font-size:27px}.bonus-benefit{padding:25px;gap:14px;grid-template-columns:29px 1fr}.bonus-benefit h3{font-size:25px}.community-proof strong{font-size:40px}}

/* Offer detail restored from the Turma 07 reference. */
.trust-item{flex-direction:column;align-items:flex-start;gap:7px;padding-block:29px}.trust-item strong{font-size:clamp(38px,4vw,55px)}.trust-item span{max-width:none;font-size:13px}.access-period{margin-block:0;padding-block:15px 19px;border-top:1px solid #ffffff35;font-size:13px;color:#eee6fa}
.curriculum-update{display:flex;gap:28px;align-items:center;border-left:3px solid #e9b89d;background:#ffffff09;padding:20px 24px;margin-bottom:30px}.curriculum-update strong{font-size:14px;color:#e9b89d;white-space:nowrap}.curriculum-update p{font-size:15px;line-height:1.7;color:#eee6fa;margin:0}.module-count{grid-column:2;justify-self:start;font-size:12px;font-weight:700;line-height:1.5;padding:5px 10px;border:1px solid #b99ad275;border-radius:4px;color:#e9b89d;margin:0 0 14px}.curriculum-topic:last-child{grid-column:1/-1}.curriculum-topic:last-child p{max-width:780px}
.library-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:65px;align-items:end;margin-bottom:48px}.library-heading .title{font-size:clamp(34px,4.1vw,58px)}.library-heading .copy{margin:0}.material-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 55px}.material-item{display:grid;grid-template-columns:76px 1fr;gap:22px;padding:30px 0;border-top:1px solid var(--line);align-items:start}.material-number{font-size:55px;font-weight:600;letter-spacing:-.06em;line-height:1;color:var(--accent)}.material-item h3{font-size:23px;line-height:1.35;letter-spacing:-.025em;margin:0 0 12px}.material-item p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}.library-more{background:var(--lavender);padding:26px 30px;margin-top:10px;display:grid;grid-template-columns:.85fr 1.15fr;gap:35px;align-items:center;border-radius:5px}.library-more strong{font-size:21px;line-height:1.4;letter-spacing:-.025em}.library-more p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}.library-action{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px}.library-action p{font-size:14px;line-height:1.8;color:var(--muted);margin:0}.library-action strong{font-weight:600;color:var(--ink)}
@media(max-width:800px){.trust-item,.trust-item:first-child{padding:22px 12px}.trust-item strong{font-size:39px}.trust-item span{font-size:12px}.curriculum-update{display:block;padding:20px}.curriculum-update p{margin-top:10px}.library-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.material-grid{grid-template-columns:1fr;gap:0}.material-item{grid-template-columns:66px 1fr;gap:20px}.material-number{font-size:48px}.material-item h3{font-size:22px}.library-more{grid-template-columns:1fr;gap:12px;padding:25px}.library-action{align-items:flex-start;flex-direction:column;gap:22px}}@media(max-width:430px){.trust-item span{font-size:11px}.material-item{grid-template-columns:53px 1fr;gap:16px}.material-number{font-size:43px}.material-item h3{font-size:20px}.library-heading .title{font-size:33px}}

/* Núcleo DD360 — exclusive learning benefit. */
.nucleo-benefit{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;padding:42px;margin-top:28px;background:var(--ink);border-radius:8px;color:var(--bg)}.nucleo-intro .kicker{color:#c6acf1;margin-bottom:22px}.nucleo-intro h3{font-size:clamp(36px,4vw,52px);line-height:1.15;letter-spacing:-.05em;margin:0 0 22px}.nucleo-access{display:inline-block;font-size:12px;line-height:1.7;border-top:1px solid #ffffff35;padding-top:20px;margin:0;color:#e9b89d}.nucleo-description h4{font-size:28px;line-height:1.3;letter-spacing:-.035em;margin:0 0 20px;font-weight:600}.nucleo-description>p{font-size:16px;line-height:1.8;color:#d6cbe2;margin:0}.nucleo-description ul{display:grid;gap:10px;list-style:none;margin:23px 0 0;padding:0}.nucleo-description li{font-size:14px;line-height:1.6;position:relative;padding-left:23px}.nucleo-description li:before{content:'✓';position:absolute;left:0;color:#c6acf1}@media(max-width:800px){.nucleo-benefit{grid-template-columns:1fr;gap:30px;padding:30px;margin-top:20px}.nucleo-description h4{font-size:25px}.nucleo-description>p{font-size:15px}}@media(max-width:430px){.nucleo-benefit{padding:25px}.nucleo-intro h3{font-size:36px}.nucleo-description h4{font-size:23px}}
