: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-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:#000c;backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05)}.header-logo{font-size:1.5rem;font-weight:600;background:linear-gradient(291deg,#bac3ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-login{padding:.75rem 1.5rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-white);font-size:.95rem;font-weight:600}.btn-login:hover{background:#ffffff1a;border-color:#ffffff4d}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 6rem;background:var(--bg-hero);overflow:hidden}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;z-index:0;pointer-events:none}.hero:before{content:"";position:absolute;top:15%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(0,115,255,.6) 0%,rgba(0,44,201,.4) 50%,transparent 100%);filter:blur(100px);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:inline-flex;flex-direction:column;align-items:center;gap:.2rem;margin-bottom:1.5rem}.hero-badge-text{font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff}.hero-badge-pro{font-size:4.5rem;font-weight:700;color:#fff;background:#ffffff12;border:2px solid rgba(255,255,255,.15);border-radius:20px;padding:.2rem 1.5rem;box-shadow:0 0 40px #2934ff99,0 0 80px #2934ff4d;line-height:1.1}.hero-badge-o{color:#2934ff}.hero-rating{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffffb3;margin-bottom:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:.4rem 1rem}.hero-rating span{color:#fff9}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(291deg,#bac3ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--text-dim);margin-bottom:2.5rem;line-height:1.6}.btn-cta-hero{padding:1.2rem 3rem;background:var(--btn-cta);color:var(--btn-cta-text);border-radius:12px;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #2934ff66}.btn-cta-hero:hover{transform:translateY(-2px);box-shadow:0 6px 30px #2934ff99}.section-video{padding:6rem 2rem;background:var(--bg-body)}.section-video .container{max-width:1100px;margin:0 auto}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.section-modules{padding:6rem 0;background:var(--bg-body);overflow:hidden}.section-modules h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem;padding:0 2rem}.modules-scroll-track{display:flex;gap:1rem;overflow-x:auto;padding:0 3rem 1rem;scrollbar-width:none;-ms-overflow-style:none}.modules-scroll-track::-webkit-scrollbar{display:none}.module-cover{width:180px;height:240px;object-fit:cover;border-radius:12px;flex-shrink:0;cursor:grab}.module-cover:active{cursor:grabbing}.section-depoimentos{padding:6rem 2rem;background:var(--bg-reviews);overflow:hidden}.section-depoimentos h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem;color:var(--text-dark)}.dep-track{display:flex;gap:2rem;animation:scrollDepoimentos 30s linear infinite}@keyframes scrollDepoimentos{0%{transform:translate(0)}to{transform:translate(-50%)}}.dep-card{flex-shrink:0;width:400px;padding:2rem;background:#fafafa;border-radius:16px;box-shadow:0 4px 12px #0000001a}.dep-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.dep-foto{width:60px;height:60px;border-radius:50%;object-fit:cover}.dep-nome{font-weight:600;color:var(--text-dark)}.dep-texto{color:#333;line-height:1.6;font-size:.95rem}.section-revoluc{padding:8rem 2rem;background:var(--bg-revoluc);text-align:center}.section-revoluc h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.section-revoluc p{font-size:1.2rem;color:var(--text-dim);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.section-sobre{padding:6rem 2rem;background:var(--bg-sobre)}.section-sobre .container{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:4rem}.sobre-foto{width:300px;border-radius:16px;flex-shrink:0}.sobre-texto h2{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1.5rem}.sobre-texto p{color:var(--text-dim);line-height:1.7;margin-bottom:1rem}.section-para-quem{padding:6rem 2rem;background:var(--bg-body);text-align:center}.section-para-quem h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem}.para-quem-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.para-quem-card{padding:2.5rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.para-quem-card h3{font-size:1.4rem;margin-bottom:1rem}.para-quem-card p{color:var(--text-dim);line-height:1.6}.section-aprender{padding:6rem 2rem;background:var(--bg-body)}.section-aprender .container{max-width:1100px;margin:0 auto}.section-aprender h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem}.aprender-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.aprender-item{padding:1.5rem;background:#ffffff08;border-radius:12px;border-left:3px solid var(--btn-cta)}.aprender-item h4{font-size:1.1rem;margin-bottom:.5rem}.aprender-item p{color:var(--text-dim);font-size:.95rem;line-height:1.6}.section-templates{padding:6rem 2rem;background:var(--bg-templates);text-align:center}.section-templates h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;color:var(--text-dark)}.section-templates p{font-size:1.2rem;color:#555;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.templates-img{max-width:100%;height:auto;border-radius:16px}.section-garantia-badge{padding:4rem 2rem;background:var(--bg-body);text-align:center}.garantia-badge{display:inline-flex;align-items:center;gap:1rem;padding:2rem 3rem;background:#25d3661a;border:2px solid rgb(37,211,102);border-radius:16px}.garantia-badge-icon{font-size:3rem}.garantia-badge-text h3{font-size:1.5rem;color:#25d366;margin-bottom:.5rem}.garantia-badge-text p{color:var(--text-dim);font-size:.95rem}.section-pricing{padding:8rem 2rem;background:var(--bg-pricing);text-align:center}.pricing-card{max-width:500px;margin:0 auto;padding:3rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fff;text-align:center}.pricing-badge-logo{display:inline-flex;flex-direction:column;align-items:center;gap:.2rem;margin-bottom:1.5rem}.pricing-badge-text{font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.pricing-badge-pro{font-size:3.5rem;font-weight:700;background:#ffffff12;border:2px solid rgba(255,255,255,.15);border-radius:16px;padding:.15rem 1.2rem;box-shadow:0 0 30px #2934ff80}.pricing-subtitle{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.pricing-features li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.95rem;color:#ffffffd9}.pricing-features li:before{content:"✓ ";color:#75fe72e6;font-weight:700}.pricing-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:.3rem}.pricing-parcelas{font-size:1rem;color:#fff9;margin-bottom:.3rem}.pricing-valor{font-size:3.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.pricing-avista{font-size:1rem;color:#fff9;margin-bottom:2rem}.section-faq{padding:6rem 2rem;background:var(--bg-body)}.section-faq .container{max-width:900px;margin:0 auto}.section-faq h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem}.faq-item{border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.faq-q{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-a{color:var(--text-dim);line-height:1.7}.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:1rem 1.5rem}.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:150px;height:200px}.dep-card{width:320px}}
