@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_207632bb-module__eYfYsW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_207632bb-module__eYfYsW__variable{--font-inter:"Inter", "Inter Fallback"}
:root{--bg-color:#f7f8f8;--menu-color:#0b6967;--text-color:#000;--text-light:#444;--white:#fff;--card-shadow:0 20px 40px #0000000d;--transition:all .3s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background-color:var(--menu-color);color:var(--white);z-index:1000;padding:1.2rem 0;transition:background-color .3s,box-shadow .3s,padding .3s;position:sticky;top:0;box-shadow:0 4px 20px #0003}.navbar.absolute-top{width:100%;box-shadow:none;background:linear-gradient(#0009 0%,#0000 100%);position:fixed}.navbar.absolute-top.scrolled{background:var(--menu-color);padding:1rem 0;box-shadow:0 4px 20px #0003}.navbar .container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-branch{color:#ffffffe6;letter-spacing:0;border-left:1px solid #ffffff4d;padding-left:.75rem;font-size:.75rem;font-weight:500;line-height:1.2}.menu ul{gap:2rem;list-style:none;display:flex}.menu a{color:#fffc;transition:var(--transition);font-weight:500;text-decoration:none;position:relative}.menu a:hover{color:var(--white)}.menu a:after{content:"";background-color:var(--white);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.menu a:hover:after{width:100%}.hero{text-align:center;background:linear-gradient(135deg,#0b69670d 0%,#f7f8f8 100%);padding:8rem 2rem 10rem;position:relative;overflow:hidden}.hero-background{z-index:-1;pointer-events:none;background:radial-gradient(circle,#0b69670d 0%,#f7f8f800 70%);width:150vw;height:150vw;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.hero-content{max-width:800px;margin:0 auto;animation:.8s ease-out forwards fadeInUp}.badge{color:var(--menu-color);text-transform:uppercase;letter-spacing:1px;background-color:#0b69671a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-2px;color:var(--text-color);margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.25rem}.policy-content{z-index:10;margin-top:-6rem;padding-bottom:6rem;position:relative}.policy-card{background-color:var(--white);box-shadow:var(--card-shadow);opacity:0;border:1px solid #00000008;border-radius:24px;padding:4rem;animation:.8s ease-out .2s forwards slideUp}.last-updated{color:var(--text-light);border-bottom:1px solid #0000000d;margin-bottom:3rem;padding-bottom:1.5rem;font-size:.875rem}.policy-card h2{color:var(--menu-color);letter-spacing:-.5px;margin:2.5rem 0 1rem;font-size:1.75rem;font-weight:700}.policy-card h2:first-of-type{margin-top:0}.policy-card p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.05rem}.policy-card ul{margin-bottom:1.5rem;padding-left:1.5rem}.policy-card li{color:var(--text-light);margin-bottom:.5rem;font-size:1.05rem;position:relative}.policy-card li::marker{color:var(--menu-color)}.site-footer{text-align:center;color:var(--text-light);border-top:1px solid #0000000d;padding:3rem 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-landing{flex-direction:column;align-items:center;padding-bottom:6rem;display:flex}.hero-actions{justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:4rem;display:flex}.btn{transition:var(--transition);border-radius:50px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--menu-color);color:var(--white);box-shadow:0 4px 15px #0b69674d}.btn-primary:hover{background-color:#084c4a;transform:translateY(-2px);box-shadow:0 6px 20px #0b696766}.btn-secondary{background-color:var(--white);color:var(--menu-color);border:1px solid #0b696733}.hero-image-wrapper{z-index:10;width:100%;max-width:900px;box-shadow:var(--card-shadow);opacity:0;border:4px solid var(--white);border-radius:24px;margin:0 auto;animation:.8s ease-out .2s forwards slideUp;position:relative;overflow:hidden}.hero-image{width:100%;height:auto;display:block}.features-section{padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--menu-color);letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.15rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background-color:var(--white);text-align:center;transition:var(--transition);border:1px solid #00000005;border-radius:20px;padding:3rem 2rem;box-shadow:0 10px 30px #00000008}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000000f}.feature-icon{margin-bottom:1.5rem;font-size:3rem}.feature-card h3{color:var(--text-color);margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:var(--text-light);font-size:.95rem}.footer-links{margin-top:1rem}.footer-links a{color:var(--menu-color);transition:var(--transition);font-size:.875rem;text-decoration:none}.footer-links a:hover{text-decoration:underline}.info-section{background-color:var(--white);padding:6rem 2rem}.info-section.alt-bg{background-color:var(--bg-color)}.bento-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.bento-card{background-color:var(--white);transition:var(--transition);border:1px solid #00000008;border-radius:24px;flex-direction:column;padding:2.5rem;display:flex;box-shadow:0 4px 20px #00000008}.bento-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000f}.bento-card.highlight{background-color:var(--menu-color);color:var(--white)}.bento-card.highlight h3,.bento-card.highlight p{color:#ffffffe6}.bento-card .emoji{margin-bottom:1.5rem;font-size:2.5rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial-card{background-color:var(--white);border:1px solid #00000008;border-radius:20px;padding:2.5rem;position:relative;box-shadow:0 10px 30px #00000008}.testimonial-card:before{content:"\"";color:#0b69670d;font-family:serif;font-size:5rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.testimonial-text{color:var(--text-light);z-index:2;margin-bottom:2rem;font-size:1.05rem;font-style:italic;position:relative}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{width:50px;height:50px;color:var(--menu-color);background-color:#0b69671a;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.author-info h4{color:var(--text-color);margin-bottom:.2rem;font-size:1rem}.author-info p{color:var(--menu-color);font-size:.85rem;font-weight:500}.form-card{background-color:var(--white);border:1px solid #00000008;border-radius:24px;max-width:500px;margin:0 auto;padding:3rem;box-shadow:0 15px 40px #00000014}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{color:var(--menu-color);margin-bottom:.5rem;font-size:1.8rem}.form-header p{color:var(--text-light);font-size:1rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-control{width:100%;transition:var(--transition);color:var(--text-color);background-color:#fcfcfc;border:2px solid #00000014;border-radius:12px;padding:1rem 1.25rem;font-size:1rem}.form-control:focus{border-color:var(--menu-color);background-color:var(--white);outline:none;box-shadow:0 0 0 4px #0b69671a}.btn-block{text-align:center;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}.success-container{text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.success-content{max-width:500px}.success-icon{color:#25d366;margin-bottom:1rem;font-size:4rem;animation:.5s ease-out forwards slideUp}.loader{border:4px solid #0000000d;border-top:4px solid var(--menu-color);border-radius:50%;width:40px;height:40px;margin:2rem auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-section{align-items:center;gap:4rem;margin:2rem 0;display:flex}.about-content{flex:1}.about-content h3{color:var(--menu-color);margin-bottom:1rem;font-size:1.5rem}.about-content p{color:var(--text-light);margin-bottom:1rem;font-size:1.05rem}.about-image{border-radius:24px;flex:1;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.dark-burst{background-color:var(--menu-color);color:var(--white);padding:8rem 0}.dark-burst .section-header p,.dark-burst .about-content p{color:#fffc}.dark-burst .about-content h3{color:var(--white)}.dark-burst .about-content h2{color:var(--white)!important}.dark-burst .about-image{box-shadow:0 20px 50px #0006}.comparison-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.compare-card{background-color:var(--white);text-align:center;transition:var(--transition);border:1px solid #00000005;border-radius:24px;padding:3rem 2rem;box-shadow:0 5px 25px #00000008}.compare-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000f}.compare-icon{width:80px;height:80px;color:var(--menu-color);background-color:#0b69670d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.compare-card h3{color:var(--text-color);margin-bottom:1rem;font-size:1.3rem}.compare-card p{color:var(--text-light);font-size:.95rem}.curriculum-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.year-card{background-color:var(--white);transition:var(--transition);border:1px solid #0000000d;border-radius:16px;overflow:hidden}.year-card:hover{box-shadow:0 10px 30px #0000000a}.year-header{background-color:var(--menu-color);color:var(--white);padding:1rem 1.5rem;font-size:1.1rem;font-weight:700}.year-body{padding:1.5rem}.subject-list{list-style:none}.subject-list li{color:var(--text-light);border-bottom:1px solid #00000008;align-items:center;padding:.5rem 0;font-size:.9rem;display:flex}.subject-list li:before{content:"✓";color:var(--menu-color);margin-right:.5rem;font-weight:700}.subject-list li:last-child{border-bottom:none}.premium-list{flex-direction:column;gap:2rem;max-width:800px;margin:3rem auto 0;display:flex}.premium-item{background-color:var(--white);border:1px solid #00000005;border-radius:20px;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000008}.premium-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000f}.premium-item:last-child{border-bottom:none}.premium-icon{flex-shrink:0;font-size:3rem;line-height:1}.premium-content h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem}.premium-content p{color:var(--text-light);font-size:1.05rem}.timeline{max-width:800px;margin:4rem auto 0;padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--menu-color) 0%, #0b69671a 100%);border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:0}.timeline-item{margin-bottom:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:linear-gradient(135deg, var(--menu-color), #25d366);border:4px solid var(--white);border-radius:50%;width:20px;height:20px;position:absolute;top:.5rem;left:-2.45rem;box-shadow:0 0 0 2px #0b69674d}.timeline-content h3{color:var(--menu-color);margin-bottom:1rem;font-size:1.4rem}.timeline-content ul{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.timeline-content li{color:var(--text-light);background-color:#00000008;border-radius:50px;padding:.5rem 1rem;font-size:.9rem}.timeline-content li.highlight-pill{color:var(--menu-color);background-color:#0b69671a;font-weight:600}.urgency-bar{color:#fff;text-align:center;z-index:100;background:linear-gradient(90deg,#0b6967,#0f8b89);justify-content:center;align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.875rem;display:flex;position:relative}.urgency-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #4ade80}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.urgency-link{color:#fff;text-underline-offset:3px;white-space:nowrap;font-weight:700;text-decoration:underline}.urgency-bar p{margin:0}.stats-strip{background:#fff;padding:3rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.stat-number{color:#0b6967;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:#0b6967;max-width:140px;font-size:.9rem;font-weight:500;line-height:1.3}.stat-item+.stat-item{border-left:1px solid #ffffff14}.faq-list{flex-direction:column;gap:.75rem;max-width:800px;margin:2rem auto 0;display:flex}.faq-item{background:var(--white);border:1px solid #0000000f;border-radius:16px;transition:box-shadow .3s;overflow:hidden}.faq-item:hover{box-shadow:0 8px 30px #0b696714}.faq-item.open{border-color:#0b696726;box-shadow:0 8px 30px #0b69671f}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text-color);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.faq-item.open .faq-question{color:var(--menu-color)}.faq-chevron{color:var(--text-light);flex-shrink:0;transition:transform .35s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-chevron{color:var(--menu-color);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:400px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-light);margin:0;padding:0 1.5rem;font-size:.975rem;line-height:1.7}.testimonial-wrapper{max-width:900px;margin:2rem auto;position:relative}.testimonial-track{align-items:center;min-height:400px;display:flex;position:relative}.testimonial-card{background:var(--white);opacity:0;visibility:hidden;border:1px solid #0b69670d;border-radius:30px;flex-direction:column;width:100%;padding:4rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;transform:translateY(30px)scale(.95);box-shadow:0 20px 60px #0b696714}.testimonial-card.active{opacity:1;visibility:visible;z-index:2;position:relative;transform:translateY(0)scale(1)}.testimonial-stars{color:#f59e0b;gap:.25rem;margin-bottom:2rem;display:flex}.testimonial-quote-icon{color:#0b69670a;position:absolute;top:3rem;right:3rem}.testimonial-text{color:var(--text-color);flex-grow:1;margin-bottom:3rem;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.6}.testimonial-footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:flex-end;padding-top:2rem;display:flex}.testimonial-author-group{align-items:center;gap:1.25rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--menu-color), #0f8b89);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 10px 20px #0b696733}.testimonial-info h4{color:var(--text-color);margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.testimonial-info p{color:var(--text-light);margin:0;font-size:.95rem}.testimonial-actions{gap:.5rem;display:flex}.testimonial-btn{width:48px;height:48px;color:var(--menu-color);cursor:pointer;background:#0b69670d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.testimonial-btn:hover{background:var(--menu-color);color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0b696733}.slider-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.slider-dot{cursor:pointer;background:#0b696733;border:none;border-radius:2px;width:30px;height:4px;transition:all .3s}.slider-dot.active{background:var(--menu-color);width:50px}#whatsappWidget{z-index:1000;cursor:pointer;position:fixed;bottom:20px;right:16px}#whatsappWidget img{width:60px;height:60px;transition:transform .3s;display:block}#whatsappWidget:hover img{transform:scale(1.1)}#alertWapp{z-index:1002;color:#fff;text-align:center;background:red;border-radius:50%;width:17px;height:17px;font-size:11px;font-weight:700;line-height:17px;position:fixed;bottom:70px;right:20px}#msgTooltip{opacity:0;visibility:hidden;z-index:1002;text-wrap:balance;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:10px;width:72px;padding:4px 6px;font-family:Inter,sans-serif;font-size:12px;line-height:1.1em;transition:transform .5s,opacity .5s,visibility .5s;position:fixed;bottom:35px;right:95px;transform:translate(100%);box-shadow:2px 2px 3px #99999990}#msgTooltip.show{visibility:visible;opacity:1;transform:translate(0)}#msgTooltip:after{content:"";z-index:12;border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:7px solid #fff;width:0;height:0;position:absolute;bottom:12px;right:-7px}.zig-zag-container{margin-top:4rem}.zig-zag-row{align-items:center;gap:4rem;margin-bottom:5rem;display:flex}.zig-zag-row:nth-child(2n){flex-direction:row-reverse}.zig-zag-content{flex:1}.zig-zag-content h3{color:var(--text-color);margin-bottom:1rem;font-size:1.8rem}.zig-zag-content p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.zig-zag-visual{background-color:var(--white);border-radius:24px;flex:1;justify-content:center;align-items:center;padding:4rem;font-size:5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000a}.zig-zag-visual:before{content:"";z-index:0;background:radial-gradient(circle,#0b69671a 0%,#0b696700 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.zig-zag-visual svg{z-index:1;position:relative}.map-section{background-color:var(--white);padding:4rem 0 6rem}.map-container{border:1px solid #0000000d;border-radius:24px;height:450px;margin-top:2rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.map-container iframe{filter:grayscale()sepia(20%)hue-rotate(130deg)opacity(.9);border:none;width:100%;height:100%;transition:filter .5s}.map-container iframe:hover{filter:grayscale(0%)sepia(0%)opacity()}.hero-cinematic{color:#fff;align-items:center;min-height:90vh;padding:8rem 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-cinematic-bg{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-cinematic-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-cinematic-overlay{z-index:-1;background:linear-gradient(90deg,#000000e6 0%,#0009 45%,#0b696700 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-mobile{display:none}.hero-bg-desktop{display:block}.btn{transition:var(--transition);cursor:pointer;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--menu-color);color:var(--white);border-color:var(--menu-color)}.btn-primary:hover{background-color:var(--white);color:var(--menu-color);border-color:var(--white);transform:translateY(-2px);box-shadow:0 4px 15px #fff3}.btn-secondary{color:var(--menu-color);border-color:var(--menu-color);background-color:#0000}.btn-secondary:hover{background-color:#0b69670d;transform:translateY(-2px)}.hero-cinematic-content{z-index:1;text-align:left;max-width:50%;position:relative}.hero-cinematic-content .badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:1px;text-transform:uppercase;background-color:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.6rem;font-weight:700;display:inline-block}.hero-cinematic-content h1{color:#fff;text-shadow:0 4px 20px #0006;letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.1}.hero-cinematic-content p{color:#ffffffe6;text-shadow:0 2px 10px #00000080;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.hero-checklist{flex-direction:column;gap:.6rem;margin:1.25rem 0 2rem;padding:0;list-style:none;display:flex}.hero-checklist li{color:#ffffffe6;letter-spacing:.02em;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.hero-checklist li svg{color:#4ade80;background:#4ade8026;border-radius:50%;flex-shrink:0;width:18px;height:18px;padding:2px}.hero-cinematic .hero-actions{justify-content:flex-start;gap:1rem;display:flex}.hero-cinematic .hero-actions .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border-color:#ffffff4d}.hero-cinematic .hero-actions .btn-secondary:hover{background-color:#fff3}@media (max-width:768px){.container{padding:0 1.25rem}.info-section{padding:2rem 1rem}.site-header .container{padding:0 1.25rem}.menu{display:none}.site-header .logo{font-size:1.1rem}.hero-cinematic{flex-direction:column;justify-content:flex-end;align-items:stretch;height:100svh;min-height:100svh;padding:0}.hero-bg-desktop{display:none}.hero-bg-mobile{display:block}.hero-cinematic-overlay{background:linear-gradient(#0000000d 0%,#0000004d 45%,#000000eb 75%,#000000f7 100%)}.hero-cinematic-content{max-width:100%;padding:0 0 1.5rem}.hero-cinematic-content .badge{margin-bottom:.4rem;padding:.25rem .75rem;font-size:.5rem}.hero-cinematic-content h1{letter-spacing:-.3px;margin-bottom:.4rem;font-size:1.3rem;line-height:1.15}.hero-cinematic-content p{display:none}.hero-checklist{gap:.3rem;margin:.4rem 0 .75rem}.hero-checklist li{font-size:.72rem}.hero-checklist li svg{width:15px;height:15px}.hero-actions{flex-direction:column;gap:.5rem}.hero-actions .btn{text-align:center;justify-content:center;width:100%;padding:.7rem 1.5rem;font-size:.9rem}.section-header h2{font-size:1.8rem;line-height:normal}.section-header p{font-size:1rem}.premium-list{gap:2rem}.premium-item{flex-direction:column;align-items:flex-start;gap:1rem}.premium-icon{width:56px;height:56px}.premium-content h3{font-size:1.3rem}.about-section{flex-direction:column;gap:2rem}.about-content h2{font-size:1.8rem!important}.about-image{width:100%}.about-image>div{height:260px!important}.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.75rem}.timeline{padding-left:1rem}.timeline-item{padding-left:1.5rem}.timeline-content{padding:1.25rem}.timeline-content h3{font-size:1rem}.timeline-content ul{gap:.4rem}.map-layout{flex-direction:column;gap:2rem}.map-info{order:1}.map-container{order:2;height:300px}.border-tag{text-align:center;flex-direction:column;gap:.75rem}.testimonial-wrapper{margin:1rem 0}.testimonial-card{border-radius:20px;padding:2rem 1.5rem}.testimonial-text{margin-bottom:1.5rem;font-size:1.1rem}.testimonial-footer{flex-direction:column;align-items:flex-start;gap:1.25rem}.testimonial-actions{align-self:flex-end}.testimonial-quote-icon{display:none}.info-section.dark-burst h2{font-size:1.8rem!important}.info-section.dark-burst p{font-size:1rem!important}.info-section.dark-burst .btn{text-align:center;justify-content:center;width:100%;padding:.9rem 1.5rem!important;font-size:1rem!important}.zig-zag-row,.zig-zag-row:nth-child(2n){flex-direction:column;gap:2rem}.zig-zag-visual{width:100%;height:260px}.zig-zag-content h3{font-size:1.4rem}.site-footer .container{text-align:center;flex-direction:column;gap:.75rem}.urgency-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.6rem .75rem;font-size:.75rem}.urgency-link{display:block}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.stat-item+.stat-item{border-left:none}.stat-item:nth-child(2n){border-left:1px solid #ffffff14}.stat-number{font-size:2.2rem}.faq-question{padding:1rem 1.25rem;font-size:.9rem}.faq-answer p{padding:0 1.25rem;font-size:.9rem}#whatsappWidget{bottom:16px;right:12px}#msgTooltip{width:90px;right:82px}}
