.Media-module__06gG3G__container{direction:rtl;width:100%;padding:2rem}.Media-module__06gG3G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Media-module__06gG3G__headerTitle{align-items:center;gap:.75rem;display:flex}.Media-module__06gG3G__headerTitle h1{color:var(--dash-text);margin:0;font-size:1.75rem;font-weight:800}.Media-module__06gG3G__headerSubtitle{color:var(--dash-text-muted);margin-top:.25rem;font-size:.9rem}.Media-module__06gG3G__noAltText{color:#f59e0b;font-weight:600}.Media-module__06gG3G__allDescribed{color:#10b981;font-weight:600}.Media-module__06gG3G__icon{color:var(--color-primary)}.Media-module__06gG3G__uploadLabel{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex}.Media-module__06gG3G__uploadLabel:hover{background-color:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Media-module__06gG3G__alert{border-radius:var(--radius-xl);color:#92400e;background-color:#fffbeb;border:1px solid #fef3c7;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.Media-module__06gG3G__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.Media-module__06gG3G__assetCard{background-color:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--radius-xl);transition:all var(--transition-normal);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.Media-module__06gG3G__assetCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-4px)}.Media-module__06gG3G__imageWrapper{aspect-ratio:1;background-color:var(--dash-bg);position:relative}.Media-module__06gG3G__imageWrapper img{object-fit:cover}.Media-module__06gG3G__placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Media-module__06gG3G__warningBadge{color:#fff;width:20px;height:20px;box-shadow:var(--shadow-sm);background-color:#f59e0b;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.Media-module__06gG3G__colorBadge{width:16px;height:16px;box-shadow:var(--shadow-sm);border:2px solid #fff;border-radius:50%;position:absolute;bottom:.75rem;right:.75rem}.Media-module__06gG3G__overlay{background:0 0;transition:background .2s;position:absolute;inset:0}.Media-module__06gG3G__assetCard:hover .Media-module__06gG3G__overlay{background:#0000001a}.Media-module__06gG3G__cardBody{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.Media-module__06gG3G__assetLabel{color:var(--dash-text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.Media-module__06gG3G__noLabel{color:var(--dash-text-muted);font-style:italic}.Media-module__06gG3G__assetMeta{color:var(--dash-text-muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.Media-module__06gG3G__cardActions{gap:.5rem;margin-top:auto;display:flex}.Media-module__06gG3G__btnCopy{background-color:var(--dash-bg);color:var(--dash-text);border:1px solid var(--dash-border);border-radius:var(--radius-lg);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.Media-module__06gG3G__btnCopy:hover{background-color:var(--dash-surface);border-color:var(--color-primary);color:var(--color-primary)}.Media-module__06gG3G__btnDelete{color:#ef4444;background-color:var(--dash-bg);border:1px solid var(--dash-border);border-radius:var(--radius-lg);cursor:pointer;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Media-module__06gG3G__btnDelete:hover{background-color:#fef2f2;border-color:#fee2e2}.Media-module__06gG3G__emptyState{text-align:center;color:var(--dash-text-muted);background-color:var(--dash-surface);border:2px dashed var(--dash-border);border-radius:var(--radius-xl);padding:5rem 2rem}.Media-module__06gG3G__emptyIcon{color:var(--dash-border);margin-bottom:1.5rem}.Media-module__06gG3G__modalOverlay{z-index:100;backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;animation:.3s ease-out Media-module__06gG3G__fadeIn;display:flex;position:fixed;inset:0}@keyframes Media-module__06gG3G__fadeIn{0%{opacity:0}to{opacity:1}}.Media-module__06gG3G__modal{background-color:var(--dash-surface);border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:var(--shadow-xl);padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) Media-module__06gG3G__scaleUp}@keyframes Media-module__06gG3G__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Media-module__06gG3G__modal h2{color:var(--dash-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.Media-module__06gG3G__modal p{color:var(--dash-text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Media-module__06gG3G__fileName{color:var(--dash-text);background-color:var(--dash-bg);border-radius:var(--radius-sm);border:1px solid var(--dash-border);padding:.2rem .4rem;font-family:monospace;font-weight:700}.Media-module__06gG3G__modalInput{background-color:var(--dash-bg);border:1px solid var(--dash-border);border-radius:var(--radius-lg);width:100%;color:var(--dash-text);margin-bottom:1.5rem;padding:.875rem 1.25rem;font-size:.95rem;transition:border-color .2s}.Media-module__06gG3G__modalInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.Media-module__06gG3G__modalActions{justify-content:flex-end;gap:.75rem;display:flex}.Media-module__06gG3G__btnPrimary{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex}.Media-module__06gG3G__btnPrimary:hover{background-color:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Media-module__06gG3G__btnSecondary{background-color:var(--dash-surface);color:var(--dash-text);border:1px solid var(--dash-border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex}.Media-module__06gG3G__btnSecondary:hover{background-color:var(--dash-bg);border-color:var(--color-primary);color:var(--color-primary)}@media (max-width:640px){.Media-module__06gG3G__header{flex-direction:column;align-items:flex-start;gap:1rem}.Media-module__06gG3G__grid{grid-template-columns:repeat(2,1fr)}}.Media-module__06gG3G__pagination{border-top:1px solid var(--dash-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 0 .5rem;display:flex}.Media-module__06gG3G__paginationBtn{border:1px solid var(--dash-border);border-radius:var(--radius-lg);background-color:var(--dash-surface);color:var(--dash-text);cursor:pointer;transition:all var(--transition-normal);align-items:center;gap:.3rem;padding:.45rem .85rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}a.Media-module__06gG3G__paginationBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background-color:var(--dash-bg)}.Media-module__06gG3G__paginationBtnActive{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;cursor:default}.Media-module__06gG3G__paginationBtnDisabled{opacity:.45;cursor:not-allowed}.Media-module__06gG3G__paginationPages{align-items:center;gap:.35rem;display:flex}.Media-module__06gG3G__paginationEllipsis{color:var(--dash-text-muted);-webkit-user-select:none;user-select:none;padding:0 .2rem}.Media-module__06gG3G__paginationInfo{color:var(--dash-text-muted);white-space:nowrap;margin-inline-start:.75rem;font-size:.8rem}@media (max-width:640px){.Media-module__06gG3G__paginationInfo{text-align:center;order:3;width:100%;margin-inline-start:0}}
.OptimizedImage-module__i3PtSG__image{transition:opacity var(--transition-normal)}.OptimizedImage-module__i3PtSG__loading{opacity:0}.OptimizedImage-module__i3PtSG__loaded{opacity:1}.OptimizedImage-module__i3PtSG__fallback{background:var(--gray-100);color:var(--gray-400);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}
.ButtonGroup-module__8yVRkq__group{gap:var(--spacing-sm);flex-wrap:wrap;width:auto;display:flex}.ButtonGroup-module__8yVRkq__center{text-align:center;justify-content:center;margin-inline:auto}.ButtonGroup-module__8yVRkq__start{text-align:right;justify-content:flex-start}.ButtonGroup-module__8yVRkq__end{text-align:left;justify-content:flex-end}.ButtonGroup-module__8yVRkq__stackOnMobile{flex-direction:column;width:100%}@media (min-width:768px){.ButtonGroup-module__8yVRkq__stackOnMobile{flex-direction:row;width:auto}}
.NeuralCanvas-module__pvkDvq__canvas{z-index:0;pointer-events:none;background-color:#0000;width:100%;height:100%;position:absolute;top:0;left:0}
.Card-module__si82nG__card{border-radius:var(--cms-card-radius,var(--radius-3xl));background:var(--cms-card-bg,transparent);box-shadow:var(--cms-card-shadow,none);border:var(--cms-card-border,none);-webkit-backdrop-filter:var(--cms-card-blur,none);flex-direction:column;height:100%;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.Card-module__si82nG__center{text-align:center;align-items:center}.Card-module__si82nG__bg-white{background:var(--cms-card-bg,var(--white));border:var(--cms-card-border,1px solid var(--gray-200));box-shadow:var(--cms-card-shadow,var(--shadow-sm))}.Card-module__si82nG__bg-glass{background:var(--cms-card-bg,var(--card-glass-bg));-webkit-backdrop-filter:var(--cms-card-blur,blur(var(--card-glass-blur)));border:var(--cms-card-border,1px solid var(--card-glass-border));box-shadow:var(--cms-card-shadow,var(--shadow-md))}.Card-module__si82nG__bg-dark-gradient{background:var(--gradient-blue);color:var(--white);border:1px solid var(--card-glass-border)}.Card-module__si82nG__preset-service,.Card-module__si82nG__preset-feature{text-align:right;align-items:flex-start;padding:clamp(1.5rem,3vw,2.5rem)}.Card-module__si82nG__preset-stat{text-align:center;justify-content:center;align-items:center;padding:2rem}.Card-module__si82nG__preset-emergency{border-left:4px solid #ef4444;padding:2rem}.Card-module__si82nG__preset-testimonial{text-align:right;padding:3.5rem 2.5rem 2.5rem}.Card-module__si82nG__interactive:hover{transform:translateY(-8px)}.Card-module__si82nG__bg-white.Card-module__si82nG__interactive:hover{border-color:var(--blue-400);box-shadow:var(--cms-card-shadow-hover,var(--shadow-md))}.Card-module__si82nG__bg-glass.Card-module__si82nG__interactive:hover{box-shadow:var(--cms-card-shadow-hover,var(--shadow-lg));background:#ffffff1f;border-color:#fff3}.Card-module__si82nG__iconWrapper{color:var(--yellow-500);margin-bottom:1.5rem;transition:all .4s;display:inline-flex}.Card-module__si82nG__floatWrapper{justify-content:center;align-items:center;animation:4s ease-in-out infinite Card-module__si82nG__float;display:flex}@keyframes Card-module__si82nG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Card-module__si82nG__title{font-family:var(--font-accent);font-size:var(--card-title-size);font-weight:var(--card-title-weight);line-height:var(--line-height-tight);color:var(--gray-900);margin-bottom:1rem}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__title{color:var(--white)}[data-theme=dark] .Card-module__si82nG__title{color:var(--white)}.Card-module__si82nG__body{font-size:var(--card-body-size);line-height:var(--card-body-lh);color:var(--gray-600)}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__body{color:var(--blue-50);opacity:.9}[data-theme=dark] .Card-module__si82nG__body{color:var(--blue-50)}.Card-module__si82nG__statWrapper{flex-direction:column;gap:.5rem;display:flex}.Card-module__si82nG__statNumber{font-size:var(--font-size-4xl);color:var(--blue-700);font-weight:950;line-height:1}.Card-module__si82nG__color-blue .Card-module__si82nG__statNumber{color:#1e40af}.Card-module__si82nG__color-emerald .Card-module__si82nG__statNumber{color:#10b981}.Card-module__si82nG__color-gold .Card-module__si82nG__statNumber{color:#f59e0b}.Card-module__si82nG__color-indigo .Card-module__si82nG__statNumber{color:#6366f1}.Card-module__si82nG__color-rose .Card-module__si82nG__statNumber{color:#ef4444}.Card-module__si82nG__card.Card-module__si82nG__color-blue{border-top:4px solid #1e40af}.Card-module__si82nG__card.Card-module__si82nG__color-emerald{border-top:4px solid #10b981}.Card-module__si82nG__card.Card-module__si82nG__color-gold{border-top:4px solid #f59e0b}.Card-module__si82nG__card.Card-module__si82nG__color-indigo{border-top:4px solid #6366f1}.Card-module__si82nG__card.Card-module__si82nG__color-rose{border-top:4px solid #ef4444}.Card-module__si82nG__card.Card-module__si82nG__color-blue.Card-module__si82nG__interactive:hover{border-color:#3b82f6;box-shadow:0 15px 30px #1e40af26,0 0 15px #3b82f633}.Card-module__si82nG__card.Card-module__si82nG__color-emerald.Card-module__si82nG__interactive:hover{border-color:#34d399;box-shadow:0 15px 30px #10b98126,0 0 15px #34d39933}.Card-module__si82nG__card.Card-module__si82nG__color-gold.Card-module__si82nG__interactive:hover{border-color:#fbbf24;box-shadow:0 15px 30px #f59e0b26,0 0 15px #fbbf2433}.Card-module__si82nG__card.Card-module__si82nG__color-indigo.Card-module__si82nG__interactive:hover{border-color:#818cf8;box-shadow:0 15px 30px #6366f126,0 0 15px #818cf833}.Card-module__si82nG__card.Card-module__si82nG__color-rose.Card-module__si82nG__interactive:hover{border-color:#f87171;box-shadow:0 15px 30px #ef444426,0 0 15px #f8717133}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__statNumber{color:var(--yellow-400)}[data-theme=dark] .Card-module__si82nG__statNumber{color:var(--white)}[data-theme=dark] .Card-module__si82nG__color-blue .Card-module__si82nG__statNumber{color:#60a5fa}[data-theme=dark] .Card-module__si82nG__color-emerald .Card-module__si82nG__statNumber{color:#34d399}[data-theme=dark] .Card-module__si82nG__color-gold .Card-module__si82nG__statNumber{color:#fbbf24}[data-theme=dark] .Card-module__si82nG__color-indigo .Card-module__si82nG__statNumber{color:#818cf8}[data-theme=dark] .Card-module__si82nG__color-rose .Card-module__si82nG__statNumber{color:#f87171}[data-theme=dark] .Card-module__si82nG__card.Card-module__si82nG__color-blue{border-top-color:#60a5fa}[data-theme=dark] .Card-module__si82nG__card.Card-module__si82nG__color-emerald{border-top-color:#34d399}[data-theme=dark] .Card-module__si82nG__card.Card-module__si82nG__color-gold{border-top-color:#fbbf24}[data-theme=dark] .Card-module__si82nG__card.Card-module__si82nG__color-indigo{border-top-color:#818cf8}[data-theme=dark] .Card-module__si82nG__card.Card-module__si82nG__color-rose{border-top-color:#f87171}.Card-module__si82nG__statLabel{font-size:var(--font-size-lg);color:var(--gray-500);font-weight:700}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__statLabel{color:var(--white);opacity:.8}[data-theme=dark] .Card-module__si82nG__statLabel{color:var(--blue-50)}.Card-module__si82nG__urgent{position:relative}.Card-module__si82nG__urgent:before{content:"";background:#ef4444;border-radius:50%;width:10px;height:10px;animation:2s infinite Card-module__si82nG__pulse-red;position:absolute;top:1rem;left:1rem;box-shadow:0 0 10px #ef4444}@keyframes Card-module__si82nG__pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.Card-module__si82nG__ctaWrapper{margin-top:auto;padding-top:1.5rem}
.Badge-module__g-cF8q__badge{border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);white-space:nowrap;width:fit-content;transition:all var(--transition-normal);justify-content:center;align-items:center;padding:.4rem 1.25rem;display:inline-flex}.Badge-module__g-cF8q__primary{background:var(--blue-600);color:var(--white)}.Badge-module__g-cF8q__secondary{background:var(--primary-yellow);color:var(--blue-900)}.Badge-module__g-cF8q__glass{background:var(--glass-bg);backdrop-filter:blur(8px);color:var(--white);border:1px solid var(--glass-border)}.Badge-module__g-cF8q__light{background:var(--blue-50);color:var(--blue-600);padding:.5rem 1.5rem}.Badge-module__g-cF8q__gold{background:var(--gradient-yellow);color:var(--white);box-shadow:var(--shadow-yellow-light);border:none}
.SectionHeader-module__PTuujW__header{margin-bottom:var(--spacing-xl);width:100%;max-width:900px}.SectionHeader-module__PTuujW__animateIn{animation:.8s cubic-bezier(.16,1,.3,1) both SectionHeader-module__PTuujW__fadeInUp}@media (prefers-reduced-motion:reduce){.SectionHeader-module__PTuujW__animateIn{animation:none}}@keyframes SectionHeader-module__PTuujW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.SectionHeader-module__PTuujW__center{text-align:center;margin:0 auto}.SectionHeader-module__PTuujW__right{text-align:right;margin-left:auto}.SectionHeader-module__PTuujW__left{text-align:left;margin-right:auto}.SectionHeader-module__PTuujW__titleRow{grid-template-columns:1fr auto 1fr;align-items:center;gap:.2rem;width:100%;margin-bottom:2rem;display:grid}.SectionHeader-module__PTuujW__sideArea{display:flex}.SectionHeader-module__PTuujW__sideArea:first-child{justify-content:flex-end}.SectionHeader-module__PTuujW__badge{white-space:nowrap;flex-shrink:0;margin:0;transform:translateY(8px)}.SectionHeader-module__PTuujW__title{color:var(--cms-heading-color,var(--gray-900));text-align:center;margin:0;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:900;line-height:1.2;display:inline-block;position:relative}.SectionHeader-module__PTuujW__title:has(.SectionHeader-module__PTuujW__titleLink){cursor:pointer}.SectionHeader-module__PTuujW__title.SectionHeader-module__PTuujW__hasCustomColor,.SectionHeader-module__PTuujW__title.SectionHeader-module__PTuujW__hasCustomColor span,.SectionHeader-module__PTuujW__title.SectionHeader-module__PTuujW__hasCustomColor a{color:var(--custom-title-color)!important}.SectionHeader-module__PTuujW__dark .SectionHeader-module__PTuujW__title{color:var(--cms-heading-color,var(--white))}.SectionHeader-module__PTuujW__titleText{z-index:2;position:relative}.SectionHeader-module__PTuujW__titleLink{color:inherit;z-index:5;cursor:pointer;width:100%;text-decoration:none;transition:opacity .3s,transform .3s;display:block;position:relative;pointer-events:all!important}.SectionHeader-module__PTuujW__titleLink:hover{opacity:.8;transform:translateY(-2px)}.SectionHeader-module__PTuujW__center .SectionHeader-module__PTuujW__title:after{content:"";background:var(--gradient-yellow);border-radius:var(--radius-full);z-index:1;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.SectionHeader-module__PTuujW__right .SectionHeader-module__PTuujW__title:after{content:"";background:var(--gradient-yellow);border-radius:var(--radius-full);z-index:1;width:60px;height:4px;position:absolute;bottom:-10px;right:0}.SectionHeader-module__PTuujW__subtitle{color:var(--cms-copy-color,var(--gray-600));font-size:1.15rem;line-height:var(--line-height-relaxed);margin-top:var(--spacing-md);font-weight:400}.SectionHeader-module__PTuujW__subtitle.SectionHeader-module__PTuujW__hasCustomColor{color:var(--custom-subtitle-color)!important}.SectionHeader-module__PTuujW__dark .SectionHeader-module__PTuujW__subtitle{color:var(--cms-copy-color,var(--blue-50));opacity:.9}@media (max-width:768px){.SectionHeader-module__PTuujW__header{margin-bottom:var(--spacing-lg)}}
.ServicesGrid-module__0QJelG__philosophyCta{flex-direction:column;align-items:center;gap:1rem;display:flex}.ServicesGrid-module__0QJelG__ctaNote{color:var(--blue-700);font-size:1rem;font-weight:600}.ServicesGrid-module__0QJelG__requestItems{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.ServicesGrid-module__0QJelG__requestChip{background:var(--blue-700);color:var(--white);border-radius:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.ServicesGrid-module__0QJelG__symptomsList{flex-wrap:wrap;gap:.5rem;margin-top:1rem;margin-bottom:1rem;display:flex}.ServicesGrid-module__0QJelG__symptomTag{background:var(--yellow-100);color:var(--yellow-700);border:1px solid var(--yellow-300);border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.ServicesGrid-module__0QJelG__carouselWrapper{width:100%;position:relative}.ServicesGrid-module__0QJelG__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:default;-webkit-overflow-scrolling:touch;padding:1.5rem 0;padding-inline:1rem;scroll-padding-inline:1rem;overflow-x:auto}.ServicesGrid-module__0QJelG__carousel:focus-visible{outline:3px solid var(--blue-300);outline-offset:4px;border-radius:var(--radius-lg)}.ServicesGrid-module__0QJelG__carousel::-webkit-scrollbar{display:none}.ServicesGrid-module__0QJelG__innerCarousel{align-items:stretch;gap:0;width:max-content;min-width:100%;display:flex}.ServicesGrid-module__0QJelG__item{scroll-snap-align:center;flex:0 0 90vw;width:90vw;min-width:280px;padding:0 .5rem;display:flex}@media (min-width:768px){.ServicesGrid-module__0QJelG__carousel{padding-inline:0;padding:2rem 0}.ServicesGrid-module__0QJelG__item{flex:0 0 clamp(280px,45vw,450px);width:clamp(280px,45vw,450px);padding:0 1rem}}.ServicesGrid-module__0QJelG__link{color:inherit;width:100%;height:100%;text-decoration:none;display:block}.ServicesGrid-module__0QJelG__card{border-radius:var(--radius-3xl);background:var(--glass-bg-light);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border-light);height:100%;box-shadow:var(--cms-card-shadow,0 22px 48px #0f172a14);z-index:1;flex-direction:column;flex:1;padding:1.5rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}@media (min-width:768px){.ServicesGrid-module__0QJelG__card{padding:2.5rem}}.ServicesGrid-module__0QJelG__card:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#3b82f614,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.ServicesGrid-module__0QJelG__card:after{content:"";background:var(--gradient-yellow);opacity:0;height:5px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.ServicesGrid-module__0QJelG__card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);background:#ffffff1f;transform:translateY(-12px)scale(1.02)}.ServicesGrid-module__0QJelG__card:hover:after{opacity:1}.ServicesGrid-module__0QJelG__iconWrapper{border-radius:var(--radius-2xl);border:1px solid var(--glass-border);width:5.5rem;height:5.5rem;color:var(--yellow-500);box-shadow:var(--shadow-sm);z-index:1;background:#fff;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:2.5rem;font-size:2.5rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.ServicesGrid-module__0QJelG__card:hover .ServicesGrid-module__0QJelG__iconWrapper{border:2px solid var(--yellow-400);color:var(--yellow-500);background:#fff;transform:scale(1.15)rotate(8deg);box-shadow:0 0 20px #f59e0b4d}.ServicesGrid-module__0QJelG__content{z-index:1;flex-grow:1;position:relative}.ServicesGrid-module__0QJelG__title{color:var(--gray-900);margin-bottom:.75rem;font-size:1.75rem;font-weight:900;line-height:1.2}.ServicesGrid-module__0QJelG__subtitle{color:var(--yellow-700);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem;font-weight:800;display:block}.ServicesGrid-module__0QJelG__description{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem;font-weight:400;line-height:1.8}.ServicesGrid-module__0QJelG__footer{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}.ServicesGrid-module__0QJelG__navButton{background:var(--glass-bg-light);backdrop-filter:blur(8px);border:1px solid var(--glass-border-light);width:64px;height:64px;box-shadow:var(--shadow-sm);cursor:pointer;z-index:10;color:var(--blue-700);opacity:.7;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:50%;transform:translateY(-50%)}.ServicesGrid-module__0QJelG__navButton:hover{background:var(--white);color:var(--blue-700);opacity:1;box-shadow:var(--shadow-lg);transform:translateY(-50%)scale(1.15)}.ServicesGrid-module__0QJelG__navButton:focus-visible{outline:3px solid var(--yellow-400);outline-offset:3px}.ServicesGrid-module__0QJelG__prev{right:-32px}.ServicesGrid-module__0QJelG__next{left:-32px}@media (min-width:1024px){.ServicesGrid-module__0QJelG__navButton{display:flex}}.ServicesGrid-module__0QJelG__moreText{color:var(--blue-700);font-size:.95rem;font-weight:600}.ServicesGrid-module__0QJelG__arrow{color:var(--blue-700);font-size:1.25rem;transition:transform .3s}.ServicesGrid-module__0QJelG__card:hover .ServicesGrid-module__0QJelG__arrow{transform:translate(-5px)}[dir=ltr] .ServicesGrid-module__0QJelG__card:hover .ServicesGrid-module__0QJelG__arrow{transform:translate(5px)}.ServicesGrid-module__0QJelG__carouselIndicators{flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.ServicesGrid-module__0QJelG__dots{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.ServicesGrid-module__0QJelG__dot{cursor:pointer;width:48px;height:48px;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.ServicesGrid-module__0QJelG__dot:after{content:"";border:1px solid var(--blue-200);background:var(--white);width:10px;height:10px;transition:all var(--transition-fast);border-radius:999px}.ServicesGrid-module__0QJelG__dot:hover:after{background:var(--blue-100)}.ServicesGrid-module__0QJelG__activeDot:after{background:var(--blue-600);border-color:var(--blue-600);width:28px}.ServicesGrid-module__0QJelG__dot:focus-visible{outline:3px solid var(--yellow-400);outline-offset:-10px;outline:3px solid var(--yellow-400);outline-offset:-10px}.ServicesGrid-module__0QJelG__hiddenDesktop,.ServicesGrid-module__0QJelG__hiddenMobile{display:none}@media (min-width:1024px){.ServicesGrid-module__0QJelG__hiddenDesktop{display:none}.ServicesGrid-module__0QJelG__hiddenMobile{display:flex}}@media (max-width:1023px){.ServicesGrid-module__0QJelG__hiddenDesktop{display:flex}.ServicesGrid-module__0QJelG__hiddenMobile{display:none}}
.WhyChooseSection-module__NtT8TW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.WhyChooseSection-module__NtT8TW__featureCard{text-align:center;height:100%;padding:2.5rem;transition:all .4s}.WhyChooseSection-module__NtT8TW__featureCard:hover{border-color:var(--color-primary);transform:translateY(-12px)}.WhyChooseSection-module__NtT8TW__icon{color:var(--yellow-500);margin-bottom:1.5rem}.WhyChooseSection-module__NtT8TW__title{color:var(--gray-900);margin-bottom:1rem;font-size:1.4rem;font-weight:800}.WhyChooseSection-module__NtT8TW__body{color:var(--gray-600);font-size:1.05rem;line-height:1.7}@media (max-width:640px){.WhyChooseSection-module__NtT8TW__grid{grid-template-columns:1fr}.WhyChooseSection-module__NtT8TW__featureCard{padding:2rem}}
.not-found-module__HS70Aa__notFoundWrapper{background:var(--blue-50);justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.not-found-module__HS70Aa__section{z-index:2;width:100%;position:relative}.not-found-module__HS70Aa__content{text-align:center;max-width:800px;margin:0 auto}.not-found-module__HS70Aa__errorBadge{background:var(--blue-100);color:var(--blue-700);border-radius:var(--radius-full);font-weight:800;font-size:var(--font-size-sm);margin-bottom:var(--spacing-lg);border:1px solid var(--blue-200);padding:.5rem 1.25rem;display:inline-block}.not-found-module__HS70Aa__title{font-size:var(--font-size-5xl);color:var(--gray-900);margin-bottom:var(--spacing-md);font-weight:900}.not-found-module__HS70Aa__description{font-size:var(--font-size-xl);color:var(--gray-600);line-height:var(--line-height-relaxed);margin-bottom:var(--spacing-2xl);max-width:600px;margin-left:auto;margin-right:auto}.not-found-module__HS70Aa__actions{gap:var(--spacing-md);margin-bottom:var(--spacing-4xl);justify-content:center;display:flex}.not-found-module__HS70Aa__quickLinks{background:var(--white);padding:var(--spacing-xl);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.not-found-module__HS70Aa__quickLinks h3{font-size:var(--font-size-lg);color:var(--gray-800);margin-bottom:var(--spacing-lg);font-weight:700}.not-found-module__HS70Aa__linksGrid{gap:var(--spacing-md);grid-template-columns:repeat(3,1fr);display:grid}.not-found-module__HS70Aa__linksGrid a{background:var(--gray-50);border-radius:var(--radius-lg);color:var(--blue-700);transition:all var(--transition-normal);border:1px solid #0000;padding:.75rem;font-weight:600}.not-found-module__HS70Aa__linksGrid a:hover{background:var(--blue-50);border-color:var(--blue-200);color:var(--blue-800);transform:translateY(-2px)}@media (max-width:768px){.not-found-module__HS70Aa__title{font-size:var(--font-size-3xl)}.not-found-module__HS70Aa__actions{flex-direction:column}.not-found-module__HS70Aa__linksGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.not-found-module__HS70Aa__linksGrid{grid-template-columns:1fr}}
.ClinicValuesSection-module__kVWtfW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem;display:grid}
.PrestigeHeroBackground-module__62HmXG__hero{padding:var(--section-padding-v,10rem) 0;direction:rtl;background:linear-gradient(135deg,#162f7a 0%,#1e40af 35%,#2563eb 75%,#162f7a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.PrestigeHeroBackground-module__62HmXG__hero.PrestigeHeroBackground-module__62HmXG__reducedMotion *{transition:none!important;animation:none!important}.PrestigeHeroBackground-module__62HmXG__backgroundElements{z-index:0;pointer-events:none;position:absolute;inset:0}.PrestigeHeroBackground-module__62HmXG__noiseOverlay{opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.PrestigeHeroBackground-module__62HmXG__dot{pointer-events:none;z-index:1;background:#fff9;border-radius:50%;animation:8s ease-in-out 3 PrestigeHeroBackground-module__62HmXG__floatDot;position:absolute}.PrestigeHeroBackground-module__62HmXG__ring{pointer-events:none;z-index:1;border:2px solid #ffffff40;border-radius:50%;animation:24s linear 2 PrestigeHeroBackground-module__62HmXG__rotateSlow;position:absolute}.PrestigeHeroBackground-module__62HmXG__arrowGroup{opacity:.3;pointer-events:none;z-index:1;flex-direction:column;gap:6px;display:flex;position:absolute}.PrestigeHeroBackground-module__62HmXG__arrow{border-top:8px solid #ffffff80;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;animation:3s ease-in-out PrestigeHeroBackground-module__62HmXG__waterfallArrow}.PrestigeHeroBackground-module__62HmXG__arrow:first-child{animation-delay:0s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(2){animation-delay:.2s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(3){animation-delay:.4s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(4){animation-delay:.6s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(5){animation-delay:.8s}.PrestigeHeroBackground-module__62HmXG__meteor{pointer-events:none;z-index:1;opacity:0;background:#fff;border-radius:50%;width:2px;height:2px;animation:18s linear PrestigeHeroBackground-module__62HmXG__meteorSlide;position:absolute;box-shadow:0 0 10px 1px #fff,0 0 20px 2px #ffffff80}.PrestigeHeroBackground-module__62HmXG__meteor:after{content:"";background:linear-gradient(90deg,#fffc,#0000);width:60px;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.PrestigeHeroBackground-module__62HmXG__orangeHalo{z-index:-1;filter:blur(60px);background:radial-gradient(circle,#f59e0b40 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out 2 PrestigeHeroBackground-module__62HmXG__pulseHalo;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes PrestigeHeroBackground-module__62HmXG__waterfallArrow{0%,to{opacity:.2;transform:translateY(0)scale(.9)}50%{opacity:.9;transform:translateY(8px)scale(1.1)}}@keyframes PrestigeHeroBackground-module__62HmXG__meteorSlide{0%{opacity:0;transform:translate(300px,-300px)rotate(-45deg)}10%{opacity:1}40%{opacity:0;transform:translate(-600px,600px)rotate(-45deg)}to{opacity:0}}@keyframes PrestigeHeroBackground-module__62HmXG__floatDot{0%,to{opacity:.4;transform:translate(0)}50%{opacity:.8;transform:translate(40px,-40px)}}@keyframes PrestigeHeroBackground-module__62HmXG__rotateSlow{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}@keyframes PrestigeHeroBackground-module__62HmXG__pulseHalo{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}@media (max-width:768px){.PrestigeHeroBackground-module__62HmXG__hero{min-height:80vh;padding:2rem 0}}@media (prefers-reduced-motion:reduce){.PrestigeHeroBackground-module__62HmXG__dot,.PrestigeHeroBackground-module__62HmXG__ring,.PrestigeHeroBackground-module__62HmXG__orangeHalo,.PrestigeHeroBackground-module__62HmXG__arrow,.PrestigeHeroBackground-module__62HmXG__meteor{animation:none!important}}.PrestigeHeroBackground-module__62HmXG__hero .container{transform:translateY(0)}
.SuccessStorySlider-module__r70J1G__sliderContainer{flex-direction:column;align-items:center;width:100%;display:flex}.SuccessStorySlider-module__r70J1G__carouselWrapper{width:100%;padding:0;position:relative}.SuccessStorySlider-module__r70J1G__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:default;-webkit-overflow-scrolling:touch;padding:2rem 0;overflow-x:auto}.SuccessStorySlider-module__r70J1G__carousel::-webkit-scrollbar{display:none}.SuccessStorySlider-module__r70J1G__innerCarousel{justify-content:center;align-items:stretch;width:100%;display:flex}.SuccessStorySlider-module__r70J1G__storyItem{scroll-snap-align:center;flex:0 0 90vw;width:90vw;padding:1rem}@media (min-width:768px){.SuccessStorySlider-module__r70J1G__storyItem{flex:0 0 clamp(320px,32vw,420px);width:clamp(320px,32vw,420px)}}.SuccessStorySlider-module__r70J1G__storyCard{border:1px solid var(--blue-50);background:#fff;border-radius:2.5rem;flex-direction:column;height:100%;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;overflow:hidden;box-shadow:0 20px 40px #0000000f}.SuccessStorySlider-module__r70J1G__storyCard:hover{border-color:var(--blue-400);transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.SuccessStorySlider-module__r70J1G__cardHeader{width:100%}.SuccessStorySlider-module__r70J1G__imageBtn{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}.SuccessStorySlider-module__r70J1G__sliderImageWrapper{aspect-ratio:16/11;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.SuccessStorySlider-module__r70J1G__sliderImage{transition:transform .6s;object-fit:cover!important}.SuccessStorySlider-module__r70J1G__imageBtn:hover .SuccessStorySlider-module__r70J1G__sliderImage{transform:scale(1.05)}.SuccessStorySlider-module__r70J1G__imageOverlay{display:none}.SuccessStorySlider-module__r70J1G__placeholderWrapper{aspect-ratio:16/11;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.SuccessStorySlider-module__r70J1G__placeholderBg{background:linear-gradient(135deg, var(--blue-50) 0%, var(--blue-100) 100%);opacity:.8;position:absolute;inset:0}.SuccessStorySlider-module__r70J1G__quoteIcon{z-index:1;color:var(--blue-300);opacity:.6;position:relative;transform:scaleY(-1)}.SuccessStorySlider-module__r70J1G__storyInfo{text-align:center;flex-direction:column;flex-grow:1;justify-content:flex-start;padding:1.75rem 1.5rem 2.25rem;display:flex}.SuccessStorySlider-module__r70J1G__storyCardTitle{margin-bottom:1rem;font-size:1.35rem;font-weight:800;line-height:1.4;color:#111827!important}.SuccessStorySlider-module__r70J1G__storyCardDesc{-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:1.05rem;line-height:1.75;display:-webkit-box;overflow:hidden;color:#4b5563!important}.SuccessStorySlider-module__r70J1G__storyCardCta{align-self:center;align-items:center;margin-top:1.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex;color:#1d4ed8!important}.SuccessStorySlider-module__r70J1G__storyCardCta:hover{text-decoration:underline;color:#1e40af!important}.SuccessStorySlider-module__r70J1G__modalOverlay{z-index:1000;backdrop-filter:blur(8px);background-color:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SuccessStorySlider-module__r70J1G__modalContent{max-width:90vw;max-height:90vh;position:relative}.SuccessStorySlider-module__r70J1G__modalTitle{color:var(--white);text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.SuccessStorySlider-module__r70J1G__modalImage{border-radius:1.5rem;width:100%;height:auto;box-shadow:0 0 50px #00000080}.SuccessStorySlider-module__r70J1G__closeModal{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:-60px;right:0}.SuccessStorySlider-module__r70J1G__closeModal:hover{background:var(--blue-50);transform:rotate(90deg)}@media (max-width:480px){.SuccessStorySlider-module__r70J1G__modalContent{max-width:95vw}.SuccessStorySlider-module__r70J1G__closeModal{width:36px;height:36px;top:-44px}.SuccessStorySlider-module__r70J1G__modalTitle{margin-bottom:1rem;font-size:1rem}}
.SuccessStoryCard-module__fYYXNW__storyCard{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-2xl);flex-direction:column;height:100%;margin:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0f172a0d}.SuccessStoryCard-module__fYYXNW__storyCard:hover{border-color:var(--blue-300);transform:translateY(-3px);box-shadow:0 10px 26px #1e40af1a}.SuccessStoryCard-module__fYYXNW__storyMedia{aspect-ratio:16/9;background:var(--blue-50);position:relative}.SuccessStoryCard-module__fYYXNW__storyImageBtn{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:relative}.SuccessStoryCard-module__fYYXNW__storyImage{object-fit:cover}.SuccessStoryCard-module__fYYXNW__storyImageOverlay{opacity:0;background:linear-gradient(#0000 55%,#0f172a59);transition:opacity .2s;position:absolute;inset:0}.SuccessStoryCard-module__fYYXNW__storyImageBtn:hover .SuccessStoryCard-module__fYYXNW__storyImageOverlay,.SuccessStoryCard-module__fYYXNW__storyImageBtn:focus-visible .SuccessStoryCard-module__fYYXNW__storyImageOverlay{opacity:1}.SuccessStoryCard-module__fYYXNW__storyImageBtn:focus-visible{outline:3px solid var(--yellow-400);outline-offset:2px}.SuccessStoryCard-module__fYYXNW__storyPlaceholder{background:linear-gradient(160deg, var(--blue-50), var(--white));justify-content:center;align-items:center;width:100%;height:100%;display:flex}.SuccessStoryCard-module__fYYXNW__storyBody{flex-direction:column;flex:1;gap:1rem;margin:0;padding:1.6rem 1.7rem 1.7rem;display:flex}.SuccessStoryCard-module__fYYXNW__storyQuote{align-items:flex-start;gap:.7rem;display:flex}.SuccessStoryCard-module__fYYXNW__storyQuote>svg{width:26px;height:26px;color:var(--blue-300);flex:none;margin-top:.3rem}.SuccessStoryCard-module__fYYXNW__storyText{color:var(--gray-700);margin:0;font-size:1rem;line-height:2}.SuccessStoryCard-module__fYYXNW__storyFooter{border-top:1px dashed var(--gray-300);flex-direction:column;gap:.2rem;margin-top:auto;padding-top:.85rem;display:flex}.SuccessStoryCard-module__fYYXNW__storyTitle{color:var(--blue-800);font-size:1.02rem;font-weight:800}.SuccessStoryCard-module__fYYXNW__storyAlias{color:var(--yellow-700);direction:ltr;unicode-bidi:isolate;align-self:flex-start;font-size:.88rem;font-weight:600}.SuccessStoryCard-module__fYYXNW__storyConditionLink{color:var(--blue-700);border-bottom:1px solid #0000;align-self:flex-start;align-items:center;gap:.35rem;margin-top:.4rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.SuccessStoryCard-module__fYYXNW__storyConditionLink:hover{color:var(--blue-900);border-color:var(--blue-400)}@media (max-width:640px){.SuccessStoryCard-module__fYYXNW__storyBody{padding:1.3rem 1.3rem 1.4rem}}@media (prefers-reduced-motion:reduce){.SuccessStoryCard-module__fYYXNW__storyCard,.SuccessStoryCard-module__fYYXNW__storyImageOverlay{transition:none}.SuccessStoryCard-module__fYYXNW__storyCard:hover{transform:none}}
.SuccessStoriesCarousel-module__GtXl_q__carousel{--visible:3;--peek:24px;--row-gap:1.5rem;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--visible) - 1) * var(--row-gap) - var(--peek)) / var(--visible));gap:var(--row-gap);scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--gray-200,#e5e7eb) transparent;padding-bottom:.4rem;scroll-padding-inline-start:0;display:grid;overflow-x:auto}.SuccessStoriesCarousel-module__GtXl_q__carousel>*{scroll-snap-align:start;min-width:0}.SuccessStoriesCarousel-module__GtXl_q__carousel:focus-visible{outline:3px solid var(--yellow-400);outline-offset:4px;border-radius:var(--radius-lg,12px)}.SuccessStoriesCarousel-module__GtXl_q__carousel::-webkit-scrollbar{height:6px}.SuccessStoriesCarousel-module__GtXl_q__carousel::-webkit-scrollbar-thumb{background:var(--gray-200,#e5e7eb);border-radius:999px}@media (max-width:900px){.SuccessStoriesCarousel-module__GtXl_q__carousel{--visible:2;--peek:40px;--row-gap:1.25rem}}@media (max-width:640px){.SuccessStoriesCarousel-module__GtXl_q__carousel{--visible:1;--peek:56px;--row-gap:1.1rem}}@media (prefers-reduced-motion:reduce){.SuccessStoriesCarousel-module__GtXl_q__carousel{scroll-behavior:auto}}
.SuccessStoriesPage-module__q7YIYW__page{background:var(--white);color:var(--gray-800);overflow-x:clip}.SuccessStoriesPage-module__q7YIYW__sectionShell{width:min(1200px,100% - 2.5rem);margin-inline:auto}.SuccessStoriesPage-module__q7YIYW__kicker{color:var(--blue-600);background:var(--blue-50);border:1px solid var(--blue-100);letter-spacing:.02em;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .9rem;font-size:.85rem;font-weight:700;display:inline-flex}.SuccessStoriesPage-module__q7YIYW__sectionTitle{font-family:var(--font-accent);color:var(--gray-900);margin:1rem 0 0;font-size:clamp(1.6rem,1.15rem + 1.6vw,2.25rem);font-weight:800;line-height:1.35}.SuccessStoriesPage-module__q7YIYW__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:.1rem;max-width:46rem;margin:0 auto 2.2rem;display:flex}.SuccessStoriesPage-module__q7YIYW__sectionHeader .SuccessStoriesPage-module__q7YIYW__kicker{align-self:center}.SuccessStoriesPage-module__q7YIYW__sectionSubtitle{color:var(--gray-600);margin:.6rem 0 0;font-size:1.05rem;line-height:1.9}.SuccessStoriesPage-module__q7YIYW__hero{background:radial-gradient(1100px 480px at 85% -10%, #60a5fa59, transparent 60%), radial-gradient(900px 420px at 10% 110%, #2563eb40, transparent 55%), var(--gradient-hero);color:var(--white);text-align:center;padding:2.2rem 0 5.5rem;position:relative}.SuccessStoriesPage-module__q7YIYW__heroInner{flex-direction:column;align-items:center;gap:1rem;width:min(980px,100% - 2.5rem);margin-inline:auto;display:flex}.SuccessStoriesPage-module__q7YIYW__breadcrumbs{color:#ffffffbf;align-self:flex-start;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.SuccessStoriesPage-module__q7YIYW__breadcrumbLink{color:#ffffffbf;text-decoration:none;transition:color .2s}.SuccessStoriesPage-module__q7YIYW__breadcrumbLink:hover{color:var(--white);text-decoration:underline}.SuccessStoriesPage-module__q7YIYW__breadcrumbCurrent{color:var(--white);font-weight:600}.SuccessStoriesPage-module__q7YIYW__breadcrumbs>*+:before{content:"›";opacity:.55;margin-inline:-.35rem .45rem}.SuccessStoriesPage-module__q7YIYW__breadcrumbs>:first-child:before{content:none}.SuccessStoriesPage-module__q7YIYW__heroBadge{color:var(--yellow-300);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;padding:.35rem 1.1rem;font-size:.9rem;font-weight:700}.SuccessStoriesPage-module__q7YIYW__heroTitle{color:var(--white);font-family:var(--font-accent);text-wrap:balance;margin:.4rem 0 0;font-size:clamp(1.9rem,1.2rem + 3.2vw,3.2rem);font-weight:900;line-height:1.3}.SuccessStoriesPage-module__q7YIYW__heroSubtitle{color:#ffffffd9;max-width:46rem;margin:0;font-size:clamp(1rem,.95rem + .35vw,1.2rem);line-height:1.9}.SuccessStoriesPage-module__q7YIYW__heroWave{inset-inline:0;pointer-events:none;line-height:0;position:absolute;bottom:-1px}.SuccessStoriesPage-module__q7YIYW__heroWave svg{width:100%;height:55px;display:block}.SuccessStoriesPage-module__q7YIYW__stories{background:var(--white);padding:4.5rem 0}.SuccessStoriesPage-module__q7YIYW__storiesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.SuccessStoriesPage-module__q7YIYW__storiesEmpty{text-align:center;color:var(--gray-600);background:var(--blue-50);border:1px dashed var(--blue-200);border-radius:var(--radius-xl);margin:0;padding:2.2rem 1.5rem;font-size:1rem}.SuccessStoriesPage-module__q7YIYW__invite{background:linear-gradient(180deg, var(--blue-50) 0%, var(--white) 35%);padding:4.5rem 0}.SuccessStoriesPage-module__q7YIYW__inviteContent{text-align:center;max-width:46rem;color:var(--gray-600);margin:0 auto;font-size:1.05rem;line-height:2}.SuccessStoriesPage-module__q7YIYW__inviteContent p{margin:0 0 1rem}.SuccessStoriesPage-module__q7YIYW__inviteContent p:last-child{margin-bottom:0}@media (max-width:1100px){.SuccessStoriesPage-module__q7YIYW__storiesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.SuccessStoriesPage-module__q7YIYW__storiesGrid{grid-template-columns:1fr}}@media (max-width:640px){.SuccessStoriesPage-module__q7YIYW__hero{padding:1.8rem 0 4.5rem}.SuccessStoriesPage-module__q7YIYW__breadcrumbs{align-self:center}.SuccessStoriesPage-module__q7YIYW__stories,.SuccessStoriesPage-module__q7YIYW__invite{padding-block:3.2rem}}@media (prefers-reduced-motion:reduce){.SuccessStoriesPage-module__q7YIYW__breadcrumbLink{transition:none}}
.HomeLanding-module__7hlO0G__page{overflow-x:clip}.HomeLanding-module__7hlO0G__sectionShell{width:min(1200px,100% - 2.5rem);margin-inline:auto}.HomeLanding-module__7hlO0G__kicker{background:var(--blue-50);border:1px solid var(--blue-100);color:var(--blue-800);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);align-items:center;gap:.5rem;width:fit-content;padding:.35rem .95rem;display:inline-flex}a.HomeLanding-module__7hlO0G__kicker{text-decoration:none;transition:background .2s,border-color .2s,color .2s}a.HomeLanding-module__7hlO0G__kicker:hover{background:var(--blue-100);border-color:var(--blue-300);color:var(--blue-900)}.HomeLanding-module__7hlO0G__kicker:before{content:"";background:var(--primary-yellow);border-radius:50%;flex-shrink:0;width:8px;height:8px}.HomeLanding-module__7hlO0G__sectionTitleLink{color:inherit;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;text-decoration:none;transition:background-size .25s}.HomeLanding-module__7hlO0G__sectionTitleLink:hover{background-size:100% 2px}.HomeLanding-module__7hlO0G__sectionTitle{font-family:var(--font-accent);font-weight:var(--font-weight-900);color:var(--gray-900);font-size:clamp(1.7rem,1.2rem + 2vw,2.5rem);line-height:var(--line-height-tight)}.HomeLanding-module__7hlO0G__sectionSubtitle{color:var(--text-secondary);font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);max-width:680px}.HomeLanding-module__7hlO0G__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:clamp(2.2rem,4vw,3.2rem);display:flex}@keyframes HomeLanding-module__7hlO0G__homeFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.HomeLanding-module__7hlO0G__fadeUp{animation:.65s both HomeLanding-module__7hlO0G__homeFadeUp}.HomeLanding-module__7hlO0G__fadeDelay1{animation-delay:80ms}.HomeLanding-module__7hlO0G__fadeDelay2{animation-delay:.16s}.HomeLanding-module__7hlO0G__fadeDelay3{animation-delay:.24s}.HomeLanding-module__7hlO0G__fadeDelay4{animation-delay:.32s}.HomeLanding-module__7hlO0G__hero{background:radial-gradient(1100px 500px at 88% -12%, #60a5fa52, transparent 60%), radial-gradient(820px 420px at 8% 108%, #f59e0b29, transparent 55%), var(--gradient-main-hero);color:var(--white);padding:clamp(2.5rem,5vw,4.2rem) 0 clamp(4.5rem,8vw,6.5rem);position:relative;overflow:hidden}.HomeLanding-module__7hlO0G__heroInner{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4rem);width:min(1200px,100% - 2.5rem);margin-inline:auto;display:grid;position:relative}.HomeLanding-module__7hlO0G__heroText{flex-direction:column;align-items:flex-start;gap:1.1rem;display:flex}.HomeLanding-module__7hlO0G__heroBadge{border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--blue-100);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff38;align-items:center;padding:.4rem 1rem;display:inline-flex}.HomeLanding-module__7hlO0G__heroTitle{font-family:var(--font-accent);line-height:1.15}.HomeLanding-module__7hlO0G__heroTitleName{font-weight:var(--font-weight-900);color:var(--white);font-size:clamp(2.5rem,1.8rem + 3.4vw,4.1rem);display:block}.HomeLanding-module__7hlO0G__heroTitleRole{font-weight:var(--font-weight-bold);color:var(--yellow-300);margin-top:.35rem;font-size:clamp(1.15rem,1rem + 1vw,1.65rem);display:block}.HomeLanding-module__7hlO0G__heroSubtitle{color:#ffffffd9;font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);max-width:62ch}.HomeLanding-module__7hlO0G__heroChips{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.HomeLanding-module__7hlO0G__heroChip{border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--blue-100);background:#ffffff14;border:1px solid #ffffff29;align-items:center;gap:.45rem;padding:.42rem .9rem;display:inline-flex}.HomeLanding-module__7hlO0G__heroChip svg{color:var(--yellow-300);flex-shrink:0}.HomeLanding-module__7hlO0G__heroActions{flex-wrap:wrap;gap:.9rem;margin-top:.4rem;display:flex}.HomeLanding-module__7hlO0G__btnPrimary{background:linear-gradient(135deg, var(--yellow-500), var(--yellow-600));color:var(--gray-900);font-weight:var(--font-weight-extrabold);font-size:var(--font-size-base);border-radius:var(--radius-full);transition:transform var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.9rem;text-decoration:none;display:inline-flex;box-shadow:0 12px 28px #f59e0b61}.HomeLanding-module__7hlO0G__btnPrimary:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 16px 34px #f59e0b7a}.HomeLanding-module__7hlO0G__btnWhatsapp{color:var(--white);font-weight:var(--font-weight-bold);font-size:var(--font-size-base);border-radius:var(--radius-full);transition:background var(--transition-fast), transform var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:#ffffff14;border:1.5px solid #ffffff59;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.7rem;text-decoration:none;display:inline-flex}.HomeLanding-module__7hlO0G__btnWhatsapp:hover{color:var(--primary-yellow);background:#ffffff29;border-color:#f59e0b80;transform:translateY(-2px)}.HomeLanding-module__7hlO0G__heroMeta{flex-wrap:wrap;align-items:center;gap:.6rem 1.4rem;margin-top:.3rem;display:flex}.HomeLanding-module__7hlO0G__heroScroll{color:#fffc;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);align-items:center;gap:.3rem;text-decoration:none;display:inline-flex}.HomeLanding-module__7hlO0G__heroScroll:hover{color:var(--white)}.HomeLanding-module__7hlO0G__heroAudience{color:#ffffff8c;font-size:var(--font-size-xs)}.HomeLanding-module__7hlO0G__heroMedia{width:min(440px,100%);margin-inline:auto;position:relative}.HomeLanding-module__7hlO0G__heroPhoto{aspect-ratio:4/5;object-fit:cover;border:1px solid #fff3;border-radius:28px;width:100%;height:auto;display:block;box-shadow:0 30px 70px #02082873}.HomeLanding-module__7hlO0G__heroFloatChip{text-align:center;backdrop-filter:blur(10px);background:#0a12309e;border:1px solid #ffffff38;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;padding:.7rem 1.1rem;display:flex;position:absolute;box-shadow:0 14px 30px #02082859}.HomeLanding-module__7hlO0G__floatTop{top:1.4rem;inset-inline-start:-1.4rem}.HomeLanding-module__7hlO0G__floatBottom{bottom:1.4rem;inset-inline-end:-1.4rem}.HomeLanding-module__7hlO0G__heroFloatValue{font-family:var(--font-accent);font-weight:var(--font-weight-900);color:var(--yellow-300);font-variant-numeric:tabular-nums;text-align:center;direction:ltr;unicode-bidi:isolate;width:100%;font-size:1.45rem;line-height:1.1;display:block}.HomeLanding-module__7hlO0G__heroFloatLabel{font-size:var(--font-size-xs);color:#ffffffe6;font-weight:var(--font-weight-medium);text-align:center;width:100%;display:block}.HomeLanding-module__7hlO0G__heroPulse{inset-inline:0;height:54px;color:var(--yellow-400);pointer-events:none;z-index:1;position:absolute;bottom:3.2rem}.HomeLanding-module__7hlO0G__heroPulse svg{width:100%;height:100%;display:block}.HomeLanding-module__7hlO0G__heroWave{inset-inline:0;z-index:2;line-height:0;position:absolute;bottom:-1px}.HomeLanding-module__7hlO0G__heroWave svg{width:100%;height:clamp(34px,5vw,60px);display:block}.HomeLanding-module__7hlO0G__stats{z-index:4;width:min(1120px,100% - 2.5rem);margin:calc(-1*clamp(2rem,4.5vw,3.2rem)) auto 0;position:relative}.HomeLanding-module__7hlO0G__statsCard{background:var(--white);border:1px solid var(--gray-100);box-shadow:var(--shadow-xl);border-radius:24px;grid-template-columns:repeat(4,1fr);gap:1rem;padding:clamp(1.5rem,3vw,2.2rem) clamp(1rem,3vw,2rem);display:grid}.HomeLanding-module__7hlO0G__statItem{text-align:center;flex-direction:column;align-items:center;gap:.3rem;display:flex}.HomeLanding-module__7hlO0G__statItem+.HomeLanding-module__7hlO0G__statItem{border-inline-start:1px solid var(--gray-200)}.HomeLanding-module__7hlO0G__statValue{font-family:var(--font-accent);font-weight:var(--font-weight-900);color:var(--blue-800);font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate;font-size:clamp(1.8rem,1.3rem + 2.2vw,2.6rem);line-height:1.1}.HomeLanding-module__7hlO0G__statLabel{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.HomeLanding-module__7hlO0G__doctor{background:var(--white);padding-block:clamp(3.2rem,6.5vw,5.2rem) clamp(3.5rem,7vw,5.5rem)}.HomeLanding-module__7hlO0G__doctorGrid{grid-template-columns:1.08fr .92fr;align-items:start;gap:clamp(2rem,4.5vw,3.5rem);display:grid}.HomeLanding-module__7hlO0G__doctorBody{flex-direction:column;align-items:flex-start;gap:1.1rem;display:flex}.HomeLanding-module__7hlO0G__bodyText{color:var(--text-secondary);font-size:var(--font-size-base);line-height:var(--line-height-body)}.HomeLanding-module__7hlO0G__doctorQuote{background:var(--blue-50);border-inline-start:4px solid var(--primary-yellow);border-radius:var(--radius-lg);margin:.4rem 0 0;padding:1.2rem 1.5rem;position:relative}.HomeLanding-module__7hlO0G__doctorQuoteIcon{color:var(--primary-yellow);margin-bottom:.4rem}.HomeLanding-module__7hlO0G__doctorQuote p{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--gray-800);line-height:var(--line-height-snug)}.HomeLanding-module__7hlO0G__doctorQuote footer{flex-direction:column;gap:.1rem;margin-top:.7rem;display:flex}.HomeLanding-module__7hlO0G__doctorQuoteAuthor{font-weight:var(--font-weight-bold);color:var(--blue-800);font-size:var(--font-size-sm)}.HomeLanding-module__7hlO0G__doctorQuoteTitle{font-size:var(--font-size-xs);color:var(--text-muted)}.HomeLanding-module__7hlO0G__doctorActions{margin-top:.4rem}.HomeLanding-module__7hlO0G__btnOutline{background:var(--white);border:1.5px solid var(--blue-200);color:var(--blue-800);font-weight:var(--font-weight-bold);font-size:var(--font-size-base);border-radius:var(--radius-full);transition:border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);align-items:center;gap:.5rem;padding:.85rem 1.6rem;text-decoration:none;display:inline-flex}.HomeLanding-module__7hlO0G__btnOutline:hover{border-color:var(--blue-500);background:var(--blue-50);transform:translateY(-2px)}.HomeLanding-module__7hlO0G__doctorCredentials{top:calc(var(--navbar-height) + 1.2rem);background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-md);border-radius:24px;padding:clamp(1.4rem,3vw,2rem);position:sticky}.HomeLanding-module__7hlO0G__credentialsTitle{font-family:var(--font-accent);font-weight:var(--font-weight-800);color:var(--blue-900);margin-bottom:1.2rem;font-size:1.3rem}.HomeLanding-module__7hlO0G__credentialsGroup+.HomeLanding-module__7hlO0G__credentialsGroup{border-top:1px dashed var(--gray-200);margin-top:1.4rem;padding-top:1.4rem}.HomeLanding-module__7hlO0G__credentialsGroupTitle{font-size:var(--font-size-sm);font-weight:var(--font-weight-extrabold);color:var(--gray-700);margin-bottom:.8rem}.HomeLanding-module__7hlO0G__credentialsList{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.HomeLanding-module__7hlO0G__credentialsItem{font-size:var(--font-size-sm);color:var(--gray-700);align-items:flex-start;gap:.6rem;line-height:1.7;display:flex}.HomeLanding-module__7hlO0G__credentialsItem svg{color:var(--blue-600);flex-shrink:0;margin-top:.15rem}.HomeLanding-module__7hlO0G__services{background:linear-gradient(180deg, var(--blue-50) 0%, var(--white) 55%);padding-block:clamp(3.5rem,7vw,5.5rem)}.HomeLanding-module__7hlO0G__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.HomeLanding-module__7hlO0G__serviceCard{background:var(--white);border:1px solid var(--gray-200);transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);border-radius:22px;flex-direction:column;gap:.8rem;padding:1.6rem;text-decoration:none;display:flex}.HomeLanding-module__7hlO0G__serviceCard:hover{border-color:var(--blue-300);box-shadow:var(--shadow-blue);transform:translateY(-5px)}.HomeLanding-module__7hlO0G__serviceCard:last-child:nth-child(3n+1){background:linear-gradient(135deg, var(--blue-50) 0%, var(--white) 60%);border-color:var(--blue-200);flex-direction:row;grid-column:1/-1;align-items:center;gap:1.5rem}.HomeLanding-module__7hlO0G__serviceIcon{background:var(--blue-50);width:54px;height:54px;color:var(--blue-700);border-radius:16px;flex-shrink:0;place-items:center;display:grid}.HomeLanding-module__7hlO0G__serviceCard:last-child:nth-child(3n+1) .HomeLanding-module__7hlO0G__serviceIcon{background:var(--white);width:64px;height:64px;box-shadow:var(--shadow-blue-light)}.HomeLanding-module__7hlO0G__serviceTitle{font-family:var(--font-accent);font-weight:var(--font-weight-800);color:var(--gray-900);font-size:1.25rem;line-height:var(--line-height-snug)}.HomeLanding-module__7hlO0G__serviceText{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:var(--line-height-body);flex-grow:1}.HomeLanding-module__7hlO0G__serviceArrow{color:var(--blue-700);font-weight:var(--font-weight-bold);font-size:var(--font-size-sm);transition:gap var(--transition-fast);white-space:nowrap;flex-shrink:0;align-items:center;gap:.4rem;margin-top:auto;display:inline-flex}.HomeLanding-module__7hlO0G__serviceCard:last-child:nth-child(3n+1) .HomeLanding-module__7hlO0G__serviceArrow{margin-inline-start:auto}.HomeLanding-module__7hlO0G__serviceCard:hover .HomeLanding-module__7hlO0G__serviceArrow{gap:.7rem}.HomeLanding-module__7hlO0G__philosophy{background:var(--gradient-bg-secondary);padding-block:clamp(3.5rem,7vw,5.5rem)}.HomeLanding-module__7hlO0G__philosophyGrid{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.HomeLanding-module__7hlO0G__philosophyCard{background:var(--white);border:1px solid var(--gray-200);text-align:center;border-radius:22px;flex-direction:column;align-items:center;gap:.75rem;padding:1.7rem 1.5rem;display:flex}.HomeLanding-module__7hlO0G__philosophyCard:first-child{background:var(--blue-50);border-color:var(--blue-100)}.HomeLanding-module__7hlO0G__philosophyCard:nth-child(2){background:var(--yellow-50);border-color:var(--yellow-200)}.HomeLanding-module__7hlO0G__philosophyCard:nth-child(3){background:var(--gray-50)}.HomeLanding-module__7hlO0G__philosophyCard:nth-child(4){background:var(--blue-100);border-color:var(--blue-200)}.HomeLanding-module__7hlO0G__philosophyIcon{background:var(--white);width:56px;height:56px;color:var(--blue-700);box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;display:grid}.HomeLanding-module__7hlO0G__philosophyCard:nth-child(2) .HomeLanding-module__7hlO0G__philosophyIcon{color:var(--yellow-600)}.HomeLanding-module__7hlO0G__philosophyTitle{font-family:var(--font-accent);font-weight:var(--font-weight-800);color:var(--gray-900);font-size:1.15rem}.HomeLanding-module__7hlO0G__philosophyText{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:var(--line-height-body)}.HomeLanding-module__7hlO0G__journey{background:radial-gradient(900px 400px at 90% 0%, #f59e0b24, transparent 55%), var(--gradient-main-hero);color:var(--white);padding-block:clamp(3.5rem,7vw,5.5rem)}.HomeLanding-module__7hlO0G__journey .HomeLanding-module__7hlO0G__sectionTitle{color:var(--white)}.HomeLanding-module__7hlO0G__journey .HomeLanding-module__7hlO0G__sectionSubtitle{color:#ffffffbf}.HomeLanding-module__7hlO0G__journey .HomeLanding-module__7hlO0G__kicker{color:var(--blue-100);background:#ffffff14;border-color:#fff3}.HomeLanding-module__7hlO0G__journeySteps{grid-template-columns:repeat(3,1fr);gap:clamp(1.8rem,4vw,3rem);margin:0;padding:0;list-style:none;display:grid}.HomeLanding-module__7hlO0G__journeyStep{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.HomeLanding-module__7hlO0G__journeyStep:not(:last-child):after{content:"";top:2rem;border-top:2px dashed #ffffff47;width:calc(100% - 6.8rem);position:absolute;inset-inline-start:calc(50% + 3.4rem)}.HomeLanding-module__7hlO0G__journeyBadge{width:68px;height:68px;color:var(--yellow-300);z-index:1;background:#ffffff14;border:1px solid #fbbf2480;border-radius:50%;place-items:center;display:grid;position:relative}.HomeLanding-module__7hlO0G__journeyNumber{top:-.45rem;border-radius:var(--radius-full);background:var(--primary-yellow);min-width:1.7rem;height:1.7rem;color:var(--gray-900);font-family:var(--font-accent);font-weight:var(--font-weight-900);font-variant-numeric:tabular-nums;place-items:center;padding:0 .3rem;font-size:.78rem;display:grid;position:absolute;inset-inline-end:-.45rem}.HomeLanding-module__7hlO0G__journeyTitle{font-family:var(--font-accent);font-weight:var(--font-weight-800);color:var(--white);margin-top:1.2rem;font-size:1.3rem}.HomeLanding-module__7hlO0G__journeyText{font-size:var(--font-size-sm);color:#ffffffbf;line-height:var(--line-height-body);max-width:36ch;margin-top:.5rem}.HomeLanding-module__7hlO0G__stories{background:var(--gradient-bg-primary);padding-block:clamp(3.5rem,7vw,5.5rem)}.HomeLanding-module__7hlO0G__storiesMore{text-align:center;margin-top:2.2rem}.HomeLanding-module__7hlO0G__articles{background:var(--white);padding-block:clamp(3.5rem,7vw,5.5rem)}.HomeLanding-module__7hlO0G__articlesGrid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.HomeLanding-module__7hlO0G__articleCard{background:var(--white);border:1px solid var(--gray-200);transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);border-radius:22px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.HomeLanding-module__7hlO0G__articleCard:hover{border-color:var(--blue-300);box-shadow:var(--shadow-blue);transform:translateY(-5px)}.HomeLanding-module__7hlO0G__articleImage{aspect-ratio:16/10;object-fit:cover;background:var(--blue-50);width:100%;display:block}.HomeLanding-module__7hlO0G__articleImageFallback{aspect-ratio:16/10;background:var(--blue-50);width:100%;color:var(--blue-400);place-items:center;display:grid}.HomeLanding-module__7hlO0G__articleBody{flex-direction:column;flex-grow:1;gap:.55rem;padding:1.25rem 1.4rem 1.45rem;display:flex}.HomeLanding-module__7hlO0G__articleCategory{background:var(--blue-50);border:1px solid var(--blue-100);color:var(--blue-800);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);align-self:flex-start;padding:.22rem .75rem}.HomeLanding-module__7hlO0G__articleTitle{font-family:var(--font-accent);font-weight:var(--font-weight-800);color:var(--gray-900);font-size:1.12rem;line-height:var(--line-height-snug);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.HomeLanding-module__7hlO0G__articleDate{font-size:var(--font-size-xs);color:var(--text-muted);margin-top:auto}@media (max-width:1020px){.HomeLanding-module__7hlO0G__heroInner{grid-template-columns:1fr}.HomeLanding-module__7hlO0G__heroMedia{width:min(400px,88%)}.HomeLanding-module__7hlO0G__floatTop{inset-inline-start:.9rem}.HomeLanding-module__7hlO0G__floatBottom{inset-inline-end:.9rem}.HomeLanding-module__7hlO0G__doctorGrid{grid-template-columns:1fr}.HomeLanding-module__7hlO0G__doctorCredentials{position:static}.HomeLanding-module__7hlO0G__servicesGrid,.HomeLanding-module__7hlO0G__philosophyGrid{grid-template-columns:repeat(2,1fr)}.HomeLanding-module__7hlO0G__journeySteps{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.HomeLanding-module__7hlO0G__journeyStep:not(:last-child):after{display:none}.HomeLanding-module__7hlO0G__articlesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.HomeLanding-module__7hlO0G__heroText{text-align:center;align-items:center}.HomeLanding-module__7hlO0G__heroChips,.HomeLanding-module__7hlO0G__heroActions,.HomeLanding-module__7hlO0G__heroMeta{justify-content:center}.HomeLanding-module__7hlO0G__heroAudience{max-width:46ch}.HomeLanding-module__7hlO0G__statsCard{grid-template-columns:repeat(2,1fr);row-gap:1.6rem}.HomeLanding-module__7hlO0G__statItem:nth-child(3){border-inline-start:none}.HomeLanding-module__7hlO0G__servicesGrid,.HomeLanding-module__7hlO0G__philosophyGrid,.HomeLanding-module__7hlO0G__articlesGrid{grid-template-columns:1fr}.HomeLanding-module__7hlO0G__serviceCard:last-child:nth-child(3n+1){flex-direction:column;align-items:flex-start;gap:.8rem}.HomeLanding-module__7hlO0G__heroPulse{height:40px;bottom:2.4rem}}
.QualificationsSection-module__bqZeYG__groups{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.QualificationsSection-module__bqZeYG__groupSection{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 35%),linear-gradient(#fffffff0 0%,#f8fafceb 100%);border:1px solid #e2e8f0e6;border-radius:2rem;padding:1.5rem;box-shadow:0 24px 60px -50px #0f172a47}.QualificationsSection-module__bqZeYG__groupHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.35rem;display:flex}.QualificationsSection-module__bqZeYG__groupTitleWrap{flex-direction:column;gap:.45rem;display:flex}.QualificationsSection-module__bqZeYG__groupPill{border-radius:999px;align-items:center;gap:.45rem;width:fit-content;padding:.42rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.QualificationsSection-module__bqZeYG__groupTitle{color:var(--gray-900);margin:0;font-size:clamp(1.2rem,1.5vw,1.5rem);font-weight:800}.QualificationsSection-module__bqZeYG__groupDescription{color:var(--gray-600);margin:0;font-size:.96rem;line-height:1.8}.QualificationsSection-module__bqZeYG__groupCount{width:3rem;height:3rem;color:var(--gray-900);background:#ffffffdb;border:1px solid #e2e8f0e6;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:inline-flex}.QualificationsSection-module__bqZeYG__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.QualificationsSection-module__bqZeYG__card{backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #ffffffbf;border-radius:1.6rem;flex-direction:column;justify-content:flex-start;gap:1rem;min-height:164px;padding:1.35rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 36px -30px #0f172a38}.QualificationsSection-module__bqZeYG__card:before{content:"";width:100%;height:4px;position:absolute;inset-block-start:0;inset-inline-start:0}.QualificationsSection-module__bqZeYG__card:hover{transform:translateY(-6px);box-shadow:0 24px 44px -28px #0f172a42}.QualificationsSection-module__bqZeYG__iconWrapper{border-radius:1.15rem;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;display:inline-flex}.QualificationsSection-module__bqZeYG__content{flex-direction:column;gap:.55rem;display:flex}.QualificationsSection-module__bqZeYG__categoryBadge{border-radius:999px;align-items:center;width:fit-content;padding:.34rem .72rem;font-size:.74rem;font-weight:800;display:inline-flex}.QualificationsSection-module__bqZeYG__title{color:var(--gray-900);margin:0;font-size:1.03rem;font-weight:800;line-height:1.7}.QualificationsSection-module__bqZeYG__description{color:var(--gray-600);margin:0;font-size:.92rem;line-height:1.8}.QualificationsSection-module__bqZeYG__qualification{background:radial-gradient(circle at 100% 0,#dbeafe57,#0000 36%),linear-gradient(#fffffffa 0%,#f8fafff2 100%);border-color:#bfdbfef2}.QualificationsSection-module__bqZeYG__qualification:before{background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%)}.QualificationsSection-module__bqZeYG__qualification .QualificationsSection-module__bqZeYG__groupPill,.QualificationsSection-module__bqZeYG__qualification .QualificationsSection-module__bqZeYG__categoryBadge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.QualificationsSection-module__bqZeYG__qualification .QualificationsSection-module__bqZeYG__iconWrapper,.QualificationsSection-module__bqZeYG__card.QualificationsSection-module__bqZeYG__qualification .QualificationsSection-module__bqZeYG__iconWrapper{color:#2563eb;background:#eff6ff}.QualificationsSection-module__bqZeYG__membership{background:radial-gradient(circle at 100% 0,#d1fae557,#0000 36%),linear-gradient(#fffffffa 0%,#f5fffaf2 100%);border-color:#a7f3d0f2}.QualificationsSection-module__bqZeYG__membership:before{background:linear-gradient(90deg,#059669 0%,#34d399 100%)}.QualificationsSection-module__bqZeYG__membership .QualificationsSection-module__bqZeYG__groupPill,.QualificationsSection-module__bqZeYG__membership .QualificationsSection-module__bqZeYG__categoryBadge{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.QualificationsSection-module__bqZeYG__membership .QualificationsSection-module__bqZeYG__iconWrapper,.QualificationsSection-module__bqZeYG__card.QualificationsSection-module__bqZeYG__membership .QualificationsSection-module__bqZeYG__iconWrapper{color:#059669;background:#ecfdf5}.QualificationsSection-module__bqZeYG__achievement{background:radial-gradient(circle at 100% 0,#fef08a52,#0000 36%),linear-gradient(#fffffffa 0%,#fffbebf5 100%);border-color:#fde68afa}.QualificationsSection-module__bqZeYG__achievement:before{background:linear-gradient(90deg,#d97706 0%,#f59e0b 100%)}.QualificationsSection-module__bqZeYG__achievement .QualificationsSection-module__bqZeYG__groupPill,.QualificationsSection-module__bqZeYG__achievement .QualificationsSection-module__bqZeYG__categoryBadge{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.QualificationsSection-module__bqZeYG__achievement .QualificationsSection-module__bqZeYG__iconWrapper,.QualificationsSection-module__bqZeYG__card.QualificationsSection-module__bqZeYG__achievement .QualificationsSection-module__bqZeYG__iconWrapper{color:#d97706;background:#fffbeb}@media (max-width:767px){.QualificationsSection-module__bqZeYG__groups{gap:1.5rem;margin-top:2rem}.QualificationsSection-module__bqZeYG__groupSection{border-radius:1.5rem;padding:1.15rem}.QualificationsSection-module__bqZeYG__groupHeader{flex-direction:column;align-items:stretch}.QualificationsSection-module__bqZeYG__groupCount{border-radius:1rem;justify-content:flex-start;width:100%;height:auto;padding:.8rem 1rem}.QualificationsSection-module__bqZeYG__grid{grid-template-columns:1fr}.QualificationsSection-module__bqZeYG__card{min-height:auto;padding:1.15rem}}
.ActionCTA-module__fi08MG__ctaSection{padding:var(--spacing-4xl) var(--container-padding);text-align:center;position:relative;overflow:hidden}.ActionCTA-module__fi08MG__container{z-index:2;max-width:800px;margin:0 auto;position:relative}.ActionCTA-module__fi08MG__bg-blue{background:var(--blue-900);color:var(--white)}.ActionCTA-module__fi08MG__bg-blue .ActionCTA-module__fi08MG__title{color:var(--white)}.ActionCTA-module__fi08MG__bg-blue .ActionCTA-module__fi08MG__subtitle{color:var(--blue-100)}.ActionCTA-module__fi08MG__bg-white{background:var(--white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.ActionCTA-module__fi08MG__variant-full{padding:var(--spacing-5xl) var(--container-padding)}.ActionCTA-module__fi08MG__variant-medium{padding:var(--spacing-2xl);border-radius:var(--radius-3xl);margin:var(--spacing-xl) 0}.ActionCTA-module__fi08MG__title{margin-bottom:var(--spacing-md);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:900;line-height:1.2}.ActionCTA-module__fi08MG__subtitle{font-size:var(--font-size-lg);margin-bottom:var(--spacing-2xl);opacity:.9}.ActionCTA-module__fi08MG__actions{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-wrap:wrap;justify-content:center;display:flex}.ActionCTA-module__fi08MG__footer{gap:var(--spacing-lg);margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.ActionCTA-module__fi08MG__phoneLink{align-items:center;gap:var(--spacing-xs);color:inherit;font-weight:var(--font-weight-semibold);text-decoration:none;display:flex}.ActionCTA-module__fi08MG__trustGroup{gap:var(--spacing-md);display:flex}.ActionCTA-module__fi08MG__trustItem{align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-xs);opacity:.8;display:flex}.ActionCTA-module__fi08MG__inlineCta{gap:var(--spacing-lg);padding:var(--spacing-xl);border-radius:var(--radius-2xl);margin:var(--spacing-2xl) 0;flex-direction:column;display:flex}@media (min-width:768px){.ActionCTA-module__fi08MG__inlineCta{text-align:right;flex-direction:row;justify-content:space-between;align-items:center}}.ActionCTA-module__fi08MG__inlineContent{flex:1}.ActionCTA-module__fi08MG__inlineTitle{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-xs)}.ActionCTA-module__fi08MG__inlineSubtitle{font-size:var(--font-size-sm);opacity:.8}.ActionCTA-module__fi08MG__inlineActions{gap:var(--spacing-sm);display:flex}.ActionCTA-module__fi08MG__checkIcon{color:var(--secondary-yellow)}.ActionCTA-module__fi08MG__titleLink{color:inherit;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-block}.ActionCTA-module__fi08MG__titleLink:hover{opacity:.8;transform:translateY(-2px)}
.ClinicScheduleSection-module__GIL28G__section{padding-block:var(--section-padding-v);background-color:var(--white-smoke)}.ClinicScheduleSection-module__GIL28G__container{max-width:var(--container-max-width);padding-inline:var(--container-padding);margin-inline:auto}.ClinicScheduleSection-module__GIL28G__tabsContainer{justify-content:center;gap:var(--spacing-sm,12px);flex-wrap:wrap;margin-block-end:var(--spacing-lg,40px);display:flex;position:relative}.ClinicScheduleSection-module__GIL28G__tab{border-radius:var(--radius-full);color:var(--gray-700);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;letter-spacing:.02em;background:linear-gradient(#fffffff0 0%,#f8fafcfa 100%);border:1px solid #2563eb1f;padding:.95rem 1.6rem;font-size:1rem;font-weight:800;position:relative;box-shadow:0 12px 28px #0f172a0a}.ClinicScheduleSection-module__GIL28G__tab:hover{color:var(--primary-blue);border-color:#fbbf24e6;transform:translateY(-2px)}.ClinicScheduleSection-module__GIL28G__tab:focus-visible{outline:3px solid var(--yellow-400);outline-offset:2px}.ClinicScheduleSection-module__GIL28G__activeTab{color:var(--white);border-color:var(--primary-blue);background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);box-shadow:0 18px 34px #2563eb38}.ClinicScheduleSection-module__GIL28G__activeTab:hover{color:var(--white)}.ClinicScheduleSection-module__GIL28G__contentWrapper{min-height:400px;position:relative}.ClinicScheduleSection-module__GIL28G__scheduleCard{border:1px solid #dbeafed9;height:100%;overflow:hidden;box-shadow:0 30px 60px #0f172a14}.ClinicScheduleSection-module__GIL28G__cardContent{gap:var(--spacing-2xl,64px);background:radial-gradient(circle at 0 0,#fbbf241f,#0000 20%),linear-gradient(#fffffff5 0%,#f8fafcfa 100%);grid-template-columns:1fr 1.2fr;align-items:stretch;padding:2.5rem;display:grid}@media (max-width:1024px){.ClinicScheduleSection-module__GIL28G__cardContent{gap:var(--spacing-xl);padding:2rem}}@media (max-width:768px){.ClinicScheduleSection-module__GIL28G__cardContent{grid-template-columns:1fr;padding:1.5rem}}.ClinicScheduleSection-module__GIL28G__infoSection{gap:var(--spacing-xl);padding-block:var(--spacing-md);flex-direction:column;justify-content:center;display:flex}.ClinicScheduleSection-module__GIL28G__clinicHeader{flex-wrap:wrap;align-items:center;gap:1rem;margin-block-end:1rem;display:flex}.ClinicScheduleSection-module__GIL28G__clinicName{color:var(--primary-blue);margin:0;font-size:clamp(1.6rem,2vw,2rem);font-weight:800}.ClinicScheduleSection-module__GIL28G__appointmentsBadge{color:#1d4ed8;white-space:nowrap;background:#eff6ffe6;border:1px solid #bfdbfecc;border-radius:999px;align-items:center;padding:.4rem .9rem;font-size:.85rem;font-weight:800;display:inline-flex}.ClinicScheduleSection-module__GIL28G__addressWrapper{color:var(--text-secondary);background:#ffffffc7;border:1px solid #e2e8f0e6;border-radius:1rem;gap:12px;padding:1rem 1.1rem;line-height:1.6;display:flex;box-shadow:inset 0 1px #fff9}.ClinicScheduleSection-module__GIL28G__icon{color:var(--primary-yellow);flex-shrink:0;margin-block-start:4px;font-size:1.25rem}.ClinicScheduleSection-module__GIL28G__hoursSection{padding:var(--spacing-md,24px);border:1px solid #bfdbfeeb;border-inline-start:4px solid var(--primary-yellow);background:linear-gradient(#eff6fff2 0%,#fffffff5 100%);border-radius:20px;box-shadow:0 16px 30px #2563eb0f}.ClinicScheduleSection-module__GIL28G__hoursTitle{color:var(--primary-blue);align-items:center;gap:10px;margin-block-end:var(--spacing-sm,16px);font-weight:700;display:flex}.ClinicScheduleSection-module__GIL28G__hoursList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ClinicScheduleSection-module__GIL28G__hourItem{color:var(--gray-800);align-items:center;gap:10px;font-size:1rem;display:flex}.ClinicScheduleSection-module__GIL28G__dot{background-color:var(--primary-yellow);border-radius:50%;width:6px;height:6px}.ClinicScheduleSection-module__GIL28G__actions{margin-block-start:auto;padding-block-start:var(--spacing-md,24px)}.ClinicScheduleSection-module__GIL28G__mapButton{background-color:var(--primary-blue);color:#fff;border-radius:50px;align-items:center;gap:10px;padding:12px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #00336626}@media (hover:hover) and (pointer:fine){.ClinicScheduleSection-module__GIL28G__mapButton:hover{background-color:var(--dark-blue);transform:translateY(-2px);box-shadow:0 6px 16px #00336640}}.ClinicScheduleSection-module__GIL28G__mapPreview{background:#fff;border:1px solid #dbeafef2;border-radius:1.5rem;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 22px 40px #0f172a1a}.ClinicScheduleSection-module__GIL28G__mapMainContent{flex-direction:column;flex:1;display:flex}.ClinicScheduleSection-module__GIL28G__mapPlaceholder{text-align:center;background:linear-gradient(135deg, var(--gray-50) 0%, var(--blue-50) 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:360px;padding:1.5rem;display:flex}.ClinicScheduleSection-module__GIL28G__mapPlaceholderText{color:var(--gray-700);max-width:22rem;margin:0;font-weight:600}.ClinicScheduleSection-module__GIL28G__mapAction{border-radius:var(--radius-full);color:var(--white);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);border:none;padding:.75rem 1.4rem;font-weight:700}.ClinicScheduleSection-module__GIL28G__mapAction:hover{box-shadow:var(--shadow-blue);transform:translateY(-1px)}.ClinicScheduleSection-module__GIL28G__mapAction:focus-visible{outline:3px solid var(--yellow-400);outline-offset:3px}.ClinicScheduleSection-module__GIL28G__mapIframe{border:none;flex:1;width:100%;min-height:360px}.ClinicScheduleSection-module__GIL28G__mapLink{background:var(--white);color:var(--blue-700);border-top:1px solid var(--gray-200);transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.ClinicScheduleSection-module__GIL28G__mapLink:hover{background:var(--blue-50);color:var(--blue-800)}.ClinicScheduleSection-module__GIL28G__mapLink:focus-visible{outline:3px solid var(--yellow-400);outline-offset:-3px}.ClinicScheduleSection-module__GIL28G__mapError{text-align:center;background:var(--blue-50);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;min-height:360px;padding:2rem;display:flex}.ClinicScheduleSection-module__GIL28G__mapErrorIcon{background:var(--white);width:64px;height:64px;color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0033660d}.ClinicScheduleSection-module__GIL28G__mapErrorText{color:var(--primary-blue);margin:0;font-size:1.4rem;font-weight:800}@media (max-width:768px){.ClinicScheduleSection-module__GIL28G__metaRow{margin-block-end:.85rem}.ClinicScheduleSection-module__GIL28G__mapIframe{height:300px}}
.ClinicHeroSection-module__udgoGq__heroSection{--clinic-badge-bg:#ffffff1a;--clinic-badge-border:#fff3;--clinic-badge-color:var(--white);--clinic-title-color:var(--white);--clinic-subtitle-color:#eff6ffeb;justify-content:center;align-items:center;min-height:70svh;display:flex;position:relative;overflow:hidden}.ClinicHeroSection-module__udgoGq__lightSurface{--clinic-badge-bg:#ffffffc7;--clinic-badge-border:#94a3b83d;--clinic-badge-color:var(--blue-900);--clinic-title-color:var(--gray-950);--clinic-subtitle-color:var(--gray-700)}.ClinicHeroSection-module__udgoGq__heroContent{text-align:center;z-index:2;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.ClinicHeroSection-module__udgoGq__badge{background:var(--clinic-badge-bg);backdrop-filter:blur(8px);border:1px solid var(--clinic-badge-border);border-radius:var(--radius-full);color:var(--clinic-badge-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-lg);padding:.5rem 1.25rem;display:inline-block}.ClinicHeroSection-module__udgoGq__heroTitle{color:var(--clinic-title-color);margin-bottom:var(--spacing-md);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.ClinicHeroSection-module__udgoGq__heroSubtitle{font-size:var(--font-size-xl);color:var(--clinic-subtitle-color);max-width:700px;margin-bottom:var(--spacing-2xl);line-height:var(--line-height-relaxed)}.ClinicHeroSection-module__udgoGq__statsRow{gap:var(--spacing-lg);margin:0 auto var(--spacing-2xl) auto;flex-wrap:wrap;justify-content:flex-start;width:fit-content;max-width:100%;display:flex}@media (max-width:640px){.ClinicHeroSection-module__udgoGq__heroSection{padding-top:var(--spacing-4xl)}.ClinicHeroSection-module__udgoGq__statsRow{gap:var(--spacing-md)}}
.DoctorProfileHero-module__7bAqRW__profileGrid{text-align:center;align-items:center;gap:var(--spacing-2xl);padding:var(--navbar-height) var(--container-padding) 0;min-height:calc(100svh - var(--navbar-height));--profile-badge-bg:#ffffff1f;--profile-badge-border:#fff3;--profile-badge-color:var(--white);--profile-heading:var(--white);--profile-subtitle:var(--secondary-yellow);flex-direction:column;justify-content:center;display:flex}.DoctorProfileHero-module__7bAqRW__lightSurface{--profile-badge-bg:#ffffffb8;--profile-badge-border:#94a3b83d;--profile-badge-color:var(--blue-900);--profile-heading:var(--gray-950);--profile-subtitle:var(--blue-700)}.DoctorProfileHero-module__7bAqRW__imageWrapper{z-index:2;width:100%;max-width:300px;position:relative}.DoctorProfileHero-module__7bAqRW__imageContainer{border-radius:var(--radius-3xl);box-shadow:var(--shadow-2xl);overflow:hidden}.DoctorProfileHero-module__7bAqRW__mainImage{object-fit:cover;pointer-events:none;width:100%;height:auto;display:block}.DoctorProfileHero-module__7bAqRW__profileContent{z-index:2;flex:1;max-width:700px}.DoctorProfileHero-module__7bAqRW__badge{background:var(--profile-badge-bg);backdrop-filter:blur(8px);border:1px solid var(--profile-badge-border);border-radius:var(--radius-full);color:var(--profile-badge-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-md);padding:.5rem 1.25rem;display:inline-block}.DoctorProfileHero-module__7bAqRW__doctorName{color:var(--profile-heading);text-shadow:0 10px 30px #0003;margin-bottom:.75rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1}.DoctorProfileHero-module__7bAqRW__titleLink{color:inherit;text-decoration:none}.DoctorProfileHero-module__7bAqRW__titleLink:hover{opacity:.8}.DoctorProfileHero-module__7bAqRW__doctorTitle{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:var(--font-weight-semibold);color:var(--profile-subtitle);margin-bottom:var(--spacing-xl);line-height:var(--line-height-relaxed)}.DoctorProfileHero-module__7bAqRW__statsRow{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-wrap:wrap;justify-content:center;display:flex}.DoctorProfileHero-module__7bAqRW__ctaWrapper{margin-top:var(--spacing-lg);margin-inline:auto}@media (min-width:1024px){.DoctorProfileHero-module__7bAqRW__profileGrid{text-align:right;gap:var(--spacing-3xl);min-height:calc(100svh - var(--navbar-height));padding:0 var(--container-padding);flex-direction:row}.DoctorProfileHero-module__7bAqRW__imageWrapper{max-width:500px}.DoctorProfileHero-module__7bAqRW__imageContainer{transition:var(--transition-normal);transform:perspective(1000px)rotateY(-5deg)}.DoctorProfileHero-module__7bAqRW__imageContainer:hover{transform:perspective(1000px)rotateY(0)}.DoctorProfileHero-module__7bAqRW__statsRow{justify-content:flex-start}.DoctorProfileHero-module__7bAqRW__ctaWrapper{margin-inline:0}}@media (prefers-reduced-motion:reduce){.DoctorProfileHero-module__7bAqRW__imageContainer{transform:none}}@media (max-width:1023px){.DoctorProfileHero-module__7bAqRW__profileGrid{padding-top:calc(var(--navbar-height) + 2.5rem);justify-content:flex-start;min-height:auto}}
.PhilosophySection-module__l78lXa__grid{grid-template-columns:1fr;align-items:stretch;gap:3rem;margin-top:4rem;display:grid}@media (min-width:1024px){.PhilosophySection-module__l78lXa__grid{grid-template-columns:1.4fr 1fr;gap:5rem}}.PhilosophySection-module__l78lXa__mainContent{flex-direction:column;gap:3.5rem;display:flex}.PhilosophySection-module__l78lXa__quoteWrapper{backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:2.5rem;flex-direction:column;justify-content:center;padding:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #00000040}.PhilosophySection-module__l78lXa__quoteWrapper:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.PhilosophySection-module__l78lXa__quoteIcon{color:var(--color-primary);opacity:.3;position:absolute;top:2rem;right:2rem;transform:rotate(10deg)}.PhilosophySection-module__l78lXa__quoteText{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #0003;margin:0;font-size:2rem;font-style:italic;font-weight:800;line-height:1.5;position:relative}.PhilosophySection-module__l78lXa__beliefs{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:640px){.PhilosophySection-module__l78lXa__beliefs{grid-template-columns:1fr 1fr}}.PhilosophySection-module__l78lXa__beliefItem{background:#ffffff0d;border:1px solid #ffffff14;border-radius:2rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.PhilosophySection-module__l78lXa__beliefItem:after{content:"";background:0 0;width:100%;height:4px;transition:all .3s;position:absolute;bottom:0;left:0}.PhilosophySection-module__l78lXa__beliefItem:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.PhilosophySection-module__l78lXa__vision:hover:after{background:#d4af37}.PhilosophySection-module__l78lXa__mission:hover:after{background:#10b981}.PhilosophySection-module__l78lXa__beliefTitle{color:#fff;align-items:center;gap:1.25rem;margin-bottom:1.25rem;font-size:1.4rem;font-weight:800;display:flex}.PhilosophySection-module__l78lXa__beliefIconWrapper{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 16px #0003}.PhilosophySection-module__l78lXa__vision .PhilosophySection-module__l78lXa__beliefIconWrapper{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.PhilosophySection-module__l78lXa__mission .PhilosophySection-module__l78lXa__beliefIconWrapper{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.PhilosophySection-module__l78lXa__beliefItem p{color:#ffffffb3;margin:0;font-size:1.1rem;line-height:1.8}.PhilosophySection-module__l78lXa__sidebarTitle{color:#fff;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800;display:inline-block;position:relative}.PhilosophySection-module__l78lXa__sidebarTitle:after{content:"";background:var(--color-gold-gradient);border-radius:2px;width:50px;height:4px;position:absolute;bottom:-10px;right:0}.PhilosophySection-module__l78lXa__sidebar{height:100%}.PhilosophySection-module__l78lXa__requestCard{backdrop-filter:blur(30px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:2.5rem;flex-direction:column;height:100%;padding:3.5rem;display:flex;position:relative;box-shadow:0 40px 80px -20px #0006}.PhilosophySection-module__l78lXa__requestCard:before{content:"";pointer-events:none;background:linear-gradient(#3b82f60d 0%,#0000 100%);border-radius:2.5rem;width:100%;height:100%;position:absolute;top:0;left:0}.PhilosophySection-module__l78lXa__requestList{flex-direction:column;gap:1.75rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.PhilosophySection-module__l78lXa__requestItem{color:#ffffffe6;align-items:flex-start;gap:1.5rem;font-size:1.15rem;font-weight:500;transition:all .3s;display:flex}.PhilosophySection-module__l78lXa__requestItem:hover{color:#fff;transform:translate(-8px)}.PhilosophySection-module__l78lXa__checkIcon{color:var(--color-primary);filter:drop-shadow(0 0 10px #3b82f666);flex-shrink:0;margin-top:.2rem}.PhilosophySection-module__l78lXa__cta{border-radius:1rem;height:4rem;margin-top:auto;font-size:1.2rem;font-weight:800;transition:all .3s;box-shadow:0 15px 30px -10px #2563eb80}.PhilosophySection-module__l78lXa__cta:hover{transform:scale(1.02);box-shadow:0 20px 40px -15px #2563eb99}
.QualityStandards-module__D8dleW__accreditationRow{gap:var(--spacing-md);margin-bottom:var(--spacing-3xl);flex-wrap:wrap;justify-content:center;display:flex}.QualityStandards-module__D8dleW__accreditationBadge{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius-lg);color:var(--blue-700);font-weight:var(--font-weight-bold);font-size:var(--font-size-sm);display:flex}.QualityStandards-module__D8dleW__qualityGrid{gap:var(--spacing-xl);grid-template-columns:1fr;max-width:1000px;margin:0 auto;display:grid}.QualityStandards-module__D8dleW__qualityItem{gap:var(--spacing-md);padding:var(--spacing-lg);background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);transition:var(--transition-normal);align-items:flex-start;display:flex}.QualityStandards-module__D8dleW__qualityItem:hover{border-color:var(--blue-200);box-shadow:var(--shadow-md);transform:translate(-5px)}.QualityStandards-module__D8dleW__qualityIconWrapper{background:var(--blue-50);width:48px;height:48px;color:var(--blue-600);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.QualityStandards-module__D8dleW__qualityContent{flex:1}.QualityStandards-module__D8dleW__qualityTitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--gray-900);margin-bottom:var(--spacing-xs)}.QualityStandards-module__D8dleW__qualityDesc{font-size:var(--font-size-sm);color:var(--gray-600);line-height:var(--line-height-relaxed);margin:0}@media (min-width:768px){.QualityStandards-module__D8dleW__qualityGrid{grid-template-columns:repeat(2,1fr)}}
.DoctorHero-module__meTQvq__heroContent{flex-direction:var(--cms-flex-dir,column);text-align:center;align-items:center;gap:var(--spacing-2xl);max-width:var(--container-max-width);padding:4rem var(--container-padding) 0;--hero-badge-bg:#ffffff1a;--hero-badge-border:#ffffff38;--hero-badge-color:var(--white);--hero-title-color:var(--white);--hero-subtitle-color:var(--secondary-yellow);--hero-bio-color:#eff6ffeb;--hero-float-bg:#fffffff2;--hero-float-border:#ffffff8c;--hero-float-text:#000;justify-content:center;min-height:calc(100svh - 40px);margin:0 auto;display:flex}.DoctorHero-module__meTQvq__lightSurface{--hero-badge-bg:#ffffffb3;--hero-badge-border:#94a3b84d;--hero-badge-color:var(--blue-900);--hero-title-color:var(--gray-950);--hero-subtitle-color:var(--blue-700);--hero-bio-color:var(--gray-700);--hero-float-bg:#fffffffa;--hero-float-border:#94a3b838;--hero-float-text:#000}.DoctorHero-module__meTQvq__heroText{z-index:2;flex:1;order:1;max-width:700px}.DoctorHero-module__meTQvq__badge{background:var(--hero-badge-bg);backdrop-filter:blur(8px);border:1px solid var(--hero-badge-border);border-radius:var(--radius-full);color:var(--hero-badge-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-md);padding:.5rem 1.25rem;display:inline-block}.DoctorHero-module__meTQvq__doctorName{color:var(--hero-title-color);margin-bottom:var(--spacing-sm);text-shadow:0 10px 30px #0003;font-size:clamp(2.25rem,6vw,5rem);font-weight:900;line-height:1.1}.DoctorHero-module__meTQvq__doctorTitle{color:var(--hero-subtitle-color);margin-bottom:var(--spacing-lg);font-size:clamp(1.1rem,3vw,2.25rem);font-weight:800;line-height:var(--line-height-tight);text-shadow:0 4px 15px #0000001a}.DoctorHero-module__meTQvq__heroBio{font-size:var(--font-size-lg);color:var(--hero-bio-color);max-width:600px;margin-bottom:var(--spacing-2xl);line-height:var(--line-height-relaxed);margin-inline:auto}.DoctorHero-module__meTQvq__ctaWrapper{margin-top:var(--spacing-lg);margin-inline:auto}.DoctorHero-module__meTQvq__whatsappBtn{color:#fff;background:#25d366;border:none;justify-content:center;align-items:center;gap:.5rem;display:flex}.DoctorHero-module__meTQvq__whatsappBtn:hover{background:#128c7e;transform:translateY(-2px)}.DoctorHero-module__meTQvq__heroImage{z-index:2;margin-top:var(--spacing-lg);flex:1;order:2;justify-content:center;align-items:center;display:flex;position:relative}.DoctorHero-module__meTQvq__imageWrapper{width:100%;max-width:min(78vw,300px);animation:7s ease-in-out infinite DoctorHero-module__meTQvq__heroFloat;position:relative}.DoctorHero-module__meTQvq__imageContainer{border-radius:var(--radius-3xl);box-shadow:var(--shadow-2xl);position:relative;overflow:hidden}.DoctorHero-module__meTQvq__mainImage{object-fit:cover;pointer-events:none;background:linear-gradient(#0000,#1e40af26);width:100%;height:auto;display:block}.DoctorHero-module__meTQvq__orangeHalo{background:var(--halo-glow);filter:blur(80px);z-index:-1;border-radius:var(--radius-full);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DoctorHero-module__meTQvq__floatingCard{background:var(--white);z-index:20;white-space:nowrap;border:1px solid #0000000a;border-radius:1.75rem;padding:1.25rem 2rem;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 15px 45px #0000001f}@keyframes DoctorHero-module__meTQvq__heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.DoctorHero-module__meTQvq__statItem{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statNumber{font-size:2.75rem;font-weight:950;line-height:1;font-family:var(--font-main);color:var(--blue-600)!important}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statLabel{font-size:1.1rem;font-weight:700;font-family:var(--font-main);color:var(--gray-600)!important}@media (min-width:1024px){.DoctorHero-module__meTQvq__heroContent{flex-direction:var(--cms-flex-dir,row);text-align:right;gap:var(--spacing-3xl);min-height:calc(100svh - var(--navbar-height));padding:0 var(--container-padding)}.DoctorHero-module__meTQvq__heroText{order:2}.DoctorHero-module__meTQvq__heroImage{order:var(--cms-media-order,1);margin-top:5rem}.DoctorHero-module__meTQvq__heroBio,.DoctorHero-module__meTQvq__ctaWrapper{margin-inline:0}.DoctorHero-module__meTQvq__imageWrapper{max-width:500px}.DoctorHero-module__meTQvq__imageContainer{transition:var(--transition-normal);transform:perspective(1000px)rotateY(-5deg)}.DoctorHero-module__meTQvq__imageContainer:hover{transform:perspective(1000px)rotateY(0)}}@media (max-width:768px){.DoctorHero-module__meTQvq__heroContent{gap:var(--spacing-xl);min-height:auto;padding-top:calc(var(--navbar-height) + 2rem)}.DoctorHero-module__meTQvq__heroBio{margin-bottom:var(--spacing-xl)}.DoctorHero-module__meTQvq__heroImage{margin-top:0}.DoctorHero-module__meTQvq__floatingCard{padding:.75rem 1.25rem;bottom:20px}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statNumber{font-size:1.75rem}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statLabel{font-size:.85rem}}@media (max-width:430px){.DoctorHero-module__meTQvq__floatingCard{border-radius:1.25rem;padding:.5rem .9rem;bottom:14px}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statNumber{font-size:1.35rem}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statLabel{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.DoctorHero-module__meTQvq__imageWrapper,.DoctorHero-module__meTQvq__orangeHalo,.DoctorHero-module__meTQvq__floatingCard{animation:none}}
.StatisticsSection-module__Pp0xRW__statisticsSection{position:relative;overflow:hidden}.StatisticsSection-module__Pp0xRW__grid{gap:var(--spacing-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.StatisticsSection-module__Pp0xRW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.StatisticsSection-module__Pp0xRW__grid{grid-template-columns:repeat(4,1fr)}}
.SurgeriesPage-module__mtWVYa__surgeriesPage{direction:rtl;min-height:100vh}.SurgeriesPage-module__mtWVYa__heroStats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.SurgeriesPage-module__mtWVYa__statItem{border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:.5rem;min-width:160px;padding:1.5rem 2rem;transition:all .4s;display:flex}.SurgeriesPage-module__mtWVYa__statItem:hover{border-color:var(--yellow-400);background:#ffffff26;transform:translateY(-5px)}.SurgeriesPage-module__mtWVYa__statNumber{color:var(--yellow-400);font-size:2.2rem;font-weight:900}.SurgeriesPage-module__mtWVYa__statLabel{color:var(--blue-50);font-size:.95rem;font-weight:600}.SurgeriesPage-module__mtWVYa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:3rem;display:grid}.SurgeriesPage-module__mtWVYa__servicesGrid>div{display:flex}.SurgeriesPage-module__mtWVYa__serviceCard{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-3xl);border:1px solid var(--glass-border-light);color:inherit;box-shadow:var(--shadow-sm);flex-direction:column;width:100%;height:100%;padding:3rem 2.5rem;text-decoration:none;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.SurgeriesPage-module__mtWVYa__serviceCard:before{content:"";z-index:0;background:radial-gradient(circle at 100% 0,#0284c70d,#0000 60%);position:absolute;inset:0}.SurgeriesPage-module__mtWVYa__serviceCard:hover{background:var(--white);border-color:var(--blue-400);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);transform:translateY(-12px)}.SurgeriesPage-module__mtWVYa__cardHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__serviceIcon{background:var(--blue-50);border-radius:var(--radius-2xl);justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;transition:all .5s;display:flex}.SurgeriesPage-module__mtWVYa__serviceCard:hover .SurgeriesPage-module__mtWVYa__serviceIcon{background:var(--blue-600);color:#fff;transform:scale(1.1)rotate(5deg)}.SurgeriesPage-module__mtWVYa__complexityBadge{background:var(--blue-50);color:var(--blue-700);border:1px solid var(--blue-100);border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:800}.SurgeriesPage-module__mtWVYa__serviceTitle{color:var(--gray-900);z-index:1;margin-bottom:1rem;font-size:1.7rem;font-weight:900;line-height:1.3;position:relative}.SurgeriesPage-module__mtWVYa__serviceDescription{color:var(--gray-600);z-index:1;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;position:relative}.SurgeriesPage-module__mtWVYa__serviceStats{z-index:1;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid;position:relative}.SurgeriesPage-module__mtWVYa__miniStat{background:var(--gray-50);border-radius:var(--radius-xl);flex-direction:column;gap:.35rem;padding:1.25rem;display:flex}.SurgeriesPage-module__mtWVYa__miniLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.SurgeriesPage-module__mtWVYa__miniValue{color:var(--blue-700);font-size:1.1rem;font-weight:900}.SurgeriesPage-module__mtWVYa__benefitsList{z-index:1;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__benefitTag{color:var(--gray-700);background:var(--white);border:1px solid var(--gray-100);border-radius:8px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.SurgeriesPage-module__mtWVYa__cardFooter{color:var(--blue-600);border-top:1px solid var(--gray-100);z-index:1;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;font-weight:800;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__featuresWrapper{grid-template-columns:1.5fr 1fr;align-items:center;gap:5rem;display:grid}.SurgeriesPage-module__mtWVYa__featureList{margin:2.5rem 0 0;padding:0;list-style:none}.SurgeriesPage-module__mtWVYa__featureList li{color:var(--gray-700);margin-bottom:1.5rem;padding-right:2rem;font-size:1.1rem;font-weight:500;position:relative}.SurgeriesPage-module__mtWVYa__featureList li:before{content:"✓";color:var(--blue-600);font-weight:900;position:absolute;top:0;right:0}[data-theme=dark] .SurgeriesPage-module__mtWVYa__featureList li{color:var(--blue-50)!important}[data-theme=dark] .SurgeriesPage-module__mtWVYa__featureList li:before{color:var(--yellow-400)!important}.SurgeriesPage-module__mtWVYa__featureIllustration{justify-content:center;display:flex}.SurgeriesPage-module__mtWVYa__glassCircle{background:var(--blue-50);width:250px;height:250px;box-shadow:var(--shadow-xl);border-radius:50%;justify-content:center;align-items:center;font-size:5rem;animation:6s ease-in-out 3 SurgeriesPage-module__mtWVYa__float;display:flex;position:relative}@keyframes SurgeriesPage-module__mtWVYa__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.SurgeriesPage-module__mtWVYa__ctaContainer{max-width:900px;margin:0 auto}.SurgeriesPage-module__mtWVYa__ctaActions{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.5rem;display:flex}@media (max-width:1024px){.SurgeriesPage-module__mtWVYa__featuresWrapper{grid-template-columns:1fr;gap:4rem}.SurgeriesPage-module__mtWVYa__featureIllustration{order:-1}}@media (max-width:768px){.SurgeriesPage-module__mtWVYa__servicesGrid{grid-template-columns:1fr}.SurgeriesPage-module__mtWVYa__heroStats{gap:1.5rem}.SurgeriesPage-module__mtWVYa__statItem{min-width:140px;padding:1rem}.SurgeriesPage-module__mtWVYa__serviceCard{padding:2.5rem 1.5rem}}.SurgeriesPage-module__mtWVYa__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.SurgeriesPage-module__mtWVYa__stepCard{padding:3.5rem 2rem!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;position:relative!important;overflow:visible!important}.SurgeriesPage-module__mtWVYa__stepNumber{background:var(--gradient-yellow);width:44px;height:44px;color:var(--white);border:4px solid var(--white);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:950;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #f59e0b4d}.SurgeriesPage-module__mtWVYa__stepText{color:var(--gray-600);font-size:1.05rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.SurgeriesPage-module__mtWVYa__glassCircle,.SurgeriesPage-module__mtWVYa__stepCard{transition:none;animation:none}}