.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}.Footer-module__yg9ahW__copyrightLink{color:var(--primary);transition:color var(--transition-speed), text-decoration var(--transition-speed);font-weight:500;text-decoration:none}.Footer-module__yg9ahW__copyrightLink:hover{color:var(--text-black);text-decoration:underline}@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:1.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__KTD73a__statBadge{transition:all var(--transition-speed) cubic-bezier(.16, 1, .3, 1);background:linear-gradient(135deg,#315aa814 0%,#315aa808 100%);border:1px solid #315aa826;border-radius:2rem;align-items:center;gap:.75rem;max-width:100%;margin-bottom:2.5rem;padding:.65rem 1.25rem;display:inline-flex;box-shadow:0 4px 20px #315aa80a}.Hero-module__KTD73a__statBadge:hover{background:linear-gradient(135deg,#315aa81f 0%,#315aa80f 100%);border-color:#315aa840;transform:translateY(-2px);box-shadow:0 6px 24px #315aa814}.Hero-module__KTD73a__statIcon{color:#10b981;flex-shrink:0;justify-content:center;align-items:center;animation:2.5s ease-in-out infinite Hero-module__KTD73a__pulseIcon;display:flex}.Hero-module__KTD73a__statText{color:#333;white-space:nowrap;font-size:.95rem;font-weight:500;line-height:1.4}@keyframes Hero-module__KTD73a__pulseIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.1)}}.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}.Hero-module__KTD73a__statText{white-space:normal}}
.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}}
.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}}
.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;white-space:pre-line;justify-content:center;margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.15}.GCCPatients-module__fodMTq__description{color:#555;white-space:pre-line;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.GCCPatients-module__fodMTq__servicesGrid{flex-direction:column;gap:1.25rem;width:100%;margin-top:2.5rem;margin-bottom:3rem;display:flex}.GCCPatients-module__fodMTq__serviceItem{background-color:var(--white);text-align:start;border:1.5px solid #0000;border-radius:1.25rem;justify-content:flex-start;align-items:flex-start;gap:1.5rem;padding:1.5rem 2rem;font-size:1rem;line-height:1.6;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000005}.GCCPatients-module__fodMTq__serviceItem:hover{border-color:#315aa81a;transform:translateY(-3px);box-shadow:0 12px 30px #315aa80d}[dir=rtl] .GCCPatients-module__fodMTq__serviceItem{text-align:right}.GCCPatients-module__fodMTq__serviceIcon{width:46px;height:46px;color:var(--primary);background-color:#315aa814;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.GCCPatients-module__fodMTq__serviceText{flex-direction:column;gap:.35rem;display:flex}.GCCPatients-module__fodMTq__serviceTitle{color:var(--text-black);font-size:1.15rem;font-weight:700}.GCCPatients-module__fodMTq__serviceDesc{color:#555;font-size:.95rem;line-height:1.5}.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}}
.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}}
.Testimonials-module__p9op_q__section{background-color:var(--bg-gray);padding:6rem 0;position:relative;overflow:hidden}.Testimonials-module__p9op_q__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Testimonials-module__p9op_q__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.Testimonials-module__p9op_q__tag{letter-spacing:.05em;color:var(--primary);text-transform:uppercase;background-color:#315aa814;border-radius:2rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.Testimonials-module__p9op_q__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:600}.Testimonials-module__p9op_q__subtitle{color:#555;max-width:650px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Testimonials-module__p9op_q__mapsBadge{background-color:var(--white);transition:all var(--transition-speed) cubic-bezier(.16, 1, .3, 1);border:1px solid #315aa81f;border-radius:1.5rem;align-items:center;gap:1.5rem;padding:.85rem 1.75rem;text-decoration:none;display:inline-flex;box-shadow:0 10px 30px #00000008}.Testimonials-module__p9op_q__mapsBadge:hover{border-color:#315aa840;transform:translateY(-3px);box-shadow:0 15px 40px #315aa81f}.Testimonials-module__p9op_q__badgeLeft{align-items:center;gap:1rem;display:flex}.Testimonials-module__p9op_q__googleIconWrapper{background-color:#f8f9fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:inset 0 2px 4px #00000008}.Testimonials-module__p9op_q__ratingInfo{text-align:start;flex-direction:column;align-items:flex-start;display:flex}.Testimonials-module__p9op_q__starsWrapper{align-items:center;gap:.5rem;display:flex}.Testimonials-module__p9op_q__ratingScore{color:var(--text-black);font-size:1.2rem;font-weight:700;line-height:1}.Testimonials-module__p9op_q__starRow{align-items:center;gap:1px;display:flex}.Testimonials-module__p9op_q__goldStar{color:#ffb800;width:16px;height:16px}.Testimonials-module__p9op_q__reviewCount{color:#777;margin-top:.15rem;font-size:.8rem}.Testimonials-module__p9op_q__badgeRight{color:var(--primary);border-inline-start:1px solid #eee;align-items:center;gap:.5rem;padding-inline-start:1.5rem;font-size:.9rem;font-weight:600;transition:gap .2s;display:flex}.Testimonials-module__p9op_q__mapsBadge:hover .Testimonials-module__p9op_q__badgeRight{gap:.75rem}.Testimonials-module__p9op_q__arrowIcon{flex-shrink:0;transition:transform .2s}[dir=rtl] .Testimonials-module__p9op_q__arrowIcon{transform:scaleX(-1)}.Testimonials-module__p9op_q__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Testimonials-module__p9op_q__gridItem{display:flex}.Testimonials-module__p9op_q__card{background-color:var(--white);transition:all var(--transition-speed) cubic-bezier(.16, 1, .3, 1);border:1px solid #0000000a;border-radius:1.25rem;flex-direction:column;width:100%;padding:2.25rem;display:flex;position:relative;box-shadow:0 8px 30px #00000005}.Testimonials-module__p9op_q__card:hover{border-color:#315aa826;transform:translateY(-6px);box-shadow:0 20px 45px #315aa814}.Testimonials-module__p9op_q__cardHeader{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.Testimonials-module__p9op_q__avatar{background:linear-gradient(135deg, var(--primary) 0%, #5983d0 100%);width:48px;height:48px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Testimonials-module__p9op_q__reviewerDetails{text-align:start;flex-direction:column;display:flex}.Testimonials-module__p9op_q__name{color:var(--text-black);font-size:1.05rem;font-weight:600;line-height:1.2}.Testimonials-module__p9op_q__verified{color:#10b981;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;font-weight:500;display:inline-flex}.Testimonials-module__p9op_q__verified svg{flex-shrink:0}.Testimonials-module__p9op_q__cardStars{gap:2px;margin-bottom:1.25rem;display:flex}.Testimonials-module__p9op_q__text{color:#444;text-align:start;flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.6}@media (max-width:1024px){.Testimonials-module__p9op_q__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Testimonials-module__p9op_q__title{font-size:2.3rem}}@media (max-width:768px){.Testimonials-module__p9op_q__section{padding:4rem 0}.Testimonials-module__p9op_q__grid{grid-template-columns:1fr}.Testimonials-module__p9op_q__header{margin-bottom:2.5rem}.Testimonials-module__p9op_q__title{font-size:1.85rem}.Testimonials-module__p9op_q__subtitle{font-size:1rem}.Testimonials-module__p9op_q__mapsBadge{flex-direction:column;gap:1rem;width:100%;padding:1.25rem}.Testimonials-module__p9op_q__badgeLeft{justify-content:center;width:100%}.Testimonials-module__p9op_q__ratingInfo{align-items:center}.Testimonials-module__p9op_q__badgeRight{border-inline-start:none;padding-inline-start:0;border-top:1px solid #eee;justify-content:center;width:100%;padding-top:1rem}}
.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,#315aa826 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,#315aa81a 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:#315aa84d;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:var(--primary);align-items:center;gap:.5rem;margin-top:1rem;font-size:.95rem;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:var(--primary);text-decoration:underline}.Blog-module__KkLdlq__postContent img{border-radius:12px;max-width:100%;margin:1.5rem 0}.Blog-module__KkLdlq__postContent blockquote{border-left:3px solid var(--primary);color:#ffffff80;margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.Blog-module__KkLdlq__translationLink{color:var(--primary);background:#315aa81a;border:1px solid #315aa833;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:#315aa833}@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}}
.DoctorsPage-module__j521Ea__heroWrapper{background-color:var(--bg-gray);padding:3rem 2.5rem 0}.DoctorsPage-module__j521Ea__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}.DoctorsPage-module__j521Ea__heroBackground{pointer-events:none;z-index:0;position:absolute;inset:0}.DoctorsPage-module__j521Ea__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 DoctorsPage-module__j521Ea__float;position:absolute;top:-20%;left:-10%}.DoctorsPage-module__j521Ea__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 DoctorsPage-module__j521Ea__float;position:absolute;bottom:-20%;right:-10%}@keyframes DoctorsPage-module__j521Ea__float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}.DoctorsPage-module__j521Ea__heroContent{z-index:1;max-width:900px;position:relative}.DoctorsPage-module__j521Ea__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.DoctorsPage-module__j521Ea__subtitle{color:#555;font-size:1.35rem;line-height:1.6}.DoctorsPage-module__j521Ea__section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.DoctorsPage-module__j521Ea__doctorsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.DoctorsPage-module__j521Ea__card{background:#fff;border:1px solid #0f172a0d;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000005}.DoctorsPage-module__j521Ea__card:hover{border-color:#315aa826;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px #315aa80f}.DoctorsPage-module__j521Ea__imageWrapper{background:#f8fafc;width:100%;height:340px;position:relative;overflow:hidden}.DoctorsPage-module__j521Ea__image{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.DoctorsPage-module__j521Ea__card:hover .DoctorsPage-module__j521Ea__image{transform:scale(1.03)}.DoctorsPage-module__j521Ea__cardBody{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.DoctorsPage-module__j521Ea__name{color:#0f172a;margin-bottom:.5rem;font-size:1.35rem;font-weight:700;transition:color .3s}.DoctorsPage-module__j521Ea__card:hover .DoctorsPage-module__j521Ea__name{color:var(--primary)}.DoctorsPage-module__j521Ea__role{color:#64748b;flex-grow:1;margin-bottom:1.75rem;font-size:.925rem;line-height:1.5}.DoctorsPage-module__j521Ea__viewProfileBtn{color:var(--primary);background:0 0;border:1px solid #315aa833;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.DoctorsPage-module__j521Ea__card:hover .DoctorsPage-module__j521Ea__viewProfileBtn{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:768px){.DoctorsPage-module__j521Ea__heroWrapper{padding:6rem 1.5rem 3rem}.DoctorsPage-module__j521Ea__section{padding:4rem 1.5rem}.DoctorsPage-module__j521Ea__doctorsGrid{gap:2rem}}
.DoctorProfile-module__NuRHSq__heroWrapper{background-color:var(--bg-gray);padding:3rem 2.5rem 0;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,#315aa80f 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,#315aa80a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-20%;right:-15%}.DoctorProfile-module__NuRHSq__profileSection{z-index:1;background-color:var(--white);border-radius:32px;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.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 #0f172a0d;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:var(--bg-gray);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:var(--primary);background:#315aa80d;border:1px solid #315aa81a;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:var(--primary);border-radius:50%;width:6px;height:6px}.DoctorProfile-module__NuRHSq__profileName{color:var(--text-black);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.DoctorProfile-module__NuRHSq__bio{color:#555;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.DoctorProfile-module__NuRHSq__bio p{margin-bottom:1rem}.DoctorProfile-module__NuRHSq__ctaBtn{background:var(--primary);color:#fff;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{background:#25447e;transform:translateY(-2px);box-shadow:0 10px 30px #315aa833}@media (max-width:768px){.DoctorProfile-module__NuRHSq__heroWrapper{padding:6rem 1.5rem 0}.DoctorProfile-module__NuRHSq__profileSection{border-radius:24px;padding:4rem 1.5rem}.DoctorProfile-module__NuRHSq__profileGrid{grid-template-columns:1fr;gap:2rem}.DoctorProfile-module__NuRHSq__imageContainer{max-width:300px;margin:0 auto}.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:var(--primary);text-decoration:underline}.DoctorProfile-module__NuRHSq__postContent img{border-radius:12px;max-width:100%;margin:1.5rem 0}.DoctorProfile-module__NuRHSq__postContent blockquote{border-left:3px solid var(--primary);color:#64748b;margin:1.5rem 0;padding-left:1.25rem;font-style:italic}
.InternationalPage-module__F5bbRq__heroWrapper{background-color:var(--bg-gray);padding:3rem 2.5rem 0}.InternationalPage-module__F5bbRq__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}.InternationalPage-module__F5bbRq__heroBackground{pointer-events:none;z-index:0;position:absolute;inset:0}.InternationalPage-module__F5bbRq__gradientOrb1{filter:blur(40px);background:radial-gradient(circle,#315aa814 0%,#fff0 70%);border-radius:50%;width:50vw;height:50vw;animation:10s ease-in-out infinite InternationalPage-module__F5bbRq__float;position:absolute;top:-20%;left:-10%}.InternationalPage-module__F5bbRq__gradientOrb2{filter:blur(40px);background:radial-gradient(circle,#315aa80f 0%,#fff0 70%);border-radius:50%;width:40vw;height:40vw;animation:8s ease-in-out infinite reverse InternationalPage-module__F5bbRq__float;position:absolute;bottom:-20%;right:-10%}@keyframes InternationalPage-module__F5bbRq__float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}.InternationalPage-module__F5bbRq__heroContent{z-index:1;max-width:900px;position:relative}.InternationalPage-module__F5bbRq__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}.InternationalPage-module__F5bbRq__badgeDot{background-color:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite InternationalPage-module__F5bbRq__pulse}@keyframes InternationalPage-module__F5bbRq__pulse{0%{box-shadow:0 0 #315aa866}70%{box-shadow:0 0 0 6px #315aa800}to{box-shadow:0 0 #315aa800}}.InternationalPage-module__F5bbRq__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.15}.InternationalPage-module__F5bbRq__subtitle{color:#555;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.InternationalPage-module__F5bbRq__heroTags{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.InternationalPage-module__F5bbRq__heroTag{color:#444;background:#315aa808;border:1px solid #0000000d;border-radius:10px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500}.InternationalPage-module__F5bbRq__heroCta{background-color:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1.1rem 2.2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #315aa833}.InternationalPage-module__F5bbRq__heroCta:hover{background-color:#25447e;transform:translateY(-2px);box-shadow:0 12px 24px #315aa84d}.InternationalPage-module__F5bbRq__section{max-width:1250px;margin:0 auto;padding:6rem 2rem}.InternationalPage-module__F5bbRq__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.InternationalPage-module__F5bbRq__sectionTitle{color:var(--text-black);margin-bottom:1.2rem;font-size:3rem;font-weight:700;line-height:1.2}.InternationalPage-module__F5bbRq__sectionSubtitle{color:#555;font-size:1.2rem;line-height:1.6}.InternationalPage-module__F5bbRq__cairoGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.InternationalPage-module__F5bbRq__whyCairoDesc{color:#555;margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.InternationalPage-module__F5bbRq__cairoClosing{color:var(--primary);border-left:4px solid var(--primary);margin-top:2.5rem;padding-left:1.5rem;font-size:1.1rem;font-weight:600;line-height:1.7}[dir=rtl] .InternationalPage-module__F5bbRq__cairoClosing{border-left:none;border-right:4px solid var(--primary);padding-left:0;padding-right:1.5rem}.InternationalPage-module__F5bbRq__advantagesBox{background:var(--white);border:1px solid #0000000a;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #00000008}.InternationalPage-module__F5bbRq__advantageHeading{color:var(--text-black);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.InternationalPage-module__F5bbRq__advantageList{flex-direction:column;gap:1.2rem;display:flex}.InternationalPage-module__F5bbRq__advantageItem{align-items:flex-start;gap:1rem;display:flex}.InternationalPage-module__F5bbRq__advantageIcon{color:var(--primary);background:#315aa80d;border-radius:50%;flex-shrink:0;padding:6px}.InternationalPage-module__F5bbRq__advantageText{color:#444;font-size:1.05rem;font-weight:500;line-height:1.5}.InternationalPage-module__F5bbRq__featuresGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.InternationalPage-module__F5bbRq__gridCardWrapper{width:100%;height:100%;display:flex}.InternationalPage-module__F5bbRq__featureCard{background:var(--white);border:1px solid #0000000a;border-radius:24px;flex-direction:column;width:100%;padding:3rem 2.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000008}.InternationalPage-module__F5bbRq__featureCard:hover{border-color:#315aa826;transform:translateY(-5px);box-shadow:0 15px 40px #315aa814}.InternationalPage-module__F5bbRq__featureCardHeader{align-items:center;gap:1.2rem;margin-bottom:1.5rem;display:flex}.InternationalPage-module__F5bbRq__featureCardIcon{color:var(--primary);background:#315aa80f;border-radius:16px;justify-content:center;align-items:center;padding:12px;display:flex}.InternationalPage-module__F5bbRq__featureCardTitle{color:var(--text-black);font-size:1.4rem;font-weight:700}.InternationalPage-module__F5bbRq__featureCardDesc{color:#555;white-space:pre-line;font-size:1.05rem;line-height:1.7}.InternationalPage-module__F5bbRq__timelineWrapper{margin-top:4rem;position:relative}.InternationalPage-module__F5bbRq__timelineColumn{flex-direction:column;gap:4rem;display:flex}.InternationalPage-module__F5bbRq__timelineGroup{position:relative}.InternationalPage-module__F5bbRq__timelineGroupHeader{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;background:#315aa80f;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:1.4rem;font-weight:800;display:inline-block}.InternationalPage-module__F5bbRq__timelineStepsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.InternationalPage-module__F5bbRq__stepCard{background:var(--white);border:1px solid #00000008;border-radius:20px;flex-direction:column;width:100%;padding:2.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 25px #00000005}.InternationalPage-module__F5bbRq__stepCard:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000000f}.InternationalPage-module__F5bbRq__stepHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.2rem;display:flex}.InternationalPage-module__F5bbRq__stepBadge{color:var(--primary);background:#315aa80d;border-radius:8px;padding:.4rem .8rem;font-size:.85rem;font-weight:700}.InternationalPage-module__F5bbRq__stepTitle{color:var(--text-black);font-size:1.25rem;font-weight:700;line-height:1.4}.InternationalPage-module__F5bbRq__stepDesc{color:#555;white-space:pre-line;font-size:1rem;line-height:1.6}.InternationalPage-module__F5bbRq__itineraryContainer{background:var(--white);border:1px solid #0000000a;border-radius:32px;margin-top:3rem;padding:3rem;box-shadow:0 15px 45px #00000008}.InternationalPage-module__F5bbRq__itineraryTabs{border-bottom:1px solid #eee;justify-content:center;gap:1rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.InternationalPage-module__F5bbRq__itineraryTab{color:#777;cursor:pointer;background:0 0;border:none;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:700;transition:all .3s;position:relative}.InternationalPage-module__F5bbRq__itineraryTabActive{color:var(--primary)}.InternationalPage-module__F5bbRq__itineraryTabActive:after{content:"";background-color:var(--primary);border-radius:2px;height:4px;position:absolute;bottom:-1rem;left:0;right:0}.InternationalPage-module__F5bbRq__itinerarySchedule{flex-direction:column;gap:2rem;display:flex}.InternationalPage-module__F5bbRq__itinerarySlot{border-bottom:1px solid #f5f5f5;grid-template-columns:250px 1fr;gap:3rem;padding-bottom:2rem;display:grid}.InternationalPage-module__F5bbRq__itinerarySlot:last-child{border-bottom:none;padding-bottom:0}.InternationalPage-module__F5bbRq__slotTime{color:var(--primary);align-items:center;gap:.8rem;font-size:1.15rem;font-weight:700;display:flex}.InternationalPage-module__F5bbRq__slotContent{flex-direction:column;gap:.5rem;display:flex}.InternationalPage-module__F5bbRq__slotTitle{color:var(--text-black);font-size:1.25rem;font-weight:700}.InternationalPage-module__F5bbRq__slotText{color:#555;white-space:pre-line;font-size:1.05rem;line-height:1.6}.InternationalPage-module__F5bbRq__itineraryFooter{text-align:center;color:#666;background-color:var(--bg-gray);border-radius:16px;margin-top:3rem;padding:1.2rem;font-size:1rem;font-weight:500}.InternationalPage-module__F5bbRq__travelGrid{grid-template-columns:1.1fr .9fr;gap:4rem;margin-top:3rem;display:grid}.InternationalPage-module__F5bbRq__travelCard{background:var(--white);border:1px solid #0000000a;border-radius:28px;flex-direction:column;width:100%;height:100%;padding:3rem;display:flex;box-shadow:0 10px 30px #00000008}.InternationalPage-module__F5bbRq__travelCardTitle{color:var(--text-black);align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.8rem;font-weight:700;display:flex}.InternationalPage-module__F5bbRq__travelCardSubtitle{color:var(--text-black);margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.InternationalPage-module__F5bbRq__addressText{color:#444;background:var(--bg-gray);border-left:3px solid var(--primary);border-radius:12px;margin-bottom:2.5rem;padding:1.2rem;font-size:1.1rem;font-weight:500;line-height:1.6}[dir=rtl] .InternationalPage-module__F5bbRq__addressText{border-left:none;border-right:3px solid var(--primary)}.InternationalPage-module__F5bbRq__routesList{flex-direction:column;gap:2rem;display:flex}.InternationalPage-module__F5bbRq__routeItem{flex-direction:column;gap:.6rem;display:flex}.InternationalPage-module__F5bbRq__routeTitle{color:var(--text-black);font-size:1.2rem;font-weight:700}.InternationalPage-module__F5bbRq__routeDesc{color:#555;white-space:pre-line;font-size:1rem;line-height:1.6}.InternationalPage-module__F5bbRq__stayIntro{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.InternationalPage-module__F5bbRq__hotelCategory{margin-bottom:2rem}.InternationalPage-module__F5bbRq__hotelCategory:last-of-type{margin-bottom:2.5rem}.InternationalPage-module__F5bbRq__hotelCategoryName{color:var(--primary);border-bottom:2px solid #315aa81a;margin-bottom:1rem;padding-bottom:.4rem;font-size:1.2rem;font-weight:700}.InternationalPage-module__F5bbRq__hotelList{flex-direction:column;gap:1rem;display:flex}.InternationalPage-module__F5bbRq__hotelItem{color:#444;align-items:flex-start;gap:.8rem;padding:.5rem 0;font-size:1.05rem;line-height:1.5;display:flex}.InternationalPage-module__F5bbRq__hotelBullet{color:var(--primary);font-size:1.2rem;font-weight:700;line-height:1}.InternationalPage-module__F5bbRq__stayClosing{color:#666;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.InternationalPage-module__F5bbRq__costIntro{text-align:center;color:#555;max-width:900px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.7}.InternationalPage-module__F5bbRq__tableContainer{background:var(--white);border:1px solid #0000000a;border-radius:24px;margin-bottom:3rem;overflow-x:auto;box-shadow:0 10px 40px #00000008}.InternationalPage-module__F5bbRq__costTable{border-collapse:collapse;text-align:left;width:100%;min-width:700px}[dir=rtl] .InternationalPage-module__F5bbRq__costTable{text-align:right}.InternationalPage-module__F5bbRq__th{background-color:var(--bg-gray);color:var(--text-black);border-bottom:2px solid #eee;padding:1.5rem 2rem;font-size:1.1rem;font-weight:700}.InternationalPage-module__F5bbRq__td{color:#444;vertical-align:middle;border-bottom:1px solid #eee;padding:1.5rem 2rem;font-size:1.05rem}.InternationalPage-module__F5bbRq__tr:last-child .InternationalPage-module__F5bbRq__td{border-bottom:none}.InternationalPage-module__F5bbRq__trHighlight{background-color:#315aa808}.InternationalPage-module__F5bbRq__trHighlight .InternationalPage-module__F5bbRq__td{font-weight:600}.InternationalPage-module__F5bbRq__trHighlight .InternationalPage-module__F5bbRq__td:first-child{color:var(--primary)}.InternationalPage-module__F5bbRq__costFooter{text-align:center;color:#555;background-color:#315aa80a;border-radius:20px;max-width:800px;margin:0 auto 3rem;padding:1.5rem 2rem;font-size:1.1rem;font-weight:500;line-height:1.7}.InternationalPage-module__F5bbRq__costActions{text-align:center}.InternationalPage-module__F5bbRq__proceduresGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.InternationalPage-module__F5bbRq__procedureCard{background:var(--white);border:1px solid #0000000a;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000008}.InternationalPage-module__F5bbRq__procedureCard:hover{transform:translateY(-5px);box-shadow:0 15px 35px #315aa812}.InternationalPage-module__F5bbRq__procMain{flex-direction:column;gap:1rem;display:flex}.InternationalPage-module__F5bbRq__procTitle{color:var(--text-black);font-size:1.4rem;font-weight:700}.InternationalPage-module__F5bbRq__procDesc{color:#555;font-size:1rem;line-height:1.65}.InternationalPage-module__F5bbRq__procNote{color:var(--primary);border-left:3px solid var(--primary);background-color:#315aa80d;border-radius:12px;margin-top:1.5rem;padding:1rem;font-size:.95rem;font-weight:600;line-height:1.5}[dir=rtl] .InternationalPage-module__F5bbRq__procNote{border-left:none;border-right:3px solid var(--primary)}.InternationalPage-module__F5bbRq__faqsList{flex-direction:column;gap:1rem;max-width:900px;margin:3rem auto 0;display:flex}.InternationalPage-module__F5bbRq__faqItem{background:var(--white);border:1px solid #0000000a;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000005}.InternationalPage-module__F5bbRq__faqQuestion{text-align:left;width:100%;color:var(--text-black);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.15rem;font-weight:700;transition:all .3s;display:flex}[dir=rtl] .InternationalPage-module__F5bbRq__faqQuestion{text-align:right}.InternationalPage-module__F5bbRq__faqQuestion:hover{color:var(--primary);background-color:#315aa805}.InternationalPage-module__F5bbRq__faqIcon{color:var(--primary);flex-shrink:0;margin-left:1rem;transition:transform .3s}[dir=rtl] .InternationalPage-module__F5bbRq__faqIcon{margin-left:0;margin-right:1rem}.InternationalPage-module__F5bbRq__faqIconRotated{transform:rotate(180deg)}.InternationalPage-module__F5bbRq__faqAnswer{color:#555;max-height:0;padding:0 2rem;font-size:1.05rem;line-height:1.65;transition:max-height .3s,padding .3s;overflow:hidden}.InternationalPage-module__F5bbRq__faqAnswerOpen{border-top:1px solid #f5f5f5;max-height:1000px;padding:1.5rem 2rem 1.8rem}@media (max-width:1024px){.InternationalPage-module__F5bbRq__title{font-size:3rem}.InternationalPage-module__F5bbRq__cairoGrid{grid-template-columns:1fr;gap:3rem}.InternationalPage-module__F5bbRq__featuresGrid{grid-template-columns:1fr}.InternationalPage-module__F5bbRq__travelGrid{grid-template-columns:1fr;gap:3rem}.InternationalPage-module__F5bbRq__sectionTitle{font-size:2.5rem}}@media (max-width:768px){.InternationalPage-module__F5bbRq__heroWrapper{padding:2rem 1rem 0}.InternationalPage-module__F5bbRq__hero{border-radius:20px;padding:6rem 1rem 3rem}.InternationalPage-module__F5bbRq__title{font-size:2.2rem}.InternationalPage-module__F5bbRq__subtitle{font-size:1.1rem}.InternationalPage-module__F5bbRq__heroTags{gap:.5rem}.InternationalPage-module__F5bbRq__heroTag{padding:.5rem 1rem;font-size:.85rem}.InternationalPage-module__F5bbRq__section{padding:4rem 1.2rem}.InternationalPage-module__F5bbRq__sectionTitle{font-size:2rem}.InternationalPage-module__F5bbRq__itineraryContainer{border-radius:20px;padding:1.5rem}.InternationalPage-module__F5bbRq__itineraryTabs{flex-wrap:wrap;gap:.5rem}.InternationalPage-module__F5bbRq__itineraryTab{padding:.5rem 1rem;font-size:1rem}.InternationalPage-module__F5bbRq__itinerarySlot{grid-template-columns:1fr;gap:1rem}.InternationalPage-module__F5bbRq__travelCard{border-radius:20px;padding:1.5rem}.InternationalPage-module__F5bbRq__tableContainer{border-radius:16px}.InternationalPage-module__F5bbRq__th,.InternationalPage-module__F5bbRq__td{padding:1rem 1.2rem;font-size:.95rem}.InternationalPage-module__F5bbRq__proceduresGrid{grid-template-columns:1fr}.InternationalPage-module__F5bbRq__procedureCard{border-radius:20px;padding:1.5rem}.InternationalPage-module__F5bbRq__faqQuestion{padding:1.2rem 1.5rem;font-size:1.05rem}.InternationalPage-module__F5bbRq__faqAnswer{padding:0 1.5rem;font-size:.95rem}.InternationalPage-module__F5bbRq__faqAnswerOpen{padding:1rem 1.5rem 1.2rem}}
.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;white-space:pre-line;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}}
.Suitability-module__PJIj4q__suitabilitySection{background-color:var(--white);border-radius:2.5rem;max-width:1350px;margin:3rem auto;padding:5rem 4rem;overflow:hidden;box-shadow:0 15px 50px #00000008}.Suitability-module__PJIj4q__container{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:5rem;display:grid}.Suitability-module__PJIj4q__formArea{flex-direction:column;display:flex}.Suitability-module__PJIj4q__title{color:var(--text-black);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.8rem;font-weight:700;line-height:1.15}.Suitability-module__PJIj4q__description{color:#555;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.Suitability-module__PJIj4q__form{flex-direction:column;gap:2rem;display:flex}.Suitability-module__PJIj4q__formGroup{flex-direction:column;gap:.75rem;display:flex}.Suitability-module__PJIj4q__label{color:var(--text-black);align-items:center;font-size:.95rem;font-weight:700;display:flex}.Suitability-module__PJIj4q__gridTwoColumns{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Suitability-module__PJIj4q__pillContainer{flex-wrap:wrap;gap:.75rem;display:flex}.Suitability-module__PJIj4q__pillBtn{background-color:var(--white);color:#555;cursor:pointer;border:1.5px solid #00000014;border-radius:2rem;outline:none;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.Suitability-module__PJIj4q__pillBtn:hover{border-color:var(--primary);color:var(--primary);background-color:#315aa805;transform:translateY(-1px)}.Suitability-module__PJIj4q__pillSelected{box-shadow:0 4px 12px #315aa833;background-color:var(--primary)!important;border-color:var(--primary)!important;color:var(--white)!important}.Suitability-module__PJIj4q__ageContainer{gap:.5rem}.Suitability-module__PJIj4q__ageContainer .Suitability-module__PJIj4q__pillBtn{padding:.5rem 1rem;font-size:.85rem}.Suitability-module__PJIj4q__input,.Suitability-module__PJIj4q__select{background:var(--bg-gray);width:100%;color:var(--text-black);border:1.5px solid #00000014;border-radius:.85rem;outline:none;padding:.95rem 1.25rem;font-family:inherit;font-size:.95rem;transition:all .25s}.Suitability-module__PJIj4q__input:focus,.Suitability-module__PJIj4q__select:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #315aa81a}.Suitability-module__PJIj4q__select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:3rem}[dir=rtl] .Suitability-module__PJIj4q__select{background-position:1.25rem;padding-left:3rem;padding-right:1.25rem}.Suitability-module__PJIj4q__privacyText{color:#666;margin-top:.5rem;font-size:.85rem;line-height:1.5}.Suitability-module__PJIj4q__privacyLink{color:var(--primary);margin:0 4px;font-weight:500;text-decoration:underline}.Suitability-module__PJIj4q__submitBtn{background-color:var(--primary);color:var(--white);cursor:pointer;text-align:center;border:none;border-radius:.85rem;padding:1.1rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #315aa826}.Suitability-module__PJIj4q__submitBtn:hover{background-color:var(--text-black);transform:translateY(-2px);box-shadow:0 12px 30px #00000026}.Suitability-module__PJIj4q__submitBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.Suitability-module__PJIj4q__successBox{color:#16a34a;background-color:#22c55e14;border:1.5px solid #22c55e33;border-radius:.85rem;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.Suitability-module__PJIj4q__successIcon{flex-shrink:0}.Suitability-module__PJIj4q__errorBox{color:#dc2626;background-color:#ef444414;border:1.5px solid #ef444433;border-radius:.85rem;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.Suitability-module__PJIj4q__errorIcon{flex-shrink:0}.Suitability-module__PJIj4q__visualArea{align-items:stretch;display:flex;position:relative}.Suitability-module__PJIj4q__visualWrapper{background:var(--bg-gray);border-radius:2rem;align-items:stretch;width:100%;height:100%;min-height:550px;display:flex;position:relative;overflow:hidden}.Suitability-module__PJIj4q__glassBackground{z-index:1;background:linear-gradient(135deg,#fff6 0%,#ffffff26 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Suitability-module__PJIj4q__imageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.Suitability-module__PJIj4q__diagnosticsImg{object-fit:cover;object-position:center;transition:transform .8s}.Suitability-module__PJIj4q__visualWrapper:hover .Suitability-module__PJIj4q__diagnosticsImg{transform:scale(1.03)}.Suitability-module__PJIj4q__floatingIndicator{-webkit-backdrop-filter:blur(16px);z-index:10;background:#ffffffd9;border:1px solid #ffffff80;border-radius:1.25rem;align-items:center;gap:1rem;max-width:85%;padding:1rem 1.5rem;display:flex;position:absolute;bottom:2.5rem;left:2.5rem;box-shadow:0 15px 35px #00000014}[dir=rtl] .Suitability-module__PJIj4q__floatingIndicator{left:auto;right:2.5rem}.Suitability-module__PJIj4q__pulseDot{background-color:var(--primary);border-radius:50%;flex-shrink:0;width:10px;height:10px;position:relative}.Suitability-module__PJIj4q__pulseDot:after{content:"";border:2px solid var(--primary);opacity:0;border-radius:50%;width:20px;height:20px;animation:2s ease-out infinite Suitability-module__PJIj4q__pulseRipple;position:absolute;top:-5px;left:-5px}@keyframes Suitability-module__PJIj4q__pulseRipple{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.Suitability-module__PJIj4q__indicatorLabel{color:var(--text-black);font-size:.95rem;font-weight:700;line-height:1.2;display:block}.Suitability-module__PJIj4q__indicatorSub{color:#666;margin-top:2px;font-size:.8rem;display:block}@media (max-width:1200px){.Suitability-module__PJIj4q__container{gap:3rem}.Suitability-module__PJIj4q__suitabilitySection{padding:4rem 3rem}}@media (max-width:992px){.Suitability-module__PJIj4q__container{grid-template-columns:1fr;gap:4rem}.Suitability-module__PJIj4q__visualArea,.Suitability-module__PJIj4q__visualWrapper{min-height:400px}}@media (max-width:768px){.Suitability-module__PJIj4q__suitabilitySection{border-radius:1.5rem;margin:2rem 1rem;padding:3rem 1.5rem}.Suitability-module__PJIj4q__title{font-size:2.2rem}.Suitability-module__PJIj4q__gridTwoColumns{grid-template-columns:1fr;gap:1.5rem}.Suitability-module__PJIj4q__floatingIndicator{bottom:1.5rem;left:1.5rem}[dir=rtl] .Suitability-module__PJIj4q__floatingIndicator{right:1.5rem}}
