:root{--bg-body: #000000;--bg-hero: #000000;--bg-reviews: #ffffff;--bg-revoluc: rgba(41, 52, 255, .16);--bg-sobre: #030303;--bg-pricing: rgba(117, 254, 114, .08);--bg-templates: #ffffff;--btn-cta: rgb(41, 52, 255);--btn-cta-green: rgb(117, 254, 114);--btn-cta-text: #ffffff;--text-white: #ffffff;--text-dark: #000000;--text-dim: rgba(255, 255, 255, .6);--glow-blue: rgba(0, 115, 255, .5);--glow-blue2: rgba(0, 44, 201, .4)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg-body);color:var(--text-white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600}a{text-decoration:none;color:inherit}button,.btn{font-family:Outfit,sans-serif;cursor:pointer;border:none;outline:none;transition:all .3s ease}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#000000f2;backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05);height:64px}.header-brand{display:flex;align-items:center;gap:12px}.header-foto{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;display:block}.header-assinatura{-webkit-mask-image:url(/assets-gui/logo-gui-assinatura-fundo-escuro.png);mask-image:url(/assets-gui/logo-gui-assinatura-fundo-escuro.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center;background:#fff;display:inline-block;width:115px;height:36px;flex-shrink:0}.logo-pro{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1;user-select:none}.logo-pro__top{font-size:.72rem;font-weight:500;color:#fffc;letter-spacing:.01em;margin-bottom:2px}.logo-pro__row{display:flex;align-items:center;gap:4px}.logo-pro__pr{font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1}.logo-pro__pill{background:#0f1432d9;border:2px solid rgba(255,255,255,.55);border-radius:999px;display:flex;align-items:center;position:relative;box-shadow:0 0 0 3px #5064ff40,0 0 20px #5064ff59}.logo-pro__circle{background:linear-gradient(160deg,#fff,#d0d8ff);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 2px #5064ff4d,0 4px 16px #1e32ff8c;animation:pill-slide 2.4s ease-in-out infinite alternate}@keyframes pill-slide{0%{transform:translate(0)}to{transform:translate(var(--pill-slide))}}.logo-pro--header .logo-pro__top{font-size:.62rem}.logo-pro--header .logo-pro__pr{font-size:1.5rem}.logo-pro--header .logo-pro__pill{width:52px;height:30px;padding:4px;--pill-slide: 22px}.logo-pro--header .logo-pro__circle{width:22px;height:22px}.logo-pro--hero .logo-pro__top{font-size:3.2rem;font-weight:800;letter-spacing:-.03em}.logo-pro--hero .logo-pro__pr{font-size:3.2rem}.logo-pro--hero .logo-pro__pill{width:78px;height:50px;padding:5px;--pill-slide: 28px}.logo-pro--hero .logo-pro__circle{width:36px;height:36px}.header-actions{display:flex;align-items:center;gap:10px}.btn-header-cta{background:#5753ff;color:#fff;border:none;border-radius:12px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .2s ease}.btn-header-cta:hover{background:#6460ff;transform:translateY(-1px)}.btn-login{background:transparent!important;color:#ffffffb3!important;border:1.5px solid rgba(255,255,255,.2)!important;border-radius:12px!important;padding:10px 20px!important;font-weight:600!important;font-size:.9rem!important;text-decoration:none!important;cursor:pointer!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;transition:border-color .2s ease,color .2s ease!important}.btn-login:hover{border-color:#ffffff80!important;color:#fff!important}.hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 6rem;background:var(--bg-hero);overflow:hidden;min-height:100vh}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3;z-index:0;pointer-events:none}.hero:before{content:"";position:absolute;top:10%;left:50%;transform:translate(-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(0,115,255,.5) 0%,rgba(0,44,201,.35) 50%,transparent 100%);filter:blur(120px);z-index:1;pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(#0000,#000);z-index:2;pointer-events:none}.hero-content{position:relative;z-index:10;max-width:900px}.hero-badge{display:flex;justify-content:center;margin-bottom:1.5rem}.hero-rating{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;color:gold;margin-bottom:2rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:.5rem 1.2rem}.hero-rating span{color:#ffffffa6}.hero h1{font-size:clamp(3rem,6vw,5rem);line-height:1.15;margin-bottom:2rem;background:linear-gradient(291deg,#bac3ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;max-width:1000px}.hero p{font-size:clamp(1.15rem,2.2vw,1.5rem);color:#ffffffbf;margin-bottom:3rem;line-height:1.65;max-width:900px}.btn-cta-hero{padding:1.4rem 3.5rem;background:var(--btn-cta);color:var(--btn-cta-text);border-radius:14px;font-size:1.15rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 6px 24px #2934ff73;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-cta-hero:hover{transform:translateY(-2px);box-shadow:0 6px 30px #2934ff99}.btn-cta-green{padding:1.4rem 3.5rem;background:var(--btn-cta-green);color:var(--text-dark);border-radius:14px;font-size:1.15rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 6px 24px #75fe7273;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-cta-green:hover{transform:translateY(-2px);box-shadow:0 6px 30px #75fe7299}.section-pro-intro{padding:0 2rem 4rem;background:#000}.section-pro-intro .container{max-width:1200px;margin:0 auto}.pro-badge-center{display:flex;justify-content:center;padding:0 0 3rem}.pro-badge-center-img{width:100%;max-width:850px;height:auto}.section-modules{padding:3rem 0 5rem;background:var(--bg-body)}.modules-slider-viewport{width:850px;max-width:100%;margin:0 auto;overflow:hidden}.modules-scroll-track{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none}.modules-scroll-track.is-dragging{cursor:grabbing}.modules-scroll-track::-webkit-scrollbar{display:none}.module-cover{width:232px;height:309px;object-fit:cover;border-radius:12px;flex-shrink:0;pointer-events:none}.section-depoimentos{padding:6rem 2rem;background:#000!important;overflow:hidden}.section-depoimentos h2{text-align:center;font-size:clamp(2.2rem,4.5vw,3.5rem);margin-bottom:1rem;color:#fff!important;font-weight:600}.section-revoluc{padding:7rem 2rem;background:var(--bg-revoluc)}.section-revoluc .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.revoluc-texto{position:sticky;top:80px}.revoluc-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem}.section-revoluc h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:2rem;line-height:1.2;font-weight:600}.revoluc-texto p{font-size:1.1rem;color:var(--text-dim);margin-bottom:2rem;line-height:1.7}.revoluc-features{display:flex;flex-direction:column;gap:1.5rem}.revoluc-feature-card{display:flex;gap:1.5rem;padding:2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px}.revoluc-feature-icon{width:50px;height:50px;flex-shrink:0;background:#2934ff4d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.revoluc-feature-text h4{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.revoluc-feature-text p{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin:0}@media(max-width:768px){.section-revoluc .container{grid-template-columns:1fr}}.section-sobre{padding:6rem 2rem;background:var(--bg-sobre)}.section-sobre .container{max-width:1100px;margin:0 auto;display:flex;align-items:start;gap:4rem}.sobre-foto{width:350px;border-radius:16px;flex-shrink:0}.sobre-badge{display:inline-block;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.sobre-texto h2{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1.5rem;line-height:1.3;white-space:pre-line}.sobre-texto p{color:var(--text-dim);line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.sobre-assinatura{margin-top:2rem;width:200px;height:auto}.section-para-quem{padding:7rem 2rem;background:var(--bg-body)}.section-para-quem .container{max-width:1100px;margin:0 auto}.para-quem-header{text-align:center;margin-bottom:3rem}.para-quem-badge{display:inline-block;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.pq-badge{display:inline-block;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.35rem 1rem;font-size:.85rem;color:#ffffffb3;margin-bottom:1rem}.pq-subtitle{font-size:1rem;color:#fff9;max-width:600px;margin:0 auto 2.5rem;text-align:center;line-height:1.6}.para-quem-header h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;line-height:1.25;white-space:pre-line;font-weight:600}.para-quem-subtitle{font-size:1.1rem;color:var(--text-dim);max-width:800px;margin:0 auto;line-height:1.6}.para-quem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.para-quem-card{padding:2.5rem;background:#ffffff0a;border-radius:16px;border:1px solid rgba(255,255,255,.08);text-align:left;font-size:1rem;line-height:1.7;color:#ffffffd9}.para-quem-cta{text-align:center}@media(max-width:768px){.para-quem-grid{grid-template-columns:1fr}}.section-aprender{padding:7rem 2rem;background:#fff}.section-aprender .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.aprender-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:#00000080;margin-bottom:1rem}.aprender-left h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:2rem;color:#000;line-height:1.2;font-weight:600}.aprender-header-text{font-size:1.1rem;color:#333;line-height:1.7;margin-bottom:2rem}.aprender-checklist{list-style:none;padding:0}.aprender-checklist li{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:.95rem;color:#333;line-height:1.6}.aprender-checklist li:before{content:"✓ ";color:#2934ff;font-weight:700;margin-right:.5rem}.aprender-card{padding:2.5rem;background:#2934ff0f;border:1px solid rgba(41,52,255,.15);border-radius:20px;margin-bottom:2.5rem}.aprender-card h3{font-size:1.4rem;margin-bottom:1rem;color:#000}.aprender-card p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1.5rem}.aprender-card-img{width:100%;height:auto;border-radius:12px}@media(max-width:768px){.section-aprender .container{grid-template-columns:1fr}}.section-como-funciona{padding:7rem 2rem;background:var(--bg-body);text-align:center}.section-como-funciona .container{max-width:900px;margin:0 auto}.como-funciona-badge{display:inline-block;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.section-como-funciona h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:2.5rem;font-weight:600}.como-funciona-badge-img{width:300px;height:auto;margin:2rem auto;filter:drop-shadow(0 0 40px rgba(41,52,255,.5))}.como-funciona-texto{font-size:1.05rem;color:var(--text-dim);line-height:1.7;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.como-funciona-modules{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-top:3rem}.section-garantia{padding:clamp(80px,8vw,140px) 2rem;background:var(--bg-body);display:flex;justify-content:center}.garantia-inner{max-width:680px;width:100%;text-align:center;background:#75fe720a;border:1px solid rgba(117,254,114,.18);border-radius:24px;padding:clamp(48px,5vw,72px) clamp(32px,5vw,64px);position:relative;overflow:hidden}.garantia-inner:before{content:"";position:absolute;inset:-40%;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(117,254,114,.12) 0%,transparent 70%);pointer-events:none;z-index:0}.garantia-icon-wrap{width:80px;height:80px;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;background:#75fe721a;border:1px solid rgba(117,254,114,.3);border-radius:50%;color:#75fe72;position:relative;z-index:1}.garantia-titulo{font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.022em;margin-bottom:20px;color:#fff;text-align:center;position:relative;z-index:1}.garantia-texto{font-size:17px;color:#ffffffa6;line-height:1.65;text-align:center;position:relative;z-index:1}.garantia-badge{display:inline-flex;align-items:center;gap:8px;background:#75fe721a;border:1px solid rgba(117,254,114,.25);border-radius:999px;padding:6px 16px;font-size:.85rem;font-weight:600;color:#75fe72;text-transform:uppercase;letter-spacing:.1em;margin-bottom:28px;position:relative;z-index:1}.section-pricing-new{padding:clamp(80px,8vw,120px) 2rem;background:var(--bg-body);position:relative;overflow:hidden;text-align:center}.pricing-bg-glow{position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(41,52,255,.14) 0%,transparent 65%);pointer-events:none;z-index:0}.pricing-wrap{position:relative;z-index:1;max-width:560px;margin:0 auto}.pricing-eyebrow{font-family:Inter Tight,sans-serif;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#75fe72;margin-bottom:1rem}.pricing-headline{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:2.5rem;opacity:.9}.pricing-card-new{position:relative;isolation:isolate;background:#080a1cf7;border:1.5px solid rgba(41,52,255,.6);border-radius:24px;padding:40px 40px 36px;box-shadow:0 0 0 1px #ffffff0a inset,0 8px 40px #2934ff4d,0 32px 80px #2934ff1f;overflow:hidden;text-align:left}.pricing-aurora{position:absolute;inset:-40%;pointer-events:none;z-index:0;opacity:.3;background:radial-gradient(ellipse 70% 50% at 20% 30%,rgba(41,52,255,.8) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(117,254,114,.4) 0%,transparent 60%);filter:blur(60px)}.pricing-curso-header{position:relative;z-index:1;display:flex;align-items:center;gap:14px;margin-bottom:28px}.pricing-capa{width:60px;height:auto;border-radius:8px;flex-shrink:0;box-shadow:0 4px 16px #2934ff80}.pricing-curso-nome{font-size:1rem;font-weight:700;color:#fff}.pricing-curso-sub{font-size:.8rem;color:#fff6;margin-top:2px}.pricing-stack-label{position:relative;z-index:1;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-bottom:14px}.pricing-stack{position:relative;z-index:1;list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.pricing-stack li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#ffffffb8;line-height:1.45}.stack-icon{width:16px;height:16px;color:#75fe72;flex-shrink:0;margin-top:2px}.pricing-sep{position:relative;z-index:1;height:1px;background:linear-gradient(90deg,#2934ff66,#75fe7240,#2934ff1a);margin-bottom:28px}.pricing-price-block{position:relative;z-index:1;text-align:center;margin-bottom:24px}.pricing-parcelas{font-size:1.05rem;color:#ffffff8c;margin-bottom:4px}.pricing-valor{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(64px,12vw,88px);font-weight:900;line-height:1;letter-spacing:-.04em;color:#fff;text-shadow:0 0 40px rgba(255,255,255,.12);margin-bottom:6px}.pricing-avista{font-size:1rem;color:#ffffff80}.pricing-cta-btn{position:relative;z-index:1;display:block;width:100%;text-align:center;background:linear-gradient(135deg,#5cdc59,#75fe72);color:#0a1a0a;font-size:1.1rem;font-weight:700;padding:18px 32px;border-radius:14px;text-decoration:none;margin-bottom:16px;box-shadow:0 4px 20px #75fe7259,0 0 60px #75fe7226;transition:transform .2s ease,box-shadow .2s ease}.pricing-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #75fe7280,0 0 80px #75fe7240}.pricing-garantia{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.82rem;color:#fff6}.pricing-garantia svg{color:#75fe72;flex-shrink:0}@media(max-width:480px){.pricing-card-new{padding:32px 24px 28px}.pricing-valor{font-size:clamp(56px,15vw,72px)}}.section-faq{padding:100px 24px;background:#000}.section-faq .container{max-width:720px;margin:0 auto}.faq-badge{display:inline-block;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);display:block;text-align:center}.section-faq h2{text-align:center;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;letter-spacing:-.025em;color:#fff;line-height:1.2;margin-bottom:52px}.faq-list{border-top:1px solid rgba(255,255,255,.1)}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-q{width:100%;background:none;border:none;text-align:left;padding:22px 0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#ffffffd1;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;line-height:1.5}.faq-q:hover{color:#fff}.faq-icon{width:16px;height:16px;flex-shrink:0;color:#fff6;transition:transform .25s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-body{overflow:hidden;max-height:0;transition:max-height .35s ease}.faq-item.open .faq-body{max-height:500px}.faq-a{font-family:Inter,sans-serif;font-size:15.5px;font-weight:300;color:#ffffff73;line-height:1.85;padding-bottom:22px;letter-spacing:.005em}.footer{padding:3rem 2rem;background:var(--bg-body);text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer p{color:var(--text-dim);font-size:.9rem}@media(max-width:768px){.header{padding:.75rem 1.2rem}.btn-header-cta{padding:10px 12px;font-size:.875rem;min-height:44px;display:inline-flex;align-items:center}.btn-login{padding:10px 12px!important;font-size:.875rem!important;min-height:44px!important;display:inline-flex!important;align-items:center!important}.hero{padding:6rem 1rem 4rem}.section-sobre .container{flex-direction:column;gap:2rem}.sobre-foto{width:100%;max-width:300px}.modules-scroll-track{padding:0 1.5rem 1rem}.module-cover{width:180px;height:240px}.section-faq{padding:64px 20px}.section-faq .container{max-width:100%}.section-faq h2{font-size:32px}.faq-q,.faq-a{font-size:15px}}.btn-text-short{display:none}.btn-text-full{display:inline}@media(max-width:640px){.header{padding:.75rem 1rem}.header-actions{gap:6px}.btn-header-cta{font-size:11px;padding:7px 10px;min-height:36px;border-radius:8px}.btn-login{font-size:11px!important;padding:7px 10px!important;min-height:36px!important;border-radius:8px!important}.btn-text-short{display:inline}.btn-text-full{display:none}}@media(max-width:400px){.header{padding:.75rem .8rem}.header-assinatura{display:none}.btn-header-cta{font-size:10px;padding:6px 8px;min-height:32px}.btn-login{font-size:10px!important;padding:6px 8px!important;min-height:32px!important}}
