:root{--navy:#06172e;--navy-soft:#0b2345;--ink:#10233d;--cream:#f9f5ef;--gold:#be8a39;--gold-light:#e4bd72;--white:#fffdf9;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.announcement-bar{min-height:39px;padding:8px 5vw;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--gold);color:#13223a;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.announcement-bar span{padding-right:12px;border-right:1px solid rgba(6,23,46,.35)}.announcement-bar p{margin:0}.announcement-bar a{margin-left:14px;text-decoration:underline;text-underline-offset:3px}
.site-header{height:90px;padding:0 6.2vw;display:flex;align-items:center;justify-content:space-between;background:var(--cream);position:relative;z-index:5}.brand{width:82px;height:82px;display:block;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain}.nav-links{display:flex;align-items:center;gap:38px;margin-left:auto;margin-right:40px}.nav-links a{color:#293747;font-size:13px;font-weight:600;transition:color .2s ease}.nav-links a:hover{color:var(--gold)}.header-cta{padding:12px 19px;border:1px solid var(--navy);color:var(--navy);font-size:12px;font-weight:700;letter-spacing:.03em;transition:.2s ease}.header-cta:hover{background:var(--navy);color:var(--white)}
.hero{min-height:675px;position:relative;display:grid;grid-template-columns:minmax(0,54%) minmax(390px,46%);overflow:hidden;background:#071a34;isolation:isolate}.hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(6,23,46,.14) 0%,rgba(6,23,46,.58) 48%,rgba(6,23,46,0) 100%)}.hero-copy{position:relative;padding:112px 2vw 70px max(6.2vw,calc((100vw - 1300px)/2));z-index:2;color:var(--white)}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 23px;color:var(--gold);font-size:10px;line-height:1.2;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow span{width:26px;height:1px;background:currentColor}.eyebrow.light{color:#efd7a6}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:600;letter-spacing:-.045em}h1{max-width:610px;margin-bottom:23px;font-size:clamp(55px,6vw,90px);line-height:.95}h1 em,h2 em{font-weight:500}.hero-intro{max-width:500px;margin-bottom:32px;color:rgba(255,255,255,.83);font-size:16px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:50px;padding:0 24px;font-size:12px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-gold{color:#0a1d36;background:linear-gradient(100deg,#d19b48,#f1d08f 55%,#bd7e28);box-shadow:0 8px 24px rgba(0,0,0,.2)}.button-gold:hover{box-shadow:0 12px 30px rgba(0,0,0,.3)}.button-outline{border:1px solid rgba(255,255,255,.6);color:var(--white)}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.text-link.light{color:var(--white)}.text-link:hover{color:var(--gold)}.hero-proof{display:flex;gap:30px;position:absolute;bottom:47px;left:max(6.2vw,calc((100vw - 1300px)/2))}.hero-proof div{display:grid;gap:3px;padding-right:27px;border-right:1px solid rgba(255,255,255,.24)}.hero-proof div:last-child{padding-right:0;border:0}.hero-proof strong{font-family:var(--serif);color:#f2d292;font-size:26px;font-weight:500}.hero-proof span{color:rgba(255,255,255,.65);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hero-image-wrap{height:100%;min-height:675px;position:relative;z-index:1;overflow:hidden}.hero-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071a34 0%,transparent 25%),linear-gradient(0deg,rgba(6,23,46,.55),transparent 35%)}.hero-image{width:100%;height:100%;object-fit:cover;object-position:50% 35%;filter:saturate(.92) contrast(1.05)}.hero-frame{position:absolute;z-index:1;top:8%;right:8%;bottom:14%;left:14%;border:1px solid rgba(240,204,131,.65);pointer-events:none}.hero-caption{position:absolute;z-index:2;bottom:62px;right:7vw;width:max-content;padding:14px 17px;background:rgba(6,23,46,.88);border-left:2px solid var(--gold);color:var(--white)}.hero-caption span{display:block;margin-bottom:3px;color:#e3bc76;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero-caption strong{font-family:var(--serif);font-size:16px;font-weight:500}.hero-side-note{position:absolute;z-index:2;right:23px;top:47%;color:rgba(255,255,255,.75);font-size:8px;letter-spacing:.14em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}.hero-glow{position:absolute;z-index:-1;width:450px;height:450px;background:#bd8e4b;opacity:.1;filter:blur(85px);border-radius:50%}.hero-glow-one{left:-290px;top:-150px}.hero-glow-two{left:35%;bottom:-350px}
.section{max-width:1250px;padding-left:40px;padding-right:40px;margin:auto}.intro{padding-top:145px;padding-bottom:135px;display:grid;grid-template-columns:1.08fr .92fr;gap:110px}.intro-statement h2{max-width:550px;margin:0;color:var(--navy);font-size:clamp(37px,4vw,56px);line-height:1.06}.intro-statement h2 em{color:var(--gold)}.intro-body{padding-top:42px}.intro-body p{max-width:460px;color:#52606e;font-size:15px;line-height:1.75}.intro-body p+p{margin-bottom:28px}.section-wide{width:min(1400px,calc(100% - 80px));margin:auto}
.course-visual{min-height:680px;display:grid;grid-template-columns:1fr 1fr;background:var(--navy);overflow:hidden}.course-image-wrap{overflow:hidden;background:#d8c3aa}.course-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}.course-visual:hover .course-image-wrap img{transform:scale(1.03)}.course-visual-copy{align-self:center;padding:80px clamp(40px,7vw,105px);color:var(--white)}.course-visual-copy h2,.method-copy h2,.expert-copy h2{margin-bottom:23px;font-size:clamp(35px,3.4vw,53px);line-height:1.07}.course-visual-copy h2 em{color:#eac27b}.course-visual-copy>p:not(.eyebrow){max-width:410px;color:rgba(255,255,255,.71);font-size:15px;line-height:1.7}.check-list{margin:28px 0 35px;border-top:1px solid rgba(255,255,255,.18)}.check-list p{margin:0;padding:12px 0;display:flex;gap:11px;border-bottom:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.86);font-size:13px}.check-list span{color:var(--gold-light);font-weight:700}
.learning{padding-top:145px;padding-bottom:125px}.section-heading.centered{max-width:700px;margin:0 auto 56px;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(35px,4vw,55px);line-height:1.08}.section-heading h2 em{color:var(--gold)}.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.module-card{min-height:250px;padding:25px 23px;background:#fffdfa;border:1px solid #eae0d4;transition:transform .25s ease,box-shadow .25s ease}.module-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(17,37,63,.09)}.module-number{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;margin-bottom:43px;border-radius:50%;background:#f2e6d4;color:var(--gold);font-family:var(--serif);font-size:14px}.module-card h3{margin-bottom:12px;color:var(--navy);font-family:var(--serif);font-size:21px;font-weight:600;line-height:1.15}.module-card p{margin:0;color:#66707b;font-size:12px;line-height:1.65}.learning-footnotes{margin-top:58px;padding-top:22px;border-top:1px solid #ded3c4;display:flex;justify-content:center;gap:55px;color:#576270;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.learning-footnotes i{margin-right:7px;color:var(--gold);font-style:normal}
.method{display:grid;min-height:595px;grid-template-columns:1.1fr .9fr;background:#e9e1d6}.method-image{overflow:hidden}.method-image img{width:100%;height:100%;object-fit:cover}.method-copy{align-self:center;padding:70px clamp(40px,7vw,105px)}.method-copy h2{color:var(--navy)}.method-copy h2 em{color:var(--gold)}.method-copy>p:not(.eyebrow){color:#56616e;font-size:14px;line-height:1.75}.method-points{display:grid;gap:14px;margin-top:30px}.method-points div{display:flex;align-items:center;gap:14px;color:var(--navy);font-size:12px;font-weight:700}.method-points b{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;color:var(--gold);border:1px solid rgba(190,138,57,.55);font-family:var(--serif);font-weight:500}
.expert{min-height:660px;padding-top:140px;padding-bottom:115px;display:grid;grid-template-columns:.85fr 1.15fr;gap:130px;align-items:center}.expert-portrait-wrap{position:relative;width:min(100%,400px);margin-left:30px}.expert-backdrop{position:absolute;z-index:-1;width:100%;height:100%;top:36px;left:-36px;background:#e3c998}.expert-portrait-wrap img{width:100%;aspect-ratio:.82;object-fit:cover;object-position:center}.expert-copy{max-width:570px}.expert-copy h2{color:var(--navy)}.expert-copy h2 em{color:var(--gold)}.expert-copy>p:not(.eyebrow){color:#586471;font-size:14px;line-height:1.78}.expert-signature{margin-top:28px;color:var(--navy);font-family:var(--serif);font-size:18px;font-style:italic}.expert-signature span{color:var(--gold);padding:0 8px}
.offer{min-height:690px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 35%,#183760,#06172e 58%);color:var(--white);text-align:center}.offer:before,.offer:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(225,185,115,.16);border-radius:50%}.offer:before{transform:translate(-65%,46%)}.offer:after{transform:translate(65%,-46%)}.offer-content{position:relative;z-index:1;max-width:690px;padding:90px 24px}.offer-content .eyebrow{justify-content:center}.offer h2{margin-bottom:20px;font-size:clamp(40px,5vw,66px);line-height:1.04}.offer h2 em{color:#e8bf76}.offer-subtitle{max-width:520px;margin:0 auto 27px;color:rgba(255,255,255,.77);font-size:15px;line-height:1.7}.price-box{display:inline-block;min-width:290px;margin-bottom:29px;padding:15px 25px 14px;border-top:1px solid rgba(235,198,126,.55);border-bottom:1px solid rgba(235,198,126,.55)}.price-box>span{display:block;margin-bottom:6px;color:rgba(255,255,255,.58);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.price{color:#eec778;font-family:var(--serif);font-size:39px;line-height:1}.price small{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.price-box p{margin:6px 0 0;color:rgba(255,255,255,.7);font-size:11px}.price-box strong{color:var(--white)}.button.large{min-height:58px;padding:0 34px}.offer-note{margin:15px 0 0;color:rgba(255,255,255,.46);font-size:9px;letter-spacing:.07em;text-transform:uppercase}.offer-star{position:absolute;color:rgba(227,184,104,.55);font-size:30px}.star-one{top:18%;left:15%}.star-two{right:18%;top:27%;font-size:18px}.star-three{bottom:18%;right:22%;font-size:23px}
.footer{min-height:146px;padding:28px 6.2vw;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#031020;color:rgba(255,255,255,.58);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.footer-brand{width:64px;height:64px}.footer a:last-child{color:#e5c37f;font-weight:700}.floating-cta{display:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.module-card:nth-child(2){transition-delay:.08s}.module-card:nth-child(3){transition-delay:.16s}.module-card:nth-child(4){transition-delay:.24s}
@media(max-width:960px){.site-header{padding:0 4vw}.nav-links{gap:20px;margin-right:20px}.hero{min-height:650px;grid-template-columns:1fr .8fr}.hero-copy{padding:85px 1vw 100px 6vw}.hero-image-wrap{min-height:650px}.hero-proof{left:6vw;gap:14px}.hero-proof div{padding-right:14px}.intro{gap:65px}.course-visual-copy{padding:55px 42px}.module-grid{grid-template-columns:repeat(2,1fr)}.method-copy{padding:50px 42px}.expert{gap:75px}.expert-portrait-wrap{margin-left:20px}}
@media(max-width:680px){.announcement-bar{min-height:35px;padding:8px 16px;font-size:8px;gap:7px}.announcement-bar span,.announcement-bar a{display:none}.site-header{height:68px;padding:0 20px}.brand{width:58px;height:58px}.nav-links,.header-cta{display:none}.site-header:after{content:"CURSO ONLINE";color:var(--navy);font-size:9px;font-weight:700;letter-spacing:.15em}.hero{min-height:735px;display:block}.hero:after{background:linear-gradient(180deg,rgba(6,23,46,.38) 0%,rgba(6,23,46,.92) 67%,#071a34 100%)}.hero-copy{min-height:735px;padding:62px 25px 150px;display:flex;flex-direction:column;align-items:flex-start}.hero-image-wrap{position:absolute;inset:0;min-height:0}.hero-image-wrap:after{background:linear-gradient(180deg,rgba(6,23,46,.08),rgba(6,23,46,.45) 45%,#071a34 100%)}.hero-image{object-position:50% 28%}.hero-frame{top:22px;right:22px;bottom:22px;left:22px}.hero-caption,.hero-side-note,.hero-proof{display:none}.hero-copy{z-index:2}.hero h1{margin-top:auto;font-size:clamp(49px,14vw,67px)}.hero-intro{font-size:14px;line-height:1.55}.hero-actions{gap:15px;flex-wrap:wrap}.button{min-height:48px;padding:0 18px;font-size:10px}.section{padding-right:25px;padding-left:25px}.intro{padding-top:84px;padding-bottom:80px;display:block}.intro-statement h2{font-size:39px}.intro-body{padding-top:27px}.intro-body p{font-size:14px}.section-wide{width:100%}.course-visual{min-height:0;display:flex;flex-direction:column}.course-image-wrap{height:500px}.course-visual-copy{padding:60px 25px 66px}.course-visual-copy h2,.method-copy h2,.expert-copy h2{font-size:39px}.course-visual-copy>p:not(.eyebrow){font-size:14px}.learning{padding-top:84px;padding-bottom:76px}.section-heading.centered{margin-bottom:36px}.section-heading h2{font-size:38px}.module-grid{grid-template-columns:1fr;gap:12px}.module-card{min-height:0;padding:21px}.module-number{margin-bottom:21px}.learning-footnotes{display:grid;gap:17px;justify-content:start;margin-top:38px;font-size:9px}.method{display:flex;flex-direction:column}.method-image{height:355px}.method-copy{padding:60px 25px}.expert{min-height:0;padding-top:82px;padding-bottom:75px;display:flex;flex-direction:column;gap:60px;align-items:stretch}.expert-portrait-wrap{width:calc(100% - 45px);margin-left:35px}.expert-copy{padding:0 2px}.expert-copy>p:not(.eyebrow){font-size:14px}.offer{min-height:640px}.offer-content{padding:70px 22px}.offer h2{font-size:44px}.offer-subtitle{font-size:14px}.footer{min-height:115px;padding:20px 25px 80px;display:grid;grid-template-columns:auto 1fr;gap:8px 20px}.footer p{grid-column:2;margin:0;font-size:8px}.footer a:last-child{grid-column:2;font-size:8px}.footer-brand{grid-row:span 2}.floating-cta{position:fixed;z-index:10;right:14px;bottom:14px;min-height:45px;padding:0 12px 0 16px;display:flex;align-items:center;gap:13px;background:var(--gold);color:#091b33;box-shadow:0 8px 25px rgba(0,0,0,.25);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.floating-cta b{font-size:18px}}

/* Premium motion and conversion-focused mobile navigation */
.site-header{position:sticky;top:0;transition:height .35s ease,box-shadow .35s ease,background .35s ease}.site-header.is-scrolled{height:72px;background:rgba(249,245,239,.94);box-shadow:0 8px 28px rgba(6,23,46,.09);backdrop-filter:blur(14px)}
.menu-toggle,.mobile-menu{display:none}.hero-image{animation:portrait-drift 16s ease-in-out infinite alternate}.hero-frame{overflow:hidden}.hero-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(240,204,131,.42) 49%,transparent 68%);transform:translateX(-145%);animation:frame-sheen 6s ease-in-out 1.4s infinite}.hero-glow-one{animation:glow-pulse 9s ease-in-out infinite}.hero-glow-two{animation:glow-pulse 11s ease-in-out -3s infinite reverse}.button{position:relative;overflow:hidden}.button:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.26) 50%,transparent 74%);transform:translateX(-120%);transition:transform .55s ease}.button:hover:before{transform:translateX(120%)}.button>*{position:relative}.course-image-wrap img,.method-image img,.expert-portrait-wrap img{transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .8s ease}.method:hover .method-image img{transform:scale(1.045)}.expert:hover .expert-portrait-wrap img{transform:scale(1.025);filter:saturate(1.08)}.module-card{position:relative;overflow:hidden}.module-card:after{content:"";position:absolute;width:90px;height:90px;right:-55px;bottom:-55px;border:1px solid rgba(190,138,57,.22);border-radius:50%;transition:transform .4s ease}.module-card:hover:after{transform:translate(-20px,-20px)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .72s cubic-bezier(.2,.75,.2,1),transform .72s cubic-bezier(.2,.75,.2,1)!important;will-change:opacity,transform}.reveal[data-direction="left"]{transform:translateX(-38px)}.reveal[data-direction="right"]{transform:translateX(38px)}.reveal.is-visible{opacity:1;transform:translate(0)!important}.module-card:nth-child(2){transition-delay:.08s!important}.module-card:nth-child(3){transition-delay:.16s!important}.module-card:nth-child(4){transition-delay:.24s!important}
@keyframes portrait-drift{from{transform:scale(1.01)}to{transform:scale(1.065) translateX(-1.2%)}}@keyframes frame-sheen{0%,58%{transform:translateX(-145%)}76%,100%{transform:translateX(145%)}}@keyframes glow-pulse{0%,100%{transform:scale(.92);opacity:.07}50%{transform:scale(1.15);opacity:.16}}
@media(max-width:680px){body.menu-open{overflow:hidden}.site-header{z-index:30}.site-header.is-scrolled{height:68px}.site-header:after{margin-left:auto;margin-right:18px}.menu-toggle{position:relative;z-index:32;width:39px;height:39px;padding:0;display:grid;place-content:center;gap:6px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;width:23px;height:1px;background:var(--navy);transition:transform .28s ease}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{position:fixed;z-index:25;inset:0;display:flex;flex-direction:column;padding:122px 28px 35px;background:linear-gradient(150deg,#082042 0%,#041225 68%);color:var(--white);opacity:0;visibility:hidden;transform:translateY(-16px);transition:opacity .35s ease,visibility .35s ease,transform .35s ease}.mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu .eyebrow{margin-bottom:34px}.mobile-menu nav{border-top:1px solid rgba(237,207,149,.35)}.mobile-menu nav a{min-height:68px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(237,207,149,.25);font-family:var(--serif);font-size:28px;letter-spacing:-.035em}.mobile-menu nav i{color:#dfb668;font-family:var(--sans);font-size:10px;font-style:normal;font-weight:700;letter-spacing:.12em}.mobile-menu .button{width:max-content;margin-top:38px}.mobile-menu-note{margin:auto 0 0;color:rgba(255,255,255,.43);font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero-image{animation-duration:20s}.hero-frame:after{animation:none}.course-image-wrap img,.method-image img,.expert-portrait-wrap img{transition:none}.reveal[data-direction="left"],.reveal[data-direction="right"]{transform:translateY(24px)} }
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none!important}}

/* Rebuilt premium visual system */
body{background:radial-gradient(circle at 12% 26%,rgba(208,165,91,.13),transparent 24%),radial-gradient(circle at 88% 8%,rgba(23,59,103,.13),transparent 28%),#f7f3ed}body:before{content:"";position:fixed;z-index:-2;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.28),transparent 42%),repeating-linear-gradient(130deg,rgba(6,23,46,.018) 0 1px,transparent 1px 12px)}main{position:relative;overflow:clip}main:before{content:"";position:absolute;z-index:-1;top:710px;right:-450px;width:880px;height:880px;border:1px solid rgba(190,138,57,.13);border-radius:50%;box-shadow:0 0 0 80px rgba(190,138,57,.025),0 0 0 190px rgba(190,138,57,.018)}
.announcement-bar{position:relative;z-index:40;background:linear-gradient(90deg,#b6802f,#d4a34e 48%,#b6802f);box-shadow:0 2px 13px rgba(6,23,46,.1)}.site-header{width:min(1240px,calc(100% - 48px));height:78px;margin:14px auto -78px;padding:0 25px;position:sticky;top:14px;z-index:35;border:1px solid rgba(241,213,160,.35);border-radius:18px;background:linear-gradient(110deg,rgba(5,24,49,.88),rgba(9,34,66,.72));box-shadow:0 12px 34px rgba(2,12,30,.2);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:height .35s ease,box-shadow .35s ease,background .35s ease,border-color .35s ease}.site-header.is-scrolled{height:70px;background:rgba(4,19,40,.94);border-color:rgba(241,213,160,.5);box-shadow:0 14px 42px rgba(2,12,30,.3)}.site-header .brand{width:62px;height:62px;padding:4px;border-radius:12px;background:#02060c;box-shadow:0 0 0 1px rgba(255,255,255,.1)}.nav-links{gap:34px}.nav-links a{color:rgba(255,255,255,.83);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.nav-links a:hover{color:#f0c980}.header-cta{border:1px solid rgba(239,198,118,.85);color:#f6d693;background:rgba(190,138,57,.08);font-size:10px;text-transform:uppercase}.header-cta:hover{border-color:#f0cc86;background:#deb05d;color:#071a34}.hero{min-height:725px;background:radial-gradient(circle at 70% 34%,rgba(201,145,55,.13),transparent 26%),#06172e}.hero-copy{padding-top:164px}.hero-image-wrap:before{content:"";position:absolute;z-index:3;inset:0;background:linear-gradient(112deg,transparent 36%,rgba(255,218,150,.13) 52%,transparent 65%);mix-blend-mode:screen;pointer-events:none}.hero-caption{border-radius:0 8px 8px 0;box-shadow:0 12px 32px rgba(0,0,0,.24)}
.course-visual,.method,.offer{border:1px solid rgba(190,138,57,.22);border-radius:28px;box-shadow:0 28px 70px rgba(6,23,46,.12)}.course-visual{position:relative;background:linear-gradient(135deg,#06172e,#0b2b54)}.course-visual:after{content:"";position:absolute;right:-80px;bottom:-130px;width:350px;height:350px;border:1px solid rgba(237,195,117,.22);border-radius:50%;box-shadow:0 0 0 45px rgba(237,195,117,.035)}.course-visual-copy{position:relative;z-index:1}.course-image-wrap{position:relative}.course-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,23,46,.22),transparent 45%)}.learning{position:relative}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.module-card{min-height:280px;padding:26px 27px;background:linear-gradient(135deg,rgba(255,255,255,.83),rgba(255,255,255,.49));border:1px solid rgba(255,255,255,.82);border-radius:18px;box-shadow:0 15px 38px rgba(9,30,56,.07);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:default}.module-card:before{content:"";position:absolute;z-index:0;inset:0;opacity:0;border-radius:inherit;background:radial-gradient(410px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(214,166,83,.24),transparent 42%);transition:opacity .35s ease}.module-card:hover:before{opacity:1}.module-card>*{position:relative;z-index:1}.module-card.reveal.is-visible:hover{transform:translateY(-8px)!important;box-shadow:0 24px 50px rgba(9,30,56,.14)}.card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:31px}.module-number{margin:0;background:rgba(232,207,164,.42);border:1px solid rgba(190,138,57,.22)}.module-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(190,138,57,.42);border-radius:50%;color:var(--gold);background:rgba(255,255,255,.46)}.module-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.module-card h3{max-width:315px;font-size:25px}.module-card p{max-width:365px;font-size:13px}.card-arrow{position:absolute;right:28px;bottom:21px;color:var(--gold);font-size:22px;line-height:1;transition:transform .25s ease}.module-card:hover .card-arrow{transform:translate(4px,-4px)}.learning-footnotes{position:relative;z-index:1}
.method{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(229,218,204,.92),rgba(248,244,238,.93))}.method:before{content:"";position:absolute;z-index:0;right:6%;top:12%;width:105px;height:105px;border:1px solid rgba(190,138,57,.3);border-radius:50%}.method>*{position:relative;z-index:1}.expert{position:relative}.expert:before{content:"";position:absolute;z-index:-1;left:-18vw;bottom:10%;width:50vw;height:40vw;background:radial-gradient(circle,rgba(204,163,98,.14),transparent 67%);pointer-events:none}.expert-copy{padding:28px 31px 31px;border-left:1px solid rgba(190,138,57,.35)}.expert-copy:hover{background:rgba(255,255,255,.33);backdrop-filter:blur(7px)}.expert-portrait-wrap{box-shadow:18px 21px 0 rgba(190,138,57,.42),0 20px 55px rgba(6,23,46,.12)}.expert-backdrop{display:none}.offer{background:radial-gradient(circle at 50% 17%,rgba(41,81,129,.92),#06172e 70%)}.offer:before,.offer:after{border-color:rgba(233,195,120,.22)}.offer-content{margin:44px 24px;padding:52px 56px;border:1px solid rgba(244,213,154,.32);border-radius:22px;background:linear-gradient(145deg,rgba(12,42,79,.48),rgba(5,22,46,.36));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 50px rgba(0,0,0,.2);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}.price-box{background:rgba(2,14,30,.18)}.footer{margin-top:34px}
.cursor-orb{position:fixed;z-index:50;width:290px;height:290px;left:0;top:0;pointer-events:none;opacity:0;border-radius:50%;background:radial-gradient(circle,rgba(231,183,92,.14),rgba(231,183,92,.04) 35%,transparent 68%);transform:translate(-50%,-50%) scale(.75);transition:opacity .28s ease,transform .35s ease;mix-blend-mode:multiply}.cursor-orb.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.cursor-orb.is-active{background:radial-gradient(circle,rgba(231,183,92,.24),rgba(231,183,92,.06) 38%,transparent 69%);transform:translate(-50%,-50%) scale(1.12)}
@media(max-width:960px){.site-header{width:calc(100% - 36px)}.hero-copy{padding-top:148px}.module-card{min-height:255px}.course-visual,.method,.offer{border-radius:20px}.expert-copy{padding:22px}.offer-content{padding:45px 38px}}
@media(max-width:680px){.announcement-bar{z-index:45}.site-header{width:calc(100% - 28px);height:64px;margin:10px auto -64px;padding:0 14px;top:9px;border-radius:14px}.site-header.is-scrolled{height:60px}.site-header .brand{width:48px;height:48px;border-radius:9px}.site-header:after{color:rgba(255,255,255,.82)}.menu-toggle span{background:#f4dfb3}.mobile-menu{z-index:34;padding-top:134px;background:linear-gradient(145deg,rgba(5,25,51,.98),rgba(3,14,30,.98));backdrop-filter:blur(20px)}.hero{min-height:720px}.hero-copy{min-height:720px;padding:112px 25px 110px}.hero-image-wrap:before{display:none}.course-visual,.method,.offer{border-right:0;border-left:0;border-radius:0}.course-visual{box-shadow:none}.module-grid{grid-template-columns:1fr}.module-card{min-height:235px;padding:23px 22px;border-radius:15px}.module-card h3{font-size:23px}.card-top{margin-bottom:24px}.module-icon{width:43px;height:43px}.module-card.reveal.is-visible:hover{transform:none!important}.expert-copy{padding:0;border:0}.expert-portrait-wrap{box-shadow:14px 16px 0 rgba(190,138,57,.38),0 17px 44px rgba(6,23,46,.12)}.offer-content{margin:22px 15px;padding:42px 20px;border-radius:16px}.cursor-orb{display:none}}
.scroll-progress{position:fixed;z-index:70;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#c18630,#f4d18b,#c18630);box-shadow:0 0 12px rgba(225,177,86,.8);transform:scaleX(0);transform-origin:left;pointer-events:none}.magnetic-target{--magnet-x:0px;--magnet-y:0px;transform:translate(var(--magnet-x),var(--magnet-y))!important;transition:transform .24s cubic-bezier(.2,.9,.2,1),box-shadow .25s ease!important}.magnetic-target:hover{transform:translate(var(--magnet-x),calc(var(--magnet-y) - 2px))!important}.hero:after{background:linear-gradient(90deg,rgba(6,23,46,.22) 0%,rgba(6,23,46,.5) 50%,rgba(6,23,46,.02) 100%),radial-gradient(circle at 24% 68%,rgba(199,148,66,.14),transparent 25%)}
@media(max-width:680px){.scroll-progress{height:1px}.magnetic-target,.magnetic-target:hover{transform:none!important}}

/* Course content rebuilt from the original campaign cards and program list */
.curriculum{padding-top:145px;padding-bottom:92px}.curriculum-intro{max-width:755px;margin:0 auto 50px;text-align:center}.curriculum-intro .eyebrow{justify-content:center}.curriculum-intro h2,.value-stack-heading h2{margin:0 0 18px;color:var(--navy);font-size:clamp(39px,4.3vw,60px);line-height:1.04}.curriculum-intro h2 em,.value-stack-heading h2 em{color:var(--gold)}.curriculum-intro>p:not(.eyebrow){max-width:590px;margin:0 auto;color:#596775;font-size:15px;line-height:1.75}.curriculum-dashboard{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:0;overflow:hidden;border:1px solid rgba(190,138,57,.26);border-radius:28px;background:linear-gradient(135deg,#06172e,#0d315f);box-shadow:0 30px 70px rgba(6,23,46,.16)}.curriculum-dashboard:before{content:"";position:absolute;z-index:0;left:-220px;bottom:-260px;width:560px;height:560px;border:1px solid rgba(239,199,122,.2);border-radius:50%;box-shadow:0 0 0 70px rgba(239,199,122,.035)}.curriculum-orbit{position:absolute;z-index:0;right:17%;top:11%;width:210px;height:210px;border:1px solid rgba(239,199,122,.15);border-radius:50%;box-shadow:0 0 0 45px rgba(239,199,122,.025),0 0 0 105px rgba(239,199,122,.018);animation:orbit-breathe 8s ease-in-out infinite}.curriculum-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:32px}.curriculum-group{position:relative;min-height:202px;padding:22px 21px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:linear-gradient(140deg,rgba(255,255,255,.1),rgba(255,255,255,.025));backdrop-filter:blur(9px);overflow:hidden}.curriculum-group:before{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(320px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(226,181,102,.24),transparent 48%);transition:opacity .32s ease}.curriculum-group:hover:before{opacity:1}.curriculum-group>*{position:relative;z-index:1}.group-heading{display:flex;align-items:center;gap:11px;margin-bottom:17px}.group-heading>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(231,195,124,.15);border:1px solid rgba(231,195,124,.35);color:#ebc579;font-family:var(--serif);font-size:13px}.group-heading h3{margin:0;color:var(--white);font-family:var(--serif);font-size:21px;font-weight:600;line-height:1.1}.curriculum-group ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.curriculum-group li{position:relative;padding-left:15px;color:rgba(255,255,255,.7);font-size:12px;line-height:1.35}.curriculum-group li:before{content:"";position:absolute;left:0;top:.47em;width:5px;height:5px;border:1px solid #eac374;border-radius:50%}.curriculum-cta{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:48px 43px;background:linear-gradient(155deg,rgba(208,159,75,.94),rgba(172,112,32,.95));color:#071a34}.curriculum-cta:after{content:"";position:absolute;right:-55px;top:-45px;width:180px;height:180px;border:1px solid rgba(255,255,255,.3);border-radius:50%;box-shadow:0 0 0 36px rgba(255,255,255,.07)}.curriculum-cta>*{position:relative;z-index:1}.curriculum-kicker{margin-bottom:19px;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.curriculum-cta strong{margin-bottom:16px;font-family:var(--serif);font-size:clamp(35px,3.3vw,50px);font-weight:600;letter-spacing:-.055em;line-height:.94}.curriculum-cta p{max-width:285px;margin-bottom:24px;color:rgba(7,26,52,.78);font-size:13px;line-height:1.55}.curriculum-mini-proof{display:grid;gap:9px;margin-bottom:28px;font-size:11px;font-weight:700}.curriculum-cta .button{color:var(--white);background:#071a34;box-shadow:0 11px 22px rgba(6,23,46,.17)}
#curso,#conteudo,#especialista{scroll-margin-top:112px}
.value-stack{padding-top:70px;padding-bottom:135px}.value-stack-heading{max-width:630px;margin-bottom:39px}.value-stack-heading h2{font-size:clamp(36px,3.6vw,53px)}.value-stack-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.value-card{position:relative;min-height:230px;padding:23px 21px 21px;overflow:hidden;border:1px solid rgba(13,45,82,.1);border-radius:16px;background:rgba(255,255,255,.57);box-shadow:0 12px 28px rgba(6,23,46,.06);backdrop-filter:blur(10px)}.value-card:before{content:"";position:absolute;z-index:0;inset:0;opacity:0;background:radial-gradient(260px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(205,156,74,.2),transparent 48%);transition:opacity .3s ease}.value-card:hover:before{opacity:1}.value-card>*{position:relative;z-index:1}.value-card>span{display:inline-grid;width:30px;height:30px;margin-bottom:43px;place-items:center;border:1px solid rgba(190,138,57,.32);border-radius:50%;color:var(--gold);font-family:var(--serif);font-size:13px}.value-card h3{margin-bottom:11px;color:var(--navy);font-family:var(--serif);font-size:22px;line-height:1.05}.value-card p{margin:0;color:#64717e;font-size:12px;line-height:1.62}.value-checkout{display:grid;grid-template-columns:1.2fr auto auto;gap:25px;align-items:center;margin-top:20px;padding:22px 24px 22px 28px;border:1px solid rgba(190,138,57,.28);border-radius:17px;background:linear-gradient(110deg,rgba(5,24,49,.97),rgba(11,42,78,.95));box-shadow:0 16px 36px rgba(6,23,46,.12);color:var(--white)}.value-checkout>div:first-child{display:grid;gap:3px}.value-checkout>div:first-child span{color:#e1b865;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.value-checkout>div:first-child strong{font-family:var(--serif);font-size:21px;font-weight:500}.value-price{color:#f0ca7e;font-family:var(--serif);font-size:28px;white-space:nowrap}.value-price small{font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.value-price em{display:block;margin-top:2px;color:rgba(255,255,255,.63);font-family:var(--sans);font-size:10px;font-style:normal}.value-checkout .button{white-space:nowrap}
body:not(.page-ready) .hero .eyebrow,body:not(.page-ready) .hero h1,body:not(.page-ready) .hero-intro,body:not(.page-ready) .hero-actions,body:not(.page-ready) .hero-proof,body:not(.page-ready) .hero-image-wrap{opacity:0;transform:translateY(22px)}.hero .eyebrow,.hero h1,.hero-intro,.hero-actions,.hero-proof,.hero-image-wrap{transition:opacity .78s cubic-bezier(.2,.75,.2,1),transform .78s cubic-bezier(.2,.75,.2,1)}body.is-ready .hero .eyebrow,body.is-ready .hero h1,body.is-ready .hero-intro,body.is-ready .hero-actions,body.is-ready .hero-proof,body.is-ready .hero-image-wrap{opacity:1;transform:translateY(0)}body.is-ready .hero h1{transition-delay:.1s}body.is-ready .hero-intro{transition-delay:.2s}body.is-ready .hero-actions{transition-delay:.31s}body.is-ready .hero-proof{transition-delay:.4s}body.is-ready .hero-image-wrap{transition-delay:.14s}.curriculum-group:nth-child(2),.value-card:nth-child(2){transition-delay:.08s!important}.curriculum-group:nth-child(3),.value-card:nth-child(3){transition-delay:.16s!important}.curriculum-group:nth-child(4),.value-card:nth-child(4){transition-delay:.24s!important}@keyframes orbit-breathe{0%,100%{transform:scale(.96);opacity:.6}50%{transform:scale(1.08);opacity:1}}
@media(max-width:960px){.curriculum-dashboard{grid-template-columns:1fr}.curriculum-cta{align-items:center;text-align:center}.curriculum-cta p{max-width:430px}.curriculum-mini-proof{grid-template-columns:repeat(3,auto);column-gap:18px}.value-stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-checkout{grid-template-columns:1fr auto}.value-checkout .button{grid-column:span 2;width:100%}}
@media(max-width:680px){.curriculum{padding-top:88px;padding-bottom:55px}.curriculum-intro{margin-bottom:31px;padding:0 25px;text-align:left}.curriculum-intro .eyebrow{justify-content:flex-start}.curriculum-intro h2{font-size:39px}.curriculum-intro>p:not(.eyebrow){font-size:14px}.curriculum-dashboard{border-right:0;border-left:0;border-radius:0}.curriculum-list{grid-template-columns:1fr;padding:20px}.curriculum-group{min-height:0;padding:19px}.curriculum-cta{padding:43px 25px;align-items:flex-start;text-align:left}.curriculum-cta strong{font-size:41px}.curriculum-mini-proof{grid-template-columns:1fr;gap:8px}.value-stack{padding-top:61px;padding-bottom:82px}.value-stack-heading h2{font-size:38px}.value-stack-grid{grid-template-columns:1fr;gap:11px}.value-card{min-height:0;padding:20px}.value-card>span{margin-bottom:20px}.value-card h3{font-size:21px}.value-checkout{display:flex;flex-direction:column;align-items:stretch;gap:18px;margin-top:14px;padding:24px}.value-price{font-size:29px}.value-checkout .button{width:100%}.hero .eyebrow,.hero h1,.hero-intro,.hero-actions,.hero-proof,.hero-image-wrap{transition-duration:.6s}.hero-proof{transition-delay:0s!important}}

/* The Hotmart page is the single source for commercial details. */
.value-checkout{grid-template-columns:1fr minmax(180px,.65fr) auto}.value-checkout-note{margin:0;color:rgba(255,255,255,.66);font-size:12px;line-height:1.5}.floating-cta{position:fixed;z-index:60;right:24px;bottom:24px;width:66px;height:66px;padding:5px;display:grid;border:1px solid rgba(235,196,117,.78);border-radius:50%;background:#06172e;box-shadow:0 12px 28px rgba(2,14,32,.28),0 0 0 5px rgba(239,202,130,.11);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.floating-cta img{width:100%;height:100%;border-radius:50%;object-fit:cover}.floating-cta:hover{transform:translateY(-5px) scale(1.04);box-shadow:0 17px 33px rgba(2,14,32,.35),0 0 0 7px rgba(239,202,130,.17)}
@media(max-width:960px){.value-checkout{grid-template-columns:1fr auto}.value-checkout-note{max-width:260px}.value-checkout .button{grid-column:span 2}}
@media(max-width:680px){.value-checkout-note{max-width:none}.floating-cta{right:16px;bottom:16px;width:58px;height:58px;padding:4px}.floating-cta,.floating-cta:hover{transform:none!important}}

.hero-logo{width:104px;margin:0 0 8px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.3))}.hero-logo img{width:100%;height:auto}.site-header .brand img,.footer-brand img{object-fit:contain}.floating-cta img{object-fit:contain;padding:3px}
@media(max-width:680px){.hero-logo{width:80px;margin-bottom:6px}}

/* Vertical rhythm pass: compact the flow without losing the premium breathing room. */
.site-header.is-scrolled{height:64px}.hero{min-height:650px}.hero-copy{padding-top:105px;padding-bottom:54px}.hero-image-wrap{min-height:650px}.hero-proof{bottom:29px}.intro{padding-top:100px;padding-bottom:80px}.curriculum{padding-top:96px;padding-bottom:70px}.curriculum-intro{margin-bottom:36px}.curriculum-intro h2{font-size:clamp(39px,3.9vw,54px)}.value-stack{padding-top:50px;padding-bottom:86px}.value-stack-heading{margin-bottom:29px}.value-card{min-height:198px}.value-card>span{margin-bottom:31px}.method{min-height:525px}.expert{min-height:0;padding-top:96px;padding-bottom:80px;gap:96px}.offer{min-height:580px}.offer-content{padding-top:43px;padding-bottom:43px}.floating-cta{right:18px;bottom:18px;width:56px;height:56px}
@media(max-width:960px){.hero{min-height:635px}.hero-copy{padding-top:130px}.hero-image-wrap{min-height:635px}.method{min-height:500px}.expert{gap:64px}}
@media(max-width:680px){.site-header.is-scrolled{height:58px}.hero{min-height:650px}.hero-copy{min-height:650px;padding:104px 25px 66px}.hero-image-wrap{min-height:0}.hero-logo{width:66px;margin-bottom:3px}.intro{padding-top:62px;padding-bottom:48px}.curriculum{padding-top:66px;padding-bottom:48px}.curriculum-intro{margin-bottom:27px}.value-stack{padding-top:46px;padding-bottom:62px}.value-stack-heading{margin-bottom:25px}.value-card{min-height:0}.value-card>span{margin-bottom:18px}.method{min-height:0}.method-image{height:320px}.method-copy{padding-top:48px;padding-bottom:48px}.expert{padding-top:64px;padding-bottom:62px;gap:48px}.offer{min-height:540px}.offer-content{padding-top:38px;padding-bottom:38px}.floating-cta{right:12px;bottom:12px;width:48px;height:48px;padding:3px}}

@media(min-width:961px){.hero{height:650px;min-height:0}.hero-image-wrap{height:650px;min-height:0}}

@media(min-width:681px) and (max-width:960px){.hero{height:620px;min-height:0}.hero-copy{padding-top:78px;padding-bottom:42px}.hero-image-wrap{height:620px;min-height:0}.hero-proof{bottom:20px}.hero-proof strong{font-size:22px}.hero-proof span{font-size:8px}.hero-actions{gap:20px}}

/* Brand placement refinements */
.site-header .brand{padding:0;background:transparent;box-shadow:none}.hero-logo{width:125px;margin:0 auto 10px}.hero-copy{padding-top:95px}.hero-proof{bottom:17px}
@media(min-width:681px) and (max-width:960px){.hero-logo{width:108px}.hero-copy{padding-top:78px}.hero-proof{bottom:18px}}
@media(max-width:680px){.hero-logo{width:92px;margin-bottom:5px}.hero-copy{padding-top:104px}.hero-proof{bottom:0}}

.site-header .brand{width:72px;height:72px;padding:0!important;overflow:visible;background-color:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}.site-header .brand img{display:block;width:100%;height:100%;object-fit:contain;background:transparent!important}.hero-logo{width:150px;margin:0 auto 12px}.hero-copy{padding-top:70px}.hero-proof{bottom:17px}
@media(min-width:681px) and (max-width:960px){.hero-logo{width:124px}.hero-copy{padding-top:65px}.hero-proof{bottom:18px}}
@media(max-width:680px){.site-header .brand{width:54px;height:54px}.hero-logo{width:110px;margin-bottom:6px}.hero-copy{padding-top:88px}.hero-proof{bottom:0}}

/* Topic markers: fixed optical boxes keep numerals centered beside their icons. */
.group-heading{gap:11px}.group-heading .group-index,.value-index{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;padding:0;line-height:1;text-align:center;font-variant-numeric:tabular-nums}.group-heading .group-index{background:rgba(231,195,124,.15);border:1px solid rgba(231,195,124,.35);border-radius:50%;color:#ebc579;font-family:var(--serif);font-size:13px}.group-heading .topic-icon,.value-card-top .topic-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:0;border:1px solid rgba(235,197,121,.4);border-radius:50%;background:rgba(231,195,124,.09);color:#ebc579}.group-heading .topic-icon{margin-left:auto}.topic-icon svg{display:block;width:17px;height:17px;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.value-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:31px}.value-index{border:1px solid rgba(190,138,57,.32);border-radius:50%;color:var(--gold);font-family:var(--serif);font-size:13px}.value-card-top .topic-icon{border-color:rgba(190,138,57,.28);background:rgba(190,138,57,.07);color:var(--gold)}
@media(max-width:680px){.group-heading .group-index{flex-basis:28px;width:28px;height:28px}.group-heading .topic-icon{flex-basis:30px;width:30px;height:30px}.value-card-top{margin-bottom:18px}.value-card-top .topic-icon{flex-basis:32px;width:32px;height:32px}}

/* Mobile: o cabeçalho vira um botão flutuante (bola) no canto inferior direito, acima da bola da logo */
@media(max-width:680px){
  .site-header{height:0;min-height:0;margin:0;padding:0;border:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:visible;pointer-events:none}
  .site-header.is-scrolled{height:0;background:none!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important}
  .site-header .brand,.site-header:after{display:none!important}
  .menu-toggle{display:grid;position:fixed;z-index:61;right:12px;bottom:68px;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:linear-gradient(135deg,#d6a04c,#f3d391 55%,#c08329);box-shadow:0 12px 26px rgba(2,14,32,.34),0 0 0 1px rgba(239,202,130,.55);place-content:center;gap:5px;pointer-events:auto}
  .menu-toggle span{width:18px;height:2px;background:#06172e!important;border-radius:2px}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
}

/* Desktop/tablet: hero ocupa a tela inteira; cabeçalho fino, translúcido, escondido na hero e revelado a partir da 2ª dobra */
@media(min-width:681px){
  .hero{min-height:100vh;height:auto}
  .hero-image-wrap{min-height:100vh;height:auto}
  .hero-image{position:absolute;inset:0;width:100%;height:100%}
  .hero-copy{padding-top:clamp(74px,11vh,132px);padding-bottom:112px}
  .site-header{position:fixed;left:0;right:0;top:14px;margin:0 auto;width:min(1240px,calc(100% - 48px));height:60px;padding:0 22px;
    background:linear-gradient(110deg,rgba(5,24,49,.5),rgba(9,34,66,.32));
    border:1px solid rgba(241,213,160,.22);
    box-shadow:0 14px 34px rgba(2,12,30,.18);
    backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
    transform:translateY(-185%);opacity:0;pointer-events:none;
    transition:transform .5s cubic-bezier(.2,.75,.2,1),opacity .4s ease,height .35s ease,background .35s ease,border-color .35s ease}
  .site-header.is-revealed{transform:translateY(0);opacity:1;pointer-events:auto}
  .site-header.is-scrolled{height:56px;background:linear-gradient(110deg,rgba(4,19,40,.62),rgba(8,30,60,.46))}
  .site-header .brand{width:48px;height:48px}
}
@media(min-width:681px) and (max-width:960px){
  .site-header{width:calc(100% - 36px)}
  .hero-copy{padding-bottom:98px}
}

/* Logo da hero maior + prova social um pouco mais alta no desktop */
.hero-logo{width:184px}
@media(min-width:681px) and (max-width:960px){.hero-logo{width:156px}}
@media(max-width:680px){.hero-logo{width:128px}}
@media(min-width:961px){.hero-proof{bottom:46px}}
@media(min-width:681px) and (max-width:960px){.hero-proof{bottom:34px}}

/* Background "aura" (azul + dourado da identidade) usado nas seções escuras */
.aura-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:0;border-radius:inherit;pointer-events:none}

/* Seção de prévia (vídeo vertical) */
.preview{position:relative;overflow:hidden;margin:34px auto;border:1px solid rgba(190,138,57,.24);border-radius:28px;background:linear-gradient(135deg,#06172e,#0b2b54);box-shadow:0 28px 70px rgba(6,23,46,.16)}
.preview-inner{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(46px,6vw,86px) clamp(26px,5vw,76px)}
.preview-media{display:flex;justify-content:center}
.preview-frame{position:relative;width:min(330px,82vw);aspect-ratio:9/16;border-radius:30px;overflow:hidden;border:1px solid rgba(238,201,123,.55);box-shadow:0 26px 60px rgba(2,12,30,.45),0 0 0 7px rgba(239,202,130,.08)}
.preview-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#06172e;display:block}
.preview-copy .eyebrow.light{color:#efd7a6}
.preview-copy h2{margin-bottom:20px;color:#fff;font-family:var(--serif);font-weight:600;letter-spacing:-.045em;font-size:clamp(32px,3.2vw,50px);line-height:1.07}
.preview-copy h2 em{color:#eac27b;font-weight:500}
.preview-copy>p:not(.eyebrow){max-width:440px;color:rgba(255,255,255,.74);font-size:15px;line-height:1.7}
.preview-copy .button{margin-top:6px}
@media(max-width:960px){.preview-inner{grid-template-columns:1fr;gap:34px;justify-items:center;text-align:center}.preview-copy{max-width:560px}.preview-copy .eyebrow,.preview-copy .check-list{justify-items:center}.preview-copy .eyebrow{justify-content:center}.preview-copy>p:not(.eyebrow){max-width:none}}
@media(max-width:680px){.preview{margin:0;border-left:0;border-right:0;border-radius:0}.preview-inner{padding:56px 25px}.preview-frame{width:min(300px,78vw)}}

/* Oferta: estatísticas + selos de confiança sobre a aura */
.offer-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:14px 30px;margin:6px 0 30px}
.offer-stats div{display:grid;gap:3px;padding-right:30px;border-right:1px solid rgba(255,255,255,.2)}
.offer-stats div:last-child{padding-right:0;border:0}
.offer-stats strong{font-family:var(--serif);color:#f2d292;font-size:30px;font-weight:500;line-height:1}
.offer-stats span{color:rgba(255,255,255,.62);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.offer-reassure{display:flex;flex-wrap:wrap;justify-content:center;gap:9px 22px;margin:22px 0 2px;color:#ecc987;font-size:11px;font-weight:600;letter-spacing:.04em}
.offer-reassure span{white-space:nowrap}
@media(max-width:680px){.offer-stats{gap:10px 18px}.offer-stats div{padding-right:18px}.offer-stats strong{font-size:25px}}

/* Aura como fundo global fixo do site (fundo branco com linhas azul + ouro) */
.aura-bg{position:fixed;inset:0;width:100%;height:100%;z-index:-1;display:block;pointer-events:none;border-radius:0;opacity:.7}

/* Tópico Prévia: âncora abaixo do header fixo */
#previa{scroll-margin-top:112px}

/* Oferta: headline com menos quebras (1 linha em telas largas) */
.offer-content{max-width:1080px}
.offer h2{font-size:clamp(25px,2.7vw,38px);line-height:1.12;text-wrap:balance}

/* Mobile: hero ocupa a tela inteira e fica mais organizada (logo no topo, texto na base sobre o degradê) */
@media(max-width:680px){
  .hero{min-height:100vh;min-height:100svh}
  .hero-copy{min-height:100vh;min-height:100svh;padding:80px 26px 46px;justify-content:flex-start}
  .hero .eyebrow{margin-top:auto;margin-bottom:18px}
  .hero h1{margin-top:0;margin-bottom:18px;font-size:clamp(40px,11.5vw,56px);line-height:1}
  .hero-intro{margin-bottom:24px;font-size:14px;line-height:1.55}
  .hero-actions{gap:12px;width:100%}
  .hero-image{object-position:50% 24%}
}

/* Logo no topo da oferta (acima de "Comece agora") */
.offer-logo{width:96px;margin:0 auto 18px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4))}
.offer-logo img{width:100%;height:auto}
@media(max-width:680px){.offer-logo{width:78px;margin-bottom:14px}}

/* Bolas flutuantes sempre visíveis no mobile, mesmo com a barra do navegador (iOS) */
@media(max-width:680px){
  .floating-cta{bottom:calc(12px + var(--vv-bottom,0px) + env(safe-area-inset-bottom,0px))}
  .menu-toggle{bottom:calc(68px + var(--vv-bottom,0px) + env(safe-area-inset-bottom,0px))}
}

/* Conteúdo programático real: 16 módulos + bônus + benefícios */
.modules-grid{list-style:none;max-width:1060px;margin:0 auto 18px;padding:0;display:grid;grid-template-columns:1fr;gap:10px}
@media(min-width:761px){.modules-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(8,auto);grid-auto-flow:column;column-gap:24px}}
.modules-grid li{display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid rgba(190,138,57,.22);border-radius:13px;background:rgba(255,255,255,.62);box-shadow:0 8px 22px rgba(6,23,46,.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.modules-grid li:hover{transform:translateY(-2px);border-color:rgba(190,138,57,.45);box-shadow:0 14px 30px rgba(6,23,46,.1)}
.m-num{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(140deg,#d8a24a,#b27d2b);color:#fff;font-family:var(--serif);font-size:15px;font-weight:600;box-shadow:0 4px 10px rgba(168,113,33,.3)}
.m-name{color:var(--navy);font-size:15px;font-weight:600;letter-spacing:-.01em}

.modules-bonus{display:flex;align-items:center;gap:16px;max-width:1060px;margin:0 auto 34px;padding:18px 24px;border-radius:16px;background:linear-gradient(120deg,#c8923a,#a9711f);color:#fff;box-shadow:0 18px 40px rgba(168,113,33,.28)}
.modules-bonus .bonus-ico{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.18);color:#fff3d6;font-size:20px}
.bonus-tag{display:block;margin-bottom:2px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.modules-bonus strong{font-family:var(--serif);font-size:clamp(20px,2.2vw,24px);font-weight:600}

.curriculum-perks{list-style:none;max-width:1060px;margin:0 auto 34px;padding:24px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;border-top:1px solid rgba(190,138,57,.28);border-bottom:1px solid rgba(190,138,57,.28)}
.curriculum-perks li{display:flex;align-items:center;gap:13px}
.perk-ico{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(190,138,57,.4);background:rgba(190,138,57,.08);color:var(--gold)}
.perk-ico svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.curriculum-perks strong{display:block;color:var(--navy);font-size:13px;font-weight:700;line-height:1.2}
.curriculum-perks span{color:#5b6775;font-size:12px}
@media(max-width:860px){.curriculum-perks{grid-template-columns:repeat(2,1fr);gap:18px}}
@media(max-width:430px){.curriculum-perks{grid-template-columns:1fr}}

.curriculum-art{margin:0 auto 32px;max-width:560px;border-radius:22px;overflow:hidden;border:1px solid rgba(190,138,57,.28);box-shadow:0 30px 70px rgba(6,23,46,.2)}
.curriculum-art img{display:block;width:100%;height:auto}
@media(max-width:680px){.curriculum-art{max-width:430px;border-radius:16px;margin-bottom:26px}}
.curriculum-foot{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}
.curriculum-tagline{margin:0;color:var(--navy);font-family:var(--serif);font-size:clamp(21px,2.6vw,31px);letter-spacing:-.02em}
.curriculum-tagline em{color:var(--gold)}
@media(max-width:680px){.modules-bonus{padding:16px 18px;margin-bottom:26px}.curriculum-perks{margin-bottom:26px}}

/* "Por que fazer este curso": foto da especialista no lugar dos cards */
.value-showcase{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(30px,5vw,72px);align-items:center;margin-bottom:22px}
.value-photo{position:relative}
.value-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 28%;border-radius:20px;box-shadow:18px 20px 0 rgba(190,138,57,.35),0 24px 55px rgba(6,23,46,.16)}
.value-points{list-style:none;margin:0;padding:0;display:grid;gap:18px}
.value-points li{display:flex;gap:16px;align-items:flex-start}
.value-points .vp-num{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(190,138,57,.4);background:rgba(190,138,57,.08);color:var(--gold);font-family:var(--serif);font-size:16px;font-weight:600}
.value-points strong{display:block;margin-bottom:4px;color:var(--navy);font-family:var(--serif);font-size:20px;font-weight:600}
.value-points p{margin:0;color:#5b6775;font-size:13.5px;line-height:1.6}
@media(max-width:860px){.value-showcase{grid-template-columns:1fr;gap:28px}.value-photo img{aspect-ratio:16/10;object-position:50% 24%;max-height:420px}}
@media(max-width:680px){.value-points strong{font-size:18px}}

/* Final responsive fit: hero CTAs remain clear of the persistent mobile controls. */
@media(min-width:681px) and (max-width:960px){
  .hero-actions{gap:16px}
  .hero-actions .button{gap:14px;padding-right:18px;padding-left:18px;white-space:nowrap}
  .hero-actions .text-link{font-size:11px;white-space:nowrap}
}
@media(max-width:680px){
  .hero-copy{padding-bottom:118px}
}
