:root{--ink:#160d2b;--deep:#1d0d39;--purple:#6d35f2;--violet:#9b4dff;--pink:#ff4fa3;--lime:#d9ff63;--paper:#f7f3fb;--white:#fff;--muted:#746d80;--line:#dfd7e8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.section-pad{padding:96px 0}.topbar{height:82px;background:rgba(22,13,43,.96);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:20}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:11px;font-size:17px;font-weight:900;line-height:1.02}.brand-mark{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),var(--violet));color:#fff}.countdown-wrap{display:flex;align-items:center;justify-content:flex-end;gap:18px}.countdown-label{font-size:9px;font-weight:900;letter-spacing:.13em;color:#d9cee5}.countdown{display:flex;gap:8px}.count-item{min-width:49px;padding:6px 8px;border:1px solid rgba(255,255,255,.15);border-radius:8px;text-align:center;display:flex;flex-direction:column}.count-item strong{font-size:18px}.count-item small{font-size:7px;letter-spacing:.12em;color:#cfc2e0}.header-cta{display:none!important}
.hero{min-height:auto;padding:58px 0 90px;position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 15% 10%,rgba(255,79,163,.25),transparent 30%),linear-gradient(135deg,#160d2b 0%,#32105e 58%,#7e2c93 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(#000,transparent)}.glow{position:absolute;border-radius:50%;filter:blur(5px)}.glow-one{width:500px;height:500px;background:rgba(255,79,163,.17);right:-150px;top:-180px}.glow-two{width:280px;height:280px;border:1px solid rgba(217,255,99,.35);right:20%;bottom:-100px}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.pills span{border:1px solid rgba(255,255,255,.24);border-radius:99px;padding:7px 12px;font-size:9px;letter-spacing:.12em;font-weight:900;background:rgba(255,255,255,.07)}.pills span:first-child{color:#ff93c5;border-color:#ff70b5}.kicker,.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:900;color:var(--pink)}.eyebrow.light{color:var(--lime)}.hero h1{font-size:52px;line-height:1.01;letter-spacing:-.052em;margin:17px 0 24px}.hero em{color:var(--lime)}em{font-style:normal;color:var(--purple)}.hero-description{font-size:17px;line-height:1.58;color:#dcd1e8;max-width:610px}.hero-description strong{color:#fff}.hero-facts{display:flex;gap:35px;margin-top:30px}.hero-facts div{display:flex;align-items:center;gap:12px;min-width:0}.hero-facts strong{font-size:31px;color:#ff7cba;white-space:nowrap}.hero-facts span{font-size:8px;line-height:1.5;font-weight:900;letter-spacing:.09em;color:#cabdd9}.hero-cta{display:none!important}.hero-side{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;align-items:end}.photo-wrap{position:relative}.photo-placeholder{height:470px;border-radius:150px 150px 18px 18px;overflow:hidden;position:relative;background:#5d25aa;box-shadow:0 30px 70px rgba(0,0,0,.28)}.photo-placeholder:after{content:"";position:absolute;inset:52% 0 0;background:linear-gradient(transparent,rgba(22,13,43,.88))}.photo-placeholder img{width:100%;height:100%;object-fit:cover;object-position:50% 25%}.photo-label{position:absolute;z-index:2;bottom:20px;left:18px;right:12px}.photo-label small,.photo-label span{display:block;font-size:7px;letter-spacing:.1em;font-weight:900;line-height:1.35}.photo-label strong{display:block;font-size:23px;line-height:1;margin:7px 0;white-space:nowrap}.event-seal{position:absolute;z-index:4;right:-22px;top:-20px;width:98px;height:98px;border-radius:50%;background:var(--lime);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.22);transform:rotate(7deg)}.event-seal strong{font-size:18px;line-height:.85}.event-seal span{font-size:6px;font-weight:900;margin-top:7px}.hero-marquee{position:absolute;bottom:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:space-around;background:linear-gradient(90deg,var(--pink),var(--violet));font-size:11px;font-weight:900;letter-spacing:.13em}.hero-marquee i{color:var(--lime)}
.signup-form{padding:25px;background:#fff;color:var(--ink);border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.2);position:relative;z-index:3}.form-heading{margin-bottom:19px}.form-heading h2{font-size:23px;line-height:1.05;margin:8px 0 0;letter-spacing:-.04em}.signup-form label:not(.consent){display:block;margin-bottom:11px}.signup-form label>span{display:block;font-size:8px;font-weight:900;letter-spacing:.07em;margin-bottom:6px}.signup-form input:not([type=checkbox]){width:100%;height:44px;border:1px solid var(--line);border-radius:7px;background:#faf8fc;padding:0 12px;font-size:12px;outline:0}.signup-form input:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(155,77,255,.12)}.consent{display:flex;gap:8px;align-items:flex-start;margin:13px 0;color:var(--muted)}.consent span{font-weight:500!important;line-height:1.4}.consent input{accent-color:var(--purple)}.primary-btn,.lime-btn{border:0;min-height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--purple),var(--pink));color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;width:100%;cursor:pointer;padding:0 22px}.primary-btn span,.lime-btn span,.header-cta span,.text-link span{margin-left:12px}.safe-note{display:block;text-align:center;color:#958c9f;font-size:8px;margin-top:9px}.form-success{padding:45px 20px;text-align:center;background:#fff;border-radius:15px}.form-success>span{width:44px;height:44px;margin:auto;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-weight:900}.form-success h3{margin:14px 0 6px}.form-success p{font-size:12px;color:var(--muted);line-height:1.5}
.proof-strip{background:#fff}.proof-grid{min-height:125px;display:grid;grid-template-columns:1.1fr repeat(3,1fr);align-items:center}.proof-grid>p{font-size:9px;letter-spacing:.14em;color:var(--muted);font-weight:900}.proof-grid>div{border-left:1px solid var(--line);padding-left:26px;display:flex;gap:12px;align-items:center}.proof-grid strong{font-size:29px;color:var(--purple)}.proof-grid span{font-size:8px;line-height:1.5;font-weight:900;letter-spacing:.07em;color:var(--muted)}
.video-section{background:#f7f3fb}.video-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:75px;align-items:center}.section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.mentor-copy h2,.faq-grid h2,.final-copy h2{font-size:48px;line-height:1.03;letter-spacing:-.055em;margin:15px 0 20px}.section-intro p,.schedule-head p,.stories-copy p{color:var(--muted);line-height:1.7;font-size:14px}.text-link{display:inline-block;margin-top:16px;border-bottom:1px solid;padding-bottom:5px;font-size:9px;font-weight:900;letter-spacing:.08em}.main-video,.testimonial-video{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#170d2c;box-shadow:0 22px 55px rgba(63,20,110,.2)}.main-video iframe,.testimonial-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.schedule-section{background:linear-gradient(135deg,#21103f,#42156f);color:#fff}.schedule-head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:40px}.schedule-head em{color:var(--lime)}.schedule-head p{color:#cdbedf}.lesson-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lesson{padding:26px;min-height:285px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.055)}.lesson-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.lesson-top span{font-size:34px;color:#bb91ff}.lesson-top small{font-size:8px;font-weight:900;letter-spacing:.08em}.lesson-tag{font-size:8px;color:var(--lime);font-weight:900;letter-spacing:.12em}.lesson h3{font-size:20px;line-height:1.18;margin:10px 0}.lesson p{font-size:12px;line-height:1.6;color:#cdbedf}.lesson b{display:block;margin-top:22px;font-size:7px;letter-spacing:.1em;color:#ff87c0}.center-cta{display:flex;justify-content:center;margin-top:38px}.lime-btn{width:auto;background:var(--lime);color:var(--ink);min-width:290px}
.audience-section{background:#f7f3fb}.audience-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.audience-copy p{color:var(--muted);font-size:14px}.quiz-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;min-height:72px;display:grid;grid-template-columns:42px 1fr 24px;align-items:center;font-size:14px;font-weight:900}summary::-webkit-details-marker{display:none}summary span{font-size:9px;color:var(--purple)}summary i{font-style:normal;font-size:20px;transition:.2s}details[open] summary i{transform:rotate(45deg)}details p{margin:0;padding:0 35px 22px 42px;color:var(--muted);font-size:13px;line-height:1.6}.quiz-list>.primary-btn{margin-top:25px;width:auto}
.access-section{background:#fff;padding:52px 0}.access-bar{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}.access-bar h2{font-size:25px;line-height:1.15;margin:9px 0 0}.access-bar ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden}.access-bar li{padding:24px 18px;font-size:11px;font-weight:800;border-right:1px solid var(--line)}.access-bar li:last-child{border:0}.access-bar li strong{display:block;color:var(--pink);font-size:9px;margin-bottom:12px}
.stories-section{background:radial-gradient(circle at 85% 20%,rgba(255,79,163,.35),transparent 35%),linear-gradient(135deg,#4b1a8a,#7c2cd1);color:#fff;overflow:hidden}.stories-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:65px;align-items:center}.stories-copy em{color:var(--lime)}.stories-copy p{color:#e6d9f5}.testimonial-card{display:grid;grid-template-columns:1.25fr .75fr;background:#fff;color:var(--ink);border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(25,5,50,.25)}.testimonial-video{border-radius:0;box-shadow:none}.testimonial-info{padding:24px;display:flex;flex-direction:column;justify-content:center}.student-count{font-size:8px;color:var(--pink);font-weight:900;letter-spacing:.12em}.testimonial-info h3{font-size:22px;line-height:1.05;margin:18px 0 10px}.testimonial-info p{font-size:11px;font-weight:800;margin:0 0 8px}.testimonial-info small{font-size:9px;color:var(--muted)}.carousel-controls{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.carousel-controls>button{width:42px;height:42px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:50%;cursor:pointer}.carousel-controls>div{display:flex;gap:8px}.carousel-controls>div button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer}.carousel-controls>div button.active{width:28px;border-radius:10px;background:var(--lime)}
.mentor-section{background:#fff}.mentor-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.mentor-visual{position:relative;min-height:490px}.mentor-photo{width:78%;height:470px;border-radius:190px 190px 18px 18px;overflow:hidden;background:#eee}.mentor-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 22%}.mentor-stat{position:absolute;bottom:10px;right:5%;width:190px;height:115px;padding:22px;border-radius:12px;background:linear-gradient(135deg,var(--pink),var(--violet));color:#fff;display:flex;gap:12px;align-items:center}.mentor-stat strong{font-size:27px}.mentor-stat span{font-size:7px;font-weight:900;line-height:1.5}.mentor-copy h2{font-size:58px;margin-bottom:3px}.mentor-copy h3{font-size:11px;color:var(--purple);letter-spacing:.1em}.mentor-copy p{font-size:14px;color:var(--muted);line-height:1.7}.mentor-copy p:first-of-type{font-size:20px;color:var(--ink);font-weight:800}
.faq-section{background:#f7f3fb}.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}.faq-list{border-top:1px solid var(--line)}
.final-section{background:radial-gradient(circle at 10% 20%,rgba(255,79,163,.27),transparent 30%),#160d2b;color:#fff}.final-grid{display:grid;grid-template-columns:1fr .8fr;gap:110px;align-items:center}.final-copy h2{font-size:58px}.final-copy em{color:var(--lime)}.final-copy p{color:#cdbedf}.event-chip{display:flex;gap:16px;align-items:center;margin-top:35px}.event-chip strong{font-size:28px;color:#ff78b8}.event-chip span{font-size:8px;line-height:1.5;font-weight:900}.signup-form.compact{padding:31px}footer{background:#0c0617;color:#fff;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:40px}.footer-grid p,.footer-grid>div:last-child{font-size:8px;color:#8f829e;line-height:1.7}.footer-grid>div:last-child{display:flex;flex-direction:column;align-items:flex-end}.mobile-sticky{display:none}

@media(max-width:980px){.header-cta{display:none}.hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{grid-template-columns:1fr}.hero-copy{max-width:680px}.hero-side{max-width:680px}.lesson-cards{grid-template-columns:1fr}.lesson{min-height:auto}.audience-layout{grid-template-columns:1fr;gap:35px}.access-bar{grid-template-columns:1fr}.mentor-visual{max-width:580px}.final-grid{gap:50px}}
@media(max-width:680px){.shell{width:min(100% - 28px,540px)}.topbar{height:68px}.brand-mark{width:38px;height:38px}.brand{font-size:10px}.count-item{min-width:31px;padding:5px 3px;border:0}.count-item strong{font-size:15px}.hero{padding:44px 0 80px}.hero h1{font-size:43px}.hero-description{font-size:15px}.hero-facts{gap:18px}.hero-facts strong{font-size:26px}.hero-facts span{font-size:7px}.hero-cta{display:flex!important;margin-top:28px}.hero-side{grid-template-columns:1fr;margin-top:38px}.photo-wrap{width:100%;max-width:310px;margin:auto}.photo-placeholder{height:410px}.event-seal{right:-5px}.signup-form:not(.compact){margin-top:-40px}.hero-marquee{font-size:8px;gap:12px;justify-content:space-around}.proof-grid{grid-template-columns:1fr;padding:10px 0 18px}.proof-grid>p{display:none}.proof-grid>div{min-height:88px;border-left:0;border-bottom:1px solid var(--line);padding:18px 8px;display:grid;grid-template-columns:120px 1fr}.proof-grid strong{font-size:34px}.proof-grid span{font-size:10px}.section-pad{padding:70px 0}.section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.faq-grid h2,.final-copy h2{font-size:37px}.video-grid{gap:35px}.main-video{border-radius:12px}.schedule-head{grid-template-columns:1fr;gap:10px}.lesson{padding:22px}.lesson-top{margin-bottom:25px}.audience-layout{gap:25px}.quiz-list>.primary-btn{width:100%}.access-section{padding:55px 0}.access-bar{gap:30px}.access-bar ul{grid-template-columns:1fr}.access-bar li{border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:38px 1fr;align-items:center}.access-bar li strong{margin:0}.stories-grid{gap:35px}.testimonial-card{grid-template-columns:1fr}.testimonial-info{min-height:175px}.testimonial-info h3{font-size:20px}.mentor-visual{min-height:420px}.mentor-photo{height:400px;width:88%}.mentor-stat{width:165px;height:100px;right:0}.mentor-copy h2{font-size:46px}.faq-grid{gap:20px}.final-grid{gap:40px}.final-copy h2{font-size:44px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-grid>div:last-child{align-items:center}.mobile-sticky{display:flex;position:fixed;z-index:30;left:12px;right:12px;bottom:12px;min-height:54px;border-radius:9px;background:var(--lime);color:var(--ink);align-items:center;justify-content:center;font-size:9px;font-weight:900;letter-spacing:.07em;box-shadow:0 12px 30px rgba(22,13,43,.3)}}

.mobile-preview-page{min-height:100vh;padding:55px 5vw;background:#ece8f2;display:flex;align-items:flex-start;justify-content:center;gap:70px}.mobile-preview-copy{width:330px;position:sticky;top:55px;padding-top:70px}.mobile-preview-copy>span{color:var(--purple);font-size:10px;font-weight:900;letter-spacing:.14em}.mobile-preview-copy h1{font-size:54px;line-height:.95;letter-spacing:-.06em;margin:14px 0 20px}.mobile-preview-copy p{color:var(--muted);font-size:14px;line-height:1.7}.mobile-preview-copy a{display:inline-block;margin-top:20px;border-bottom:1px solid;padding-bottom:5px;font-size:10px;font-weight:900;letter-spacing:.08em}.phone-shell{width:422px;height:900px;padding:20px 16px 28px;border-radius:48px;background:#101018;box-shadow:0 35px 90px rgba(22,13,43,.28);position:relative;flex:0 0 auto}.phone-shell iframe{width:390px;height:844px;border:0;border-radius:31px;background:#fff;display:block}.phone-speaker{position:absolute;z-index:2;top:28px;left:50%;transform:translateX(-50%);width:82px;height:20px;border-radius:0 0 14px 14px;background:#101018}.phone-home{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:110px;height:4px;border-radius:99px;background:#5d626d}
@media(max-width:680px){.mobile-preview-page{padding:0;display:block;background:#101018}.mobile-preview-copy{display:none}.phone-shell{width:100%;height:100vh;padding:0;border-radius:0;box-shadow:none}.phone-shell iframe{width:100%;height:100vh;border-radius:0}.phone-speaker,.phone-home{display:none}}

.video-facade{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:#160d2b;overflow:hidden;color:#fff}.video-facade>img{width:100%;height:100%;object-fit:cover;display:block}.facade-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,13,43,.08),rgba(22,13,43,.52))}.facade-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;display:grid;place-items:center;padding-left:4px;background:linear-gradient(135deg,var(--purple),var(--pink));box-shadow:0 12px 35px rgba(22,13,43,.35);font-size:20px}.facade-label{position:absolute;left:22px;bottom:19px;font-size:8px;font-weight:900;letter-spacing:.14em}
.main-video iframe,.testimonial-video iframe{top:-62px;height:calc(100% + 124px)}
.event-seal{display:none!important}

@media(max-width:680px){
  .topbar{height:86px}
  .topbar-inner{gap:12px}
  .brand{font-size:13px;flex:0 0 auto}
  .countdown-wrap{flex-direction:column;align-items:flex-end;gap:4px}
  .countdown-label{font-size:6px;letter-spacing:.1em}
  .countdown{gap:2px}
  .count-item{min-width:31px;padding:4px 2px}
  .count-item strong{font-size:14px}
  .count-item small{font-size:6px}
  .hero{padding:38px 0 74px}
  .hero h1{font-size:39px;line-height:1.02;letter-spacing:-.047em}
  .hero-description{font-size:15px;line-height:1.55}
  .hero-facts{display:grid;grid-template-columns:1fr 1.25fr;gap:14px;margin-top:26px}
  .hero-facts div{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
  .hero-facts strong{font-size:26px;line-height:1;white-space:nowrap}
  .hero-facts span{font-size:8px;line-height:1.35}
  .hero-side{margin-top:32px}
  .photo-label{left:18px;right:12px;bottom:18px}
  .photo-label strong{font-size:22px}
  .photo-label span{font-size:7px;letter-spacing:.07em;white-space:normal}
  .signup-form:not(.compact){margin-top:0}
  .form-heading h2{font-size:22px}
  .hero-marquee{height:44px}
}

/* Foto do mentor em quadro regular, sem acabamento oval. */
.mentor-photo{border-radius:22px!important}
.mentor-photo img{object-position:50% 8%!important}
@media(max-width:680px){
  .mentor-photo{border-radius:18px!important}
  .mentor-photo img{object-position:50% 6%!important}
}

.event-register-btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;margin-top:24px;min-height:52px;padding:14px 24px;border-radius:10px;background:linear-gradient(90deg,var(--violet),var(--pink));color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;box-shadow:0 14px 28px rgba(111,45,255,.2);transition:transform .2s ease,box-shadow .2s ease}
.event-register-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(111,45,255,.28)}
@media(max-width:680px){
  .event-register-btn{width:100%;min-height:58px;margin-top:26px;padding:16px 18px;font-size:11px;text-align:center}
}

/* Camada final de alinhamento responsivo */
main{width:100%;overflow:clip}
.shell{width:min(1180px,calc(100% - 64px));margin-inline:auto}
.hero-grid,.video-grid,.schedule-head,.audience-layout,.access-bar,.stories-grid,.mentor-grid,.faq-grid,.final-grid{width:100%}
.hero-side-form-only .signup-form{margin-inline:0}

@media(min-width:981px) and (max-width:1366px){
  .shell{width:min(1180px,calc(100% - 48px))}
  .hero-grid{gap:40px}
  .video-grid{gap:52px}
  .schedule-head,.audience-layout,.stories-grid,.mentor-grid,.faq-grid,.final-grid{column-gap:52px}
  .hero-side-form-only .signup-form{width:min(100%,390px)}
}

@media(min-width:681px) and (max-width:980px){
  .shell{width:min(760px,calc(100% - 48px))}
  .section-pad{padding:82px 0}
  .hero{padding:58px 0 96px}
  .hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:48px}
  .hero-side-form-only{width:100%;max-width:none;margin-top:0;justify-content:flex-start}
  .hero-side-form-only .signup-form{width:min(100%,560px)}
  .schedule-head,.audience-layout,.access-bar{gap:40px}
  .mentor-visual{width:100%;max-width:580px}
  .final-copy{max-width:680px}
}

@media(max-width:680px){
  .shell{width:min(540px,calc(100% - 40px))}
  .section-pad{padding:72px 0}
  .hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:34px}
  .hero-side-form-only{width:100%;max-width:none;margin-top:34px}
  .signup-form,.signup-form.compact{width:100%;padding:24px}
  .schedule-head,.audience-layout,.access-bar{gap:28px}
  .mentor-copy,.stories-copy,.section-intro,.audience-copy,.final-copy{width:100%}
  .hero-marquee{padding-inline:10px}
  .hero-marquee span{white-space:nowrap}
}

@media(max-width:390px){
  .shell{width:calc(100% - 32px)}
  .section-pad{padding:64px 0}
  .hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:30px}
  .signup-form,.signup-form.compact{padding:22px}
  .hero-marquee{gap:8px;font-size:7px;letter-spacing:.08em}
}

@media(max-width:350px){
  .shell{width:calc(100% - 24px)}
  .signup-form,.signup-form.compact{padding:20px}
  .hero-marquee i{display:none}
}

/* Auditoria de legibilidade, respiro e prevenção de textos cortados */
body{overflow-x:hidden}
p,summary,h1,h2,h3{overflow-wrap:break-word}
.hero h1,.section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.mentor-copy h2,.faq-grid h2,.final-copy h2{text-wrap:balance}
.hero-description{font-size:18px;line-height:1.65}
.section-intro p,.schedule-head p,.stories-copy p,.audience-copy p,.mentor-copy p,.final-copy p{font-size:16px;line-height:1.68}
.lesson p{font-size:15px;line-height:1.65}
.lesson h3{font-size:21px;line-height:1.25}
.access-bar li{font-size:14px;line-height:1.45}
.testimonial-info p{font-size:14px;line-height:1.45}
.testimonial-info small{font-size:12px;line-height:1.45}
.mentor-copy h3{font-size:14px;line-height:1.45}
.mentor-copy p:first-of-type{font-size:22px;line-height:1.5}
summary{min-height:82px;font-size:16px;line-height:1.35;gap:10px;padding:8px 0}
details p{padding:0 42px 26px 52px;font-size:15px;line-height:1.7;max-width:760px}
.mentor-stat{right:0;width:245px;min-height:118px;height:auto;padding:24px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px}
.mentor-stat strong{font-size:30px;white-space:nowrap}
.mentor-stat span{font-size:10px;line-height:1.45;overflow-wrap:normal;word-break:normal}
.proof-grid span{line-height:1.55}
.footer-logo{display:block;width:170px;max-width:100%;height:auto}

@media(max-width:680px){
  .hero-description{font-size:16px}
  .section-intro p,.schedule-head p,.stories-copy p,.audience-copy p,.mentor-copy p,.final-copy p{font-size:15px;line-height:1.65}
  .mentor-stat{width:min(215px,72%);min-height:108px;padding:20px;gap:13px}
  .mentor-stat strong{font-size:27px}
  .mentor-stat span{font-size:9px}
  summary{grid-template-columns:32px minmax(0,1fr) 22px;min-height:76px;font-size:15px;gap:8px}
  details p{padding:0 30px 22px 40px;font-size:14px}
  .footer-logo{width:155px;margin:auto}
}

/* Revisão geral de margens e densidade visual */
.shell{width:min(1200px,calc(100% - 80px))}
.section-pad{padding:110px 0}
.hero{padding:72px 0 104px}
.hero-grid{gap:58px}
.hero h1{line-height:1.06;margin:22px 0 28px;max-width:680px}
.pills{margin-bottom:26px}
.kicker{line-height:1.55}
.hero-description{margin:0;max-width:630px}
.hero-facts{margin-top:38px}
.signup-form{padding:30px}
.form-heading{margin-bottom:24px}
.form-heading .eyebrow{display:block;line-height:1.55;margin-bottom:10px}
.form-heading h2{font-size:24px;line-height:1.16;letter-spacing:-.025em;margin:0;text-wrap:balance}
.signup-form label:not(.consent){margin-bottom:15px}
.signup-form label>span{line-height:1.4;margin-bottom:8px}
.signup-form input:not([type=checkbox]){height:48px}
.schedule-head,.audience-layout,.stories-grid,.mentor-grid,.faq-grid,.final-grid{column-gap:90px}

/* Desktop compacto: notebooks e MacBooks */
@media(min-width:981px) and (max-width:1366px){
  .shell{width:min(1180px,calc(100% - 48px))}
  .section-pad{padding:82px 0}
  .topbar{height:74px}
  .brand{font-size:15px}
  .hero{padding:50px 0 88px}
  .hero-grid{grid-template-columns:.98fr 1.02fr;gap:32px}
  .hero h1{font-size:44px;line-height:1.04;margin:18px 0 23px}
  .hero-description{font-size:16px;line-height:1.58}
  .hero-facts{gap:24px;margin-top:28px}
  .hero-facts strong{font-size:27px}
  .hero-side{grid-template-columns:.82fr 1.18fr;gap:12px}
  .photo-placeholder{height:420px}
  .photo-label strong{font-size:20px}
  .signup-form{padding:22px}
  .form-heading{margin-bottom:18px}
  .form-heading h2{font-size:21px;line-height:1.16}
  .signup-form label:not(.consent){margin-bottom:11px}
  .signup-form input:not([type=checkbox]){height:43px}
  .section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.faq-grid h2{font-size:42px}
  .mentor-copy h2,.final-copy h2{font-size:48px}
  .schedule-head,.audience-layout,.stories-grid,.mentor-grid,.faq-grid,.final-grid{column-gap:52px}
  .mentor-visual{min-height:445px}
  .mentor-photo{height:425px}
  .lesson{min-height:270px;padding:23px}
  .proof-grid{min-height:112px}
}

@media(max-width:980px){
  .shell{width:min(100% - 48px,720px)}
  .section-pad{padding:88px 0}
}

@media(max-width:680px){
  .shell{width:min(100% - 40px,540px)}
  .section-pad{padding:78px 0}
  .hero{padding:46px 0 82px}
  .hero-grid{gap:42px}
  .hero h1{font-size:38px;line-height:1.08;margin:21px 0 29px;letter-spacing:-.042em}
  .pills{gap:9px;margin-bottom:24px}
  .kicker{line-height:1.55}
  .hero-description{line-height:1.68}
  .hero-facts{margin-top:33px;row-gap:20px}
  .signup-form{padding:26px}
  .form-heading{margin-bottom:25px}
  .form-heading .eyebrow{line-height:1.6;margin-bottom:11px}
  .form-heading h2{font-size:24px;line-height:1.18;letter-spacing:-.02em}
  .schedule-head,.audience-layout,.stories-grid,.mentor-grid,.faq-grid,.final-grid{column-gap:0}
}

/* Faixa de provas: hierarquia vertical e colunas equilibradas */
.proof-strip{padding:26px 0}
.proof-grid{min-height:auto;grid-template-columns:.78fr repeat(3,1fr);align-items:stretch}
.proof-grid>p{margin:0;padding:18px 28px 18px 0;align-self:center;font-size:11px;line-height:1.55}
.proof-grid>div{min-width:0;min-height:110px;padding:18px 32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}
.proof-grid strong{display:block;font-size:32px;line-height:1;white-space:nowrap}
.proof-grid span{display:block;margin-top:10px;font-size:11px;line-height:1.5;letter-spacing:.075em;max-width:190px}

@media(min-width:981px) and (max-width:1366px){
  .proof-grid{grid-template-columns:.72fr repeat(3,1fr)}
  .proof-grid>p{padding-right:20px}
  .proof-grid>div{padding:16px 22px;min-height:104px}
  .proof-grid strong{font-size:30px}
  .proof-grid span{font-size:10px;max-width:170px}
}

@media(max-width:680px){
  .proof-strip{padding:8px 0}
  .proof-grid{grid-template-columns:1fr;padding:0}
  .proof-grid>p{display:none}
  .proof-grid>div{min-height:88px;padding:20px 0;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;border-left:0;border-bottom:1px solid var(--line)}
  .proof-grid strong{font-size:31px}
  .proof-grid span{margin-top:0;font-size:10px;max-width:none}
}

/* Responsividade móvel completa: celulares grandes, médios e compactos */
img,iframe,video{max-width:100%}
.hero-grid>*,.hero-side>*,.video-grid>*,.schedule-head>*,.audience-layout>*,.stories-grid>*,.mentor-grid>*,.faq-grid>*,.final-grid>*{min-width:0}

@media(max-width:480px){
  .shell{width:calc(100% - 36px)}
  .topbar{height:82px}
  .topbar-inner{gap:10px}
  .brand{font-size:12px;line-height:1.05}
  .countdown-wrap{gap:3px}
  .countdown{gap:1px}
  .count-item{min-width:29px;padding:4px 1px}
  .count-item strong{font-size:13px}
  .count-item small{font-size:5.5px}
  .countdown-label{font-size:6px}
  .hero{padding:42px 0 80px}
  .pills{gap:7px;margin-bottom:22px}
  .pills span{padding:6px 9px;font-size:9px;white-space:nowrap}
  .kicker{font-size:10px;letter-spacing:.13em}
  .hero h1{font-size:clamp(34px,9.3vw,38px);line-height:1.08;margin:19px 0 26px}
  .hero-description{font-size:15px;line-height:1.68}
  .hero-side{gap:28px;margin-top:34px}
  .photo-wrap{max-width:100%}
  .photo-placeholder{height:clamp(350px,108vw,410px)}
  .photo-label strong{font-size:clamp(19px,6vw,22px);white-space:normal}
  .photo-label small,.photo-label span{font-size:8px;line-height:1.45}
  .signup-form{width:100%;padding:24px;border-radius:14px}
  .form-heading h2{font-size:23px;line-height:1.2}
  .primary-btn,.lime-btn{min-height:52px;padding:13px 16px;line-height:1.3;white-space:normal;text-align:center}
  .section-pad{padding:72px 0}
  .section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.faq-grid h2{font-size:35px;line-height:1.08}
  .mentor-copy h2{font-size:42px;line-height:1.05}
  .final-copy h2{font-size:38px;line-height:1.08}
  .video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:32px}
  .main-video,.testimonial-video{border-radius:12px}
  .lesson-cards{gap:16px}
  .lesson{padding:22px;min-height:0}
  .lesson-top{gap:16px}
  .lesson-top small{text-align:right;line-height:1.45}
  .access-bar li{padding:20px 12px}
  .testimonial-info{padding:22px;min-height:165px}
  .carousel-controls{gap:14px}
  .mentor-visual{min-height:430px;padding-bottom:35px}
  .mentor-photo{width:100%;height:390px}
  .mentor-stat{right:0;bottom:0;width:min(215px,75%)}
  summary{padding:10px 0}
  .event-chip{align-items:flex-start;gap:13px}
  .event-chip strong{font-size:26px;white-space:nowrap}
  .signup-form.compact{padding:24px}
  footer{padding:34px 0 96px}
  .footer-grid{gap:24px}
  .mobile-sticky{left:10px;right:10px;bottom:10px;padding:0 16px;text-align:center}
}

@media(max-width:390px){
  .shell{width:calc(100% - 32px)}
  .topbar{height:78px}
  .brand{font-size:11px}
  .count-item{min-width:27px}
  .count-item strong{font-size:12px}
  .hero h1{font-size:34px;letter-spacing:-.038em}
  .hero-facts{grid-template-columns:1fr;gap:18px}
  .hero-facts div{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:10px}
  .hero-facts strong{font-size:25px}
  .hero-facts span{font-size:9px}
  .photo-placeholder{height:380px}
  .section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.faq-grid h2{font-size:33px}
  .mentor-copy h2{font-size:39px}
  .final-copy h2{font-size:35px}
  .proof-grid>div{grid-template-columns:104px minmax(0,1fr)}
  .proof-grid strong{font-size:29px}
  .mentor-stat{width:min(205px,78%);padding:18px}
  .mentor-stat strong{font-size:25px}
  summary{grid-template-columns:29px minmax(0,1fr) 20px;font-size:14px}
  details p{padding:0 24px 21px 37px}
}

@media(max-width:350px){
  .shell{width:calc(100% - 26px)}
  .brand{font-size:10px}
  .countdown-label{display:none}
  .count-item{min-width:25px}
  .pills span{padding:6px 8px;font-size:8px}
  .kicker{font-size:9px}
  .hero h1{font-size:31px}
  .form-heading h2{font-size:21px}
  .section-intro h2,.schedule-head h2,.audience-copy h2,.stories-copy h2,.faq-grid h2{font-size:31px}
  .mentor-copy h2{font-size:36px}
  .final-copy h2{font-size:33px}
  .photo-placeholder{height:350px}
  .proof-grid>div{grid-template-columns:96px minmax(0,1fr)}
  .proof-grid strong{font-size:27px}
  .mentor-stat{width:min(198px,82%);grid-template-columns:1fr;gap:6px}
  .mentor-stat span br{display:none}
}

/* Legibilidade dos textos de apoio */
.countdown-label{font-size:11px}
.count-item small{font-size:8px}
.pills span{font-size:11px}
.kicker,.eyebrow{font-size:12px}
.hero-facts span{font-size:10px}
.photo-label small,.photo-label span{font-size:9px}
.signup-form label>span{font-size:11px}
.signup-form input:not([type=checkbox]){font-size:14px}
.primary-btn,.lime-btn{font-size:11px}
.safe-note{font-size:10px}
.proof-grid>p{font-size:11px}
.proof-grid span{font-size:10px}
.text-link{font-size:11px}
.lesson-top small{font-size:10px}
.lesson-tag{font-size:10px}
.lesson p{font-size:14px}
.lesson b{font-size:9px}
.access-bar li{font-size:13px}
.access-bar li strong{font-size:11px}
.student-count{font-size:10px}
.testimonial-info p{font-size:13px}
.testimonial-info small{font-size:11px}
.mentor-copy h3{font-size:13px}
.mentor-stat span{font-size:9px}
.facade-label{font-size:10px}
.footer-grid p,.footer-grid>div:last-child{font-size:10px}

@media(max-width:680px){
  .countdown-label{font-size:7px}
  .count-item small{font-size:7px}
  .pills span{font-size:10px}
  .kicker,.eyebrow{font-size:11px;line-height:1.45}
  .hero-facts span{font-size:10px}
  .photo-label small,.photo-label span{font-size:9px;line-height:1.4}
  .signup-form label>span{font-size:11px}
  .safe-note{font-size:10px}
  .proof-grid span{font-size:11px}
  .lesson-top small,.lesson-tag{font-size:10px}
  .access-bar li{font-size:13px}
  .testimonial-info small{font-size:11px}
  .mobile-sticky{font-size:11px}
}

/* Reforço adicional de leitura em todas as seções */
.countdown-label{font-size:12px}
.count-item small{font-size:9px}
.pills span{font-size:12px}
.kicker,.eyebrow{font-size:13px}
.hero-facts span{font-size:11px}
.photo-label small,.photo-label span{font-size:10px}
.signup-form label>span{font-size:12px}
.primary-btn,.lime-btn{font-size:12px}
.safe-note{font-size:11px}
.proof-grid>p{font-size:12px}
.proof-grid span{font-size:11px}
.section-intro p,.schedule-head p,.stories-copy p{font-size:16px}
.text-link{font-size:12px}
.lesson-top small{font-size:11px}
.lesson-tag{font-size:11px}
.lesson h3{font-size:22px}
.lesson p{font-size:15px}
.lesson b{font-size:10px}
.audience-copy p{font-size:16px}
summary{font-size:16px}
summary span{font-size:11px}
details p{font-size:15px}
.access-bar li{font-size:14px}
.access-bar li strong{font-size:12px}
.student-count{font-size:11px}
.testimonial-info p{font-size:14px}
.testimonial-info small{font-size:13px}
.mentor-copy h3{font-size:14px}
.mentor-copy p{font-size:16px}
.mentor-stat span{font-size:10px}
.facade-label{font-size:11px}
.footer-grid p,.footer-grid>div:last-child{font-size:12px}

@media(max-width:680px){
  .countdown-label{font-size:8px}
  .count-item small{font-size:8px}
  .pills span{font-size:11px}
  .kicker,.eyebrow{font-size:12px}
  .hero-facts span{font-size:11px}
  .photo-label small,.photo-label span{font-size:10px}
  .signup-form label>span{font-size:12px}
  .safe-note{font-size:11px}
  .proof-grid span{font-size:12px}
  .section-intro p,.schedule-head p,.stories-copy p,.audience-copy p{font-size:16px}
  .lesson-top small,.lesson-tag{font-size:11px}
  .lesson p,details p{font-size:15px}
  summary{font-size:16px;line-height:1.35;padding:10px 0}
  .access-bar li{font-size:14px}
  .testimonial-info p{font-size:14px}
  .testimonial-info small{font-size:13px}
  .footer-grid p,.footer-grid>div:last-child{font-size:12px}
  .mobile-sticky{font-size:12px}
}

.audience-copy .eyebrow{color:#554c60}
.quiz-list>.primary-btn{font-size:14px;min-height:58px}
@media(max-width:680px){.quiz-list>.primary-btn{font-size:13px;min-height:56px}}

/* Margens de segurança para o conteúdo */
.shell{width:min(1180px,calc(100% - 64px))}
@media(max-width:680px){
  .shell{width:min(calc(100% - 40px),540px)}
  .lesson,.signup-form,.testimonial-info{padding-left:24px;padding-right:24px}
  details p{padding-left:42px;padding-right:20px}
  .access-bar li{padding-left:20px;padding-right:20px}
  .mobile-sticky{left:20px;right:20px}
}

/* Ajuste final da foto e identificação do mentor em celulares */
@media(max-width:680px){
  .hero-side{gap:42px!important}
  .signup-form:not(.compact){margin-top:0!important;transform:none!important}
  .photo-wrap{margin-bottom:0!important}
  .photo-label{bottom:26px;left:22px;right:18px}
  .photo-label small{font-size:12px!important;line-height:1.4!important;letter-spacing:.13em;margin-bottom:8px}
  .photo-label strong{font-size:24px;line-height:1.08;margin:0 0 10px;white-space:normal}
  .photo-label span{font-size:11px!important;line-height:1.5!important;letter-spacing:.1em}
}

@media(max-width:480px){
  .hero-side{gap:46px!important}
  .photo-label{bottom:28px;left:20px}
  .photo-label small{font-size:11px!important}
  .photo-label strong{font-size:23px}
  .photo-label span{font-size:10.5px!important}
}

@media(max-width:350px){
  .hero-side{gap:38px!important}
  .photo-label{bottom:22px;left:17px}
  .photo-label small{font-size:10px!important}
  .photo-label strong{font-size:21px;margin-bottom:8px}
  .photo-label span{font-size:9.5px!important}
}

/* Ajustes finais de contraste, vídeos, mentor e rodapé */
.audience-copy .eyebrow{color:#3f354b!important}
.audience-label{color:#3f354b!important}

/* Hero sem foto: formulário isolado e com leitura mais limpa. */
.hero-side-form-only{display:flex;justify-content:flex-end;align-items:center}
.hero-side-form-only .signup-form{width:min(100%,390px);margin:0}
.hero-side-form-only .form-heading .eyebrow{display:block;white-space:nowrap}

@media(max-width:980px){
  .hero-side-form-only{max-width:680px;justify-content:flex-start;margin-top:38px}
  .hero-side-form-only .signup-form{width:min(100%,520px)}
}

@media(max-width:680px){
  .hero-side-form-only{display:flex;grid-template-columns:none;gap:0;margin-top:34px}
  .hero-side-form-only .signup-form:not(.compact){margin-top:0!important}
  .hero-side-form-only .signup-form{width:100%}
  .hero-side-form-only .form-heading .eyebrow{font-size:12px;letter-spacing:.13em}
}
.facade-play{font-size:0!important;padding:0!important}
.facade-play:before{content:"";display:block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #fff;margin-left:4px}

@media(max-width:680px){
  .mobile-sticky{display:none!important}
  .mentor-grid{gap:28px!important}
  .mentor-visual{min-height:0!important;padding-bottom:58px}
  .mentor-photo{width:100%;height:400px}
  .mentor-stat{right:8px!important;bottom:0!important;width:190px!important;min-height:116px!important;height:auto!important;padding:18px!important;grid-template-columns:1fr!important;gap:6px!important}
  .mentor-stat strong{font-size:28px!important;line-height:1}
  .mentor-stat span{font-size:10px!important;line-height:1.45!important;overflow:visible!important}
  .mentor-stat span br{display:none}
  .mentor-copy{padding:0 2px}
  .mentor-copy .eyebrow{display:block;font-size:12px;margin-bottom:13px}
  .mentor-copy h2{font-size:42px;line-height:1.06;margin:0 0 10px}
  .mentor-copy h3{font-size:15px;line-height:1.45;margin:0 0 22px}
  .mentor-copy p:first-of-type{font-size:20px;line-height:1.52;margin-top:0}
  .mentor-copy p{font-size:16px;line-height:1.7}
  .footer-logo{width:112px!important;margin:0 auto 4px}
  footer{padding-bottom:38px}
}

@media(max-width:350px){
  .mentor-photo{height:360px}
  .mentor-stat{width:178px!important;padding:16px!important}
  .mentor-stat strong{font-size:26px!important}
  .mentor-copy h2{font-size:37px}
  .footer-logo{width:100px!important}
}

/* Consolidação final: margens e alinhamentos por largura de tela */
main{width:100%;overflow:clip}
.shell{width:min(1180px,calc(100% - 64px));margin-inline:auto}
.hero-grid,.video-grid,.schedule-head,.audience-layout,.access-bar,.stories-grid,.mentor-grid,.faq-grid,.final-grid{width:100%}

@media(min-width:981px) and (max-width:1366px){
  .shell{width:min(1180px,calc(100% - 48px))}
  .hero-grid{gap:40px}
  .video-grid{gap:52px}
  .schedule-head,.audience-layout,.stories-grid,.mentor-grid,.faq-grid,.final-grid{column-gap:52px}
  .hero-side-form-only .signup-form{width:min(100%,390px);margin-inline:0}
}

@media(min-width:681px) and (max-width:980px){
  .shell{width:min(760px,calc(100% - 48px))}
  .section-pad{padding:82px 0}
  .hero{padding:58px 0 96px}
  .hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:48px}
  .hero-side-form-only{width:100%;max-width:none;margin-top:0;justify-content:flex-start}
  .hero-side-form-only .signup-form{width:min(100%,560px);margin-inline:0}
  .schedule-head,.audience-layout,.access-bar{gap:40px}
  .mentor-visual{width:100%;max-width:580px}
  .final-copy{max-width:680px}
}

@media(max-width:680px){
  .shell{width:min(540px,calc(100% - 40px))}
  .section-pad{padding:72px 0}
  .hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:34px}
  .hero-side-form-only{width:100%;max-width:none;margin-top:34px}
  .signup-form,.signup-form.compact{width:100%;padding:24px}
  .schedule-head,.audience-layout,.access-bar{gap:28px}
  .mentor-copy,.stories-copy,.section-intro,.audience-copy,.final-copy{width:100%}
  .hero-marquee{padding-inline:10px}
  .hero-marquee span{white-space:nowrap}
}

@media(max-width:390px){
  .shell{width:calc(100% - 32px)}
  .section-pad{padding:64px 0}
  .hero-grid,.video-grid,.stories-grid,.mentor-grid,.faq-grid,.final-grid{gap:30px}
  .signup-form,.signup-form.compact{padding:22px}
  .hero-marquee{gap:8px;font-size:7px;letter-spacing:.08em}
}

@media(max-width:350px){
  .shell{width:calc(100% - 24px)}
  .signup-form,.signup-form.compact{padding:20px}
  .hero-marquee i{display:none}
}

/* ========================================================
   Refinamento Desktop & Margens Seguras do Container .shell
   ======================================================== */
.shell {
  width: min(1180px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 680px) {
  .shell {
    width: calc(100% - 32px) !important;
  }
}

@media (min-width: 981px) {
  /* Botão CTA da seção Hero no Desktop */
  .hero-cta {
    display: inline-flex !important;
    width: auto !important;
    min-width: 250px;
    margin-top: 28px;
  }

  /* Acordeão (FAQ e Quiz): Remove lacuna gigante entre número e pergunta */
  summary {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) 24px !important;
    column-gap: 12px !important;
    min-height: 64px !important;
    padding: 16px 0 !important;
    align-items: center !important;
  }

  details p {
    padding: 0 36px 20px 48px !important;
  }

  /* Seção Mentor: Foto e Badge no Desktop */
  .mentor-grid {
    grid-template-columns: 1fr 1.1fr !important;
    column-gap: 70px !important;
    align-items: center !important;
  }

  .mentor-visual {
    min-height: 440px !important;
  }

  .mentor-photo {
    width: 100% !important;
    max-width: 440px !important;
    height: 460px !important;
    border-radius: 24px !important;
  }

  .mentor-photo img {
    object-position: 50% 20% !important;
  }

  .mentor-stat {
    right: 0 !important;
    bottom: 20px !important;
    width: 230px !important;
    min-height: 100px !important;
    padding: 18px 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .mentor-stat strong {
    font-size: 28px !important;
  }

  .mentor-stat span {
    font-size: 9px !important;
    line-height: 1.4 !important;
  }

  /* Alinhamento dos formulários e grids desktop */
  .final-grid {
    grid-template-columns: 1.1fr 0.9fr !important;
    column-gap: 80px !important;
    align-items: center !important;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr !important;
    gap: 50px !important;
    align-items: center !important;
  }

  .hero-side-form-only {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .hero-side-form-only .signup-form {
    width: min(100%, 420px) !important;
    margin: 0 0 0 auto !important;
  }
}


