.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}
.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)}
.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)}}
.HeroFloatCard-module__JH4wEa__card{text-align:center;backdrop-filter:blur(10px);z-index:20;background:#0a1230a6;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}.HeroFloatCard-module__JH4wEa__floatTop{top:1.4rem;inset-inline-start:-1.4rem}.HeroFloatCard-module__JH4wEa__floatBottom{bottom:1.4rem;inset-inline-end:-1.4rem}.HeroFloatCard-module__JH4wEa__value{font-family:var(--font-accent,inherit);color:var(--secondary-yellow,#fcd34d);font-variant-numeric:tabular-nums;text-align:center;direction:ltr;unicode-bidi:isolate;width:100%;font-size:1.45rem;font-weight:900;line-height:1.1;display:block}.HeroFloatCard-module__JH4wEa__label{font-size:var(--font-size-xs,.75rem);color:#ffffffe6;text-align:center;white-space:nowrap;width:100%;font-weight:600;display:block}@media (max-width:1020px){.HeroFloatCard-module__JH4wEa__floatTop{inset-inline-start:.9rem}.HeroFloatCard-module__JH4wEa__floatBottom{inset-inline-end:.9rem}}
.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}}
.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}}
.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}.DoctorHero-module__meTQvq__heroFloatChip{text-align:center;backdrop-filter:blur(10px);z-index:20;background:#0a1230a6;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}.DoctorHero-module__meTQvq__floatTop{top:1.4rem;inset-inline-start:-1.4rem}.DoctorHero-module__meTQvq__floatBottom{bottom:1.4rem;inset-inline-end:-1.4rem}.DoctorHero-module__meTQvq__heroFloatValue{font-family:var(--font-accent,inherit);color:var(--secondary-yellow,#fcd34d);font-variant-numeric:tabular-nums;text-align:center;direction:ltr;unicode-bidi:isolate;width:100%;font-size:1.45rem;font-weight:900;line-height:1.1;display:block}.DoctorHero-module__meTQvq__heroFloatLabel{font-size:var(--font-size-xs,.75rem);color:#ffffffe6;text-align:center;width:100%;font-weight:600;display:block}@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}}