.Header-module__KHjLKa__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f1f2f2e6;width:100%;padding:1rem 0;position:sticky;top:0}.Header-module__KHjLKa__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__KHjLKa__logo{align-items:center;gap:.75rem;display:flex}.Header-module__KHjLKa__logoIcon{background:linear-gradient(135deg, var(--primary), #4a74cc);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.Header-module__KHjLKa__logoImage{object-fit:contain;width:auto;height:40px}.Header-module__KHjLKa__logoText{color:var(--text-black);font-size:1.5rem;font-weight:600}.Header-module__KHjLKa__nav{align-items:center;gap:2rem;display:flex}.Header-module__KHjLKa__navLink{color:#333;font-size:.95rem;font-weight:500;transition:color .3s}.Header-module__KHjLKa__navLink:hover{color:var(--primary)}.Header-module__KHjLKa__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__KHjLKa__langSwitcher{font-family:var(--font-cairo), sans-serif;color:var(--text-black);background:#315aa80d;border:1px solid #315aa81a;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Header-module__KHjLKa__langSwitcher:hover{color:var(--primary);background:#315aa81a;border-color:#315aa833;transform:translateY(-1px)}.Header-module__KHjLKa__langIcon{color:var(--primary);opacity:.8}.Header-module__KHjLKa__langText{line-height:1}[dir=rtl] .Header-module__KHjLKa__langSwitcher{flex-direction:row-reverse}.Header-module__KHjLKa__startBtn{color:var(--text-black);transition:color var(--transition-speed);font-size:.95rem;font-weight:600}.Header-module__KHjLKa__startBtn:hover{color:var(--primary)}.Header-module__KHjLKa__contactBtn{background-color:var(--text-black);color:var(--white);transition:all var(--transition-speed);border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;display:flex}.Header-module__KHjLKa__contactBtn:hover{background-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #315aa84d}.Header-module__KHjLKa__menuBtn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.Header-module__KHjLKa__burgerLine{background-color:var(--text-black);border-radius:2px;width:100%;height:2px;transition:all .3s}.Header-module__KHjLKa__menuBtnActive .Header-module__KHjLKa__burgerLine:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__KHjLKa__menuBtnActive .Header-module__KHjLKa__burgerLine:nth-child(2){opacity:0}.Header-module__KHjLKa__menuBtnActive .Header-module__KHjLKa__burgerLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__KHjLKa__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#fffffffa;border:1px solid #0000000d;border-radius:1rem;flex-direction:column;align-items:flex-start;width:280px;height:auto;max-height:85vh;padding:1.5rem;display:flex;position:absolute;top:calc(100% + 10px);right:2rem;overflow-y:auto;box-shadow:0 20px 40px #00000026}[dir=rtl] .Header-module__KHjLKa__mobileMenu{align-items:flex-start;left:2rem;right:auto}.Header-module__KHjLKa__mobileNav{flex-direction:column;align-items:flex-start;gap:1rem;width:100%;display:flex}.Header-module__KHjLKa__mobileNavLink{color:var(--text-black);font-size:1.15rem;font-weight:600;transition:color .3s}.Header-module__KHjLKa__mobileNavLink:hover{color:var(--primary)}.Header-module__KHjLKa__mobileContactBtn{background-color:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:250px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 20px #315aa833}.Header-module__KHjLKa__mobileContactBtn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #315aa84d}@media (max-width:992px){.Header-module__KHjLKa__nav,.Header-module__KHjLKa__startBtn{display:none}.Header-module__KHjLKa__menuBtn{display:flex}.Header-module__KHjLKa__logoImage{height:18px;width:auto!important}}@media (max-width:768px){.Header-module__KHjLKa__langText,.Header-module__KHjLKa__contactBtn{display:none}}@media (max-width:576px){.Header-module__KHjLKa__container{padding:0 1rem}.Header-module__KHjLKa__mobileMenu{right:1rem}[dir=rtl] .Header-module__KHjLKa__mobileMenu{left:1rem}}.Header-module__KHjLKa__dropdownContainer{padding:1rem 0;display:inline-block;position:relative}.Header-module__KHjLKa__dropdownMenu{background-color:var(--white,#fff);opacity:0;visibility:hidden;z-index:1000;border-radius:8px;flex-direction:column;min-width:200px;padding:.5rem 0;transition:all .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 8px 16px #0000001a}.Header-module__KHjLKa__dropdownContainer:hover .Header-module__KHjLKa__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__KHjLKa__dropdownItem{color:var(--text-black,#333);white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.Header-module__KHjLKa__dropdownItem:hover{color:var(--primary);background-color:#315aa80d}.Header-module__KHjLKa__dropdownIcon{color:var(--primary);opacity:.8}[dir=rtl] .Header-module__KHjLKa__dropdownMenu{text-align:right}.Header-module__KHjLKa__mobileNavTitle{color:var(--text-black);margin-top:0;margin-bottom:0;font-size:1.15rem;font-weight:600}.Header-module__KHjLKa__mobileSubNav{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;padding-left:1rem;display:flex}[dir=rtl] .Header-module__KHjLKa__mobileSubNav{padding-left:0;padding-right:1rem}.Header-module__KHjLKa__mobileSubNavLink{color:#666;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.Header-module__KHjLKa__mobileSubNavLink:hover{color:var(--primary)}.Header-module__KHjLKa__mobileDropdownIcon{color:var(--primary);opacity:.8}
.Footer-module__yg9ahW__footerWrapper{background-color:var(--white);margin-top:4rem;padding-top:4rem}.Footer-module__yg9ahW__container{max-width:1400px;margin:0 auto;padding:0 3rem}.Footer-module__yg9ahW__ctaBox{color:var(--white);background:linear-gradient(135deg,#4a74cc,#315aa8);border-radius:2rem;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:5rem 6rem;display:flex;transform:translateY(-80px);box-shadow:0 20px 40px #315aa84d}.Footer-module__yg9ahW__ctaContent{max-width:600px}.Footer-module__yg9ahW__ctaTitle{color:var(--white);margin-bottom:1rem;font-size:2.2rem;font-weight:600}.Footer-module__yg9ahW__ctaDesc{opacity:.9;font-size:1.05rem;line-height:1.6}.Footer-module__yg9ahW__mainCtaBtn{background-color:var(--white);color:var(--primary);transition:all var(--transition-speed);border-radius:2.5rem;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.05rem;font-weight:600;display:flex}.Footer-module__yg9ahW__mainCtaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.Footer-module__yg9ahW__arrow{background-color:var(--primary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;display:inline-flex}.Footer-module__yg9ahW__footerMain{border-bottom:1px solid #eee;justify-content:space-between;gap:6rem;padding-top:0;padding-bottom:4rem;display:flex}.Footer-module__yg9ahW__footerBrand{max-width:400px}.Footer-module__yg9ahW__logo{align-items:center;margin-bottom:2rem;display:flex}.Footer-module__yg9ahW__footerLogoImage{object-fit:contain;max-width:260px;height:auto}.Footer-module__yg9ahW__brandDesc{color:#666;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.Footer-module__yg9ahW__contactItem{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__yg9ahW__contactIcon{color:var(--primary);flex-shrink:0;margin-top:.2rem}.Footer-module__yg9ahW__contactItem p{color:#444;margin-bottom:0;font-size:1.05rem}.Footer-module__yg9ahW__contactLink{color:inherit;transition:color var(--transition-speed);text-decoration:none}.Footer-module__yg9ahW__contactLink:hover{color:var(--primary)}.Footer-module__yg9ahW__footerLinksWrapper{flex-grow:1;justify-content:space-around;gap:5rem;display:flex}.Footer-module__yg9ahW__linkGroup h4{color:var(--text-black);margin-bottom:2rem;font-size:1.25rem;font-weight:600}.Footer-module__yg9ahW__linkGroup ul{padding:0;list-style:none}.Footer-module__yg9ahW__linkGroup li{margin-bottom:1.25rem}.Footer-module__yg9ahW__linkGroup a{color:#666;transition:color var(--transition-speed);font-size:1.05rem}.Footer-module__yg9ahW__linkGroup a:hover{color:var(--primary)}.Footer-module__yg9ahW__footerBottom{text-align:center;color:#888;padding:3rem 0;font-size:1rem}@media (max-width:992px){.Footer-module__yg9ahW__ctaBox{text-align:start;flex-direction:column;align-items:flex-start;gap:3rem;padding:4rem 3rem}.Footer-module__yg9ahW__ctaTitle{justify-content:flex-start}.Footer-module__yg9ahW__footerMain{flex-direction:column;gap:4rem}.Footer-module__yg9ahW__footerLinksWrapper{flex-wrap:wrap;justify-content:flex-start;gap:3rem}.Footer-module__yg9ahW__footerBrand{max-width:100%}}@media (max-width:768px){.Footer-module__yg9ahW__container{padding:0 1.5rem}.Footer-module__yg9ahW__ctaBox{padding:3rem 1.5rem}.Footer-module__yg9ahW__ctaTitle{font-size:1.8rem}.Footer-module__yg9ahW__footerMain{text-align:start}.Footer-module__yg9ahW__logo{justify-content:flex-start;margin-top:4rem}.Footer-module__yg9ahW__footerLinksWrapper{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:2rem .5rem}.Footer-module__yg9ahW__linkGroup{text-align:start;flex:45%;min-width:130px}.Footer-module__yg9ahW__contactItem{justify-content:flex-start}}
.Hero-module__KTD73a__heroSection{text-align:center;flex-direction:column;align-items:center;padding-top:4rem;padding-bottom:2rem;display:flex}.Hero-module__KTD73a__headerArea{flex-direction:column;align-items:center;max-width:900px;margin-bottom:4rem;display:flex}.Hero-module__KTD73a__aboutBadge{background-color:var(--white);color:var(--primary);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 4px 15px #0000000d}.Hero-module__KTD73a__badgeDot{background-color:var(--primary);border-radius:50%;width:8px;height:8px}.Hero-module__KTD73a__title{letter-spacing:-.02em;color:var(--text-black);justify-content:center;margin-bottom:1.5rem;font-size:4rem;font-weight:600;line-height:1.1}.Hero-module__KTD73a__subtitle{color:#555;max-width:700px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__KTD73a__ctaBtn{background-color:var(--primary);color:var(--white);transition:all var(--transition-speed) ease;border-radius:2rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:inline-flex}.Hero-module__KTD73a__ctaBtn:hover{background-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 25px #315aa866}.Hero-module__KTD73a__imageGalleryWrapper{width:100%}.Hero-module__KTD73a__imageGallery{justify-content:center;gap:2rem;height:500px;display:flex;position:relative}.Hero-module__KTD73a__imageGallery:after{content:"";z-index:-1;filter:blur(40px);background:linear-gradient(#0000,#315aa826,#f18e8e1a);border-radius:100% 100% 0 0;width:120vw;height:250px;position:absolute;bottom:-50px;left:-10vw}.Hero-module__KTD73a__imageWrapper{border-radius:1.5rem;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.Hero-module__KTD73a__imageWrapper:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.Hero-module__KTD73a__imgLeft,.Hero-module__KTD73a__imgRight{flex:1;max-width:300px;margin-top:2rem}.Hero-module__KTD73a__imgCenter{z-index:2;flex:1.5;max-width:450px}.Hero-module__KTD73a__playButton{background-color:var(--white);width:60px;height:60px;color:var(--primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 25px #0000001a}.Hero-module__KTD73a__playButton:hover{color:var(--primary);transform:translate(-50%,-50%)scale(1.15);box-shadow:0 15px 35px #315aa84d}@media (max-width:992px){.Hero-module__KTD73a__title{font-size:3rem}.Hero-module__KTD73a__imageGallery{gap:1rem;height:400px}}@media (max-width:768px){.Hero-module__KTD73a__title{font-size:2.2rem}.Hero-module__KTD73a__imageGallery{flex-direction:column;align-items:center;height:auto}.Hero-module__KTD73a__imageWrapper{width:100%;max-width:100%;height:300px;margin-top:0}}
.About-module__XXGFJG__aboutSection{background-color:var(--white);border-radius:2.5rem;max-width:1350px;margin:2rem auto;padding:5rem 3rem;box-shadow:0 10px 40px #00000008}.About-module__XXGFJG__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.About-module__XXGFJG__textContent{flex-direction:column;display:flex}.About-module__XXGFJG__title{letter-spacing:-.02em;margin-bottom:2rem;font-size:3rem;font-weight:600;line-height:1.1}.About-module__XXGFJG__description{color:#555;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.About-module__XXGFJG__ctaBtn{color:var(--primary);transition:all var(--transition-speed);background-color:#0000;border:1px solid #315aa833;border-radius:2rem;align-items:center;margin-top:1.5rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.About-module__XXGFJG__ctaBtn:hover{background-color:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #315aa84d}.About-module__XXGFJG__metricsContent{position:relative}.About-module__XXGFJG__cardGrid{gap:1.5rem;display:flex}.About-module__XXGFJG__cardLarge{color:var(--white);background:linear-gradient(135deg,#4a74cc,#315aa8);border-radius:1.5rem;flex-direction:column;flex:1;justify-content:space-between;padding:2rem;display:flex}.About-module__XXGFJG__cardHeader h3{margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.About-module__XXGFJG__cardHeader p{opacity:.9;font-size:.9rem}.About-module__XXGFJG__cardMockup{background:var(--white);color:var(--text-black);border-radius:1rem;margin-top:2rem;padding:1.5rem}.About-module__XXGFJG__mockupHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.About-module__XXGFJG__greeting h4{color:#888;font-size:.8rem;font-weight:500}.About-module__XXGFJG__greeting p{font-size:1rem;font-weight:600}.About-module__XXGFJG__profileIcon{background:var(--bg-gray);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.About-module__XXGFJG__mockupCard{background:linear-gradient(90deg, var(--primary), #527ccc);color:var(--white);border-radius:.75rem;padding:1rem}.About-module__XXGFJG__mockupCard span{opacity:.8;text-transform:uppercase;letter-spacing:1px;font-size:.7rem}.About-module__XXGFJG__mockupCard p{margin-top:.25rem;font-size:1.1rem;font-weight:600}.About-module__XXGFJG__smallCards{flex-direction:column;flex:1;gap:1rem;display:flex}.About-module__XXGFJG__cardSmall{background:var(--bg-gray);border-radius:1.25rem;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.About-module__XXGFJG__cardSmall:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0000000d}.About-module__XXGFJG__number{color:var(--primary);opacity:.6;font-size:1.25rem;font-weight:700}.About-module__XXGFJG__cardSmall h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.About-module__XXGFJG__cardSmall p{color:#666;font-size:.9rem}@media (max-width:992px){.About-module__XXGFJG__grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.About-module__XXGFJG__aboutSection{border-radius:1.5rem;padding:3rem 1.5rem}.About-module__XXGFJG__cardGrid{flex-direction:column}.About-module__XXGFJG__title{font-size:2.2rem}.About-module__XXGFJG__textContent{text-align:center;align-items:center}}.About-module__XXGFJG__cardHighlight{background:linear-gradient(135deg,#315aa80d,#315aa826);border:1px solid #315aa833;transform:scale(1.02);box-shadow:0 10px 20px #315aa81a}.About-module__XXGFJG__highlightText{color:var(--primary);align-items:center;gap:.5rem;display:flex}.About-module__XXGFJG__numberHighlight{color:var(--primary);opacity:1;font-size:1.25rem;font-weight:700}.About-module__XXGFJG__starIcon{font-size:1rem;animation:2s infinite About-module__XXGFJG__pulse}@keyframes About-module__XXGFJG__pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.7;transform:scale(1)}}
.SmilePro-module__OHaNHa__smileProSection{background-color:var(--white);border-radius:2.5rem;max-width:1350px;margin:2rem auto;padding:5rem 3rem;box-shadow:0 10px 40px #00000008}.SmilePro-module__OHaNHa__container{grid-template-columns:1fr .8fr;align-items:center;gap:4rem;display:grid}.SmilePro-module__OHaNHa__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.8rem;font-weight:600;line-height:1.15}.SmilePro-module__OHaNHa__description{color:#555;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.SmilePro-module__OHaNHa__benefitsGrid{grid-template-columns:1fr 1fr;gap:1.25rem;margin:2rem 0;display:grid}.SmilePro-module__OHaNHa__benefitItem{align-items:center;gap:.75rem;display:flex}.SmilePro-module__OHaNHa__iconWrapper{border:1px solid var(--primary);width:24px;height:24px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.SmilePro-module__OHaNHa__benefitItem span{color:var(--text-black);font-size:.95rem;font-weight:500}.SmilePro-module__OHaNHa__advantageArea{background-color:var(--bg-gray);border-left:4px solid var(--primary);border-radius:1rem;margin-top:2rem;padding:1.5rem}.SmilePro-module__OHaNHa__advantage{color:#444;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.SmilePro-module__OHaNHa__learnMoreBtn{background-color:var(--text-black);color:var(--white);transition:all var(--transition-speed);border-radius:2rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:500}.SmilePro-module__OHaNHa__learnMoreBtn:hover{background-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #315aa84d}.SmilePro-module__OHaNHa__imageArea{justify-content:flex-end;height:600px;display:flex;position:relative}.SmilePro-module__OHaNHa__imageBackground{background:var(--bg-gray);border-radius:2rem;width:100%;height:100%;position:relative}.SmilePro-module__OHaNHa__doctorImgWrapper{border-radius:0 0 2rem;width:90%;height:90%;position:absolute;bottom:0;left:10%;overflow:hidden}.SmilePro-module__OHaNHa__doctorImg{filter:drop-shadow(0 -10px 20px #0000001a)}.SmilePro-module__OHaNHa__floatingCard{background:var(--white);z-index:10;border-radius:1rem;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:absolute;top:3rem;left:-2rem;box-shadow:0 15px 30px #00000014}.SmilePro-module__OHaNHa__icon{width:40px;height:40px;color:var(--primary);background-color:#315aa81a;border-radius:50%;justify-content:center;align-items:center;display:flex}.SmilePro-module__OHaNHa__floatingCard strong{color:var(--text-black);font-size:1rem;display:block}.SmilePro-module__OHaNHa__floatingCard p{color:#666;font-size:.85rem}@media (max-width:992px){.SmilePro-module__OHaNHa__container{grid-template-columns:1fr}.SmilePro-module__OHaNHa__imageArea{height:400px;margin-top:3rem}.SmilePro-module__OHaNHa__floatingCard{left:2rem}}@media (max-width:768px){.SmilePro-module__OHaNHa__title{font-size:2.2rem}.SmilePro-module__OHaNHa__benefitsGrid{grid-template-columns:1fr}.SmilePro-module__OHaNHa__smileProSection{border-radius:1.5rem;padding:3rem 1.5rem}.SmilePro-module__OHaNHa__container{text-align:start}.SmilePro-module__OHaNHa__benefitItem{justify-content:flex-start}}
.Technology-module__YDjDbq__technologySection{max-width:1400px;margin:0 auto;padding:5rem 3rem}.Technology-module__YDjDbq__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Technology-module__YDjDbq__title{letter-spacing:-.02em;justify-content:center;margin-bottom:1.5rem;font-size:2.8rem;font-weight:600;line-height:1.15}.Technology-module__YDjDbq__subtitle{color:#555;font-size:1.05rem;line-height:1.7}.Technology-module__YDjDbq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Technology-module__YDjDbq__card{background-color:var(--white);transition:transform var(--transition-speed);border:1px solid #00000008;border-radius:1.5rem;flex-direction:column;padding:2.5rem;display:flex;box-shadow:0 10px 30px #00000008}.Technology-module__YDjDbq__card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #315aa814}.Technology-module__YDjDbq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.Technology-module__YDjDbq__iconBox{width:50px;height:50px;color:var(--primary);background-color:#315aa814;border-radius:1rem;justify-content:center;align-items:center;display:flex}.Technology-module__YDjDbq__cardHeader span{color:#eee;font-size:1.25rem;font-weight:700}.Technology-module__YDjDbq__cardTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.Technology-module__YDjDbq__cardSubtitle{color:var(--primary);margin-bottom:1rem;font-size:.95rem;font-weight:500}.Technology-module__YDjDbq__cardDesc{color:#666;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Technology-module__YDjDbq__cardFooter{border-top:1px solid #eee;margin-top:auto;padding-top:1.5rem}.Technology-module__YDjDbq__pointList{grid-template-columns:1fr 1fr;gap:.75rem;list-style:none;display:grid}.Technology-module__YDjDbq__pointList li{color:#444;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Technology-module__YDjDbq__bullet{background-color:var(--primary);border-radius:50%;width:6px;height:6px}@media (max-width:1024px){.Technology-module__YDjDbq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Technology-module__YDjDbq__title{font-size:2.2rem}.Technology-module__YDjDbq__grid{grid-template-columns:1fr}.Technology-module__YDjDbq__technologySection{padding:3rem 1.5rem}}
.Doctors-module__1GiNaG__doctorsSection{max-width:1400px;margin:0 auto;padding:5rem 3rem}.Doctors-module__1GiNaG__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.Doctors-module__1GiNaG__titleArea{text-align:left;max-width:800px}[dir=rtl] .Doctors-module__1GiNaG__titleArea{text-align:right}.Doctors-module__1GiNaG__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.8rem;font-weight:600;line-height:1.15}.Doctors-module__1GiNaG__description{color:#666;font-size:1.1rem;line-height:1.6}.Doctors-module__1GiNaG__marqueeContainer{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto;-webkit-overflow-scrolling:touch;width:100%;padding:.5rem 0 3rem;display:flex;position:relative;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Doctors-module__1GiNaG__marqueeContainer::-webkit-scrollbar{display:none}.Doctors-module__1GiNaG__marqueeContent{gap:2rem;min-width:max-content;display:flex}.Doctors-module__1GiNaG__card{background-color:var(--white);transition:transform var(--transition-speed);border:1px solid #00000008;border-radius:1.5rem;flex-direction:column;flex:0 0 320px;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000008}.Doctors-module__1GiNaG__card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #315aa81f}.Doctors-module__1GiNaG__imageWrapper{background-color:var(--bg-gray);width:100%;height:280px;position:relative}.Doctors-module__1GiNaG__cardBody{text-align:center;flex-direction:column;flex:1;padding:2rem;display:flex}.Doctors-module__1GiNaG__name{justify-content:center;align-items:center;min-height:3.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.Doctors-module__1GiNaG__role{color:var(--primary-blue);opacity:.85;justify-content:center;align-items:center;min-height:2.8rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;display:flex}.Doctors-module__1GiNaG__desc{color:#666;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Doctors-module__1GiNaG__socials{justify-content:center;gap:.75rem;margin-top:auto;display:flex}.Doctors-module__1GiNaG__socialBtn{background-color:var(--bg-gray);color:#555;width:32px;height:32px;transition:all var(--transition-speed);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.Doctors-module__1GiNaG__socialBtn:hover{background-color:var(--text-black);color:var(--white)}.Doctors-module__1GiNaG__actions{justify-content:center;margin-top:3rem;display:flex}.Doctors-module__1GiNaG__ctaBtn{color:var(--primary);transition:all var(--transition-speed);background-color:#0000;border:1px solid #315aa833;border-radius:2rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600}.Doctors-module__1GiNaG__ctaBtn:hover{background-color:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #315aa84d}@media (max-width:768px){.Doctors-module__1GiNaG__title{font-size:2.2rem}.Doctors-module__1GiNaG__doctorsSection{padding:3rem 1.5rem}.Doctors-module__1GiNaG__header{flex-direction:column;align-items:center}.Doctors-module__1GiNaG__titleArea,[dir=rtl] .Doctors-module__1GiNaG__titleArea{text-align:center}}
.ProcedureHero-module__m9ENja__heroWrapper{background-color:var(--bg-gray);padding:4rem 1.5rem 0}.ProcedureHero-module__m9ENja__hero{border-radius:32px;justify-content:flex-start;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.ProcedureHero-module__m9ENja__backgroundContainer{z-index:1;position:absolute;inset:0}.ProcedureHero-module__m9ENja__backgroundImage{object-fit:cover;transform:scale(1.05)}.ProcedureHero-module__m9ENja__overlay{z-index:2;background:radial-gradient(circle at 70%,#0a192f66 0%,#0a192fe6 100%);position:absolute;inset:0}[dir=rtl] .ProcedureHero-module__m9ENja__overlay{background:radial-gradient(circle at 30%,#0a192f66 0%,#0a192fe6 100%)}.ProcedureHero-module__m9ENja__content{z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 5%;position:relative}.ProcedureHero-module__m9ENja__textContent{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;max-width:700px;padding:3rem;box-shadow:0 30px 60px #0000004d}.ProcedureHero-module__m9ENja__title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.ProcedureHero-module__m9ENja__subtitle{color:#ffffffd9;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:400;line-height:1.7}@media (max-width:768px){.ProcedureHero-module__m9ENja__hero{min-height:60vh}.ProcedureHero-module__m9ENja__textContent{padding:2rem}}
.PatientExperience-module__U4-gJW__experienceSection{max-width:1400px;margin:0 auto;padding:5rem 2rem}.PatientExperience-module__U4-gJW__container{background-color:var(--white);border-radius:2.5rem;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem;display:grid;box-shadow:0 10px 40px #00000008}.PatientExperience-module__U4-gJW__badge{color:var(--primary);background-color:#315aa81a;border-radius:2rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.PatientExperience-module__U4-gJW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.15}.PatientExperience-module__U4-gJW__description{color:#555;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.PatientExperience-module__U4-gJW__featuresList{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;margin-bottom:2.5rem;padding:0;list-style:none;display:grid}.PatientExperience-module__U4-gJW__featureItem{align-items:center;gap:1rem;display:flex}.PatientExperience-module__U4-gJW__iconCircle{width:32px;height:32px;color:var(--primary-blue);background-color:#315aa81a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PatientExperience-module__U4-gJW__featureText{color:#333;font-size:1rem;font-weight:500}[dir=rtl] .PatientExperience-module__U4-gJW__featureItem{gap:1.2rem}.PatientExperience-module__U4-gJW__feature{align-items:center;gap:.75rem;display:flex}.PatientExperience-module__U4-gJW__icon{color:var(--primary);font-size:1.2rem}.PatientExperience-module__U4-gJW__feature span{color:var(--text-black);font-size:.95rem;font-weight:500}.PatientExperience-module__U4-gJW__ctaBtn{background-color:var(--text-black);color:var(--white);transition:all var(--transition-speed);border-radius:2rem;padding:1rem 2rem;font-size:1rem;font-weight:500}.PatientExperience-module__U4-gJW__ctaBtn:hover{background-color:var(--primary);transform:translateY(-2px)}.PatientExperience-module__U4-gJW__visuals{height:100%;position:relative}.PatientExperience-module__U4-gJW__imageGrid{grid-template-rows:repeat(12,1fr);grid-template-columns:repeat(12,1fr);height:100%;min-height:500px;display:grid;position:relative}.PatientExperience-module__U4-gJW__imageCardMain{z-index:1;grid-area:1/1/10/10}.PatientExperience-module__U4-gJW__imageCardSecondary{z-index:2;grid-area:5/5/13/13;margin-top:2rem}.PatientExperience-module__U4-gJW__imageWrapper{border:4px solid var(--white);border-radius:2rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.PatientExperience-module__U4-gJW__image{transition:transform .6s cubic-bezier(.16,1,.3,1)}.PatientExperience-module__U4-gJW__imageWrapper:hover .PatientExperience-module__U4-gJW__image{transform:scale(1.05)}@media (max-width:992px){.PatientExperience-module__U4-gJW__container{text-align:start;grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.PatientExperience-module__U4-gJW__imageGrid{min-height:400px}}@media (max-width:576px){.PatientExperience-module__U4-gJW__title{font-size:2rem}.PatientExperience-module__U4-gJW__features{grid-template-columns:1fr}.PatientExperience-module__U4-gJW__container{padding:2rem 1.5rem}}
.AboutPage-module__owlnwG__heroWrapper{background-color:var(--bg-gray);padding:3rem 2.5rem 0}.AboutPage-module__owlnwG__hero{background-color:var(--white);text-align:center;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.AboutPage-module__owlnwG__heroBackground{pointer-events:none;z-index:0;position:absolute;inset:0}.AboutPage-module__owlnwG__gradientOrb1{filter:blur(40px);background:radial-gradient(circle,#315aa80f 0%,#fff0 70%);border-radius:50%;width:50vw;height:50vw;animation:10s ease-in-out infinite AboutPage-module__owlnwG__float;position:absolute;top:-20%;left:-10%}.AboutPage-module__owlnwG__gradientOrb2{filter:blur(40px);background:radial-gradient(circle,#315aa80a 0%,#fff0 70%);border-radius:50%;width:40vw;height:40vw;animation:8s ease-in-out infinite reverse AboutPage-module__owlnwG__float;position:absolute;bottom:-20%;right:-10%}@keyframes AboutPage-module__owlnwG__float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}.AboutPage-module__owlnwG__heroContent{z-index:1;max-width:900px;position:relative}.AboutPage-module__owlnwG__badge{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;background:#315aa80d;border:1px solid #315aa81a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 4px 10px #00000005}.AboutPage-module__owlnwG__badgeDot{background-color:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite AboutPage-module__owlnwG__pulse}@keyframes AboutPage-module__owlnwG__pulse{0%{box-shadow:0 0 #315aa866}70%{box-shadow:0 0 0 6px #315aa800}to{box-shadow:0 0 #315aa800}}.AboutPage-module__owlnwG__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.AboutPage-module__owlnwG__subtitle{color:#555;font-size:1.35rem;line-height:1.6}.AboutPage-module__owlnwG__section{max-width:1250px;margin:0 auto;padding:6rem 2rem}.AboutPage-module__owlnwG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.AboutPage-module__owlnwG__textContent{flex-direction:column;gap:1.5rem;display:flex}.AboutPage-module__owlnwG__sectionTitle{color:var(--text-black);letter-spacing:-.01em;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.AboutPage-module__owlnwG__description{color:#555;font-size:1.15rem;line-height:1.8}.AboutPage-module__owlnwG__imageContent{position:relative}.AboutPage-module__owlnwG__imagePlaceholder{aspect-ratio:4/3;background:linear-gradient(135deg,#315aa80d,#315aa81a);border:1px solid #315aa81a;border-radius:2.5rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000a}.AboutPage-module__owlnwG__imageDecoration{background:radial-gradient(circle, var(--primary) 0%, transparent 70%);opacity:.1;filter:blur(20px);z-index:-1;width:150px;height:150px;position:absolute;bottom:-20px;right:-20px}.AboutPage-module__owlnwG__pointsList{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.AboutPage-module__owlnwG__pointItem{background:var(--white);border:1px solid #0000000a;border-radius:1.5rem;align-items:flex-start;gap:1.2rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000008}.AboutPage-module__owlnwG__pointItem:hover{border-color:#315aa826;transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.AboutPage-module__owlnwG__checkIcon{color:var(--primary);background:#315aa80d;border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-top:.1rem;padding:8px}.AboutPage-module__owlnwG__pointText{color:var(--text-black);font-size:1.15rem;font-weight:500;line-height:1.5}.AboutPage-module__owlnwG__premiumBox{color:var(--white);text-align:start;background:linear-gradient(135deg,#4a74cc,#25447e);border-radius:3rem;max-width:1200px;margin:6rem auto 2rem;padding:6rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #315aa840}.AboutPage-module__owlnwG__premiumBox:before{content:"";opacity:.5;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.AboutPage-module__owlnwG__premiumTitle{z-index:1;margin-bottom:2rem;font-size:3.5rem;font-weight:700;position:relative}.AboutPage-module__owlnwG__premiumDesc{opacity:.95;z-index:1;max-width:800px;font-size:1.35rem;line-height:1.8;position:relative}@media (max-width:1024px){.AboutPage-module__owlnwG__title{font-size:3.5rem}.AboutPage-module__owlnwG__sectionTitle{font-size:2.5rem}.AboutPage-module__owlnwG__grid{grid-template-columns:1fr;gap:4rem}.AboutPage-module__owlnwG__premiumTitle{font-size:2.8rem}.AboutPage-module__owlnwG__pointsList{grid-template-columns:1fr}}@media (max-width:768px){.AboutPage-module__owlnwG__hero{min-height:50vh;padding:8rem 1.5rem 4rem}.AboutPage-module__owlnwG__title{font-size:2.8rem}.AboutPage-module__owlnwG__subtitle{font-size:1.15rem}.AboutPage-module__owlnwG__section{padding:4rem 1.5rem}.AboutPage-module__owlnwG__sectionTitle{font-size:2.2rem}.AboutPage-module__owlnwG__premiumBox{border-radius:2rem;margin:4rem 1rem;padding:4rem 1.5rem}.AboutPage-module__owlnwG__premiumTitle{font-size:2.2rem}.AboutPage-module__owlnwG__premiumDesc{font-size:1.15rem}}
.Blog-module__KkLdlq__heroWrapper{background:#050510;overflow:hidden}.Blog-module__KkLdlq__hero{text-align:center;max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.Blog-module__KkLdlq__heroBackground{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Blog-module__KkLdlq__gradientOrb1{filter:blur(60px);background:radial-gradient(circle,#6366f126 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-40%;left:-10%}.Blog-module__KkLdlq__gradientOrb2{filter:blur(60px);background:radial-gradient(circle,#a855f71a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;right:-10%}.Blog-module__KkLdlq__heroContent{z-index:1;position:relative}.Blog-module__KkLdlq__title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.Blog-module__KkLdlq__subtitle{color:#fff9;max-width:600px;margin:0 auto;font-size:1.1rem}.Blog-module__KkLdlq__section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.Blog-module__KkLdlq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.Blog-module__KkLdlq__blogCard{background:#12121a;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Blog-module__KkLdlq__blogCard:hover{border-color:#6366f14d;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.Blog-module__KkLdlq__blogCardImage{width:100%;height:220px;position:relative;overflow:hidden}.Blog-module__KkLdlq__blogCardImage img{transition:transform .4s}.Blog-module__KkLdlq__blogCard:hover .Blog-module__KkLdlq__blogCardImage img{transform:scale(1.05)}.Blog-module__KkLdlq__blogCardBody{flex-direction:column;flex:1;padding:1.5rem;display:flex}.Blog-module__KkLdlq__blogCardDate{color:#fff6;margin-bottom:.5rem;font-size:.8rem}.Blog-module__KkLdlq__blogCardTitle{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}.Blog-module__KkLdlq__blogCardExcerpt{color:#ffffff80;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Blog-module__KkLdlq__blogCardLink{color:#6366f1;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;font-weight:600;transition:gap .2s;display:inline-flex}.Blog-module__KkLdlq__blogCard:hover .Blog-module__KkLdlq__blogCardLink{gap:.75rem}.Blog-module__KkLdlq__emptyState{text-align:center;color:#ffffff80;padding:4rem 2rem;font-size:1.1rem}.Blog-module__KkLdlq__postHero{text-align:center;max-width:800px;margin:0 auto;padding:8rem 2rem 3rem;position:relative}.Blog-module__KkLdlq__postDate{color:#fff6;margin-bottom:1rem;font-size:.85rem}.Blog-module__KkLdlq__postTitle{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.3}.Blog-module__KkLdlq__postExcerpt{color:#fff9;font-size:1.1rem;line-height:1.7}.Blog-module__KkLdlq__postCover{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:900px;margin:2rem auto;position:relative;overflow:hidden}.Blog-module__KkLdlq__postContent{color:#fffc;max-width:760px;margin:0 auto;padding:2rem 2rem 4rem;font-size:1.05rem;line-height:1.8}.Blog-module__KkLdlq__postContent h1{color:#fff;margin:2rem 0 1rem;font-size:2rem;font-weight:700}.Blog-module__KkLdlq__postContent h2{color:#fff;margin:2rem 0 .75rem;font-size:1.6rem;font-weight:700}.Blog-module__KkLdlq__postContent h3{color:#fff;margin:1.5rem 0 .5rem;font-size:1.3rem;font-weight:600}.Blog-module__KkLdlq__postContent p{margin:.75rem 0}.Blog-module__KkLdlq__postContent ul,.Blog-module__KkLdlq__postContent ol{margin:1rem 0;padding-left:1.5rem}.Blog-module__KkLdlq__postContent li{margin:.4rem 0}.Blog-module__KkLdlq__postContent a{color:#6366f1;text-decoration:underline}.Blog-module__KkLdlq__postContent img{border-radius:12px;max-width:100%;margin:1.5rem 0}.Blog-module__KkLdlq__postContent blockquote{color:#ffffff80;border-left:3px solid #6366f1;margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.Blog-module__KkLdlq__translationLink{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Blog-module__KkLdlq__translationLink:hover{background:#6366f133}@media (max-width:768px){.Blog-module__KkLdlq__blogGrid{grid-template-columns:1fr}.Blog-module__KkLdlq__hero{padding:6rem 1.5rem 3rem}}
.ContactPage-module__Ui_yiW__heroWrapper{background-color:var(--bg-gray);padding:3rem 2.5rem 0}.ContactPage-module__Ui_yiW__hero{background-color:var(--white);text-align:center;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.ContactPage-module__Ui_yiW__heroBackground{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.ContactPage-module__Ui_yiW__gradientOrb1{filter:blur(40px);background:radial-gradient(circle,#315aa80f 0%,#fff0 70%);border-radius:50%;width:50vw;height:50vw;animation:10s ease-in-out infinite ContactPage-module__Ui_yiW__float;position:absolute;top:-20%;left:-10%}.ContactPage-module__Ui_yiW__gradientOrb2{filter:blur(40px);background:radial-gradient(circle,#315aa80a 0%,#fff0 70%);border-radius:50%;width:40vw;height:40vw;animation:8s ease-in-out infinite reverse ContactPage-module__Ui_yiW__float;position:absolute;bottom:-20%;right:-10%}@keyframes ContactPage-module__Ui_yiW__float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}.ContactPage-module__Ui_yiW__heroContent{z-index:10;flex-direction:column;align-items:center;max-width:800px;display:flex;position:relative}.ContactPage-module__Ui_yiW__badge{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;background:#315aa80d;border:1px solid #315aa81a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 10px #00000005}.ContactPage-module__Ui_yiW__badgeDot{background-color:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite ContactPage-module__Ui_yiW__pulse}@keyframes ContactPage-module__Ui_yiW__pulse{0%{box-shadow:0 0 #315aa866}70%{box-shadow:0 0 0 6px #315aa800}to{box-shadow:0 0 #315aa800}}.ContactPage-module__Ui_yiW__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.ContactPage-module__Ui_yiW__subtitle{color:#555;max-width:600px;font-size:1.25rem;line-height:1.6}.ContactPage-module__Ui_yiW__section{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem}.ContactPage-module__Ui_yiW__contactContainer{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.ContactPage-module__Ui_yiW__methodsColumn{flex-direction:column;gap:2rem;display:flex}.ContactPage-module__Ui_yiW__methodsTitle{color:var(--text-black);margin-bottom:1rem;font-size:2rem;font-weight:700}.ContactPage-module__Ui_yiW__methodCard{background:var(--white);border:1px solid #00000008;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 40px #00000008}.ContactPage-module__Ui_yiW__methodCard:hover{border-color:#315aa81a;transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.ContactPage-module__Ui_yiW__methodIcon{width:50px;height:50px;color:var(--primary);background:#315aa80d;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.ContactPage-module__Ui_yiW__methodContent h3{color:var(--text-black);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactPage-module__Ui_yiW__methodContent p{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.5}.ContactPage-module__Ui_yiW__methodAction{color:var(--primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.ContactPage-module__Ui_yiW__methodAction:hover{gap:.75rem}.ContactPage-module__Ui_yiW__formColumn{background:var(--white);border:1px solid #0000000d;border-radius:2rem;padding:3rem;box-shadow:0 10px 40px #00000008}.ContactPage-module__Ui_yiW__formTitle{color:var(--text-black);margin-bottom:1rem;font-size:2rem;font-weight:700}.ContactPage-module__Ui_yiW__formDesc{color:#555;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.ContactPage-module__Ui_yiW__form{flex-direction:column;gap:1.5rem;display:flex}.ContactPage-module__Ui_yiW__formGroup{flex-direction:column;gap:.5rem;display:flex}.ContactPage-module__Ui_yiW__label{color:var(--text-black);font-size:.95rem;font-weight:600}.ContactPage-module__Ui_yiW__input,.ContactPage-module__Ui_yiW__textarea,.ContactPage-module__Ui_yiW__select{background:var(--bg-gray);width:100%;color:var(--text-black);border:1px solid #0000001a;border-radius:.75rem;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.ContactPage-module__Ui_yiW__input:focus,.ContactPage-module__Ui_yiW__textarea:focus,.ContactPage-module__Ui_yiW__select:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 3px #315aa81a}.ContactPage-module__Ui_yiW__textarea{resize:vertical;min-height:120px}.ContactPage-module__Ui_yiW__submitBtn{background:var(--text-black);color:var(--white);cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.ContactPage-module__Ui_yiW__submitBtn:hover{background:var(--primary);transform:translateY(-2px);box-shadow:0 10px 20px #315aa833}.ContactPage-module__Ui_yiW__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ContactPage-module__Ui_yiW__successMessage{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33;border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}@media (max-width:992px){.ContactPage-module__Ui_yiW__contactContainer{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.ContactPage-module__Ui_yiW__hero{min-height:40vh;padding:6rem 1.5rem 3rem}.ContactPage-module__Ui_yiW__title{font-size:3rem}.ContactPage-module__Ui_yiW__methodsTitle,.ContactPage-module__Ui_yiW__formTitle{font-size:1.75rem}.ContactPage-module__Ui_yiW__formColumn{padding:2rem 1.5rem}}
.DoctorProfile-module__NuRHSq__heroWrapper{background:#050510;min-height:100vh;position:relative;overflow:hidden}.DoctorProfile-module__NuRHSq__heroBackground{pointer-events:none;position:absolute;inset:0}.DoctorProfile-module__NuRHSq__gradientOrb1{filter:blur(80px);background:radial-gradient(circle,#6366f11f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;left:-10%}.DoctorProfile-module__NuRHSq__gradientOrb2{filter:blur(80px);background:radial-gradient(circle,#a855f714 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-20%;right:-15%}.DoctorProfile-module__NuRHSq__profileSection{z-index:1;max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.DoctorProfile-module__NuRHSq__profileGrid{grid-template-columns:400px 1fr;align-items:center;gap:4rem;display:grid}.DoctorProfile-module__NuRHSq__imageContainer{aspect-ratio:3/4;border:1px solid #ffffff14;border-radius:20px;width:100%;position:relative;overflow:hidden}.DoctorProfile-module__NuRHSq__profileImage{transition:transform .5s}.DoctorProfile-module__NuRHSq__imageContainer:hover .DoctorProfile-module__NuRHSq__profileImage{transform:scale(1.03)}.DoctorProfile-module__NuRHSq__placeholderImage{background:#12121a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.DoctorProfile-module__NuRHSq__profileContent{flex-direction:column;display:flex}.DoctorProfile-module__NuRHSq__badge{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.DoctorProfile-module__NuRHSq__badgeDot{background:#6366f1;border-radius:50%;width:6px;height:6px}.DoctorProfile-module__NuRHSq__profileName{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.DoctorProfile-module__NuRHSq__bio{color:#fff9;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.DoctorProfile-module__NuRHSq__bio p{margin-bottom:1rem}.DoctorProfile-module__NuRHSq__ctaBtn{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);border:none;border-radius:12px;align-items:center;gap:.75rem;width:fit-content;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.DoctorProfile-module__NuRHSq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}@media (max-width:768px){.DoctorProfile-module__NuRHSq__profileGrid{grid-template-columns:1fr;gap:2rem}.DoctorProfile-module__NuRHSq__imageContainer{max-width:300px;margin:0 auto}.DoctorProfile-module__NuRHSq__profileSection{padding:6rem 1.5rem 3rem}.DoctorProfile-module__NuRHSq__profileContent{text-align:center;align-items:center}}.DoctorProfile-module__NuRHSq__postContent{color:#334155;font-size:1.05rem;line-height:1.8}.DoctorProfile-module__NuRHSq__postContent h1{color:#0f172a;margin:2rem 0 1rem;font-size:2rem;font-weight:700}.DoctorProfile-module__NuRHSq__postContent h2{color:#0f172a;margin:2rem 0 .75rem;font-size:1.6rem;font-weight:700}.DoctorProfile-module__NuRHSq__postContent h3{color:#0f172a;margin:1.5rem 0 .5rem;font-size:1.3rem;font-weight:600}.DoctorProfile-module__NuRHSq__postContent p{margin:.75rem 0}.DoctorProfile-module__NuRHSq__postContent ul,.DoctorProfile-module__NuRHSq__postContent ol{margin:1rem 0;padding-left:1.5rem}.DoctorProfile-module__NuRHSq__postContent li{margin:.4rem 0}.DoctorProfile-module__NuRHSq__postContent a{color:#6366f1;text-decoration:underline}.DoctorProfile-module__NuRHSq__postContent img{border-radius:12px;max-width:100%;margin:1.5rem 0}.DoctorProfile-module__NuRHSq__postContent blockquote{color:#64748b;border-left:3px solid #6366f1;margin:1.5rem 0;padding-left:1.25rem;font-style:italic}
.TechnologyPage-module___yvmWW__heroWrapper{background-color:var(--bg-gray);padding:3rem 2.5rem 0}.TechnologyPage-module___yvmWW__hero{background-color:var(--white);text-align:center;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:55vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.TechnologyPage-module___yvmWW__heroBackground{pointer-events:none;z-index:0;position:absolute;inset:0}.TechnologyPage-module___yvmWW__gradientOrb1{filter:blur(40px);background:radial-gradient(circle,#315aa80f 0%,#fff0 70%);border-radius:50%;width:50vw;height:50vw;animation:10s ease-in-out infinite TechnologyPage-module___yvmWW__float;position:absolute;top:-20%;left:-10%}.TechnologyPage-module___yvmWW__gradientOrb2{filter:blur(40px);background:radial-gradient(circle,#315aa80a 0%,#fff0 70%);border-radius:50%;width:40vw;height:40vw;animation:8s ease-in-out infinite reverse TechnologyPage-module___yvmWW__float;position:absolute;bottom:-20%;right:-10%}@keyframes TechnologyPage-module___yvmWW__float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}.TechnologyPage-module___yvmWW__heroContent{z-index:1;max-width:900px;position:relative}.TechnologyPage-module___yvmWW__badge{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;background:#315aa80d;border:1px solid #315aa81a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.TechnologyPage-module___yvmWW__badgeDot{background-color:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite TechnologyPage-module___yvmWW__pulse}@keyframes TechnologyPage-module___yvmWW__pulse{0%{box-shadow:0 0 #315aa866}70%{box-shadow:0 0 0 6px #315aa800}to{box-shadow:0 0 #315aa800}}.TechnologyPage-module___yvmWW__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.TechnologyPage-module___yvmWW__subtitle{color:#555;font-size:1.35rem;line-height:1.6}.TechnologyPage-module___yvmWW__section{max-width:1250px;margin:0 auto;padding:6rem 2rem}.TechnologyPage-module___yvmWW__focusGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.TechnologyPage-module___yvmWW__focusCard{background:var(--bg-gray);text-align:center;border:1px solid #0000;border-radius:2rem;padding:3rem 2rem;transition:all .3s;position:relative;overflow:hidden}.TechnologyPage-module___yvmWW__focusCard:hover{background:var(--white);border-color:#315aa81a;transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.TechnologyPage-module___yvmWW__focusIcon{width:60px;height:60px;color:var(--primary);background:#315aa80d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.TechnologyPage-module___yvmWW__focusTitle{color:var(--text-black);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.TechnologyPage-module___yvmWW__focusDesc{color:#666;font-size:1.05rem;line-height:1.6}.TechnologyPage-module___yvmWW__equipmentHeader{text-align:center;margin-bottom:4rem}.TechnologyPage-module___yvmWW__equipmentTitle{color:var(--text-black);letter-spacing:-.01em;font-size:3rem;font-weight:700}.TechnologyPage-module___yvmWW__equipmentGrid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.TechnologyPage-module___yvmWW__equipmentCard{background:var(--white);border:1px solid #00000008;border-radius:2.5rem;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 10px 40px #00000008}.TechnologyPage-module___yvmWW__equipmentCard:hover{border-color:#315aa81a;transform:translateY(-10px);box-shadow:0 20px 50px #315aa814}.TechnologyPage-module___yvmWW__equipmentImageWrapper{aspect-ratio:16/9;background:linear-gradient(135deg,#f8f9fa,#e9ecef);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.TechnologyPage-module___yvmWW__equipmentContent{flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}.TechnologyPage-module___yvmWW__equipmentName{color:var(--text-black);margin-bottom:.5rem;font-size:2rem;font-weight:700}.TechnologyPage-module___yvmWW__equipmentSubtitle{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.TechnologyPage-module___yvmWW__equipmentDesc{color:#555;font-size:1.1rem;line-height:1.7}.TechnologyPage-module___yvmWW__premiumBox{color:var(--white);text-align:center;background:linear-gradient(135deg,#4a74cc,#25447e);border-radius:3rem;max-width:1200px;margin:6rem auto 2rem;padding:6rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #315aa840}.TechnologyPage-module___yvmWW__premiumBox:before{content:"";opacity:.5;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.TechnologyPage-module___yvmWW__premiumTitle{z-index:1;margin-bottom:2rem;font-size:3.5rem;font-weight:700;position:relative}.TechnologyPage-module___yvmWW__premiumDesc{opacity:.95;z-index:1;max-width:800px;margin:0 auto;font-size:1.35rem;line-height:1.8;position:relative}@media (max-width:1024px){.TechnologyPage-module___yvmWW__title{font-size:3.5rem}.TechnologyPage-module___yvmWW__focusGrid{grid-template-columns:repeat(2,1fr)}.TechnologyPage-module___yvmWW__equipmentGrid{grid-template-columns:1fr}.TechnologyPage-module___yvmWW__premiumTitle{font-size:2.8rem}}@media (max-width:768px){.TechnologyPage-module___yvmWW__hero{min-height:50vh;padding:8rem 1.5rem 4rem}.TechnologyPage-module___yvmWW__title{font-size:2.8rem}.TechnologyPage-module___yvmWW__subtitle{font-size:1.15rem}.TechnologyPage-module___yvmWW__section{padding:4rem 1.5rem}.TechnologyPage-module___yvmWW__focusGrid{grid-template-columns:1fr}.TechnologyPage-module___yvmWW__equipmentTitle{font-size:2.5rem}.TechnologyPage-module___yvmWW__equipmentCard{border-radius:1.5rem}.TechnologyPage-module___yvmWW__equipmentContent{padding:2rem 1.5rem}.TechnologyPage-module___yvmWW__premiumBox{border-radius:2rem;margin:4rem 1rem 2rem;padding:4rem 1.5rem}.TechnologyPage-module___yvmWW__premiumTitle{font-size:2.2rem}.TechnologyPage-module___yvmWW__premiumDesc{font-size:1.15rem}}
.ProcedureContent-module__d_MVha__container{background-color:var(--bg-gray);padding:8rem 2rem;position:relative;overflow:hidden}.ProcedureContent-module__d_MVha__container:before{content:"";z-index:0;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-10%;left:-5%}.ProcedureContent-module__d_MVha__container:after{content:"";z-index:0;background:radial-gradient(circle,#0ea5e90d 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;bottom:10%;right:-10%}.ProcedureContent-module__d_MVha__contentWrapper{z-index:1;flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.ProcedureContent-module__d_MVha__introSection{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:992px){.ProcedureContent-module__d_MVha__introSection{grid-template-columns:1fr;gap:2rem}}.ProcedureContent-module__d_MVha__sectionTitle{color:#0f172a;margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:800;display:inline-block;position:relative}.ProcedureContent-module__d_MVha__sectionTitle:after{content:"";background:linear-gradient(90deg, var(--primary), #38bdf8);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}[dir=rtl] .ProcedureContent-module__d_MVha__sectionTitle:after{left:auto;right:0}.ProcedureContent-module__d_MVha__text{color:#475569;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.ProcedureContent-module__d_MVha__stepsContainer{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.ProcedureContent-module__d_MVha__stepCard{background:var(--white);border:1px solid #ffffff80;border-radius:24px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.ProcedureContent-module__d_MVha__stepCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #3b82f61a}.ProcedureContent-module__d_MVha__stepCard:before{content:"";background:linear-gradient(90deg, var(--primary), #38bdf8);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.ProcedureContent-module__d_MVha__stepCard:hover:before{opacity:1}.ProcedureContent-module__d_MVha__stepNumber{color:#0000;-webkit-text-stroke:1px #3b82f633;font-size:4rem;font-weight:900;transition:all .3s;position:absolute;top:10px;right:20px}[dir=rtl] .ProcedureContent-module__d_MVha__stepNumber{left:20px;right:auto}.ProcedureContent-module__d_MVha__stepCard:hover .ProcedureContent-module__d_MVha__stepNumber{color:#3b82f60d;-webkit-text-stroke:1px #3b82f680}.ProcedureContent-module__d_MVha__stepText{color:#334155;z-index:2;margin-top:2rem;font-size:1.1rem;font-weight:500;line-height:1.6;position:relative}.ProcedureContent-module__d_MVha__textConclusion{text-align:center;color:var(--primary);background:#3b82f60d;border-radius:12px;margin-top:3rem;padding:1.5rem;font-size:1.25rem;font-weight:600}.ProcedureContent-module__d_MVha__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.ProcedureContent-module__d_MVha__featureCard{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fffc;border-radius:24px;padding:3rem;box-shadow:0 15px 35px #0f172a0a}.ProcedureContent-module__d_MVha__cardTitle{color:#0f172a;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.75rem;font-weight:800;display:flex}.ProcedureContent-module__d_MVha__cardIconWrapper{width:36px;height:36px;color:var(--primary);background:linear-gradient(135deg,#3b82f61a,#0ea5e91a);border-radius:10px;justify-content:center;align-items:center;display:flex}.ProcedureContent-module__d_MVha__cardList{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.ProcedureContent-module__d_MVha__cardListItem{color:#475569;align-items:flex-start;gap:1rem;font-size:1.1rem;line-height:1.6;display:flex}.ProcedureContent-module__d_MVha__checkIcon{color:#10b981;background:#10b9811a;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-top:3px;padding:5px}.ProcedureContent-module__d_MVha__warnIcon{color:#f59e0b;background:#f59e0b1a;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-top:3px;padding:5px}.ProcedureContent-module__d_MVha__userIcon{width:24px;height:24px;color:var(--primary);background:#3b82f61a;border-radius:50%;flex-shrink:0;margin-top:3px;padding:5px}.ProcedureContent-module__d_MVha__whySection{color:var(--white);text-align:start;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);border-radius:32px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 25px 50px #0f172a40}.ProcedureContent-module__d_MVha__whySection:before{content:"";z-index:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.ProcedureContent-module__d_MVha__whyContent{z-index:1;position:relative}.ProcedureContent-module__d_MVha__whyTitle{color:var(--white);margin-bottom:3rem;font-size:clamp(2rem,3vw,2.75rem);font-weight:800}.ProcedureContent-module__d_MVha__tagsContainer{flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;display:flex}.ProcedureContent-module__d_MVha__tag{-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.15rem;font-weight:600;transition:all .3s;display:flex}.ProcedureContent-module__d_MVha__tag:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.ProcedureContent-module__d_MVha__tagIcon{color:#38bdf8}@media (max-width:768px){.ProcedureContent-module__d_MVha__whySection{padding:3rem 1.5rem}.ProcedureContent-module__d_MVha__tag{justify-content:flex-start;width:100%}.ProcedureContent-module__d_MVha__container{padding:4rem 1rem}.ProcedureContent-module__d_MVha__featureCard{padding:2rem}}.ProcedureContent-module__d_MVha__serviceBlock{background:var(--white);border:1px solid #fff9;border-radius:32px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f172a0a}.ProcedureContent-module__d_MVha__serviceBlock:before{content:"";background:linear-gradient(180deg, var(--primary), #38bdf8);width:6px;height:100%;position:absolute;top:0;left:0}[dir=rtl] .ProcedureContent-module__d_MVha__serviceBlock:before{left:auto;right:0}.ProcedureContent-module__d_MVha__serviceBlockBg{background:linear-gradient(135deg,#f8fafc80 0%,#e2e8f04d 100%)}@media (max-width:768px){.ProcedureContent-module__d_MVha__serviceBlock{padding:2rem 1.5rem}}
.GCCPatients-module__fodMTq__gccSection{max-width:1400px;margin:0 auto;padding:5rem 3rem}.GCCPatients-module__fodMTq__container{background:linear-gradient(135deg, var(--bg-gray), #e2e8f6);text-align:center;border-radius:2.5rem;justify-content:center;align-items:center;padding:5rem 4rem;display:flex}.GCCPatients-module__fodMTq__textContent{flex-direction:column;align-items:center;max-width:800px;display:flex}.GCCPatients-module__fodMTq__title{letter-spacing:-.02em;justify-content:center;margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.15}.GCCPatients-module__fodMTq__description{color:#555;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.GCCPatients-module__fodMTq__servicesGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;margin-bottom:3rem;display:flex}.GCCPatients-module__fodMTq__serviceItem{background-color:var(--white);text-align:center;border-radius:2rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;display:flex;box-shadow:0 4px 15px #00000005}.GCCPatients-module__fodMTq__ctaBtn{background-color:var(--primary);color:var(--white);transition:all var(--transition-speed);border-radius:2rem;padding:1rem 2.5rem;font-size:1rem;font-weight:500}.GCCPatients-module__fodMTq__ctaBtn:hover{background-color:var(--text-black);transform:translateY(-2px)}@media (max-width:768px){.GCCPatients-module__fodMTq__gccSection{padding:3rem 1.5rem}.GCCPatients-module__fodMTq__container{border-radius:1.5rem;padding:3rem 2rem}.GCCPatients-module__fodMTq__title{font-size:2rem}}
