:root{--primary-color:#1a2b4c;--secondary-color:#2c3e50;--accent-color:#4f6f8f;--light-bg:#f8fafc;--white:#fff;--text-dark:#1e293b;--text-light:#475569;--shadow-sm:0 4px 6px -1px #0000001a;--shadow-md:0 10px 15px -3px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a;--border-radius:1rem;--transition:all .3s ease}.Main-module__wgbLZG__mainContainer{max-width:100%;color:var(--text-dark);background:#fff;margin:0 auto;padding:2rem 7rem;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7}.Main-module__wgbLZG__sectionTitle{color:var(--primary-color);text-align:center;margin:3rem 0 2rem;padding-bottom:1rem;font-size:2.2rem;font-weight:700;position:relative}.Main-module__wgbLZG__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Main-module__wgbLZG__primary{border-radius:var(--border-radius);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#f1f5f9 0%,#fff 100%);padding:3rem}.Main-module__wgbLZG__primaryTitle{color:var(--primary-color);text-align:center;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.3}.Main-module__wgbLZG__primaryText{color:var(--text-light);margin-bottom:1.2rem;font-size:1.1rem}.Main-module__wgbLZG__secondary{margin:4rem 0}.Main-module__wgbLZG__secondaryContent{flex-wrap:wrap;align-items:flex-start;gap:3rem;display:flex}.Main-module__wgbLZG__imageLeft,.Main-module__wgbLZG__imageRight{flex:300px;min-width:280px}.Main-module__wgbLZG__responsiveImage{border-radius:var(--border-radius);width:100%;height:auto;transition:var(--transition)}.Main-module__wgbLZG__responsiveImage:hover{transform:scale(1.02)}.Main-module__wgbLZG__benefits{flex-direction:column;flex:2 500px;gap:1.5rem;display:flex}.Main-module__wgbLZG__benefitCard{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition);background:linear-gradient(to right,var(--white),#fafafa);border-left:4px solid #0000;padding:1.8rem}.Main-module__wgbLZG__benefitCard:hover{box-shadow:var(--shadow-md);border-left-color:var(--primary-color);transform:translateY(-4px)}.Main-module__wgbLZG__benefitTitle{color:var(--primary-color);margin-bottom:.8rem;font-size:1.4rem;font-weight:600}.Main-module__wgbLZG__benefitText{color:var(--text-light);margin:0;font-size:1rem}.Main-module__wgbLZG__explanation{border-radius:var(--border-radius);box-shadow:var(--shadow-md);text-align:center;background:linear-gradient(135deg,#fff,#f1f5f9);margin:4rem 0;padding:3rem}.Main-module__wgbLZG__explanationText{color:var(--text-light);max-width:800px;margin-bottom:1.2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.Main-module__wgbLZG__whatsappButton{color:#fff;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:50px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;display:inline-flex}.Main-module__wgbLZG__whatsappButton:hover{box-shadow:var(--shadow-md);filter:brightness(1.1);transform:translateY(-2px)}.Main-module__wgbLZG__whatsappIcon{font-size:1.5rem}.Main-module__wgbLZG__stress{margin:4rem 0}.Main-module__wgbLZG__stressContent{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.Main-module__wgbLZG__stressText{flex:2 500px}.Main-module__wgbLZG__stressParagraph{color:var(--text-light);margin-bottom:1.2rem;font-size:1.1rem}.Main-module__wgbLZG__orderButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;transition:var(--transition);box-shadow:var(--shadow-sm);cursor:pointer;border:none;border-radius:50px;margin-top:1rem;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;text-decoration:none;display:inline-block}.Main-module__wgbLZG__orderButton:hover{box-shadow:var(--shadow-md);filter:brightness(1.1);transform:translateY(-2px)}.Main-module__wgbLZG__schools{background:var(--light-bg);border-radius:var(--border-radius);margin:4rem 0;padding:2rem}.Main-module__wgbLZG__schoolGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));align-items:center;gap:1.5rem;margin-top:2rem;display:grid}.Main-module__wgbLZG__gridItem{background:var(--white);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;height:100px;padding:1.2rem;display:flex}.Main-module__wgbLZG__gridItem:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)scale(1.05)}.Main-module__wgbLZG__schoolLogo{object-fit:contain;filter:grayscale(30%);max-width:100%;max-height:60px;transition:var(--transition)}.Main-module__wgbLZG__gridItem:hover .Main-module__wgbLZG__schoolLogo{filter:grayscale(0%)}@media (max-width:768px){.Main-module__wgbLZG__mainContainer{padding:1rem}.Main-module__wgbLZG__primaryTitle{font-size:2rem}.Main-module__wgbLZG__sectionTitle{font-size:1.8rem}.Main-module__wgbLZG__primary,.Main-module__wgbLZG__explanation{padding:2rem 1.5rem}.Main-module__wgbLZG__secondaryContent,.Main-module__wgbLZG__stressContent{flex-direction:column}.Main-module__wgbLZG__imageLeft,.Main-module__wgbLZG__imageRight{order:-1;margin-bottom:1.5rem}.Main-module__wgbLZG__benefits,.Main-module__wgbLZG__stressText{width:100%}.Main-module__wgbLZG__schoolGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.Main-module__wgbLZG__gridItem{height:80px;padding:.8rem}}
.Stress1-module__gpAzOW__section{background-color:#f9faff;width:100%;padding:4rem 1.5rem}.Stress1-module__gpAzOW__container{flex-direction:column;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;display:flex}.Stress1-module__gpAzOW__imageWrapper{flex:1;width:100%;max-width:600px}.Stress1-module__gpAzOW__image{object-fit:contain;border-radius:1rem;width:100%;height:500px}.Stress1-module__gpAzOW__content{flex:1;max-width:700px}.Stress1-module__gpAzOW__heading{color:#1a2b4c;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.3}.Stress1-module__gpAzOW__subheading p{color:#2d3a5e;margin-bottom:1rem;font-size:1.125rem;line-height:1.6}.Stress1-module__gpAzOW__subheading p:last-of-type{margin-bottom:2rem}.Stress1-module__gpAzOW__buttonWrapper{margin-top:1rem}.Stress1-module__gpAzOW__button{color:#fff;background-color:#3b71ca;border-radius:2.5rem;padding:.875rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.Stress1-module__gpAzOW__button:hover{background-color:#1f4b9e}@media (min-width:768px){.Stress1-module__gpAzOW__container{flex-direction:row;gap:3rem}.Stress1-module__gpAzOW__heading{font-size:2.25rem}.Stress1-module__gpAzOW__subheading p{font-size:1.125rem}}@media (min-width:1024px){.Stress1-module__gpAzOW__section{padding:5rem 2rem}.Stress1-module__gpAzOW__heading{font-size:2.5rem}}@media (max-width:767px){.Stress1-module__gpAzOW__imageWrapper{order:2}.Stress1-module__gpAzOW__image{width:auto;height:200px}}
.Stress2-module__gjLeYG__section{background-color:#fff;width:100%;padding:4rem 1.5rem}.Stress2-module__gjLeYG__container{flex-direction:column;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;display:flex}.Stress2-module__gjLeYG__imageWrapper{flex:1;width:100%;max-width:600px}.Stress2-module__gjLeYG__image{object-fit:contain;border-radius:1rem;width:100%;height:500px}.Stress2-module__gjLeYG__content{flex:1;max-width:700px}.Stress2-module__gjLeYG__heading{color:#1a2b4c;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.3}.Stress2-module__gjLeYG__subheading p{color:#2d3a5e;margin-bottom:1rem;font-size:1.125rem;line-height:1.6}.Stress2-module__gjLeYG__subheading p:last-of-type{margin-bottom:0}@media (min-width:768px){.Stress2-module__gjLeYG__container{flex-direction:row;gap:3rem}.Stress2-module__gjLeYG__heading{font-size:2.25rem}.Stress2-module__gjLeYG__subheading p{font-size:1.125rem}}@media (min-width:1024px){.Stress2-module__gjLeYG__section{padding:5rem 2rem}.Stress2-module__gjLeYG__heading{font-size:2.5rem}}@media (max-width:767px){.Stress2-module__gjLeYG__image{width:auto;height:200px}}
.Faq-module__9ST8yq__faqSection{background-color:#f9fafc;padding:4rem 1rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}.Faq-module__9ST8yq__container{max-width:800px;margin:0 auto}.Faq-module__9ST8yq__heading{color:#1e293b;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.Faq-module__9ST8yq__subheading{text-transform:uppercase;letter-spacing:.05em;color:#3b82f6;margin-bottom:2rem;font-size:1rem;font-weight:600}.Faq-module__9ST8yq__faqList{flex-direction:column;gap:1.5rem;display:flex}.Faq-module__9ST8yq__faqItem{background:#fff;border-radius:1rem;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Faq-module__9ST8yq__faqItem:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Faq-module__9ST8yq__question{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Faq-module__9ST8yq__answer{color:#334155;font-size:1rem;line-height:1.6}.Faq-module__9ST8yq__answer a{color:#3b82f6;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.Faq-module__9ST8yq__answer a:hover{color:#1d4ed8}@media (min-width:640px) and (max-width:1024px){.Faq-module__9ST8yq__faqSection{padding:4rem 2rem}.Faq-module__9ST8yq__heading{font-size:3rem}.Faq-module__9ST8yq__faqItem{padding:2rem}.Faq-module__9ST8yq__question{font-size:1.35rem}}@media (max-width:639px){.Faq-module__9ST8yq__faqSection{padding:3rem 1rem}.Faq-module__9ST8yq__heading{font-size:2rem}.Faq-module__9ST8yq__subheading{margin-bottom:1.5rem;font-size:.875rem}.Faq-module__9ST8yq__faqItem{padding:1.25rem}.Faq-module__9ST8yq__question{font-size:1.125rem}.Faq-module__9ST8yq__answer{font-size:.95rem}}@media (min-width:1280px){.Faq-module__9ST8yq__container{max-width:900px}}
