.servicesSection-module__XfWbZa__servicesSection{background:var(--background);padding:4rem 0}.servicesSection-module__XfWbZa__container{max-width:1200px;margin:0 auto;padding:0 2rem}.servicesSection-module__XfWbZa__servicesSection h2{text-align:center;color:var(--text);margin-bottom:1rem;font-size:2.5rem}.servicesSection-module__XfWbZa__sectionDescription{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.servicesSection-module__XfWbZa__servicesGrid{grid-template-columns:repeat(3,250px);justify-content:center;gap:1.5rem;width:100%;display:grid}.servicesSection-module__XfWbZa__serviceCard{border:2px solid var(--cotton-candy-light);text-align:center;cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:100px;padding:1.5rem 1rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.servicesSection-module__XfWbZa__serviceCard h3{color:var(--text);z-index:1;margin:0;font-size:1.1rem;position:relative}.servicesSection-module__XfWbZa__serviceCard:hover{border-color:var(--cotton-candy);transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.servicesSection-module__XfWbZa__serviceCard:before{content:"";background:linear-gradient(to bottom right,rgba(var(--cotton-candy-rgb),.05),rgba(var(--cotton-candy-rgb),.1));opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.servicesSection-module__XfWbZa__serviceCard:hover:before{opacity:1}.servicesSection-module__XfWbZa__loading{text-align:center;color:var(--text-light);padding:4rem 0;font-size:1.1rem}@media (max-width:1024px){.servicesSection-module__XfWbZa__servicesGrid{grid-template-columns:repeat(2,250px)}}@media (max-width:640px){.servicesSection-module__XfWbZa__servicesGrid{grid-template-columns:minmax(250px,300px)}.servicesSection-module__XfWbZa__servicesSection{padding:3rem 0}.servicesSection-module__XfWbZa__servicesSection h2{font-size:2rem}.servicesSection-module__XfWbZa__sectionDescription{margin-bottom:2rem;font-size:1rem}.servicesSection-module__XfWbZa__container{padding:0 1rem}.servicesSection-module__XfWbZa__serviceCard{min-height:120px;padding:2rem}.servicesSection-module__XfWbZa__serviceCard h3{font-size:1.3rem}}
.LocationMap-module___EKrfq__locationSection{background-color:var(--background);padding:4rem 0}.LocationMap-module___EKrfq__container{max-width:1200px;margin:0 auto;padding:0 1rem}.LocationMap-module___EKrfq__title{text-align:center;color:var(--text);margin-bottom:1rem;font-size:2rem}.LocationMap-module___EKrfq__description{text-align:center;color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.LocationMap-module___EKrfq__mapContainer{border-radius:12px;width:100%;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.LocationMap-module___EKrfq__info{background:#fff;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem;display:grid;box-shadow:0 1px 3px #0000001a}.LocationMap-module___EKrfq__infoItem{text-align:center}.LocationMap-module___EKrfq__infoItem h3{color:var(--text);margin-bottom:.5rem;font-size:1.25rem}.LocationMap-module___EKrfq__infoItem p{color:var(--text-light);line-height:1.6}.LocationMap-module___EKrfq__whatsappLink{color:var(--text);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.LocationMap-module___EKrfq__whatsappIcon{width:24px;height:24px}.LocationMap-module___EKrfq__whatsappLink:hover{color:#25d366}@media (max-width:768px){.LocationMap-module___EKrfq__locationSection{padding:2rem 0}.LocationMap-module___EKrfq__title{font-size:1.75rem}.LocationMap-module___EKrfq__description{font-size:1rem}.LocationMap-module___EKrfq__info{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}
.Home-module__g21JLG__main{background-color:var(--background);min-height:100vh}.Home-module__g21JLG__wrapper{text-align:center;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.Home-module__g21JLG__heroSection{background-image:url(/manipedi.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;align-items:center;margin-bottom:4rem;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__heroSection:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff1a;position:absolute;inset:0}.Home-module__g21JLG__title{color:var(--text);text-align:center;background:#ffffffd9;border-radius:12px;max-width:800px;margin-bottom:1.5rem;padding:2rem;font-size:2.5rem;font-weight:900;position:relative;box-shadow:0 4px 6px #0000001a}.Home-module__g21JLG__subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1.8rem;font-weight:700;position:relative}.Home-module__g21JLG__description{max-width:800px;color:var(--text-light);background:#ffffffe6;border-radius:12px;margin:0 auto 3rem;padding:2rem;font-size:1.1rem;line-height:1.8;position:relative;box-shadow:0 4px 6px #0000001a}.Home-module__g21JLG__ctaContainer{flex-direction:column;gap:1rem;width:100%;max-width:400px;margin-top:2rem;display:flex;position:relative}.Home-module__g21JLG__ctaLink{background:var(--accent);color:#fff;text-align:center;border-radius:8px;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Home-module__g21JLG__ctaLink:hover{background:var(--accent-dark);transform:translateY(-1px)}.Home-module__g21JLG__referralLink{background:var(--accent-light)}.Home-module__g21JLG__referralLink:hover{background:var(--accent)}@media (max-width:768px){.Home-module__g21JLG__heroSection{padding:4rem 1rem}.Home-module__g21JLG__title{padding:1.5rem;font-size:2rem}.Home-module__g21JLG__subtitle{font-size:1.5rem}.Home-module__g21JLG__description{padding:1.5rem;font-size:1rem}}
