:root{--primary:#00b8d4;--primary-dark:#0097b2;--primary-glow:#00b8d433;--secondary:#00a88c;--bg-main:#f8fafc;--bg-alt:#f0f7fb;--bg-dark:#0a192f;--bg-card:#fff;--text-main:#0a192f;--text-muted:#5a6a7a;--card-shadow:0 4px 24px #00000012;--card-border:#00b8d426;--glass-bg:#ffffff12;--glass-border:#ffffff1a;--glass-blur:blur(10px);--section-padding:100px 20px;--transition:all .3s cubic-bezier(.645, .045, .355, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-weight:700;line-height:1.1}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%}button{cursor:pointer;border:none;outline:none;font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-gradient{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.bg-card{background:var(--bg-card);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:16px}.bg-glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:16px}.section{padding:var(--section-padding)}.btn-primary{background:linear-gradient(90deg, var(--primary), var(--secondary));color:#fff;box-shadow:0 8px 20px var(--primary-glow);transition:var(--transition);text-align:center;letter-spacing:.05em;text-transform:uppercase;border-radius:8px;padding:18px 36px;font-size:1rem;font-weight:700;display:inline-block;position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:60%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.btn-primary:hover:after{left:160%}.btn-primary:hover{box-shadow:0 14px 28px var(--primary-glow);transform:translateY(-3px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate{animation:.8s forwards fadeIn}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.landing-page{min-height:100vh}.section-title{text-align:center;color:var(--text-main);margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.8rem)}.hero{background:linear-gradient(135deg,#061624 0%,#0a2d3d 45%,#061624 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00b8d42e 0%,#0000 65%);width:900px;height:700px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.hero-content{text-align:center;max-width:720px;margin:0 auto}.hero-title{color:#e6f1ff;margin-bottom:1.5rem;font-size:clamp(2rem,4.5vw,3.2rem)}.hero-subtitle{color:#e6f1ffbf;max-width:580px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center;gap:12px;display:flex}.hero-cta-note{color:#e6f1ff99;font-size:.9rem}.pain-section{background:var(--bg-alt)}.pain-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pain-card{flex-direction:column;gap:12px;padding:28px 24px;display:flex}.pain-icon{width:52px;height:52px;color:var(--primary);background:#00b8d414;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pain-card h3{color:var(--text-main);margin-bottom:0;font-size:1rem;font-weight:700}.pain-card p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.pivot-section{background:#fff}.pivot-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.pivot-image-wrap{justify-content:center;display:flex}.pivot-photo{border-radius:20px;width:100%;max-width:460px;box-shadow:0 16px 48px #00b8d41f,0 4px 16px #00000014}.pivot-title{color:var(--text-main);margin-bottom:1.2rem;font-size:clamp(1.6rem,3vw,2.2rem)}.pivot-text{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.pivot-stats{align-items:center;gap:24px;display:flex}.stat{flex-direction:column;gap:4px;display:flex}.stat-number{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.stat-label{color:var(--text-muted);max-width:100px;font-size:.8rem;line-height:1.3}.stat-divider{background:var(--card-border);flex-shrink:0;width:1px;height:48px}.audience-section{background:var(--bg-alt)}.audience-grid{grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:2.5rem;display:grid}.audience-card{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;display:flex}.audience-icon{width:52px;height:52px;color:var(--primary);background:#00b8d414;border-radius:12px;justify-content:center;align-items:center;display:flex}.audience-role{color:var(--text-main);font-size:.88rem;font-weight:600}.audience-note{text-align:center;color:var(--text-muted);background:#00b8d40d;border:1px solid #00b8d426;border-radius:12px;max-width:680px;margin:0 auto;padding:20px 24px;font-size:.95rem}.modules-section{background:#fff}.modules-subtitle{text-align:center;color:var(--text-muted);max-width:640px;margin:-1.5rem auto 3rem;font-size:1.05rem}.modules-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.module-card{align-items:flex-start;gap:20px;padding:28px 28px 28px 24px;display:flex}.module-num{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;flex-shrink:0;margin-top:2px;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:900;line-height:1}.module-title{color:var(--text-main);margin-bottom:.5rem;font-size:1rem;font-weight:700}.module-desc{color:var(--text-muted);margin-bottom:0;font-size:.9rem;line-height:1.6}.bonus-section{background:#f0f9fc}.bonus-label{text-align:center;color:var(--primary-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.bonus-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.bonus-grid--5 .bonus-card:nth-child(5){grid-column:1/-1;max-width:calc(50% - 12px);margin:0 auto}.bonus-card{padding:28px 28px 28px 24px}.bonus-header{margin-bottom:12px}.bonus-tag{background:linear-gradient(90deg, var(--primary), var(--secondary));color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.bonus-title{color:var(--text-main);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.bonus-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.about-section{background:#fff}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-image-wrap{justify-content:center;display:flex}.about-photo{border-radius:20px;width:100%;max-width:460px;box-shadow:0 16px 48px #00b8d41f,0 4px 16px #00000014}.about-label{color:var(--primary-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.about-name{color:var(--text-main);margin-bottom:.4rem;font-size:clamp(1.8rem,3vw,2.4rem)}.about-title{margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;display:block}.about-bio{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.7}.about-credentials{flex-direction:column;gap:10px;margin-top:1.5rem;display:flex}.credential{color:var(--text-main);align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.credential-icon{color:var(--primary);flex-shrink:0;font-weight:700}.offer-section{background:var(--bg-dark);color:#e6f1ff}.offer-section .section-title{color:#e6f1ff}.offer-title{color:#e6f1ff;text-align:center;margin-bottom:3.5rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem)}.offer-layout{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.offer-left{flex-direction:column;gap:24px;display:flex}.offer-pitch-card{padding:32px}.offer-pitch-title{color:#e6f1ff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.15rem}.offer-pitch-text{color:#e6f1ffb3;font-size:.95rem;line-height:1.7}.offer-bonus-card{padding:28px 32px}.offer-bonus-title{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.95rem;font-weight:700}.offer-bonus-list{flex-direction:column;gap:8px;display:flex}.offer-bonus-list li{color:#e6f1ffcc;padding-left:16px;font-size:.9rem;position:relative}.offer-bonus-list li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.offer-price-card-wrap{position:sticky;top:40px}.offer-price-card{background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 20px 60px #0000004d}.opc-course-name{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.2rem;font-size:.85rem;font-weight:600}.opc-includes{border-bottom:1px solid #e8f0f5;flex-direction:column;gap:10px;margin-bottom:1.8rem;padding-bottom:1.8rem;display:flex}.opc-include-item{color:var(--text-main);align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.opc-check-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.opc-price-block{flex-direction:column;align-items:center;gap:4px;margin-bottom:1.5rem;display:flex}.opc-original-price{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:900;text-decoration:line-through;text-decoration-thickness:2px}.opc-installment-row{align-items:baseline;gap:6px;display:flex}.opc-installment-label{color:var(--text-muted);font-size:.9rem}.opc-price-value{color:var(--text-main);font-family:Outfit,sans-serif;font-size:3rem;font-weight:900;line-height:1}.opc-price-full{color:var(--text-muted);margin-bottom:0;font-size:1rem;font-weight:600}.opc-btn{width:100%;margin-bottom:12px;font-size:.95rem;display:block}.opc-security{text-align:center;color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.opc-seals{border-top:1px solid #0000000f;justify-content:center;align-items:center;gap:16px;padding-top:1rem;display:flex}.opc-seals .seal-hotmart,.opc-seals .seal-compra{filter:brightness(0);opacity:.35}.seal-hotmart{height:28px}.seal-compra{height:36px}.guarantee-section{background:var(--bg-alt)}.guarantee-grid{grid-template-columns:260px 1fr;align-items:center;gap:60px;max-width:900px;margin:0 auto;display:grid}.guarantee-badge-wrap{justify-content:center;display:flex}.guarantee-badge-svg{width:220px;height:220px}.guarantee-title{color:var(--text-main);margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.4rem)}.guarantee-text{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.7}.guarantee-text-bold{color:var(--text-main);margin-bottom:2rem;font-size:.95rem;font-weight:600;line-height:1.6}.faq-section{background:#fff}.faq-list{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.faq-item{padding:0;overflow:hidden}.faq-question{cursor:pointer;color:var(--text-main);transition:var(--transition);justify-content:space-between;align-items:center;padding:20px 24px;font-size:1rem;font-weight:600;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--primary);transition:var(--transition);font-size:1.4rem;font-weight:300}details[open] .faq-question:after{content:"−"}.faq-answer{color:var(--text-muted);padding:0 24px 20px;font-size:.95rem;line-height:1.7}.cta-final-section{background:linear-gradient(135deg, var(--bg-dark) 0%, #0d2240 100%);position:relative;overflow:hidden}.cta-final-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b8d426 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.cta-final-content{text-align:center;z-index:1;max-width:700px;margin:0 auto;position:relative}.cta-final-title{color:#e6f1ff;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3rem)}.cta-final-text{color:#e6f1ffb3;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.cta-final-note{color:#e6f1ff80;margin-top:1.2rem;font-size:.9rem}.footer{background:var(--bg-dark);text-align:center;color:#e6f1ff99;border-top:1px solid #ffffff0f;padding:40px 20px}.footer-name{color:#e6f1ffe6;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.footer-desc{margin-bottom:8px;font-size:.9rem}.footer-copy{font-size:.8rem}@media (width<=768px){:root{--section-padding:70px 20px}.pivot-grid,.about-grid{text-align:center;grid-template-columns:1fr;gap:40px}.about-image-wrap{order:-1}.about-photo{max-width:300px}.pain-grid,.modules-grid,.bonus-grid,.bonus-grid--5{grid-template-columns:1fr}.bonus-grid--5 .bonus-card:nth-child(5){grid-column:auto;max-width:100%}.pivot-stats{flex-direction:column;align-items:center;gap:16px}.stat-divider{width:60px;height:1px}.guarantee-grid{text-align:center;grid-template-columns:1fr}.opc-price-value{font-size:2.6rem}}@media (width<=480px){:root{--section-padding:56px 16px}.container{padding:0 16px}.hero{min-height:90vh}.section-title{margin-bottom:2rem}.pain-grid,.modules-grid,.bonus-grid,.bonus-grid--5{gap:16px}.module-card{gap:14px;padding:20px 16px}.module-num{font-size:1.8rem}.bonus-card{padding:20px 16px}.pivot-stats{gap:12px}.stat-number{font-size:1.6rem}.guarantee-grid{gap:32px}.guarantee-badge-svg{width:160px;height:160px}.offer-price-card{padding:24px 20px}.opc-price-value{font-size:2.2rem}.opc-original-price{font-size:1.2rem}.btn-primary{padding:16px 24px;font-size:.9rem}.opc-btn{font-size:.85rem}.faq-list{gap:8px}.faq-question{padding:16px 18px;font-size:.92rem}.faq-answer{padding:0 18px 16px}.about-credentials{gap:8px}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}.animate{animation:none}.btn-primary:after{display:none}}
