.Header-module__hBw1pG__header{height:var(--header-height);background-color:var(--white);box-shadow:var(--shadow-sm);z-index:1000;align-items:center;display:flex;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-heading);color:var(--text-main);text-transform:uppercase;letter-spacing:1px;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__logo span{color:var(--primary-color)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__nav a:not(.Header-module__hBw1pG__btn){font-size:.95rem;font-weight:500}.Header-module__hBw1pG__nav a:not(.Header-module__hBw1pG__btn):hover{color:var(--primary-color)}.Header-module__hBw1pG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Header-module__hBw1pG__mobileToggle span{background-color:var(--text-main);width:25px;height:3px;transition:all .3s;display:block}@media (max-width:768px){.Header-module__hBw1pG__mobileToggle{display:flex}.Header-module__hBw1pG__nav{top:var(--header-height);background-color:var(--white);box-shadow:var(--shadow-md);z-index:999;flex-direction:column;padding:2rem;transition:transform .3s ease-in-out;position:absolute;left:0;right:0;transform:translateY(-150%)}.Header-module__hBw1pG__navOpen{transform:translateY(0)}.Header-module__hBw1pG__barOpen:first-child{transform:rotate(45deg)translate(5px,6px)}.Header-module__hBw1pG__barOpen:nth-child(2){opacity:0}.Header-module__hBw1pG__barOpen:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}}
.Hero-module__ZARIfG__hero{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);align-items:center;min-height:600px;padding:80px 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.Hero-module__ZARIfG__title{color:var(--secondary-color);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.Hero-module__ZARIfG__title span{color:var(--primary-color)}.Hero-module__ZARIfG__description{color:var(--text-light);max-width:500px;margin-bottom:2rem;font-size:1.1rem}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__secondaryBtn{cursor:pointer;color:var(--secondary-color);border:2px solid var(--secondary-color);background:0 0;border-radius:30px;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__secondaryBtn:hover{background-color:var(--secondary-color);color:var(--white)}.Hero-module__ZARIfG__imageWrapper{justify-content:center;display:flex;position:relative}.Hero-module__ZARIfG__circle{background:linear-gradient(45deg,var(--primary-color),var(--accent-color));opacity:.2;border-radius:50% 40% 60% 70%/60% 50% 70% 40%;width:400px;height:400px;animation:8s ease-in-out infinite Hero-module__ZARIfG__morph;box-shadow:0 20px 50px #00b4d84d}@keyframes Hero-module__ZARIfG__morph{0%{border-radius:50% 40% 60% 70%/60% 50% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:50% 40% 60% 70%/60% 50% 70% 40%}}@media (max-width:768px){.Hero-module__ZARIfG__hero{text-align:center;padding:60px 0}.Hero-module__ZARIfG__container{grid-template-columns:1fr}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__description{margin:0 auto 2rem}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__imageWrapper{display:none}}
.Implant-module__Docs7G__implant{background-color:#f0fdfa;padding:100px 0}.Implant-module__Docs7G__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Implant-module__Docs7G__title{color:var(--secondary-color);margin-bottom:.5rem;font-size:2.5rem}.Implant-module__Docs7G__subtitle{color:var(--primary-dark);margin-bottom:2rem;font-size:1.25rem;font-weight:500}.Implant-module__Docs7G__text{color:var(--text-main);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.Implant-module__Docs7G__features{margin-bottom:2.5rem}.Implant-module__Docs7G__features li{margin-bottom:1rem;padding-left:2rem;font-size:1.05rem;position:relative}.Implant-module__Docs7G__features li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0}.Implant-module__Docs7G__ctaBtn{padding:15px 35px;font-size:1.1rem}.Implant-module__Docs7G__visual{justify-content:center;align-items:center;display:flex}.Implant-module__Docs7G__imageWrapper{box-shadow:var(--shadow-lg);border-radius:20px;display:flex;overflow:hidden}.Implant-module__Docs7G__image{max-width:100%;height:auto;display:block}@media (max-width:768px){.Implant-module__Docs7G__grid{text-align:center;grid-template-columns:1fr}.Implant-module__Docs7G__features li{padding-left:0;list-style-position:inside}.Implant-module__Docs7G__features li:before{margin-right:10px;position:static}}
.Services-module__dpHhBa__services{background-color:var(--surface)}.Services-module__dpHhBa__subtitle{max-width:600px;color:var(--text-light);margin:0 auto 3rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.Services-module__dpHhBa__card{background:var(--white);box-shadow:var(--shadow-sm);border-top:4px solid var(--primary-color);border-radius:12px;padding:30px;transition:transform .3s,box-shadow .3s}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Services-module__dpHhBa__cardTitle{color:var(--secondary-color);margin-bottom:1rem;font-size:1.25rem}.Services-module__dpHhBa__cardText{color:var(--text-light);line-height:1.6}
.About-module__vAULUW__about{background-color:var(--white)}.About-module__vAULUW__container{grid-template-columns:1.5fr 1fr;align-items:center;gap:60px;display:grid}.About-module__vAULUW__sectionTitle{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem}.About-module__vAULUW__name{color:var(--secondary-color);margin-bottom:2rem;font-size:2.5rem}.About-module__vAULUW__bio p{color:var(--text-main);margin-bottom:1rem;font-size:1.05rem}.About-module__vAULUW__highlight{color:var(--primary-dark);border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem;font-weight:600}.About-module__vAULUW__imagePlaceholder{justify-content:center;display:flex}.About-module__vAULUW__frame{color:#999;background-color:#f0f0f0;border:2px dashed #ccc;border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:400px;height:500px;display:flex}@media (max-width:768px){.About-module__vAULUW__container{grid-template-columns:1fr;gap:40px}.About-module__vAULUW__content{order:2}.About-module__vAULUW__imagePlaceholder{order:1}.About-module__vAULUW__name{font-size:2rem}}
.Contact-module__hcVmEa__footer{background-color:var(--secondary-color);color:var(--white);padding-top:80px}.Contact-module__hcVmEa__container{grid-template-columns:1fr 1fr;gap:60px;padding-bottom:80px;display:grid}.Contact-module__hcVmEa__title{color:var(--white);margin-bottom:2rem;font-size:2.5rem}.Contact-module__hcVmEa__infoItem{margin-bottom:2rem}.Contact-module__hcVmEa__infoItem h3{color:var(--accent-color);margin-bottom:.5rem;font-size:1.1rem}.Contact-module__hcVmEa__infoItem p,.Contact-module__hcVmEa__infoItem a{color:#ffffffe6;font-size:1.1rem}.Contact-module__hcVmEa__infoItem a:hover{color:var(--white);text-decoration:underline}.Contact-module__hcVmEa__mapWrapper{height:400px;box-shadow:var(--shadow-lg);border-radius:20px;overflow:hidden}.Contact-module__hcVmEa__copyright{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding:20px 0;font-size:.9rem}@media (max-width:768px){.Contact-module__hcVmEa__container{grid-template-columns:1fr;gap:40px}.Contact-module__hcVmEa__mapWrapper{height:300px}}
