*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background-color:#F5F2EB;color:#131869;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}:root{--navy-dark:#080C2E;--navy:#131869;--navy-light:#1E2490;--cream:#C8C4AA;--cream-dark:#B0AC90;--cream-light:#F5F2EB;--white:#FFFFFF;--green-wa:#25D366}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}#navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background 0.3s,padding 0.3s,box-shadow 0.3s}#navbar.scrolled{background:rgb(8 12 46 / .96);backdrop-filter:blur(12px);padding:.75rem 0;box-shadow:0 4px 30px rgb(0 0 0 / .3)}.nav-inner{display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-logo{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgb(200 196 170 / .3);transition:transform 0.3s,border-color 0.3s;flex-shrink:0}.nav-logo:hover{transform:scale(1.05);border-color:rgb(200 196 170 / .6)}.nav-logo img{width:100%;height:100%;object-fit:cover}.nav-title{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;letter-spacing:.1em;color:var(--cream)}.nav-sub{font-size:.6rem;text-transform:uppercase;letter-spacing:.2em;color:var(--cream-dark)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;color:rgb(254 254 254 / 80%);transition:color 0.2s}.nav-links a:hover{color:rgb(254 254 254 / 80%)}.nav-cta{padding:.625rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.875rem;background:linear-gradient(to right,var(--cream),var(--cream-dark));color:var(--navy-dark);box-shadow:0 4px 15px rgb(200 196 170 / .25);transition:all 0.3s}.nav-cta:hover{box-shadow:0 6px 20px rgb(200 196 170 / .4);transform:translateY(-1px)}.hamburger{display:none;padding:.5rem;color:var(--cream);background:none;border:none;cursor:pointer}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--navy-dark);border-top:1px solid rgb(200 196 170 / .1);padding:0;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s}.mobile-menu.open{max-height:400px;padding:1rem}.mobile-menu a{display:block;text-align:center;padding:.75rem;color:rgb(200 196 170 / .8);font-size:.875rem;font-weight:500;border-radius:.5rem;transition:background 0.2s,color 0.2s}.mobile-menu a:hover{background:rgb(200 196 170 / .05);color:var(--cream)}.mobile-menu .mobile-cta{display:block;text-align:center;margin-top:.5rem;padding:.75rem;background:var(--cream);color:var(--navy-dark);font-weight:700;border-radius:.75rem;font-size:.875rem}#hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgb(8 12 46 / .9),rgb(19 24 105 / .8),rgb(8 12 46 / .95));backdrop-filter:blur(2px)}.hero-content{position:relative;z-index:10;max-width:56rem;margin:0 auto;text-align:center;padding:0 1rem}.hero-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background:rgb(200 196 170 / .1);border:1px solid rgb(200 196 170 / .2);color:var(--cream);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-family:'Playfair Display',serif;font-size:clamp(2.5rem, 7vw, 5rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem}.hero-title em{color:var(--cream);font-style:italic;font-weight:300}.hero-desc{font-size:1.125rem;color:rgb(200 196 170 / .8);margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.7;font-weight:300}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;font-weight:700;background:linear-gradient(to right,var(--cream),var(--cream-dark));color:var(--navy-dark);box-shadow:0 8px 25px rgb(200 196 170 / .25);transition:all 0.3s;font-size:1rem}.btn-primary:hover{box-shadow:0 12px 30px rgb(200 196 170 / .4);transform:translateY(-2px)}.btn-primary svg{transition:transform 0.3s}.btn-primary:hover svg{transform:translateX(4px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;font-weight:700;border:1px solid rgb(200 196 170 / .3);color:var(--cream);transition:all 0.3s;font-size:1rem}.btn-secondary:hover{background:rgb(200 196 170 / .1)}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;z-index:10;background:linear-gradient(to top,var(--cream-light),transparent);pointer-events:none}#sobre{position:relative;padding:6rem 0;background:var(--cream-light);color:var(--navy-dark);overflow:hidden}.about-texture{position:absolute;inset:0;opacity:.4;pointer-events:none;mix-blend-mode:multiply}.about-texture img{width:100%;height:100%;object-fit:cover}.about-grid{display:grid;gap:4rem;align-items:center}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.section-title{font-family:'Playfair Display',serif;font-size:clamp(2rem, 4vw, 3.25rem);font-weight:700;color:var(--navy);margin-bottom:1.5rem;line-height:1.2}.section-title em{color:var(--navy-light);font-style:italic;font-weight:300}.divider{width:5rem;height:4px;background:rgb(19 24 105 / .2);border-radius:9999px;margin-bottom:2rem}.about-text{font-size:1.125rem;color:rgb(19 24 105 / .8);line-height:1.75;margin-bottom:1.5rem;font-weight:500}.about-text-sm{color:rgb(19 24 105 / .7);line-height:1.75;margin-bottom:2rem}.about-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:4rem;height:4rem;border-radius:50%;overflow:hidden;border:2px solid rgb(19 24 105 / .1);flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-name{font-family:'Playfair Display',serif;font-weight:700;color:var(--navy);font-size:1.125rem}.author-role{font-size:.75rem;color:rgb(19 24 105 / .6);font-weight:500;letter-spacing:.1em;text-transform:uppercase}.cards-stack{display:grid;gap:1.5rem}.about-card{background:rgb(255 255 255 / .8);backdrop-filter:blur(8px);padding:2rem;border-radius:1rem;border:1px solid #fff;box-shadow:0 10px 30px rgb(19 24 105 / .06);transition:all 0.3s;display:flex;gap:1.25rem;align-items:flex-start}.about-card:hover{box-shadow:0 20px 40px rgb(19 24 105 / .12);transform:translateY(-4px)}.card-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:var(--cream-light);border:1px solid var(--cream);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s}.about-card:hover .card-icon{background:var(--cream);transform:scale(1.1)}.card-icon svg{color:var(--navy);width:1.75rem;height:1.75rem}.card-title{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.card-desc{color:rgb(19 24 105 / .7);font-size:.9rem;line-height:1.6}#diferenciais{padding:6rem 0;background:var(--navy);border-top:1px solid rgb(200 196 170 / .1);border-bottom:1px solid rgb(200 196 170 / .1)}.section-center{text-align:center;max-width:48rem;margin:0 auto 4rem}.section-center h2{font-family:'Playfair Display',serif;font-size:clamp(2rem, 4vw, 3.25rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.section-center h2 em{color:var(--cream);font-style:italic}.section-center p{color:rgb(200 196 170 / .7);font-size:1.125rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:rgb(30 36 144 / .4);backdrop-filter:blur(12px);border:1px solid rgb(200 196 170 / .1);padding:1.5rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all 0.3s}.feature-card:hover{background:rgb(30 36 144 / .7);border-color:rgb(200 196 170 / .3);transform:translateY(-4px)}.feat-icon{padding:.75rem;border-radius:9999px;background:rgb(200 196 170 / .05);margin-bottom:1rem;transition:background 0.3s;color:var(--cream)}.feature-card:hover .feat-icon{background:rgb(200 196 170 / .1)}.feat-icon svg{width:1.5rem;height:1.5rem}.feat-title{color:var(--cream);font-weight:500;font-size:.9rem}#planos{padding:6rem 0;background:var(--cream-light);color:var(--navy)}.plans-title{font-family:'Playfair Display',serif;font-size:clamp(2rem, 4vw, 3.25rem);font-weight:700;margin-bottom:1.5rem;text-align:center}.plans-title em{color:var(--navy-light);font-style:italic;font-weight:300}.tabs-wrapper{display:flex;justify-content:center;margin-top:2rem}.tabs{display:inline-flex;background:rgb(19 24 105 / .05);padding:6px;border-radius:9999px;position:relative}.tab-btn{position:relative;z-index:10;padding:.75rem 2rem;border-radius:9999px;font-size:.875rem;font-weight:700;transition:color 0.3s;color:var(--navy)}.tab-btn.active{color:var(--cream)}.tab-indicator{position:absolute;top:6px;bottom:6px;width:calc(50% - 6px);background:var(--navy);border-radius:9999px;box-shadow:0 2px 8px rgb(0 0 0 / .2);transition:left 0.3s ease;left:6px}.tab-indicator.pj{left:calc(50%)}.plans-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media (min-width:768px){.plans-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.plans-grid{grid-template-columns:repeat(4,1fr)}}.plan-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 30px rgb(19 24 105 / .06);border:1px solid rgb(19 24 105 / .1);display:flex;flex-direction:column;transition:all 0.3s}.plan-card:hover{box-shadow:0 12px 40px rgb(19 24 105 / .12);transform:translateY(-4px)}.plan-card.popular{border:2px solid var(--navy);box-shadow:0 12px 40px rgb(19 24 105 / .15)}@media (min-width:768px){.plan-card.popular{transform:scale(1.03);margin-top:-1rem;z-index:10}}.popular-badge{display:inline-flex;align-items:center;gap:.25rem;background:linear-gradient(to right,var(--navy),var(--navy-dark));color:var(--cream);padding:.25rem 1rem;border-radius:9999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;align-self:flex-start;box-shadow:0 4px 15px rgb(19 24 105 / .25)}.popular-badge svg{width:.875rem;height:.875rem;fill:var(--cream)}.plan-name{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--navy)}.plan-sub{font-size:.875rem;color:rgb(19 24 105 / .6);margin-top:.25rem;font-weight:500}.plan-price{display:flex;align-items:baseline;margin-top:1rem;color:var(--navy-dark)}.price-currency{font-size:1.125rem;font-weight:700}.price-value{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0 .25rem}.price-period{font-size:.875rem;color:rgb(19 24 105 / .6);font-weight:500}.plan-fidelidade{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:rgb(19 24 105 / .05);padding:.25rem .75rem;border-radius:9999px;margin-top:.75rem;color:rgb(19 24 105 / .5)}.plan-indicado{font-size:.875rem;color:rgb(19 24 105 / .7);margin-top:.75rem;font-weight:500;border-left:2px solid var(--cream-dark);padding-left:.75rem;line-height:1.5}.plan-features{flex:1;list-style:none;margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:rgb(19 24 105 / .8);line-height:1.4}.plan-features li svg{width:1.25rem;height:1.25rem;color:var(--navy);flex-shrink:0;margin-top:1px}.plan-btn{width:100%;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1rem;transition:all 0.3s;font-family:inherit}.plan-btn-primary{background:var(--navy);color:var(--cream);box-shadow:0 4px 15px rgb(19 24 105 / .2)}.plan-btn-primary:hover{background:var(--navy-dark);box-shadow:0 8px 25px rgb(19 24 105 / .3)}.plan-btn-secondary{background:var(--cream-light);color:var(--navy-dark);border:1px solid var(--cream)}.plan-btn-secondary:hover{background:var(--cream)}.quote-section{padding:6rem 0;background:var(--navy);border-bottom:1px solid rgb(200 196 170 / .1);position:relative;overflow:hidden}.quote-deco{position:absolute;color:rgb(200 196 170 / .04);pointer-events:none}.quote-deco.left{left:-5rem;top:-5rem;transform:scaleX(-1)}.quote-deco.right{right:-5rem;bottom:-5rem}.quote-deco svg{width:18rem;height:18rem}.quote-inner{position:relative;z-index:10;max-width:56rem;margin:0 auto;text-align:center}.quote-icon-wrap{display:flex;justify-content:center;margin-bottom:2rem;color:rgb(200 196 170 / .8)}.quote-icon-wrap svg{width:3rem;height:3rem}.quote-text{font-family:'Playfair Display',serif;font-size:clamp(1.5rem, 4vw, 3rem);font-weight:300;color:#fff;line-height:1.4;font-style:italic;margin-bottom:2.5rem}.quote-author{color:var(--cream);font-size:1.125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}#contato{background:var(--navy-dark);padding:5rem 0 2.5rem;color:rgb(200 196 170 / .7)}.footer-grid{display:grid;gap:3rem;margin-bottom:4rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:1fr 1fr 2fr}}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo{width:3rem;height:3rem;border-radius:50%;overflow:hidden;border:1px solid rgb(200 196 170 / .2)}.footer-logo img{width:100%;height:100%;object-fit:cover}.footer-name{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--cream);letter-spacing:.1em}.footer-desc{font-size:.875rem;line-height:1.7}.footer-col-title{color:var(--cream);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.875rem;transition:color 0.2s}.footer-links a:hover{color:var(--cream)}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-link{display:flex;align-items:center;gap:.75rem;font-size:.875rem;transition:color 0.2s}.contact-link:hover{color:var(--cream)}.contact-icon{padding:.5rem;border-radius:9999px;background:var(--navy);border:1px solid rgb(200 196 170 / .1);transition:border-color 0.2s;flex-shrink:0}.contact-link:hover .contact-icon{border-color:rgb(200 196 170 / .3)}.contact-icon svg{width:1.125rem;height:1.125rem}.footer-bottom{border-top:1px solid rgb(200 196 170 / .1);padding-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem}.made-by{display:flex;align-items:center;gap:.5rem;opacity:.6;transition:opacity 0.2s}.made-by:hover{opacity:1}.made-by span{font-size:.75rem;color:rgb(200 196 170 / .5)}.made-by img{height:1.25rem;object-fit:contain}.modal-backdrop{display:none;position:fixed;inset:0;z-index:200;background:rgb(0 0 0 / .7);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:1rem}.modal-backdrop.open{display:flex}.modal2{background:#fff;border-radius:1.5rem;padding:2.5rem;max-width:28rem;width:100%;position:relative;box-shadow:0 25px 60px rgb(0 0 0 / .4)}.modal-close{position:absolute;top:1rem;right:1rem;padding:.5rem;color:rgb(19 24 105 / .5);border-radius:.5rem;transition:all 0.2s}.modal-close:hover{background:rgb(19 24 105 / .05);color:var(--navy)}.modal-close svg{width:1.25rem;height:1.25rem}.modal-title{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem}.modal-body{text-align:center;display:flex;flex-direction:column;gap:1.5rem}.modal-body p{color:rgb(19 24 105 / .8)}.modal-body p.sm{font-size:.875rem;color:rgb(19 24 105 / .6)}.modal-body strong{color:var(--navy)}.btn-whatsapp{display:block;width:100%;padding:1rem;border-radius:.75rem;font-weight:700;background:#25D366;color:#fff;font-size:1rem;font-family:inherit;box-shadow:0 6px 20px rgb(37 211 102 / .3);transition:all 0.3s;text-align:center}.btn-whatsapp:hover{background:#20bd5a;transform:translateY(-2px)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.anim-hero-1{animation:fadeInUp 0.8s ease both}.anim-hero-2{animation:fadeInUp 0.8s ease 0.2s both}.anim-hero-3{animation:fadeInUp 0.8s ease 0.4s both}.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.nav-links{display:none}.hamburger{display:block}.contact-grid{grid-template-columns:1fr}#hero{padding-top:6rem}}