@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--navy:#263c88;--navy-dark:#1b2c66;--navy-deeper:#121f4a;--red:#c21f30;--red-dark:#9e1926;--yellow:#fef200;--yellow-soft:#fff9cc;--white:#fff;--off-white:#f4f6fb;--gray-100:#e8ecf4;--gray-200:#d1d7e5;--gray-300:#a0aac2;--gray-400:#7480a0;--gray-500:#4f5b7a;--text-dark:#0d1b3e;--text-body:#3a4564;--text-muted:#6b7899;--header-height:80px;--max-width:1200px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--transition:all .3s cubic-bezier(.25,.46,.45,.94)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.15}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section-badge{color:var(--white);letter-spacing:.05em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:1rem;padding:6px 18px;font-size:.78rem;font-weight:600;display:inline-block}.section-badge--dark{background:var(--navy);color:var(--white);border:none}.section-title{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.1}.section-description{max-width:540px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.7}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:14px 28px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--red);color:var(--white);box-shadow:0 4px 20px #c21f3040}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 28px #c21f3059}.btn-secondary{background:var(--navy);color:var(--white);box-shadow:0 4px 16px #263c8833}.btn-secondary:hover{background:var(--navy-dark);transform:translateY(-2px)}.btn-lg{border-radius:var(--radius-lg);padding:16px 36px;font-size:1rem}.glass-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);transition:var(--transition);box-shadow:0 2px 8px #0d1b3e0a,0 12px 32px #0d1b3e0f}.glass-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0d1b3e0f,0 24px 48px #0d1b3e1a}.page-header{padding-top:calc(var(--header-height) + 3.5rem);background:var(--navy);text-align:center;padding-bottom:3.5rem}.page-header h1{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.page-header p{color:#fff9;max-width:550px;margin:0 auto;font-size:1.05rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-dark);margin-bottom:5px;font-size:.85rem;font-weight:600;display:block}.form-input,.form-textarea,.form-select{border:2px solid var(--gray-100);border-radius:var(--radius);width:100%;transition:var(--transition);background:var(--off-white);color:var(--text-dark);padding:12px 14px;font-family:inherit;font-size:.95rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--navy);background:var(--white);outline:none;box-shadow:0 0 0 3px #263c881a}.form-textarea{resize:vertical;min-height:150px}.w-full{width:100%}@media (max-width:768px){.container{padding:0 1.25rem}}.navbar{-webkit-backdrop-filter:blur(20px);z-index:1000;height:var(--header-height);transition:var(--transition);background:#fffffff7;border-bottom:1px solid #e8ecf499;position:fixed;top:0;left:0;right:0}.navbar-container{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{color:var(--navy);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.navbar-logo img{width:auto;height:48px}.navbar-menu{align-items:center;gap:.15rem;display:flex}.navbar-link{color:var(--gray-500);transition:var(--transition);border-radius:8px;padding:.45rem .75rem;font-size:.88rem;font-weight:500;text-decoration:none;position:relative}.navbar-link:hover{color:var(--navy);background:var(--off-white)}.navbar-link.active{color:var(--navy);font-weight:600}.navbar-link.active:after{content:"";background:var(--red);border-radius:1px;height:2px;position:absolute;bottom:2px;left:.75rem;right:.75rem}.navbar-cta{margin-left:.75rem;padding:.55rem 1.15rem;font-size:.85rem}.navbar-actions{align-items:center;gap:.75rem;display:flex}.navbar-phone{color:var(--navy);transition:var(--transition);border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.navbar-phone:hover{color:var(--red);background:#c21f300a}.navbar-toggle{cursor:pointer;color:var(--navy);background:0 0;border:none;border-radius:8px;padding:.35rem;display:none}@media (max-width:968px){.navbar-container{padding:0 1.25rem}.navbar-menu{top:var(--header-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffc;flex-direction:column;justify-content:flex-start;gap:.25rem;padding:2rem 1.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.navbar-menu.active{transform:translate(0)}.navbar-link{width:100%;padding:.85rem 1rem;font-size:1.05rem}.navbar-link.active:after{display:none}.navbar-cta{justify-content:center;width:100%;margin-top:1rem;margin-left:0;padding:.85rem;font-size:1rem}.navbar-phone span{display:none}.navbar-toggle{display:block}}.footer{background:linear-gradient(165deg,var(--navy-deeper) 0%,#0a1533 100%);color:var(--white);padding:56px 0 0;position:relative}.footer:before{content:"";background:linear-gradient(90deg,var(--red),var(--yellow),var(--navy));height:3px;position:absolute;top:0;left:0;right:0}.footer-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;display:grid}.footer-section h4{color:var(--yellow);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:.78rem;font-weight:700}.footer-logo{color:var(--white);align-items:center;gap:.5rem;margin-bottom:14px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.footer-logo img{height:40px}.footer-about{color:#fff6;margin-bottom:18px;font-size:.85rem;line-height:1.7}.footer-social{gap:.6rem;display:flex}.footer-social a{color:#ffffff59;width:36px;height:36px;transition:var(--transition);border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{color:var(--yellow);border-color:var(--yellow);background:#fef2000f;transform:translateY(-2px)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.55rem}.footer-section ul a{color:#fff6;transition:var(--transition);font-size:.85rem;text-decoration:none;display:inline-block}.footer-section ul a:hover{color:var(--white);transform:translate(3px)}.footer-contact li{align-items:center;gap:.6rem;display:flex}.footer-contact li svg{color:var(--yellow);opacity:.5;flex-shrink:0}.footer-contact span,.footer-contact a{color:#fff6;font-size:.85rem}.btn-whatsapp{color:var(--white);transition:var(--transition);background:#25d366;border-radius:8px;align-items:center;gap:.5rem;margin-top:14px;padding:.6rem 1.15rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 12px #25d36633}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:40px;padding:18px 0;display:flex}.footer-bottom p{color:#ffffff40;font-size:.78rem}.footer-legal-links{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.footer-legal-links a{color:#ffffff40;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:#fff9}.footer-legal-links span{opacity:.15}@media (max-width:968px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:576px){.footer{padding:44px 0 0}.footer-container{padding:0 1.25rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}}.whatsapp-float{width:56px;height:56px;color:var(--white);z-index:90;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:90px;right:20px;box-shadow:0 4px 16px #25d36659}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 24px #25d36673}.whatsapp-float:after{content:"";border:2px solid #25d36640;border-radius:50%;animation:2.5s infinite wa-pulse;position:absolute;inset:-4px}@keyframes wa-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}@media (min-width:969px){.whatsapp-float{width:60px;height:60px;bottom:28px;right:28px}}.sticky-cta{-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--gray-100);z-index:89;background:#fffffff5;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -2px 16px #0000000f}.sticky-cta.visible{transform:translateY(0)}.sticky-cta-text{flex-direction:column;display:flex}.sticky-cta-text strong{color:var(--navy);font-size:.88rem}.sticky-cta-text span{color:var(--text-muted);font-size:.75rem}.sticky-cta-btn{background:var(--red);color:var(--white);border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:var(--transition);border:none;align-items:center;gap:6px;padding:.6rem 1.25rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 2px 8px #c21f3033}.sticky-cta-btn:hover{transform:translateY(-1px)}@media (min-width:969px){.sticky-cta{display:none}}.hero{padding-top:var(--header-height);background:var(--navy);position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#fef2000d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#c21f300a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-80px}.hero-container{max-width:var(--max-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin:0 auto;padding:80px 2rem 72px;display:grid;position:relative}.hero-content{position:relative}.hero-eyebrow{background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 18px;display:inline-flex}.hero-eyebrow-dot{background:var(--yellow);border-radius:50%;width:7px;height:7px;animation:2.5s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.hero-eyebrow span{color:var(--yellow);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}.hero-title{color:var(--white);letter-spacing:-.035em;margin-bottom:24px;font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:800;line-height:1.06}.hero-title-accent{color:var(--yellow)}.hero-description{color:#ffffffa6;max-width:480px;margin-bottom:32px;font-size:1.1rem;font-weight:400;line-height:1.8}.hero-description strong{color:var(--yellow);font-weight:600}.hero-cta-group{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.hero-cta-primary{background:var(--red);color:var(--white);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:8px;padding:16px 32px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 24px #c21f304d}.hero-cta-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 32px #c21f3066}.hero-cta-secondary{color:var(--white);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);background:0 0;border:2px solid #fff3;align-items:center;gap:8px;padding:16px 32px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex}.hero-cta-secondary:hover{background:#ffffff14;border-color:#ffffff59}.hero-trust-items{flex-wrap:wrap;gap:10px;margin-bottom:40px;display:flex}.hero-trust-item{color:var(--white);background:#ffffff12;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:.78rem;font-weight:600;display:flex}.hero-trust-item svg{color:var(--yellow);flex-shrink:0}.hero-stats{gap:40px;display:flex}.hero-stat-number{color:var(--yellow);font-size:2.25rem;font-weight:800;line-height:1}.hero-stat-label{color:#ffffff73;margin-top:4px;font-size:.78rem;font-weight:500}.hero-visual{position:relative}.hero-image-main{border-radius:var(--radius-xl);border:4px solid #ffffff1a;width:100%;overflow:hidden;box-shadow:0 24px 64px #0000004d}.hero-image-main img{object-fit:cover;width:100%;height:400px;display:block}.hero-image-float{border-radius:var(--radius-lg);border:4px solid var(--navy);width:160px;height:160px;position:absolute;bottom:-20px;left:-28px;overflow:hidden;box-shadow:0 12px 40px #0000004d}.hero-image-float img{object-fit:cover;width:100%;height:100%}.hero-stats-float{background:var(--white);border-radius:var(--radius-lg);padding:16px 20px;position:absolute;top:-16px;right:-16px;box-shadow:0 8px 32px #00000026}.hero-stats-float-number{color:var(--navy);font-size:1.5rem;font-weight:800;line-height:1}.hero-stats-float-label{color:var(--text-muted);margin-top:2px;font-size:.7rem}.hero-stats-float-stars{color:#fbbc04;letter-spacing:1px;font-size:.85rem}@media (max-width:968px){.hero-container{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding:56px 1.5rem 48px}.hero-description{margin-left:auto;margin-right:auto}.hero-cta-group,.hero-trust-items,.hero-stats{justify-content:center}.hero-visual{max-width:500px;margin:0 auto}.hero-image-float,.hero-stats-float{display:none}.hero-image-main img{height:300px}}@media (max-width:576px){.hero-stats{gap:24px}.hero-stat-number{font-size:1.75rem}.hero-cta-group{flex-direction:column;align-items:center}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%}.hero-image-main img{height:240px}}.programs{background:var(--off-white);padding:80px 0}.programs-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.programs-header{text-align:center;margin-bottom:48px}.programs-header .section-title{color:var(--navy)}.programs-header .section-description{color:var(--text-muted)}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:40px;display:grid}.program-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;border:2px solid #0000;padding:28px 22px;position:relative;overflow:hidden}.program-card:hover{border-color:var(--navy);transform:translateY(-4px);box-shadow:0 12px 36px #263c881a}.program-icon{background:var(--navy);width:48px;height:48px;color:var(--yellow);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.program-age-badge{color:var(--red);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.7rem;font-weight:700;display:inline-block}.program-title{color:var(--navy);margin-bottom:6px;font-size:1rem;font-weight:700}.program-description{color:var(--text-muted);margin-bottom:14px;font-size:.82rem;line-height:1.65}.program-tags{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.program-tag{border-radius:6px;padding:3px 10px;font-size:.68rem;font-weight:600}.program-tag--filled{background:var(--navy);color:var(--white)}.program-tag--outline{background:var(--gray-100);color:var(--gray-500)}.program-cta-link{color:var(--navy);align-items:center;gap:4px;font-size:.8rem;font-weight:700;transition:gap .3s;display:inline-flex}.program-card:hover .program-cta-link{color:var(--red);gap:8px}.program-image{border-radius:var(--radius);width:100%;height:120px;margin-bottom:16px;overflow:hidden}.program-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.program-card:hover .program-image img{transform:scale(1.05)}.programs-cta{text-align:center}.programs-cta-note{color:var(--gray-300);margin-top:10px;font-size:.85rem}@media (max-width:768px){.programs{padding:60px 0}.programs-container{padding:0 1.25rem}}@media (max-width:576px){.programs-grid{grid-template-columns:1fr}}.why-us{background:var(--navy);padding:80px 0}.why-us-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.why-us-header{text-align:center;margin-bottom:48px}.why-us-header .section-title{color:var(--white)}.why-us-header .section-description{color:#ffffff80}.why-us-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{border-radius:var(--radius-lg);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff14;padding:28px 24px}.feature-card:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-3px)}.feature-icon{background:var(--yellow);width:48px;height:48px;color:var(--navy);border-radius:14px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.feature-title{color:var(--white);margin-bottom:8px;font-size:1rem;font-weight:700}.feature-description{color:#ffffff80;font-size:.85rem;line-height:1.65}.why-us-banner{border-radius:var(--radius-xl);height:280px;margin-top:48px;position:relative;overflow:hidden}.why-us-banner img{object-fit:cover;width:100%;height:100%}.why-us-banner-overlay{background:linear-gradient(#0000 40%,#121f4acc 100%);align-items:flex-end;padding:32px;display:flex;position:absolute;inset:0}.why-us-banner-text{color:var(--white);max-width:500px;font-size:1.25rem;font-weight:700}.why-us-banner-text span{color:var(--yellow)}@media (max-width:968px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.why-us{padding:60px 0}.why-us-container{padding:0 1.25rem}.why-us-grid{grid-template-columns:1fr}.why-us-banner{height:200px}}.testimonials{background:var(--white);padding:80px 0}.testimonials-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.testimonials-header{text-align:center;margin-bottom:48px}.testimonials-header .section-title{color:var(--navy)}.testimonials-google-badge{background:var(--off-white);color:var(--navy);border-radius:100px;align-items:center;gap:8px;margin-top:14px;padding:8px 18px;font-size:.82rem;font-weight:600;display:inline-flex}.testimonials-stars{color:#fbbc04;letter-spacing:2px;font-size:.9rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.testimonial-card{background:var(--off-white);border-radius:var(--radius-lg);border-left:4px solid var(--navy);transition:var(--transition);padding:24px}.testimonial-card:nth-child(2){border-left-color:var(--red)}.testimonial-card:nth-child(3){border-left-color:var(--yellow)}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0d1b3e14}.testimonial-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.testimonial-avatar{width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.testimonial-info h4{color:var(--navy);margin:0;font-size:.88rem;font-weight:700}.testimonial-info span{color:var(--gray-300);font-size:.72rem}.testimonial-rating{color:#fbbc04;letter-spacing:2px;margin-bottom:10px;font-size:.85rem}.testimonial-text{color:var(--text-body);margin:0;font-size:.85rem;line-height:1.7}.testimonial-google-icon{opacity:.2;justify-content:flex-end;margin-top:.75rem;display:flex}.testimonials-cta{text-align:center;margin-top:48px}.testimonials-cta-card{background:var(--navy);border-radius:var(--radius-xl);max-width:700px;margin:0 auto;padding:56px 48px;position:relative;overflow:hidden}.testimonials-cta-card:before{content:"";background:#fef2000f;border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.testimonials-cta-card h3{color:var(--white);margin-bottom:10px;font-size:1.75rem;font-weight:800;position:relative}.testimonials-cta-card p{color:#ffffff8c;margin-bottom:24px;font-size:1rem;position:relative}.testimonials-cta-card .btn{position:relative}@media (max-width:992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.testimonials-grid{grid-template-columns:1fr}.testimonials-container{padding:0 1.25rem}.testimonials-cta-card{padding:40px 24px}}.faq{background:var(--off-white);padding:80px 0}.faq-container{max-width:780px;margin:0 auto;padding:0 1.5rem}.faq-header{text-align:center;margin-bottom:40px}.faq-header .section-title{color:var(--navy)}.faq-header .section-description{color:var(--text-muted)}.faq-list{flex-direction:column;gap:8px;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);border:2px solid #0000;overflow:hidden}.faq-item:hover{border-color:var(--gray-100)}.faq-item.active{border-color:var(--navy);box-shadow:0 4px 20px #263c8814}.faq-question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:18px 20px;font-family:inherit;display:flex}.faq-question-text{color:var(--text-dark);font-size:.92rem;font-weight:600;line-height:1.4}.faq-item.active .faq-question-text{color:var(--navy)}.faq-icon{background:var(--gray-100);width:30px;min-width:30px;height:30px;color:var(--gray-400);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s;display:flex}.faq-item.active .faq-icon{background:var(--navy);color:var(--white);transform:rotate(45deg)}.faq-answer-wrapper{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-item.active .faq-answer-wrapper{max-height:500px}.faq-answer{color:var(--text-body);border-top:1px solid var(--gray-100);padding:14px 20px 18px;font-size:.88rem;line-height:1.75}.faq-answer strong{color:var(--navy)}.faq-cta{text-align:center;background:var(--navy);border-radius:var(--radius-xl);color:var(--white);margin-top:40px;padding:40px}.faq-cta p{color:#fff9;margin-bottom:16px;font-size:.95rem}@media (max-width:640px){.faq-question{padding:14px 16px}.faq-question-text{font-size:.88rem}}.about-page{padding-bottom:0}.about-page .page-header{padding-top:calc(var(--header-height) + 4rem);background:var(--navy);text-align:center;padding-bottom:4rem;position:relative;overflow:hidden}.about-page .page-header:before{content:"";background:radial-gradient(circle,#fef2000d 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;top:-80px;right:-80px}.about-page .page-header h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.about-page .page-header p{color:#fff9;font-size:1.05rem}.about-content{padding-top:0}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem 0;display:grid}.about-intro-text h2{color:var(--navy);margin-bottom:1.25rem;font-size:2rem;font-weight:800}.about-intro-text p{color:var(--text-body);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.about-intro-image{position:relative}.about-intro-image img{border-radius:var(--radius-xl);width:100%;box-shadow:0 20px 60px #0d1b3e1f}.about-intro-image:after{content:"";border:3px solid var(--navy);border-radius:var(--radius-xl);z-index:-1;opacity:.15;width:100%;height:100%;position:absolute;bottom:-12px;right:-12px}.about-mission{background:var(--navy);border-radius:var(--radius-xl);align-items:flex-start;gap:2.5rem;margin-bottom:5rem;padding:3.5rem;display:flex;position:relative;overflow:hidden}.about-mission:before{content:"";background:radial-gradient(circle,#fef2000f 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-60px;right:-60px}.mission-icon{border-radius:var(--radius-lg);width:72px;min-width:72px;height:72px;color:var(--yellow);background:#fef2001f;justify-content:center;align-items:center;display:flex}.mission-content h2{color:var(--white);margin-bottom:1.25rem;font-size:1.6rem;font-weight:800}.mission-content p{color:#ffffffb3;margin-bottom:.85rem;font-size:.95rem;line-height:1.8}.mission-content strong{color:var(--yellow)}.about-why{margin-bottom:5rem}.about-why h2{color:var(--navy);text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:800}.why-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.why-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);border:2px solid #0000;padding:2rem}.why-card:hover{border-color:var(--navy);transform:translateY(-4px);box-shadow:0 12px 36px #263c8814}.why-icon{background:var(--navy);border-radius:var(--radius-lg);width:60px;height:60px;color:var(--yellow);justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.why-card h3{color:var(--navy);margin-bottom:.65rem;font-size:.95rem;font-weight:700}.why-card p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.about-founder{background:var(--off-white);border:2px solid var(--gray-100);border-radius:var(--radius-xl);grid-template-columns:280px 1fr;align-items:center;gap:3.5rem;margin-bottom:5rem;padding:3rem;display:grid}.founder-image img{object-fit:cover;border-radius:50%;width:280px;height:280px;box-shadow:0 16px 48px #0d1b3e1a}.founder-badge{background:var(--navy);color:var(--yellow);text-transform:uppercase;letter-spacing:.04em;border-radius:100px;margin-bottom:.85rem;padding:.4rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.founder-text h2{color:var(--navy);margin-bottom:1.25rem;font-size:1.85rem;font-weight:800}.founder-text p{color:var(--text-body);margin-bottom:.85rem;font-size:.95rem;line-height:1.8}.about-cta{background:var(--navy);border-radius:var(--radius-xl);text-align:center;padding:4rem;position:relative;overflow:hidden}.about-cta:before{content:"";background:radial-gradient(circle,#c21f3014 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.about-cta h2{color:var(--white);margin-bottom:.85rem;font-size:2rem;font-weight:800;position:relative}.about-cta p{color:#fff9;margin-bottom:1.75rem;font-size:1.05rem;position:relative}.about-cta .btn{background:var(--red);color:var(--white);position:relative;box-shadow:0 4px 20px #c21f304d}.about-cta .btn:hover{background:var(--red-dark);transform:translateY(-2px)}@media (max-width:968px){.about-intro{grid-template-columns:1fr;gap:2rem}.about-intro-image{order:-1}.about-intro-image:after{display:none}.about-mission{flex-direction:column;padding:2.5rem}.why-grid{grid-template-columns:repeat(2,1fr)}.about-founder{text-align:center;grid-template-columns:1fr}.founder-image{max-width:220px;margin:0 auto}.founder-image img{width:220px;height:220px}}@media (max-width:576px){.why-grid{grid-template-columns:1fr}.about-mission,.about-founder,.about-cta{padding:2rem}}.ourschool-page{padding-bottom:0}.ourschool-page .page-header{padding-top:calc(var(--header-height) + 4rem);background:var(--navy);text-align:center;padding-bottom:4rem;position:relative;overflow:hidden}.ourschool-page .page-header:before{content:"";background:radial-gradient(circle,#fef2000d 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;top:-80px;left:-80px}.ourschool-page .page-header h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.ourschool-page .page-header p{color:#fff9;font-size:1.05rem}.ourschool-content{padding-top:5rem}.school-hero-image{border-radius:var(--radius-xl);width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.school-hero-image img{object-fit:cover;width:100%;height:100%}.school-hero-image-overlay{background:linear-gradient(#0000 50%,#121f4ab3 100%);align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.school-hero-image-overlay h2{color:var(--white);font-size:1.5rem;font-weight:800}.school-hero-image-overlay h2 span{color:var(--yellow)}.school-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}.school-image{position:relative}.school-image img{border-radius:var(--radius-xl);width:100%;box-shadow:0 20px 60px #0d1b3e1f}.school-image:after{content:"";border:3px solid var(--yellow);border-radius:var(--radius-xl);z-index:-1;opacity:.2;width:100%;height:100%;position:absolute;bottom:-12px;left:-12px}.school-text h2{color:var(--navy);margin-bottom:1.25rem;font-size:2rem;font-weight:800}.school-text p{color:var(--text-body);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.school-features{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:5rem;display:grid}.school-feature{background:var(--navy);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);padding:2rem}.school-feature:hover{transform:translateY(-4px);box-shadow:0 12px 36px #263c8833}.school-feature .feature-icon{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--yellow);background:#fef2001f;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.school-feature h3{color:var(--white);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.school-feature p{color:#ffffff8c;font-size:.8rem;line-height:1.5}.school-location{margin-bottom:5rem}.school-location h2{color:var(--navy);text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.location-info{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.location-info svg{color:var(--red)}.map-placeholder{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 8px 32px #0d1b3e14}.map-placeholder iframe{display:block}.school-cta{background:var(--navy);border-radius:var(--radius-xl);text-align:center;margin-bottom:5rem;padding:4rem;position:relative;overflow:hidden}.school-cta:before{content:"";background:radial-gradient(circle,#fef2000f 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-60px;right:-60px}.school-cta h2{color:var(--white);margin-bottom:.75rem;font-size:1.75rem;font-weight:800;position:relative}.school-cta p{color:#fff9;margin-bottom:1.75rem;font-size:1rem;position:relative}.school-cta .btn{background:var(--red);color:var(--white);position:relative;box-shadow:0 4px 20px #c21f304d}.school-cta .btn:hover{background:var(--red-dark);transform:translateY(-2px)}@media (max-width:968px){.school-intro{grid-template-columns:1fr;gap:2rem}.school-image{order:-1}.school-image:after{display:none}.school-features{grid-template-columns:repeat(2,1fr)}.school-hero-image{height:280px}}@media (max-width:576px){.school-features{grid-template-columns:1fr}.school-hero-image{height:220px}.school-cta{padding:2.5rem}}.programs-page{padding-bottom:0}.programs-page .page-header{padding-top:calc(var(--header-height) + 4rem);background:var(--navy);text-align:center;padding-bottom:4rem;position:relative;overflow:hidden}.programs-page .page-header:before{content:"";background:radial-gradient(circle,#fef2000d 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;top:-80px;right:-80px}.programs-page .page-header h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.programs-page .page-header p{color:#fff9;font-size:1.05rem}.programs-content{padding-top:4rem}.programs-grid-new{flex-direction:column;gap:24px;margin-bottom:4rem;display:flex}.program-card-new{color:inherit;transition:var(--transition);border:2px solid #0000;grid-template-columns:.45fr .55fr;gap:0;text-decoration:none;display:grid;overflow:hidden}.program-card-new:hover{border-color:var(--navy);transform:translateY(-4px)}.program-card-image{height:100%;min-height:280px;position:relative;overflow:hidden}.program-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.program-card-new:hover .program-card-image img{transform:scale(1.05)}.program-card-icon{background:var(--navy);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--yellow);justify-content:center;align-items:center;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 16px #0003}.program-card-content{padding:2rem}.program-card-content h3{color:var(--navy);margin-bottom:.5rem;font-size:1.35rem;font-weight:800}.program-card-short{color:var(--red);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.program-card-desc{color:var(--text-body);margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.program-card-features{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1.5rem;list-style:none;display:grid}.program-card-features li{color:var(--text-body);align-items:center;gap:6px;font-size:.82rem;display:flex}.program-card-features li svg{color:var(--navy);flex-shrink:0}.program-card-link{color:var(--navy);align-items:center;gap:6px;font-size:.88rem;font-weight:700;transition:gap .3s;display:inline-flex}.program-card-new:hover .program-card-link{color:var(--red);gap:10px}.programs-cta{background:var(--navy);text-align:center;margin-bottom:4rem;padding:3.5rem;position:relative;overflow:hidden}.programs-cta:before{content:"";background:radial-gradient(circle,#fef2000f 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-60px;right:-60px}.programs-cta h2{color:var(--white);margin-bottom:.75rem;font-size:1.75rem;font-weight:800;position:relative}.programs-cta p{color:#fff9;max-width:500px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;font-size:1rem;position:relative}.programs-cta-buttons{justify-content:center;gap:12px;display:flex;position:relative}.programs-cta-buttons .btn-primary{background:var(--red);color:var(--white);box-shadow:0 4px 20px #c21f304d}.programs-cta-buttons .btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff40}.programs-cta-buttons .btn-outline:hover{background:#ffffff1a}.program-detail-page{padding-bottom:4rem}.program-hero{background-position:50%;background-size:cover;height:400px;position:relative}.program-hero-overlay{background:linear-gradient(#121f4a80 0%,#121f4ae6 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.program-hero-content{padding-bottom:3rem}.program-icon-large{border-radius:var(--radius-lg);width:64px;height:64px;color:var(--yellow);background:#fef20026;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.program-hero-content h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.program-subtitle{color:#ffffffb3;font-size:1.1rem}.program-detail-content{padding-top:3rem}.program-detail-grid{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;display:grid}.program-main .glass-card{margin-bottom:1.5rem;padding:2rem}.program-main h2{color:var(--navy);margin-bottom:1rem;font-size:1.35rem;font-weight:800}.program-main p{color:var(--text-body);margin-bottom:.75rem;font-size:.92rem;line-height:1.8}.features-grid{grid-template-columns:1fr 1fr;gap:10px;list-style:none;display:grid}.features-grid li{color:var(--text-body);align-items:center;gap:8px;font-size:.88rem;display:flex}.features-grid li svg{color:var(--navy);flex-shrink:0}.program-who ul{list-style:none}.program-who li{color:var(--text-body);align-items:center;gap:8px;margin-bottom:8px;font-size:.88rem;display:flex}.program-who li svg{color:var(--red);flex-shrink:0}.program-sidebar{position:sticky;top:100px}.program-cta-card,.program-contact-card{margin-bottom:1rem;padding:2rem}.program-cta-card h3,.program-contact-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.program-cta-card p,.program-contact-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.6}.btn-full{width:100%;margin-bottom:8px}.btn-whatsapp{color:var(--white);background:#25d366;box-shadow:0 4px 12px #25d36633}.btn-whatsapp:hover{background:#1ebe5a;transform:translateY(-2px)}.other-programs{padding:4rem 0}.other-programs h2{color:var(--navy);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:800}.other-programs-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.other-program-card{text-align:center;transition:var(--transition);border:2px solid #0000;padding:2rem;text-decoration:none}.other-program-card:hover{border-color:var(--navy);transform:translateY(-3px)}.other-program-icon{background:var(--navy);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--yellow);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.other-program-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1rem;font-weight:700}.other-program-card p{color:var(--text-muted);font-size:.82rem;line-height:1.6}.program-not-found{padding-top:calc(var(--header-height) + 4rem);text-align:center}.program-not-found h1{color:var(--navy);margin-bottom:1rem}.program-not-found p{color:var(--text-muted);margin-bottom:2rem}@media (max-width:968px){.program-card-new{grid-template-columns:1fr}.program-card-image{min-height:220px}.program-detail-grid{grid-template-columns:1fr}.program-sidebar{position:static}.program-hero{height:320px}.other-programs-grid{grid-template-columns:1fr}}@media (max-width:576px){.program-card-features,.features-grid{grid-template-columns:1fr}.programs-cta{padding:2.5rem}.programs-cta-buttons{flex-direction:column}}.pricing-page{padding-bottom:0}.pricing-page .page-header{padding-top:calc(var(--header-height) + 4rem);background:var(--navy);text-align:center;padding-bottom:4rem;position:relative;overflow:hidden}.pricing-page .page-header:before{content:"";background:radial-gradient(circle,#fef2000d 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;top:-80px;right:-80px}.pricing-page .page-header h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.pricing-page .page-header p{color:#fff9;font-size:1.05rem}.pricing-content{padding-top:4rem;padding-bottom:4rem}.pricing-cards-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:24px;margin-bottom:4rem;display:grid}.pricing-card-interactive{padding:2.5rem;position:relative;overflow:hidden}.pricing-card-interactive:before{content:"";background:linear-gradient(90deg,var(--navy),var(--red));height:4px;position:absolute;top:0;left:0;right:0}.group-card:before{background:linear-gradient(90deg,var(--navy),var(--yellow))}.card-header{margin-bottom:2rem}.card-icon{background:var(--navy);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--yellow);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.group-icon{background:var(--navy-dark)}.card-header h3{color:var(--navy);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.card-description{color:var(--text-muted);font-size:.88rem;line-height:1.6}.lesson-selector{margin-bottom:2rem}.lesson-selector label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;font-size:.82rem;font-weight:700;display:block}.selector-buttons{gap:8px;margin-bottom:.75rem;display:flex}.selector-btn{background:var(--off-white);border:2px solid var(--gray-100);border-radius:var(--radius);color:var(--text-dark);cursor:pointer;transition:var(--transition);flex:1;padding:12px;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.selector-btn:hover{border-color:var(--navy)}.selector-btn.active{background:var(--navy);color:var(--yellow);border-color:var(--navy);box-shadow:0 4px 16px #263c8833}.lessons-per-week{color:var(--text-muted);text-align:center;font-size:.82rem}.lessons-per-week strong{color:var(--navy)}.price-display{background:var(--off-white);border-radius:var(--radius-lg);text-align:center;border:2px solid var(--gray-100);margin-bottom:2rem;padding:1.5rem}.price-main{justify-content:center;align-items:baseline;gap:2px;display:flex}.currency{color:var(--navy);font-size:1.25rem;font-weight:700}.amount{color:var(--navy);letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1}.period{color:var(--text-muted);margin-left:4px;font-size:.9rem;font-weight:500}.price-per-lesson{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.price-per-lesson strong{color:var(--navy)}.discount-badge{background:var(--red);color:var(--white);border-radius:100px;margin-top:.75rem;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.group-info-box{background:var(--off-white);border:2px solid var(--gray-100);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.group-info-box p{color:var(--text-body);margin-bottom:.5rem;font-size:.88rem;line-height:1.7}.group-info-box p:last-child{margin-bottom:0}.group-info-box strong{color:var(--navy)}.features-list{margin-bottom:2rem;list-style:none}.features-list li{color:var(--text-body);border-bottom:1px solid var(--gray-100);align-items:center;gap:8px;padding:8px 0;font-size:.88rem;display:flex}.features-list li:last-child{border-bottom:none}.features-list li svg{color:var(--navy);flex-shrink:0}.button-group{flex-direction:column;gap:8px;display:flex}.btn-full{justify-content:center;width:100%}.btn-outline.btn-full{border:2px solid var(--gray-100);color:var(--text-dark);background:0 0}.btn-outline.btn-full:hover{background:var(--off-white);border-color:var(--navy)}.pricing-note{background:var(--navy);border-radius:var(--radius-xl);text-align:center;padding:3rem;position:relative;overflow:hidden}.pricing-note:before{content:"";background:radial-gradient(circle,#fef2000f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.pricing-note svg{color:var(--yellow);margin-bottom:1rem;position:relative}.pricing-note h3{color:var(--white);margin-bottom:1rem;font-size:1.5rem;font-weight:800;position:relative}.pricing-note p{color:#fff9;max-width:600px;margin:0 auto 1.5rem;font-size:.92rem;line-height:1.8;position:relative}.pricing-note strong{color:var(--yellow)}.pricing-note .btn{position:relative}@media (max-width:968px){.pricing-cards-wrapper{grid-template-columns:1fr}}@media (max-width:576px){.pricing-card-interactive{padding:1.75rem}.selector-buttons{gap:6px}.selector-btn{padding:10px;font-size:1rem}.amount{font-size:2.25rem}.pricing-note{padding:2rem}}.blog-page,.blog-detail-page{padding-bottom:4rem}.blog-content{padding-top:3.5rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.blog-card{flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-4px)}.blog-image{border-radius:var(--radius-xl) var(--radius-xl) 0 0;height:200px;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-card-content{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.blog-category{background:var(--brand-red-light);color:var(--brand-red);border-radius:var(--radius-full);width:fit-content;margin-bottom:.65rem;padding:.2rem .65rem;font-family:Sora,sans-serif;font-size:.75rem;font-weight:600;display:inline-block}.blog-title{color:var(--brand-navy);margin-bottom:.65rem;font-family:Sora,sans-serif;font-size:1.1rem;line-height:1.4}.blog-excerpt{color:var(--text-secondary);flex-grow:1;margin-bottom:.85rem;font-size:.88rem;line-height:1.6}.blog-meta{color:var(--text-muted);gap:1rem;margin-bottom:.85rem;font-size:.78rem;display:flex}.blog-meta span{align-items:center;gap:.3rem;display:flex}.blog-link{color:var(--brand-red);align-items:center;gap:.4rem;font-family:Sora,sans-serif;font-size:.85rem;font-weight:600;display:inline-flex}.no-posts,.loading{text-align:center;color:var(--text-muted);padding:4rem}.blog-detail-page .page-header{text-align:left;max-width:800px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.back-link{color:var(--brand-red);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-family:Sora,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.blog-detail-page .page-header h1{margin-bottom:.85rem;font-size:clamp(1.5rem,3.5vw,2.25rem)}.blog-article{max-width:800px;padding-top:2rem}.article-image{border-radius:var(--radius-xl);margin-bottom:2rem;overflow:hidden}.article-image img{width:100%;height:auto}.article-content{color:var(--text-primary);font-size:1.05rem;line-height:1.8}.article-content p{margin-bottom:1.25rem}.article-content h2{color:var(--brand-navy);margin:1.75rem 0 .85rem;font-size:1.35rem}.blog-detail-container{grid-template-columns:1fr 300px;align-items:start;gap:3rem;padding-top:2rem;display:grid}.blog-detail-container .blog-article{max-width:none;padding-top:0}.blog-sidebar{position:sticky;top:100px}.sidebar-widget{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:1.25rem}.sidebar-title{color:var(--brand-navy);border-bottom:2px solid var(--brand-red);margin-bottom:1.25rem;padding-bottom:.65rem;font-family:Sora,sans-serif;font-size:1.1rem}.recent-posts{flex-direction:column;gap:.85rem;display:flex}.recent-post-card{border-radius:var(--radius-md);gap:.85rem;padding:.65rem;text-decoration:none;transition:background .2s;display:flex}.recent-post-card:hover{background:var(--gray-50)}.recent-post-image{border-radius:var(--radius-sm);flex-shrink:0;width:65px;height:65px;overflow:hidden}.recent-post-image img{object-fit:cover;width:100%;height:100%}.recent-post-content{flex-direction:column;gap:.2rem;min-width:0;display:flex}.recent-post-category{color:var(--brand-red);text-transform:uppercase;font-size:.68rem;font-weight:600}.recent-post-title{color:var(--brand-navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Sora,sans-serif;font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.recent-post-date{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.72rem;display:flex}.see-all-link{border-top:1px solid var(--border-default);color:var(--brand-red);justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;padding-top:.85rem;font-family:Sora,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}@media (max-width:968px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-detail-container{grid-template-columns:1fr}.blog-sidebar{position:static}}@media (max-width:576px){.blog-grid{grid-template-columns:1fr}.blog-detail-page .page-header h1{font-size:1.35rem}}.article-content>*{box-sizing:border-box!important;max-width:100%!important}.article-content p,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content ul,.article-content ol,.article-content li,.article-content blockquote,.article-content pre,.article-content div{box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;width:100%!important;max-width:100%!important}.blog-article{width:100%!important;max-width:100%!important;overflow:hidden!important}.contact-page{padding-bottom:4rem}.contact-content{padding-top:4rem}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-info h2{color:var(--brand-navy);margin-bottom:.85rem;font-size:1.85rem}.contact-info>p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--brand-red-light);border-radius:var(--radius-lg);width:48px;height:48px;color:var(--brand-red);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{color:var(--brand-navy);margin-bottom:.2rem;font-family:Sora,sans-serif;font-size:.95rem}.contact-item a,.contact-item p{color:var(--text-secondary);font-size:.92rem;text-decoration:none}.contact-item a:hover{color:var(--brand-red)}.contact-whatsapp{margin-top:1.5rem}.contact-form-wrapper{padding:2.5rem}.contact-form-wrapper h2{color:var(--brand-navy);margin-bottom:1.25rem;font-size:1.35rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:968px){.contact-grid{grid-template-columns:1fr}}@media (max-width:576px){.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}}.demo-page{background:var(--navy);min-height:100vh;padding-top:calc(var(--header-height) + 3rem);padding-bottom:4rem;position:relative;overflow:hidden}.demo-page:before{content:"";background:radial-gradient(circle,#fef2000d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.demo-page:after{content:"";background:radial-gradient(circle,#c21f300a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-120px;left:-120px}.demo-container{z-index:1;max-width:1000px;margin:0 auto;padding:0 2rem;position:relative}.demo-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.demo-left{color:var(--white)}.demo-badge{color:var(--yellow);letter-spacing:.05em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:7px 18px;font-size:.78rem;font-weight:700;display:inline-flex}.demo-badge-dot{background:var(--red);border-radius:50%;width:8px;height:8px;animation:2s infinite demoPulse}@keyframes demoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}.demo-title{letter-spacing:-.03em;color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1}.demo-title-accent{color:var(--yellow)}.demo-subtitle{color:#fff9;margin-bottom:2rem;font-size:1rem;line-height:1.75}.demo-subtitle strong{color:var(--yellow);font-weight:700}.demo-features{flex-direction:column;gap:14px;margin-bottom:2rem;display:flex}.demo-feature{align-items:flex-start;gap:14px;display:flex}.demo-feature-icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.demo-feature-icon.icon-blue{color:var(--yellow);background:#ffffff14}.demo-feature-icon.icon-red{color:var(--white);background:#c21f3033}.demo-feature-icon.icon-yellow{color:var(--yellow);background:#fef20026}.demo-feature-text h4{color:var(--white);margin-bottom:2px;font-size:.9rem;font-weight:700}.demo-feature-text p{color:#ffffff80;font-size:.8rem;line-height:1.5}.demo-stats{gap:36px;display:flex}.demo-stat{text-align:center}.demo-stat-number{color:var(--yellow);font-size:1.5rem;font-weight:800;line-height:1;display:block}.demo-stat-label{color:#fff6;margin-top:4px;font-size:.72rem;display:block}.demo-form-card{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;position:relative;box-shadow:0 20px 60px #0003}.demo-form-card:before{content:"";background:linear-gradient(90deg,var(--navy),var(--red),var(--yellow));border-radius:var(--radius-xl) var(--radius-xl) 0 0;height:4px;position:absolute;top:0;left:0;right:0}.demo-form-gift{color:var(--navy);background:linear-gradient(135deg,#fef9e7,#fff8cc);border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:.82rem;font-weight:600}.demo-form-title{color:var(--navy);text-align:center;margin-bottom:4px;font-size:1.25rem;font-weight:700}.demo-form-subtitle{text-align:center;color:var(--text-muted);margin-bottom:20px;font-size:.82rem}.demo-form-group{margin-bottom:12px}.demo-form-group label{color:var(--text-dark);margin-bottom:5px;font-size:.78rem;font-weight:600;display:block}.demo-form-group input,.demo-form-group select{border:2px solid var(--gray-100);width:100%;transition:var(--transition);background:var(--off-white);color:var(--text-dark);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:.9rem;font-weight:500}.demo-form-group input:focus,.demo-form-group select:focus{border-color:var(--navy);background:var(--white);outline:none;box-shadow:0 0 0 3px #263c881a}.demo-form-group input::placeholder{color:var(--gray-300)}.demo-form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.demo-form-submit{background:var(--red);width:100%;color:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:15px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 20px #c21f304d}.demo-form-submit:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 28px #c21f3066}.demo-form-trust{color:var(--gray-300);justify-content:center;align-items:center;gap:5px;margin-top:10px;font-size:.72rem;display:flex}.demo-form-trust svg{color:#22c55e}.demo-form-success{text-align:center;padding:3rem 2rem}.demo-form-success h3{color:var(--navy);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.demo-form-success p{color:var(--text-muted);margin-bottom:.5rem}@media (max-width:968px){.demo-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.demo-features{align-items:center}.demo-feature{text-align:left}.demo-stats{justify-content:center}.demo-form-card{max-width:480px;margin:0 auto}}@media (max-width:576px){.demo-form-row{grid-template-columns:1fr}.demo-form-card{padding:1.75rem}.demo-stats{gap:24px}}.legal-page{padding-bottom:4rem}.legal-hero{padding-top:calc(var(--header-height) + 3rem);background:var(--bg-secondary);text-align:center;padding-bottom:3rem}.legal-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.legal-hero-badge{background:var(--brand-navy-light);color:var(--brand-navy);border-radius:var(--radius-full);margin-bottom:1rem;padding:.4rem 1rem;font-family:Sora,sans-serif;font-size:.82rem;font-weight:600;display:inline-block}.legal-hero h1{color:var(--brand-navy);margin-bottom:1rem;font-size:clamp(1.5rem,3.5vw,2.25rem)}.legal-hero-sub{color:var(--text-secondary);max-width:600px;margin:0 auto 1rem;font-size:1rem;line-height:1.7}.legal-hero-meta{color:var(--text-muted);justify-content:center;gap:1.5rem;font-size:.82rem;display:flex}.legal-body{padding-top:2.5rem}.legal-toc{background:var(--gray-50);border:1px solid var(--border-default);border-radius:var(--radius-xl);margin-bottom:2.5rem;padding:1.5rem}.legal-toc-title{color:var(--brand-navy);margin-bottom:.75rem;font-family:Sora,sans-serif;font-size:.9rem;font-weight:700}.legal-toc ol{grid-template-columns:1fr 1fr;gap:.35rem;padding-left:1.25rem;display:grid}.legal-toc a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.85rem;text-decoration:none}.legal-toc a:hover{color:var(--brand-red)}.legal-section{margin-bottom:2.5rem;scroll-margin-top:100px}.legal-section-number{color:var(--brand-red);letter-spacing:.08em;margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:.72rem;font-weight:700;display:block}.legal-section h2{color:var(--brand-navy);margin-bottom:1rem;font-size:1.25rem}.legal-section h3{color:var(--brand-navy);margin:1.25rem 0 .5rem;font-size:1rem}.legal-section p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.92rem;line-height:1.75}.legal-section ul,.legal-section ol{margin-bottom:.75rem;padding-left:1.25rem}.legal-section li{color:var(--text-secondary);margin-bottom:.35rem;font-size:.92rem;line-height:1.7}.legal-section strong{color:var(--text-primary)}.legal-table-wrap{margin:1rem 0;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;font-size:.82rem}.legal-table th,.legal-table td{border:1px solid var(--border-default);text-align:left;padding:.65rem .75rem}.legal-table th{background:var(--gray-50);color:var(--brand-navy);font-family:Sora,sans-serif;font-weight:600}.legal-table td{color:var(--text-secondary)}.legal-info-card{background:var(--brand-navy-light);border-radius:var(--radius-md);margin:1rem 0;padding:1rem 1.25rem}.legal-info-card p{margin:0;font-size:.88rem}.legal-contact-card{background:var(--gray-50);border:1px solid var(--border-default);border-radius:var(--radius-xl);align-items:flex-start;gap:1.25rem;margin-top:2rem;padding:1.75rem;display:flex}.legal-contact-icon{flex-shrink:0;font-size:2rem}.legal-contact-content h3{color:var(--brand-navy);margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:1rem}.legal-contact-content p{color:var(--text-secondary);margin-bottom:.25rem;font-size:.88rem}.legal-contact-content a{color:var(--brand-red);text-decoration:none}.legal-contact-content a:hover{text-decoration:underline}@media (max-width:576px){.legal-toc ol{grid-template-columns:1fr}.legal-hero-meta{flex-direction:column;gap:.5rem}.legal-contact-card{flex-direction:column}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
