:root{--navy: #002B5C;--azul-escuro: #003366;--azul-claro: #87CEEB;--verde-agua: #66CC99;--verde-hover: #52b886;--cinza-claro: #F2F2F2;--cinza-medio: #666666;--branco: #FFFFFF;--preto: #000000;--font-body: "Inter", Arial, sans-serif;--font-display: "DM Sans", Arial, sans-serif;--shadow-sm: 0 2px 8px rgba(0,43,92,.08);--shadow-md: 0 4px 20px rgba(0,43,92,.12);--shadow-lg: 0 8px 40px rgba(0,43,92,.16);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 50px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--preto);background:var(--branco);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:.3s ease}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--navy)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{color:var(--cinza-medio);line-height:1.7}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title span{display:block;font-size:.875rem;font-weight:600;color:var(--verde-agua);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.section-title p{max-width:600px;margin:1rem auto 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border:none;border-radius:var(--radius-full);cursor:pointer;transition:.3s ease}.btn-primary{background:var(--verde-agua);color:var(--branco);box-shadow:0 4px 15px #6c96}.btn-primary:hover{background:var(--verde-hover);transform:translateY(-2px);box-shadow:0 6px 25px #66cc9980}.btn-secondary{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-secondary:hover{background:var(--navy);color:var(--branco)}.btn-outline-light{background:transparent;color:var(--branco);border:2px solid var(--branco)}.btn-outline-light:hover{background:var(--branco);color:var(--navy)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,43,92,.08);transition:.3s ease}.header.scrolled{box-shadow:var(--shadow-sm)}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo svg{height:45px;width:auto}.nav-logo-text{display:flex;flex-direction:column;line-height:1.1}.nav-logo-text strong{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--navy)}.nav-logo-text span{font-size:1rem;font-weight:500;color:var(--azul-claro)}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.9375rem;font-weight:500;color:var(--azul-escuro);position:relative;cursor:pointer}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--verde-agua);transition:.2s ease}.nav-link:hover:after{width:100%}.nav-cta{margin-left:1rem}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);transition:.2s ease}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--navy) 0%,var(--azul-escuro) 100%);overflow:hidden;padding-top:80px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(135,206,235,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(102,204,153,.1) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text{color:var(--branco)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#6c93;border:1px solid rgba(102,204,153,.4);border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--verde-agua);margin-bottom:1.5rem}.hero-badge svg{width:16px;height:16px}.hero-title{color:var(--branco);margin-bottom:1.5rem}.hero-title .highlight{color:var(--azul-claro)}.hero-description{font-size:1.125rem;color:#ffffffd9;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.hero-stat-number{display:block;font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--verde-agua);line-height:1}.hero-stat-label{font-size:.875rem;color:#ffffffb3;margin-top:.25rem}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-image-wrapper{position:relative;width:100%;max-width:500px}.hero-image{position:relative;background:linear-gradient(135deg,#87ceeb33,#6c93);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg)}.hero-card{background:var(--branco);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-md)}.hero-card-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--navy) 0%,var(--azul-escuro) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.hero-card-icon svg{width:32px;height:32px;color:var(--branco)}.hero-card h4{color:var(--navy);margin-bottom:.5rem;font-size:1.25rem}.hero-card p{font-size:.9375rem;margin-bottom:1.5rem}.hero-card-features{display:flex;flex-direction:column;gap:.5rem}.hero-card-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--cinza-medio)}.hero-card-feature svg{width:16px;height:16px;color:var(--verde-agua);flex-shrink:0}.floating-element{position:absolute;background:var(--branco);border-radius:var(--radius-md);padding:.75rem 1rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.5rem;animation:float 3s ease-in-out infinite}.floating-element-1{top:10%;right:-20px}.floating-element-2{bottom:20%;left:-30px;animation-delay:1s}.floating-element svg{width:20px;height:20px;color:var(--verde-agua)}.floating-element span{font-size:.8125rem;font-weight:600;color:var(--navy)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about{background:var(--cinza-claro)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{position:relative}.about-image-main{background:linear-gradient(135deg,var(--navy) 0%,var(--azul-escuro) 100%);border-radius:var(--radius-lg);padding:3rem;color:var(--branco);text-align:center}.about-image-main svg{width:120px;height:120px;margin-bottom:1.5rem;opacity:.9}.about-image-main h3{color:var(--branco);font-size:1.5rem;margin-bottom:.5rem}.about-image-main p{color:#fffc;font-size:.9375rem}.about-badge{position:absolute;bottom:-20px;right:-20px;background:var(--verde-agua);color:var(--branco);padding:1.5rem;border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-md)}.about-badge strong{display:block;font-size:2rem;font-weight:700}.about-badge span{font-size:.8125rem}.about-text h2{margin-bottom:1.5rem}.about-text>p{margin-bottom:1.5rem}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.about-feature{display:flex;align-items:flex-start;gap:1rem}.about-feature-icon{width:48px;height:48px;background:#002b5c14;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature-icon svg{width:24px;height:24px;color:var(--navy)}.about-feature h4{font-size:1rem;margin-bottom:.25rem}.about-feature p{font-size:.875rem}.courses{background:var(--branco)}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.course-card{background:var(--branco);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s ease;border:1px solid rgba(0,43,92,.08)}.course-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.course-card-header{background:linear-gradient(135deg,var(--navy) 0%,var(--azul-escuro) 100%);padding:2rem;position:relative;overflow:hidden}.course-card-header:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(135,206,235,.2) 0%,transparent 70%)}.course-badge{position:relative;display:inline-block;padding:.25rem .75rem;background:var(--verde-agua);color:var(--branco);font-size:.75rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:1rem}.course-badge.premium{background:var(--azul-claro);color:var(--navy)}.course-card-header h3{color:var(--branco);font-size:1.25rem;margin-bottom:.5rem;position:relative}.course-card-header p{color:#fffc;font-size:.9375rem;position:relative}.course-card-body{padding:2rem}.course-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,43,92,.08)}.course-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--cinza-medio)}.course-meta-item svg{width:16px;height:16px;color:var(--verde-agua)}.course-topics{margin-bottom:1.5rem}.course-topics h4{font-size:.875rem;color:var(--navy);margin-bottom:1rem}.course-topics ul{display:flex;flex-direction:column;gap:.5rem}.course-topics li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--cinza-medio)}.course-topics li svg{width:14px;height:14px;color:var(--verde-agua);flex-shrink:0}.course-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(0,43,92,.08)}.course-price .current{font-size:1.5rem;font-weight:700;color:var(--navy)}.course-price .period{font-size:.875rem;color:var(--cinza-medio)}.benefits{background:linear-gradient(135deg,var(--navy) 0%,var(--azul-escuro) 100%);color:var(--branco);position:relative;overflow:hidden}.benefits:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 90%,rgba(102,204,153,.15) 0%,transparent 40%),radial-gradient(circle at 90% 10%,rgba(135,206,235,.1) 0%,transparent 40%)}.benefits .section-title h2{color:var(--branco)}.benefits .section-title p{color:#fffc}.benefits-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:.3s ease}.benefit-card:hover{background:#ffffff1a;transform:translateY(-5px)}.benefit-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--verde-agua) 0%,#52b886 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon svg{width:36px;height:36px;color:var(--branco)}.benefit-card h3{color:var(--branco);font-size:1.25rem;margin-bottom:1rem}.benefit-card p{color:#ffffffb3;font-size:.9375rem}.audience{background:var(--cinza-claro)}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.audience-card{background:var(--branco);border-radius:var(--radius-md);padding:2rem;text-align:center;transition:.3s ease;border:2px solid transparent}.audience-card:hover{border-color:var(--verde-agua);transform:translateY(-5px)}.audience-icon{width:64px;height:64px;background:#002b5c14;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.audience-icon svg{width:32px;height:32px;color:var(--navy)}.audience-card h4{font-size:1rem;margin-bottom:.5rem}.audience-card p{font-size:.8125rem}.pricing{background:var(--branco)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:var(--branco);border-radius:var(--radius-lg);padding:2rem;text-align:center;border:2px solid rgba(0,43,92,.1);transition:.3s ease;position:relative}.pricing-card.featured{border-color:var(--verde-agua);transform:scale(1.05);box-shadow:var(--shadow-lg)}.pricing-card.featured:before{content:"Mais Popular";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--verde-agua);color:var(--branco);padding:.25rem 1rem;font-size:.75rem;font-weight:600;border-radius:var(--radius-full)}.pricing-card:hover{border-color:var(--verde-agua)}.pricing-card h3{font-size:1.25rem;margin-bottom:1rem}.pricing-amount{margin-bottom:1.5rem}.pricing-amount .currency{font-size:1.25rem;font-weight:600;color:var(--navy);vertical-align:top}.pricing-amount .value{font-family:var(--font-display);font-size:3.5rem;font-weight:700;color:var(--navy);line-height:1}.pricing-amount .period{display:block;font-size:.875rem;color:var(--cinza-medio);margin-top:.5rem}.pricing-features{text-align:left;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9375rem;color:var(--cinza-medio)}.pricing-features li svg{width:18px;height:18px;color:var(--verde-agua);flex-shrink:0}.pricing-card .btn{width:100%}.cta{background:linear-gradient(135deg,var(--navy) 0%,var(--azul-escuro) 100%);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(135,206,235,.2) 0%,transparent 50%)}.cta-content{position:relative;max-width:700px;margin:0 auto}.cta h2{color:var(--branco);margin-bottom:1.5rem}.cta p{color:#ffffffd9;font-size:1.125rem;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hotmart-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:var(--radius-full);font-size:.8125rem;color:#fffc;margin-top:1.5rem}.hotmart-badge svg{width:16px;height:16px}.faq{background:var(--cinza-claro)}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background:var(--branco);border-radius:var(--radius-md);margin-bottom:1rem;overflow:hidden;border:1px solid rgba(0,43,92,.08)}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:.2s ease}.faq-question:hover{background:#002b5c08}.faq-question svg{width:20px;height:20px;color:var(--verde-agua);transition:.2s ease;flex-shrink:0}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-inner{padding:0 2rem 1.5rem}.faq-answer p{font-size:.9375rem}.faq-item.active .faq-answer{max-height:500px}.footer{background:var(--navy);color:var(--branco);padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo svg{height:40px;width:auto}.footer-brand p{color:#ffffffb3;font-size:.9375rem;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;background:#ffffff1a;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:.2s ease}.footer-social a:hover{background:var(--verde-agua)}.footer-social svg{width:20px;height:20px;color:var(--branco)}.footer-column h4{color:var(--branco);font-size:1rem;margin-bottom:1.5rem}.footer-column ul{display:flex;flex-direction:column;gap:.5rem}.footer-column a{color:#ffffffb3;font-size:.9375rem;transition:.2s ease}.footer-column a:hover{color:var(--verde-agua)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;font-size:.875rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#fff9;font-size:.875rem}.footer-bottom-links a:hover{color:var(--verde-agua)}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-description{margin:0 auto 2rem}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{display:none}.about-content{grid-template-columns:1fr}.about-image{max-width:400px;margin:0 auto}.benefits-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-menu{position:fixed;top:70px;left:0;right:0;background:var(--branco);flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:var(--shadow-md);transform:translateY(-150%);transition:.3s ease;opacity:0;visibility:hidden}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-toggle{display:flex}.nav-cta{margin-left:0}.hero-stats{flex-direction:column;gap:1.5rem;text-align:center}.about-features,.courses-grid{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr 1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-brand{max-width:none}.footer-logo,.footer-social{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.audience-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}
