:root{--primary:#3b82f6;--primary-dark:#2563eb;--secondary:#10b981;--accent:#8b5cf6;--background:#fff;--surface:#f9fafb;--text-primary:#111827;--text-secondary:#4b5563;--text-light:#6b7280;--border:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--radius:1rem;--radius-sm:.5rem}.Main-module__evHVYG__main{max-width:1280px;color:var(--text-primary);background:var(--background);margin:0 auto;padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.Main-module__evHVYG__main h1{letter-spacing:-.02em;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2.4rem;font-weight:800;line-height:1.2}.Main-module__evHVYG__main h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;display:inline-block;position:relative}.Main-module__evHVYG__main h2:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;width:60px;height:4px;position:absolute;bottom:-.5rem;left:0}.Main-module__evHVYG__main h3{color:var(--text-primary);margin:1.5rem 0 1rem;font-size:1.8rem;font-weight:600}.Main-module__evHVYG__subheading{color:var(--text-secondary);max-width:700px;margin-bottom:2rem;font-size:1.25rem}.Main-module__evHVYG__hero{flex-wrap:wrap;align-items:center;gap:4rem;margin-bottom:6rem;padding:2rem 0;display:flex}.Main-module__evHVYG__heroContent{flex:400px}.Main-module__evHVYG__heroImage{text-align:center;flex:400px}.Main-module__evHVYG__heroImage img{border-radius:var(--radius);max-width:100%;height:auto;transition:transform .3s}.Main-module__evHVYG__heroImage img:hover{transform:scale(1.02)}.Main-module__evHVYG__stress{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);flex-wrap:wrap;align-items:center;gap:4rem;margin-bottom:4rem;padding:3rem;display:flex}.Main-module__evHVYG__stressContent{flex:400px}.Main-module__evHVYG__stressImage{text-align:center;flex:400px}.Main-module__evHVYG__stressImage img{border-radius:var(--radius);max-width:100%;height:500px}@media (max-width:765px){.Main-module__evHVYG__stressImage img{height:200px}}.Main-module__evHVYG__orderButton{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;box-shadow:var(--shadow-md);cursor:pointer;border:none;border-radius:50px;margin-top:1.5rem;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Main-module__evHVYG__orderButton:hover{box-shadow:var(--shadow-lg);background:linear-gradient(135deg,var(--primary-dark),var(--accent));transform:translateY(-2px)}.Main-module__evHVYG__schools{text-align:center;margin-bottom:6rem}.Main-module__evHVYG__schools h2{text-align:center;display:block}.Main-module__evHVYG__schools h2:after{left:50%;transform:translate(-50%)}.Main-module__evHVYG__schoolGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));place-items:center;gap:2rem;margin-top:3rem;display:grid}.Main-module__evHVYG__schoolGrid img{object-fit:contain;filter:grayscale(.6)opacity(.7);max-width:100%;height:auto;max-height:100px;padding:.5rem;transition:all .3s}.Main-module__evHVYG__schoolGrid img:hover{filter:grayscale(0)opacity();transform:scale(1.1)}.Main-module__evHVYG__services{flex-wrap:wrap;gap:3rem;margin-bottom:6rem;display:flex}.Main-module__evHVYG__serviceLeft,.Main-module__evHVYG__serviceRight{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);flex:350px;padding:2rem;transition:transform .3s,box-shadow .3s}.Main-module__evHVYG__serviceLeft:hover,.Main-module__evHVYG__serviceRight:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Main-module__evHVYG__serviceLeft img,.Main-module__evHVYG__serviceRight img{object-fit:cover;border-radius:var(--radius-sm);width:100px;height:100px;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.Main-module__evHVYG__proposal{border-radius:var(--radius);text-align:center;border:1px solid var(--border);background:linear-gradient(135deg,#eef2ff,#fff);margin-bottom:6rem;padding:4rem 2rem}.Main-module__evHVYG__proposal h2{max-width:800px;margin-left:auto;margin-right:auto;font-weight:700}.Main-module__evHVYG__proposal .Main-module__evHVYG__subheading{max-width:700px;color:var(--text-secondary);margin:2rem auto 0}.Main-module__evHVYG__faq{margin-bottom:4rem}.Main-module__evHVYG__faq h2{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-size:2rem}.Main-module__evHVYG__faq h2:after{left:50%;transform:translate(-50%)}.Main-module__evHVYG__faqList{max-width:800px;margin:3rem auto 0}.Main-module__evHVYG__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;padding:.5rem 1.5rem;transition:all .2s}.Main-module__evHVYG__faqItem:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.Main-module__evHVYG__faqItem summary{color:var(--text-primary);padding:1rem 0;font-size:1.1rem;font-weight:600;list-style:none;position:relative}.Main-module__evHVYG__faqItem summary::-webkit-details-marker{display:none}.Main-module__evHVYG__faqItem summary:after{content:"▼";color:var(--primary);font-size:.8rem;transition:transform .3s;position:absolute;right:0}.Main-module__evHVYG__faqItem[open] summary:after{transform:rotate(180deg)}.Main-module__evHVYG__faqItem p{border-radius:var(--radius-sm);color:var(--text-secondary);border-left:4px solid var(--primary);background:#fff;margin:0 0 1rem;padding:1rem}@media (max-width:768px){.Main-module__evHVYG__main{margin-top:70px;padding:1rem}.Main-module__evHVYG__hero,.Main-module__evHVYG__stress{flex-direction:column;gap:2rem;padding:1.5rem}.Main-module__evHVYG__heroImage,.Main-module__evHVYG__stressImage{order:-1}.Main-module__evHVYG__services{flex-direction:column}.Main-module__evHVYG__schoolGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.Main-module__evHVYG__proposal{padding:2rem 1rem}.Main-module__evHVYG__faq h2{font-size:1.8rem}}
