:root{--blue: #2F5FA7;--blue-dark: #1F3E73;--blue-light: #EBF1FA;--white: #FFFFFF;--cream: #F8F6F2;--gray-mid: #6E6E6E;--gray-light: #D9D9D9;--red: #E53935;--red-light: #FDF1F1;--text-dark: #1A1A2E;--font-display: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;transition:background .3s,box-shadow .3s;background:transparent}header.scrolled{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px #00000014}.logo{display:flex;flex-direction:column;line-height:1}.logo-main{font-family:var(--font-body);font-weight:600;font-size:1.4rem;letter-spacing:.08em;color:var(--blue);display:flex;align-items:center;gap:0}.logo-m-wrap{display:inline-flex;align-items:center;justify-content:center;background:var(--blue-dark);padding:1px 3px;position:relative;margin:0 1px}.logo-m-wrap:after{content:"";position:absolute;bottom:2px;left:3px;width:5px;height:5px;background:var(--red)}.logo-m-wrap span{color:#fff}.logo-sub{font-size:.55rem;letter-spacing:.15em;color:var(--gray-mid);font-weight:400;text-transform:uppercase;margin-top:2px;padding-left:2px}.btn-cta-header{background:var(--red);color:#fff;font-family:var(--font-body);font-weight:500;font-size:.85rem;padding:.65rem 1.4rem;border:none;cursor:pointer;text-decoration:none;letter-spacing:.03em;transition:background .2s,transform .1s;display:inline-block}.btn-cta-header:hover{background:#c62828;transform:translateY(-1px)}.btn-cta-header.highlight{animation:ctaPulse 2s infinite;background:var(--blue-dark)}@keyframes ctaPulse{0%{transform:scale(1);box-shadow:0 0 #1f3e73b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #1f3e7300}to{transform:scale(1);box-shadow:0 0 #1f3e7300}}.hero{min-height:100vh;background:var(--cream);display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero:before{content:"";position:absolute;top:0;right:0;width:55%;height:100%;background:var(--blue-light);clip-path:polygon(8% 0,100% 0,100% 100%,0% 100%)}.hero-content{padding:4rem 2rem 4rem 6vw;position:relative;z-index:2;animation:fadeUp .8s ease both}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--red);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .85rem;margin-bottom:1.5rem}.hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:600;line-height:1.15;color:var(--blue-dark);margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--blue)}.hero-sub{font-size:1.05rem;color:var(--gray-mid);line-height:1.7;max-width:480px;margin-bottom:1.5rem;font-weight:300}.hero-proof{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-proof-item{font-size:.78rem;color:var(--blue-dark);font-weight:500;display:flex;align-items:center;gap:.35rem}.hero-proof-item:before{content:"";width:6px;height:6px;background:var(--red);display:block}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.btn-primary{background:var(--red);color:#fff;font-family:var(--font-body);font-weight:600;font-size:.95rem;padding:1rem 2rem;border:none;cursor:pointer;text-decoration:none;letter-spacing:.02em;transition:background .2s,transform .1s;display:inline-block}.btn-primary:hover{background:#c62828;transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--blue);font-family:var(--font-body);font-weight:500;font-size:.9rem;padding:.9rem 1.5rem;border:1.5px solid var(--blue);cursor:pointer;text-decoration:none;letter-spacing:.02em;transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--blue);color:#fff}.hero-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%;padding:4rem 3rem 4rem 1rem}.hero-card-float{background:var(--white);padding:2.5rem 2rem;box-shadow:0 24px 64px #1f3e731f;max-width:340px;width:100%;position:relative;animation:fadeUp .8s .2s ease both}.hero-card-float:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--red)}.hero-card-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.75rem;font-weight:500}.hero-card-title{font-family:var(--font-display);font-size:1.65rem;font-weight:600;color:var(--blue-dark);line-height:1.2;margin-bottom:1.25rem}.hero-card-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.hero-card-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--text-dark);line-height:1.4}.check-red{width:18px;height:18px;background:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.check-red:after{content:"✓";color:#fff;font-size:.65rem;font-weight:700}.hero-card-cta{font-size:.8rem;color:var(--gray-mid);text-align:center;margin-top:.75rem}.proof-bar{background:var(--blue-dark);padding:1.1rem 2rem}.proof-bar-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}.proof-stat{display:flex;align-items:center;gap:.75rem;color:#fff}.proof-stat-icon{width:36px;height:36px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:1rem}.proof-stat-value{font-size:1.1rem;font-weight:600}.proof-stat-label{font-size:.72rem;opacity:.75;letter-spacing:.05em}.proof-divider{width:1px;height:36px;background:#fff3}section{padding:5rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--red);font-weight:600;margin-bottom:.6rem}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;color:var(--blue-dark);line-height:1.2;margin-bottom:1rem}.section-sub{font-size:1rem;color:var(--gray-mid);max-width:580px;line-height:1.7;font-weight:300}.for-who{background:var(--white)}.for-who-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.for-who-card{padding:2rem;border-top:3px solid var(--blue-light);background:var(--cream)}.for-who-card.transform{border-top-color:var(--red);background:var(--blue-dark)}.for-who-card-title{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;margin-bottom:1.25rem;color:var(--gray-mid)}.for-who-card.transform .for-who-card-title{color:#fff9}.for-who-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.for-who-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.93rem;line-height:1.45}.for-who-card.transform .for-who-list li{color:#ffffffe6}.icon-x{width:20px;height:20px;background:var(--gray-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.6rem;color:var(--gray-mid);font-weight:700;margin-top:1px}.icon-check-blue{width:20px;height:20px;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;color:#fff;font-weight:700;margin-top:1px}.for-who-note{margin-top:2rem;font-size:.85rem;color:var(--gray-mid);font-style:italic;text-align:center;border-top:1px solid var(--gray-light);padding-top:1.5rem}.diferenciais{background:var(--cream)}.cards-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.diferencial-card{background:var(--white);padding:2rem 1.75rem;border-left:4px solid var(--blue);position:relative;transition:transform .2s,box-shadow .2s}.diferencial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2f5fa71f}.diferencial-card:nth-child(2){border-left-color:var(--blue-dark)}.diferencial-card:nth-child(3){border-left-color:var(--red)}.diferencial-num{font-family:var(--font-display);font-size:3rem;font-weight:600;color:var(--blue-light);line-height:1;margin-bottom:.5rem}.diferencial-card:nth-child(3) .diferencial-num{color:#fdecea}.diferencial-title{font-weight:600;font-size:1rem;color:var(--blue-dark);margin-bottom:.75rem;line-height:1.3}.diferencial-body{font-size:.88rem;color:var(--gray-mid);line-height:1.65;font-weight:300}.dr-section{background:var(--blue-dark);color:#fff;padding:5rem 2rem;position:relative;overflow:hidden}.dr-section:before{content:'"';position:absolute;top:-2rem;left:4vw;font-family:var(--font-display);font-size:clamp(10rem,20vw,20rem);color:#ffffff0a;line-height:1;pointer-events:none}.dr-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.dr-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--red);font-weight:600;margin-bottom:1rem}.dr-quote{font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;font-style:italic;line-height:1.5;color:#ffffffeb;margin-bottom:2rem;border-left:3px solid var(--red);padding-left:1.5rem}.dr-body{font-size:.93rem;color:#ffffffb3;line-height:1.8;max-width:720px;font-weight:300;margin-bottom:2.5rem}.dr-stats{display:flex;gap:3rem;flex-wrap:wrap}.dr-stat{display:flex;flex-direction:column}.dr-stat-value{font-family:var(--font-display);font-size:2.5rem;font-weight:600;color:#fff;line-height:1}.dr-stat-label{font-size:.78rem;color:#ffffff8c;margin-top:.25rem;letter-spacing:.05em}.timeline-section{background:var(--white)}.timeline{margin-top:3.5rem;position:relative;max-width:720px;margin-left:auto;margin-right:auto}.timeline:before{content:"";position:absolute;left:22px;top:0;bottom:0;width:2px;background:var(--blue-light)}.timeline-item{display:grid;grid-template-columns:44px 1fr;gap:1.25rem;margin-bottom:2rem;opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.timeline-item.visible{opacity:1;transform:none}.timeline-dot{width:44px;height:44px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0;position:relative;z-index:2}.timeline-item:last-child .timeline-dot{background:var(--red)}.timeline-content{padding:.25rem 0 1.5rem;border-bottom:1px solid var(--gray-light)}.timeline-item:last-child .timeline-content{border-bottom:none}.timeline-title{font-weight:600;font-size:.95rem;color:var(--blue-dark);margin-bottom:.4rem}.timeline-body{font-size:.87rem;color:var(--gray-mid);line-height:1.65;font-weight:300}.pos-op{background:var(--cream)}.pos-op-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:3rem}.pos-op-highlight{background:var(--blue-dark);color:#fff;padding:2.5rem;position:relative}.pos-op-highlight:after{content:"";position:absolute;bottom:-12px;right:-12px;width:60px;height:60px;border:2px solid var(--red)}.pos-op-highlight-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.pos-op-highlight-body{font-size:.88rem;color:#ffffffb8;line-height:1.75;font-weight:300}.pos-op-list{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.pos-op-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;line-height:1.5;color:var(--text-dark)}.pos-op-list .label{font-weight:600;font-size:.78rem;color:var(--blue);text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:.15rem}.pos-op-icon{width:32px;height:32px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem}.faq-section{background:var(--white)}.faq-list{max-width:720px;margin:3rem auto 0}.faq-item{border-bottom:1px solid var(--gray-light)}.faq-question{width:100%;background:none;border:none;cursor:pointer;padding:1.3rem 0;display:flex;align-items:center;justify-content:space-between;text-align:left;gap:1rem;font-family:var(--font-body);font-size:.97rem;font-weight:500;color:var(--blue-dark);transition:color .2s}.faq-question:hover{color:var(--blue)}.faq-icon{width:24px;height:24px;border:1.5px solid var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;color:var(--blue);transition:transform .3s,background .2s;font-weight:300}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--blue);color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer-inner{padding:0 0 1.25rem;font-size:.9rem;color:var(--gray-mid);line-height:1.75;font-weight:300}.investimento{background:var(--cream)}.investimento-inner{max-width:900px;margin:0 auto}.investimento-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;margin-top:3rem;align-items:start}.investimento-card{background:var(--white);padding:2.5rem;box-shadow:0 8px 32px #2f5fa71a;position:relative}.investimento-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--red))}.investimento-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.5rem;font-weight:500}.investimento-valor{font-family:var(--font-display);font-size:3rem;font-weight:600;color:var(--blue-dark);line-height:1;margin-bottom:.5rem}.investimento-parcela{font-size:.88rem;color:var(--blue);font-weight:500;margin-bottom:1.5rem}.investimento-formas{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.forma-tag{font-size:.72rem;font-weight:500;padding:.3rem .75rem;background:var(--blue-light);color:var(--blue-dark);letter-spacing:.05em}.investimento-obs{font-size:.82rem;color:var(--gray-mid);line-height:1.65;font-weight:300;border-top:1px solid var(--gray-light);padding-top:1.25rem;margin-top:.5rem}.investimento-benefits{display:flex;flex-direction:column;gap:1.25rem}.benefit-item{display:flex;align-items:flex-start;gap:.85rem}.benefit-icon{width:36px;height:36px;background:var(--blue-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem;color:#fff}.benefit-title{font-weight:600;font-size:.9rem;color:var(--blue-dark);margin-bottom:.2rem}.benefit-body{font-size:.82rem;color:var(--gray-mid);line-height:1.55;font-weight:300}.investimento-cta{margin-top:3rem;text-align:center;padding:2.5rem;background:var(--blue-light)}.investimento-cta p{font-size:.88rem;color:var(--gray-mid);margin-bottom:.35rem;font-weight:300}.investimento-cta strong{display:block;font-size:1.05rem;color:var(--blue-dark);font-weight:600;margin-bottom:1.5rem}.depoimentos{background:var(--white)}.depoimentos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.depoimento-card{padding:1.75rem;background:var(--cream);position:relative}.depoimento-card:before{content:'"';font-family:var(--font-display);font-size:4rem;color:var(--blue-light);position:absolute;top:.5rem;right:1.25rem;line-height:1}.depoimento-stars{display:flex;gap:2px;margin-bottom:1rem}.star{color:#f5a623;font-size:.9rem}.depoimento-text{font-size:.9rem;color:var(--text-dark);line-height:1.7;font-style:italic;font-weight:300;margin-bottom:1.25rem}.depoimento-autor{display:flex;align-items:center;gap:.75rem}.autor-avatar{width:40px;height:40px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;color:#fff;flex-shrink:0}.autor-name{font-weight:600;font-size:.85rem;color:var(--blue-dark)}.autor-info{font-size:.75rem;color:var(--gray-mid);font-weight:300}.depoimentos-disclaimer{text-align:center;margin-top:2rem;font-size:.75rem;color:var(--gray-mid);font-style:italic}.cta-final{background:var(--blue-dark);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(47,95,167,.3) 0%,transparent 70%);pointer-events:none}.cta-final-inner{position:relative;z-index:2;max-width:680px;margin:0 auto}.cta-final h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;color:#fff;line-height:1.2;margin-bottom:1rem}.cta-final p{font-size:1rem;color:#ffffffb3;margin-bottom:2.5rem;font-weight:300;line-height:1.7}.cta-final .btn-primary{font-size:1rem;padding:1.1rem 2.5rem}.cta-final-note{display:block;margin-top:1.25rem;font-size:.78rem;color:#ffffff73;font-weight:300;font-style:italic}footer{background:#111827;padding:3rem 2rem;color:#ffffff8c}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo .logo-main{font-size:1.1rem;color:#ffffffd9}.footer-logo .logo-sub{color:#fff6}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:#ffffff8c;text-decoration:none;font-size:.82rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-legal{width:100%;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;margin-top:.5rem;font-size:.72rem;line-height:1.6;color:#ffffff4d}.wa-float{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:200;text-decoration:none;transition:transform .2s,box-shadow .2s}.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36680}.wa-float svg{width:28px;height:28px;fill:#fff}.back-to-top{position:fixed;bottom:2rem;left:2rem;width:44px;height:44px;background:var(--blue-dark);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;opacity:0;visibility:hidden;transition:all .3s ease;z-index:199;box-shadow:0 4px 12px #00000026}.back-to-top.show{opacity:1;visibility:visible}.back-to-top:hover{background:var(--blue);transform:translateY(-3px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media (max-width: 1024px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:100px}.hero:before{width:100%;height:50%;top:auto;bottom:0;clip-path:polygon(0 15%,100% 0,100% 100%,0% 100%)}.hero-content{padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-proof,.hero-buttons{justify-content:center}.hero-visual{padding:2rem 2rem 5rem}.cards-grid-3,.depoimentos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.investimento-grid,.pos-op-grid{grid-template-columns:1fr}.dr-stats{justify-content:center;text-align:center}.proof-divider{display:none}.proof-bar-inner{gap:1.5rem}}@media (max-width: 768px){section{padding:4rem 1.5rem}.for-who-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center;gap:2rem}.footer-links{justify-content:center}.timeline:before{left:18px}.timeline-item{grid-template-columns:36px 1fr;gap:1rem}.timeline-dot{width:36px;height:36px;font-size:.75rem}}@media (max-width: 640px){.cards-grid-3,.depoimentos-grid{grid-template-columns:1fr}header{padding:.75rem 1rem}.logo-main{font-size:1.1rem}.logo-sub{font-size:.5rem}.btn-cta-header{font-size:.7rem;padding:.5rem .8rem}.hero h1{font-size:2.2rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;text-align:center}.investimento-valor{font-size:2.5rem}.dr-stat-value{font-size:2rem}}@media (max-width: 480px){section{padding:3rem 1rem}.hero-card-float,.pos-op-highlight,.investimento-card{padding:1.5rem}.cta-final h2{font-size:1.8rem}}
