.Hero-module__ZARIfG__hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:calc(100vh - 97px);min-height:500px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImage{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__desktopImg{object-fit:cover!important;object-position:center center!important;display:block!important}.Hero-module__ZARIfG__mobileImg{display:none!important}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(#03045e99 0%,#0077b666 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroContent{z-index:2;max-width:800px;padding:0 2rem;position:relative}.Hero-module__ZARIfG__heroContent h1{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:400}.Hero-module__ZARIfG__heroContent h2{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:400}.Hero-module__ZARIfG__heroContent p{color:#f8fbff;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.Hero-module__ZARIfG__heroButtons{justify-content:center;gap:1rem;display:flex}@media (max-width:992px){.Hero-module__ZARIfG__hero{height:calc(100vh - 60px);min-height:400px}.Hero-module__ZARIfG__desktopImg{display:none!important}.Hero-module__ZARIfG__mobileImg{object-fit:cover!important;object-position:center 20%!important;display:block!important}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:500px}.Hero-module__ZARIfG__mobileImg{object-position:center 15%!important}.Hero-module__ZARIfG__heroContent h1,.Hero-module__ZARIfG__heroContent h2{font-size:1.5rem}.Hero-module__ZARIfG__heroContent p{margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Hero-module__ZARIfG__heroButtons{flex-direction:column}}
.About-module__vAULUW__aboutWrapper{display:block}.About-module__vAULUW__aboutContent p{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__features{flex-wrap:wrap;gap:1.5rem;margin-top:2rem;display:flex}.About-module__vAULUW__featureItem{color:var(--color-accent);align-items:center;gap:1rem;font-weight:600;display:flex}.About-module__vAULUW__icon{background-color:var(--color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;display:flex}
.Services-module__dpHhBa__servicesSection{background-color:#fff}.Services-module__dpHhBa__grid{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.Services-module__dpHhBa__card{background:var(--color-background);border-radius:var(--border-radius);text-align:center;transition:var(--transition);box-sizing:border-box;border:1px solid #0077b61a;height:100%;padding:3rem 2rem}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary-light);transform:translateY(-10px)}.Services-module__dpHhBa__iconWrapper{box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;margin-bottom:1.5rem;padding:1.5rem;font-size:3rem;display:inline-block}.Services-module__dpHhBa__imageWrapper{width:88px;height:88px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;margin:0 auto 1.5rem;padding:3px;display:inline-block;overflow:hidden}.Services-module__dpHhBa__serviceImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.Services-module__dpHhBa__card h3{color:var(--color-accent);margin-bottom:1rem;font-size:1.3rem}.Services-module__dpHhBa__card p{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1rem}.Services-module__dpHhBa__cardLink{width:calc(33.333% - 1.34rem);text-decoration:none;display:block}.Services-module__dpHhBa__readMore{color:var(--color-primary);transition:var(--transition);font-size:.95rem;font-weight:600;display:inline-block}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__readMore{color:var(--color-secondary);transform:translate(5px)}@media (max-width:992px){.Services-module__dpHhBa__cardLink{width:calc(50% - 1rem)}}@media (max-width:768px){.Services-module__dpHhBa__card{padding:2rem 1.5rem}.Services-module__dpHhBa__cardLink{width:100%}}
.Applications-module__pfUuOG__applicationsSection{background-color:var(--color-background-alt,#f0f7ff);padding:4rem 0}.Applications-module__pfUuOG__grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.Applications-module__pfUuOG__card{background:var(--color-surface,#fff);box-shadow:var(--shadow-sm,0 4px 6px #0000000d);text-align:center;transition:var(--transition,all .3s ease-in-out);border:1px solid #0000;border-radius:12px;width:calc(33.333% - 1.34rem);padding:2rem 1rem}@media (max-width:768px){.Applications-module__pfUuOG__card{width:calc(50% - 1rem)}}@media (max-width:480px){.Applications-module__pfUuOG__card{width:100%}}.Applications-module__pfUuOG__card:hover{box-shadow:var(--shadow-md,0 10px 15px #00000014);border-color:var(--color-primary-light,#90e0ef);transform:translateY(-5px)}.Applications-module__pfUuOG__imageWrapper{aspect-ratio:4/3;border-radius:10px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.Applications-module__pfUuOG__cardImage{transition:transform .3s}.Applications-module__pfUuOG__card:hover .Applications-module__pfUuOG__cardImage{transform:scale(1.05)}.Applications-module__pfUuOG__card h3{color:var(--color-text,#2b2b2b);margin:0 0 .75rem;font-size:1.15rem;font-weight:600}.Applications-module__pfUuOG__description{color:var(--color-text-light,#5c5c5c);margin:0;font-size:.9rem;line-height:1.5}
.GTherapy-module__fuoS5G__gtherapyWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.GTherapy-module__fuoS5G__imageContainer{position:relative}.GTherapy-module__fuoS5G__imageCard{aspect-ratio:4/5;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0077b633}.GTherapy-module__fuoS5G__image{transition:transform .8s}.GTherapy-module__fuoS5G__imageCard:hover .GTherapy-module__fuoS5G__image{transform:scale(1.05)}.GTherapy-module__fuoS5G__content p{color:var(--color-text-light);margin-bottom:1.5rem;line-height:1.8}.GTherapy-module__fuoS5G__lead{font-size:1.25rem;font-weight:500;color:var(--color-accent)!important}.GTherapy-module__fuoS5G__benefits{border-radius:var(--border-radius);box-shadow:var(--shadow-md);border-left:4px solid var(--color-primary);background:#fff;margin-top:2.5rem;padding:2.5rem}.GTherapy-module__fuoS5G__benefits h3{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.5rem}.GTherapy-module__fuoS5G__benefits ul{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.GTherapy-module__fuoS5G__benefits li{color:var(--color-text);padding-left:1.5rem;font-weight:500;position:relative}.GTherapy-module__fuoS5G__benefits li:before{content:"→";color:var(--color-secondary);font-weight:700;position:absolute;top:0;left:0}@media (max-width:968px){.GTherapy-module__fuoS5G__gtherapyWrapper{grid-template-columns:1fr;gap:3rem}.GTherapy-module__fuoS5G__imageCard{aspect-ratio:16/9}.GTherapy-module__fuoS5G__benefits{padding:1.5rem}}
.Team-module__EqCvfq__teamSection{background-color:var(--color-surface,#fff);padding:4rem 0}.Team-module__EqCvfq__grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.Team-module__EqCvfq__card{background:var(--color-background,#f8fbff);box-shadow:var(--shadow-sm,0 4px 6px #0000000d);text-align:center;transition:var(--transition,all .3s ease-in-out);border:1px solid #0000;border-radius:12px;width:calc(33.333% - 1.34rem);padding:2.5rem 1rem}.Team-module__EqCvfq__card:hover{box-shadow:var(--shadow-md,0 10px 15px #00000014);border-color:var(--color-primary-light,#90e0ef);transform:translateY(-5px)}.Team-module__EqCvfq__imageWrapper{border:4px solid var(--color-surface,#fff);border-radius:50%;width:160px;height:160px;margin:0 auto 1.5rem;overflow:hidden;box-shadow:0 4px 10px #0000001a}.Team-module__EqCvfq__memberImage{object-fit:cover;width:100%;height:100%}.Team-module__EqCvfq__card h3{color:var(--color-accent,#03045e);margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.Team-module__EqCvfq__title{color:var(--color-primary,#0077b6);margin:0;font-size:.95rem;font-weight:500}@media (max-width:992px){.Team-module__EqCvfq__card{width:calc(50% - 1rem)}}@media (max-width:768px){.Team-module__EqCvfq__card{width:100%}}
.GalleryPreview-module__ma8vbW__gallerySection{background-color:var(--color-surface,#fff);padding:5rem 0}.GalleryPreview-module__ma8vbW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.GalleryPreview-module__ma8vbW__imageWrapper{aspect-ratio:4/3;width:100%;box-shadow:var(--shadow-sm,0 4px 6px #0000000d);border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.GalleryPreview-module__ma8vbW__imageWrapper:hover{box-shadow:var(--shadow-md,0 10px 15px #0000001a);transform:translateY(-5px)}.GalleryPreview-module__ma8vbW__image{transition:transform .3s}.GalleryPreview-module__ma8vbW__imageWrapper:hover .GalleryPreview-module__ma8vbW__image{transform:scale(1.05)}.GalleryPreview-module__ma8vbW__buttonWrapper{text-align:center;margin-top:1.5rem}@media (max-width:992px){.GalleryPreview-module__ma8vbW__grid{grid-template-columns:repeat(2,1fr);padding:0 1rem}}@media (max-width:576px){.GalleryPreview-module__ma8vbW__grid{grid-template-columns:1fr}}
.FAQ-module__V8_xEa__faqSection{background-color:var(--color-surface,#fff);padding:4rem 0}.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__faqItem{background:var(--color-background,#f8fbff);box-shadow:var(--shadow-sm,0 4px 6px #0000000d);cursor:pointer;transition:var(--transition,all .3s ease-in-out);border:1px solid #0000;border-radius:12px;overflow:hidden}.FAQ-module__V8_xEa__faqItem:hover{box-shadow:var(--shadow-md,0 10px 15px #00000014);border-color:var(--color-primary-light,#90e0ef)}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__open{border-color:var(--color-primary,#0077b6)}.FAQ-module__V8_xEa__faqQuestion{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.FAQ-module__V8_xEa__faqQuestion h3{color:var(--color-text,#2b2b2b);margin:0;font-size:1.1rem;font-weight:600}.FAQ-module__V8_xEa__faqAnswer{color:var(--color-text-light,#5c5c5c);padding:0 1.5rem 1.5rem;line-height:1.6;animation:.3s ease-in-out FAQ-module__V8_xEa__fadeIn}.FAQ-module__V8_xEa__faqAnswer p{margin:0}@keyframes FAQ-module__V8_xEa__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.Contact-module__hcVmEa__contactSection{background-color:var(--color-background)}.Contact-module__hcVmEa__contactWrapper{border-radius:var(--border-radius);box-shadow:var(--shadow-lg);background:#fff;grid-template-columns:1fr 1fr;gap:4rem;display:grid;overflow:hidden}.Contact-module__hcVmEa__info{background:linear-gradient(135deg,var(--color-accent),var(--color-primary));color:#fff;padding:4rem 3rem}.Contact-module__hcVmEa__info h3{color:#fff;margin-bottom:1rem;font-size:2rem}.Contact-module__hcVmEa__info p{color:#e0fbfc;margin-bottom:3rem;line-height:1.8}.Contact-module__hcVmEa__details{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__detailItem{align-items:flex-start;gap:1.5rem;display:flex}.Contact-module__hcVmEa__icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:1rem;font-size:1.5rem;display:flex}.Contact-module__hcVmEa__detailItem strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.Contact-module__hcVmEa__detailItem p{color:#f8fbff;margin-bottom:0}.Contact-module__hcVmEa__formContainer{flex-direction:column;justify-content:center;padding:4rem 3rem;display:flex}.Contact-module__hcVmEa__sundayNotice{text-align:center;background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1px solid #ffc107;border-left:4px solid #f59e0b;border-radius:10px;margin-bottom:2rem;padding:1.25rem 1.5rem}.Contact-module__hcVmEa__sundayText{color:#6b4c00;margin-bottom:1rem;font-size:.92rem;font-weight:600;line-height:1.6}.Contact-module__hcVmEa__whatsappBtn{background:#25d366;border-radius:50px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 12px #25d3664d;color:#fff!important}.Contact-module__hcVmEa__whatsappBtn:hover{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.Contact-module__hcVmEa__form{width:100%}.Contact-module__hcVmEa__formGroup{margin-bottom:1.5rem}.Contact-module__hcVmEa__formGroup input,.Contact-module__hcVmEa__formGroup textarea{width:100%;transition:var(--transition);background:#f8fbff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:1rem 1.5rem;font-family:inherit;font-size:1rem}.Contact-module__hcVmEa__formGroup input:focus,.Contact-module__hcVmEa__formGroup textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0077b61a}.Contact-module__hcVmEa__successMsg{color:#16a34a;text-align:center;margin-top:1rem;font-weight:600}.Contact-module__hcVmEa__errorMsg{color:#dc2626;text-align:center;margin-top:1rem;font-weight:600}@media (max-width:900px){.Contact-module__hcVmEa__contactWrapper{grid-template-columns:1fr}.Contact-module__hcVmEa__info,.Contact-module__hcVmEa__formContainer{padding:2.5rem 1.5rem}}
