.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}
.Button-module__xDwtkW__button{justify-content:center;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-align:center;transition:all var(--transition-normal);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:var(--radius-lg);will-change:transform;border:none;font-family:inherit;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;transform:translateY(0)scale(1)}.Button-module__xDwtkW__button:focus-visible{box-shadow:0 0 0 3px var(--radiant-glow);outline:none}.Button-module__xDwtkW__button:hover:not(:disabled){transform:translateY(-2px)}.Button-module__xDwtkW__button:active:not(:disabled){transform:scale(.98)}.Button-module__xDwtkW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__xDwtkW__primary{background:var(--gradient-blue);color:var(--white);box-shadow:var(--shadow-blue);font-weight:var(--font-weight-bold)}.Button-module__xDwtkW__secondary{background:var(--gradient-yellow);color:var(--white);box-shadow:var(--shadow-yellow);font-weight:var(--font-weight-bold)}.Button-module__xDwtkW__secondary:hover:not(:disabled){opacity:.95}.Button-module__xDwtkW__whatsapp{background:var(--gradient-whatsapp);font-weight:var(--font-weight-bold);box-shadow:0 4px 14px #25d3664d;color:var(--white)!important}.Button-module__xDwtkW__whatsapp span,.Button-module__xDwtkW__whatsapp svg{fill:currentColor;color:var(--white)!important}.Button-module__xDwtkW__whatsapp:hover:not(:disabled){opacity:.95;box-shadow:0 6px 20px #25d36666}.Button-module__xDwtkW__glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);color:var(--white);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);font-weight:var(--font-weight-semibold)}.Button-module__xDwtkW__glass:hover:not(:disabled){background:var(--glass-bg-light);border-color:var(--glass-border-light);color:var(--blue-900)}.Button-module__xDwtkW__outline{color:var(--primary-blue);border:1px solid var(--primary-blue);font-weight:var(--font-weight-medium);background:0 0}.Button-module__xDwtkW__outline:hover:not(:disabled){background:var(--blue-50)}.Button-module__xDwtkW__outline-white{color:var(--white);border:1px solid var(--glass-border-light);background:0 0}.Button-module__xDwtkW__outline-white:hover:not(:disabled){background:var(--glass-bg);border-color:var(--white)}.Button-module__xDwtkW__ghost{color:var(--gray-600);background:0 0;border:1px solid #0000}.Button-module__xDwtkW__ghost:hover:not(:disabled){background:var(--blue-50);color:var(--primary-blue)}.Button-module__xDwtkW__small{font-size:var(--font-size-sm);border-radius:var(--radius-md);font-weight:var(--font-weight-medium);padding:.5rem 1rem}.Button-module__xDwtkW__medium{font-size:var(--font-size-base);border-radius:var(--radius-lg);font-weight:var(--font-weight-semibold);padding:.75rem 1.5rem}.Button-module__xDwtkW__large{font-size:var(--font-size-lg);border-radius:var(--radius-xl);font-weight:var(--font-weight-bold);letter-spacing:.01em;padding:1rem 2.5rem}.Button-module__xDwtkW__fullWidth{width:100%;display:flex}.Button-module__xDwtkW__loading{pointer-events:none;color:#0000!important}.Button-module__xDwtkW__hidden{visibility:hidden}.Button-module__xDwtkW__innerContent{justify-content:center;align-items:center;gap:.625rem;line-height:1;display:inline-flex}.Button-module__xDwtkW__text{align-items:center;gap:.625rem;line-height:1;display:inline-flex}.Button-module__xDwtkW__hidden,.Button-module__xDwtkW__button>span{justify-content:center;align-items:center;gap:.625rem;display:inline-flex}.Button-module__xDwtkW__loadingSpinner{border:2px solid var(--glass-border-light);border-radius:var(--radius-circle);border-top:2px solid;width:1.2em;height:1.2em;animation:.8s linear infinite Button-module__xDwtkW__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Button-module__xDwtkW__outline .Button-module__xDwtkW__loadingSpinner,.Button-module__xDwtkW__ghost .Button-module__xDwtkW__loadingSpinner{border:2px solid var(--blue-100);border-top:2px solid var(--primary-blue)}.Button-module__xDwtkW__outline-white .Button-module__xDwtkW__loadingSpinner{border:2px solid var(--glass-border);border-top:2px solid var(--white)}@keyframes Button-module__xDwtkW__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.Button-module__xDwtkW__primary:after,.Button-module__xDwtkW__secondary:after,.Button-module__xDwtkW__whatsapp:after{content:"";background:linear-gradient(90deg, transparent, var(--glass-bg-light), transparent);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.Button-module__xDwtkW__primary:hover:after,.Button-module__xDwtkW__secondary:hover:after,.Button-module__xDwtkW__whatsapp:hover:after{left:100%}
.ImageUploader-module__HoLYWq__uploaderContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.ImageUploader-module__HoLYWq__label{color:#374151;font-size:.875rem;font-weight:500}.ImageUploader-module__HoLYWq__dropZone{text-align:center;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:.75rem;justify-content:center;align-items:center;min-height:150px;padding:2rem;transition:all .2s;display:flex;position:relative}.ImageUploader-module__HoLYWq__dropZone:hover{background:#f0f7ff;border-color:#3b82f6}.ImageUploader-module__HoLYWq__dragActive{background:#eff6ff;border-color:#3b82f6;transform:scale(1.01)}.ImageUploader-module__HoLYWq__hasImage{border-style:solid;height:450px;padding:0;overflow:hidden}.ImageUploader-module__HoLYWq__hiddenInput{display:none}.ImageUploader-module__HoLYWq__placeholder{flex-direction:column;align-items:center;gap:1rem;display:flex}.ImageUploader-module__HoLYWq__iconWrapper{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ImageUploader-module__HoLYWq__textWrapper{flex-direction:column;gap:.25rem;display:flex}.ImageUploader-module__HoLYWq__mainText{color:#111827;font-size:.9375rem;font-weight:500}.ImageUploader-module__HoLYWq__subText{color:#6b7280;font-size:.75rem}.ImageUploader-module__HoLYWq__preview{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ImageUploader-module__HoLYWq__preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.ImageUploader-module__HoLYWq__removeBtn{color:#fff;cursor:pointer;backdrop-filter:blur(4px);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.ImageUploader-module__HoLYWq__removeBtn:hover{background:#ef4444cc;transform:scale(1.1)}.ImageUploader-module__HoLYWq__loadingState{color:#3b82f6;flex-direction:column;align-items:center;gap:.75rem;display:flex}.ImageUploader-module__HoLYWq__spinner{animation:1s linear infinite ImageUploader-module__HoLYWq__spin}@keyframes ImageUploader-module__HoLYWq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ImageUploader-module__HoLYWq__altControls{background:#f3f4f6;border-radius:.5rem;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1rem;display:flex}.ImageUploader-module__HoLYWq__altInput{border:1px solid #d1d5db;border-radius:.375rem;outline:none;width:100%;padding:.5rem .75rem;font-size:.875rem}.ImageUploader-module__HoLYWq__altInput:focus{ring:2px #bfdbfe;border-color:#3b82f6}.ImageUploader-module__HoLYWq__altInput:disabled{cursor:not-allowed;opacity:.7;background:#e5e7eb}.ImageUploader-module__HoLYWq__decorativeLabel{color:#4b5563;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ImageUploader-module__HoLYWq__errorText{color:#ef4444;margin-top:.25rem;font-size:.75rem}
.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)}}
.ExpertiseGrid-module__DMgPLW__grid{gap:var(--spacing-sm);margin-top:var(--spacing-lg);grid-template-columns:1fr;display:grid}.ExpertiseGrid-module__DMgPLW__expertiseCard{padding:1.5rem!important}.ExpertiseGrid-module__DMgPLW__link{color:inherit;height:100%;text-decoration:none;display:block}.ExpertiseGrid-module__DMgPLW__grid>div{flex-direction:column;display:flex}.ExpertiseGrid-module__DMgPLW__grid>div>*{flex:1}.ExpertiseGrid-module__DMgPLW__footer{align-items:center;gap:var(--spacing-xs);color:var(--blue-600);font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);transition:gap .3s;display:flex}.ExpertiseGrid-module__DMgPLW__link:hover .ExpertiseGrid-module__DMgPLW__footer{gap:var(--spacing-sm)}.ExpertiseGrid-module__DMgPLW__moreText{font-size:var(--font-size-sm)}.ExpertiseGrid-module__DMgPLW__arrow{font-size:var(--font-size-lg);transition:transform .3s}.ExpertiseGrid-module__DMgPLW__link:hover .ExpertiseGrid-module__DMgPLW__arrow{transform:translate(-4px)}@media (min-width:640px){.ExpertiseGrid-module__DMgPLW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ExpertiseGrid-module__DMgPLW__grid{grid-template-columns:repeat(3,1fr)}}
.FAQ-module__0zdNvq__container{background:var(--white);border:1px solid #2563eb0f;border-radius:2rem;width:min(100%,1100px);margin-inline:auto;padding:clamp(1.5rem,3vw,3.25rem);box-shadow:0 24px 60px #0f172a1f}.FAQ-module__0zdNvq__title{color:var(--gray-900);text-align:center;margin-block-end:2.75rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.15;position:relative}.FAQ-module__0zdNvq__title:after{content:"";background:var(--gradient-yellow);border-radius:999px;width:68px;height:4px;position:absolute;inset-block-end:-10px;inset-inline-start:50%;transform:translate(-50%)}.FAQ-module__0zdNvq__subtitle{color:#64748b;text-align:center;margin-block:.5rem 2rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.6}.FAQ-module__0zdNvq__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__0zdNvq__faqItem{background:#f7f9fc;border:1px solid #eef2f7;border-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0zdNvq__active.FAQ-module__0zdNvq__faqItem{background:var(--white);border-color:#bfd5ff;box-shadow:0 14px 36px #2563eb1a}.FAQ-module__0zdNvq__faqItem:hover:not(.FAQ-module__0zdNvq__active){border-color:#dbe4f0;transform:translateY(-1px)}.FAQ-module__0zdNvq__question{text-align:start;width:100%;min-height:5.25rem;color:var(--gray-900);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;padding-inline:1.75rem;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.FAQ-module__0zdNvq__question:hover{color:var(--gray-900)}.FAQ-module__0zdNvq__question:focus-visible{outline:3px solid var(--color-primary);outline-offset:-3px}.FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question{background:linear-gradient(135deg,#2847b8 0%,#3b82f6 100%);border-start-start-radius:1.5rem;border-start-end-radius:1.5rem;border-end-end-radius:0;border-end-start-radius:0;color:var(--white)!important}.FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__icon{transform:rotate(180deg);color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question{color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question span{color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__icon{color:var(--white)!important}.FAQ-module__0zdNvq__icon{color:var(--gray-900);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.FAQ-module__0zdNvq__icon svg{display:block}.FAQ-module__0zdNvq__answer{background:var(--white);border-block-end:1px solid #bfd5ff;border-inline:1px solid #bfd5ff;border-end-end-radius:1.5rem;border-end-start-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0zdNvq__answerInner{width:100%;padding-block:1.3rem 1.7rem;padding-inline:1.75rem}.FAQ-module__0zdNvq__answer p{color:#334155;margin:0;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.9}@media (max-width:768px){.FAQ-module__0zdNvq__container{border-radius:1.5rem;padding:1.25rem}.FAQ-module__0zdNvq__title{font-size:2rem}.FAQ-module__0zdNvq__question{min-height:4.5rem;padding-block:1.1rem;padding-inline:1.1rem;font-size:.98rem}.FAQ-module__0zdNvq__answerInner{padding-block:1rem 1.25rem;padding-inline:1.1rem}}@media (max-width:480px){.FAQ-module__0zdNvq__title{font-size:1.5rem}.FAQ-module__0zdNvq__container{padding:1rem}}
.InlineDecisionCta-module__oJvwFG__slot{margin:var(--spacing-xl) 0}.InlineDecisionCta-module__oJvwFG__card{border:1px solid var(--blue-200,#cfe0f7);background:var(--blue-50,#f3f8ff);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.1rem 1.25rem;display:flex}.InlineDecisionCta-module__oJvwFG__badge{font-size:.8rem;font-weight:var(--font-weight-semibold);color:var(--blue-700);background:var(--white,#fff);border:1px solid var(--blue-200,#cfe0f7);border-radius:999px;padding:.15rem .7rem}.InlineDecisionCta-module__oJvwFG__title{font-size:1.02rem;font-weight:var(--font-weight-bold);color:var(--gray-900,#111);margin:0}.InlineDecisionCta-module__oJvwFG__actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.InlineDecisionCta-module__oJvwFG__primary,.InlineDecisionCta-module__oJvwFG__whatsapp{font-weight:var(--font-weight-bold);border-radius:999px;align-items:center;gap:.4rem;padding:.55rem 1.3rem;font-size:.92rem;text-decoration:none;transition:opacity .2s,background .2s;display:inline-flex}.InlineDecisionCta-module__oJvwFG__primary{background:var(--blue-700,#1d4ed8);color:var(--white,#fff)}.InlineDecisionCta-module__oJvwFG__primary:hover{opacity:.9}.InlineDecisionCta-module__oJvwFG__whatsapp{color:#fff;background:#25d366}.InlineDecisionCta-module__oJvwFG__whatsapp:hover{opacity:.9}@media (max-width:480px){.InlineDecisionCta-module__oJvwFG__card{align-items:stretch}.InlineDecisionCta-module__oJvwFG__actions{flex-direction:column}.InlineDecisionCta-module__oJvwFG__primary,.InlineDecisionCta-module__oJvwFG__whatsapp{justify-content:center}}
.VideoFacade-module__g8bq5a__container{margin:2rem 0}.VideoFacade-module__g8bq5a__title{margin:0 0 1.25rem;font-size:1.25rem}.VideoFacade-module__g8bq5a__frame{border-radius:1rem;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.VideoFacade-module__g8bq5a__iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.VideoFacade-module__g8bq5a__facadeButton{cursor:pointer;background:#111827;border:0;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;position:absolute;top:0;left:0}.VideoFacade-module__g8bq5a__poster{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.VideoFacade-module__g8bq5a__playIcon{z-index:1;color:#111827;background:#ffffffeb;border-radius:9999px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative}
.ArticleRenderer-module__nr6I4G__rendererContainer{gap:var(--spacing-xl);flex-direction:column;display:flex}.ArticleRenderer-module__nr6I4G__h2{font-size:var(--font-size-2xl);font-weight:var(--font-weight-800);color:var(--dark-blue);margin-bottom:var(--spacing-md);scroll-margin-top:90px;line-height:1.4}.ArticleRenderer-module__nr6I4G__h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-700);color:var(--primary-blue);margin-bottom:var(--spacing-md);scroll-margin-top:90px;line-height:1.4}.ArticleRenderer-module__nr6I4G__paragraph,.ArticleRenderer-module__nr6I4G__prose{margin-bottom:var(--spacing-lg);color:var(--gray-700);line-height:1.8}.ArticleRenderer-module__nr6I4G__prose p{margin:0 0 var(--spacing-md)}.ArticleRenderer-module__nr6I4G__prose p:last-child{margin-bottom:0}.ArticleRenderer-module__nr6I4G__prose h2{font-size:var(--font-size-2xl);font-weight:var(--font-weight-800);color:var(--dark-blue);margin:var(--spacing-xl) 0 var(--spacing-md);scroll-margin-top:90px;line-height:1.4}.ArticleRenderer-module__nr6I4G__prose h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-700);color:var(--primary-blue);margin:var(--spacing-lg) 0 var(--spacing-md);scroll-margin-top:90px;line-height:1.4}.ArticleRenderer-module__nr6I4G__prose h4{font-size:var(--font-size-lg);font-weight:var(--font-weight-700);color:var(--dark-blue);margin:var(--spacing-lg) 0 var(--spacing-sm)}.ArticleRenderer-module__nr6I4G__prose ul,.ArticleRenderer-module__nr6I4G__prose ol{margin:0 0 var(--spacing-md);padding-inline-start:1.5rem}.ArticleRenderer-module__nr6I4G__prose li{margin-bottom:var(--spacing-xs)}.ArticleRenderer-module__nr6I4G__prose a{color:var(--primary-blue);text-decoration:underline}.ArticleRenderer-module__nr6I4G__prose strong{color:var(--dark-blue)}.ArticleRenderer-module__nr6I4G__prose table{border-collapse:collapse;width:100%;margin:var(--spacing-lg) 0}.ArticleRenderer-module__nr6I4G__prose th,.ArticleRenderer-module__nr6I4G__prose td{border:1px solid var(--gray-200);padding:var(--spacing-sm);text-align:start}.ArticleRenderer-module__nr6I4G__prose th{background:var(--blue-50,#f0f7ff);font-weight:var(--font-weight-700)}.ArticleRenderer-module__nr6I4G__prose blockquote{border-inline-start:4px solid var(--primary-blue);margin:var(--spacing-lg) 0;color:var(--gray-600);padding-inline-start:var(--spacing-md);font-style:italic}.ArticleRenderer-module__nr6I4G__prose img,.ArticleRenderer-module__nr6I4G__medicalProse img{border-radius:var(--radius-lg);margin:var(--spacing-lg) auto;display:block;aspect-ratio:auto!important;object-fit:contain!important;width:100%!important;max-width:100%!important;height:auto!important}.ArticleRenderer-module__nr6I4G__prose hr{border:none;border-top:1px solid var(--gray-200);margin:var(--spacing-xl) 0}.ArticleRenderer-module__nr6I4G__prose iframe{max-width:100%}.ArticleRenderer-module__nr6I4G__unorderedList,.ArticleRenderer-module__nr6I4G__orderedList{margin-bottom:var(--spacing-lg);padding-inline-start:1.5rem;list-style-position:inside}.ArticleRenderer-module__nr6I4G__listItem{margin-bottom:var(--spacing-xs);color:var(--gray-700)}.ArticleRenderer-module__nr6I4G__imageFigure{margin:var(--spacing-xl) 0;text-align:center;width:100%;max-width:100%}.ArticleRenderer-module__nr6I4G__image{border-radius:var(--radius-lg);margin:0 auto;display:block;box-shadow:0 4px 12px #0000001a;aspect-ratio:auto!important;object-fit:contain!important;width:100%!important;max-width:100%!important;height:auto!important}.ArticleRenderer-module__nr6I4G__caption{margin-top:var(--spacing-sm);font-size:var(--font-size-sm);color:var(--text-light);font-style:italic;display:block}.ArticleRenderer-module__nr6I4G__videoWrapper{margin:var(--spacing-xl) 0}.ArticleRenderer-module__nr6I4G__videoDesc{margin-top:var(--spacing-sm);text-align:center;font-size:var(--font-size-sm);color:var(--text-light)}.ArticleRenderer-module__nr6I4G__faqSection{margin:var(--spacing-2xl) 0;padding:var(--spacing-lg);background:var(--blue-50);border-radius:var(--radius-lg)}.ArticleRenderer-module__nr6I4G__guideBlock{margin:var(--spacing-2xl) 0;padding:var(--spacing-xl);border-radius:var(--radius-lg);background:#f9fafb;border:1px solid #e5e7eb}.ArticleRenderer-module__nr6I4G__guideTitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-700);color:var(--dark-blue);margin:0 0 var(--spacing-md)}.ArticleRenderer-module__nr6I4G__guideList{gap:var(--spacing-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ArticleRenderer-module__nr6I4G__guideItem{align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-md);color:var(--text-dark);display:flex}.ArticleRenderer-module__nr6I4G__guideBullet{color:var(--primary-blue);font-size:var(--font-size-xl);line-height:1}.ArticleRenderer-module__nr6I4G__comparison{margin:var(--spacing-xl) 0}.ArticleRenderer-module__nr6I4G__comparisonTitle{font-size:var(--font-size-xl);font-weight:var(--font-weight-700);color:var(--dark-blue);margin-bottom:var(--spacing-md);text-align:center}.ArticleRenderer-module__nr6I4G__tableContainer{width:100%;margin:var(--spacing-lg) 0;position:relative}.ArticleRenderer-module__nr6I4G__tableScrollHint{color:var(--blue-700);background:var(--blue-50);border:1px solid var(--blue-200);border-radius:var(--radius-full);margin-bottom:.35rem;-webkit-user-select:none;user-select:none;pointer-events:none;justify-content:center;align-items:center;gap:.35rem;width:fit-content;margin-inline:0 auto;padding:.25rem .85rem;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 6px #2563eb14}.ArticleRenderer-module__nr6I4G__tableScrollHint>span{align-items:center;gap:.35rem;line-height:1;display:inline-flex}.ArticleRenderer-module__nr6I4G__hintArrow{color:var(--blue-600);align-items:center;font-size:1.8rem;font-weight:900;line-height:1;display:inline-flex;transform:translateY(-.12em)scaleX(1.15)}@media (min-width:1024px){.ArticleRenderer-module__nr6I4G__tableScrollHint{display:none!important}}.ArticleRenderer-module__nr6I4G__tableWrapper{-webkit-overflow-scrolling:touch;border-radius:var(--radius-md);border:1px solid var(--gray-200);scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%;margin:0;overflow-x:auto}.ArticleRenderer-module__nr6I4G__tableWrapper table,.ArticleRenderer-module__nr6I4G__prose table,.ArticleRenderer-module__nr6I4G__comparisonTable{border-collapse:collapse!important;border-spacing:0!important;background:var(--white,#fff)!important;table-layout:auto!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important;font-size:.95rem!important}.ArticleRenderer-module__nr6I4G__tableWrapper thead th,.ArticleRenderer-module__nr6I4G__tableWrapper thead td,.ArticleRenderer-module__nr6I4G__prose thead th,.ArticleRenderer-module__nr6I4G__prose thead td,.ArticleRenderer-module__nr6I4G__comparisonTable thead th,.ArticleRenderer-module__nr6I4G__comparisonTable thead td,.ArticleRenderer-module__nr6I4G__tableTh,:is(.ArticleRenderer-module__nr6I4G__tableWrapper table:not(:has(thead)) tbody tr:first-child td,.ArticleRenderer-module__nr6I4G__tableWrapper table:not(:has(thead)) tbody tr:first-child th,.ArticleRenderer-module__nr6I4G__prose table:not(:has(thead)) tbody tr:first-child td,.ArticleRenderer-module__nr6I4G__prose table:not(:has(thead)) tbody tr:first-child th){background:var(--blue-50,#f0f7ff)!important;color:var(--dark-blue,#1e293b)!important;border:1px solid var(--gray-200,#e2e8f0)!important;text-align:right!important;padding:.85rem 1.15rem!important;font-weight:700!important}.ArticleRenderer-module__nr6I4G__tableWrapper tbody td,.ArticleRenderer-module__nr6I4G__tableWrapper tbody th,.ArticleRenderer-module__nr6I4G__prose tbody td,.ArticleRenderer-module__nr6I4G__prose tbody th,.ArticleRenderer-module__nr6I4G__comparisonTable tbody td,.ArticleRenderer-module__nr6I4G__comparisonTable tbody th,.ArticleRenderer-module__nr6I4G__comparisonValue,.ArticleRenderer-module__nr6I4G__comparisonLabel{background:var(--white,#fff)!important;color:var(--text-dark,#334155)!important;border:1px solid var(--gray-200,#e2e8f0)!important;text-align:right!important;width:auto!important;padding:.85rem 1.15rem!important}.ArticleRenderer-module__nr6I4G__comparisonLabel{font-weight:600!important}.ArticleRenderer-module__nr6I4G__comparisonRow{border-bottom:1px solid var(--gray-200)!important}.ArticleRenderer-module__nr6I4G__tableWrapper::-webkit-scrollbar{display:none}@media (max-width:1023px){.ArticleRenderer-module__nr6I4G__tableWrapper table,.ArticleRenderer-module__nr6I4G__prose table,.ArticleRenderer-module__nr6I4G__comparisonTable{width:100%!important;min-width:580px!important}}.ArticleRenderer-module__nr6I4G__medicalBlock{gap:var(--spacing-md);padding:var(--spacing-lg);border-radius:var(--radius-md);margin:var(--spacing-xl) 0;border-right:4px solid #0000;display:flex}.ArticleRenderer-module__nr6I4G__blockIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.ArticleRenderer-module__nr6I4G__blockContent{gap:var(--spacing-xs);flex-direction:column;display:flex}.ArticleRenderer-module__nr6I4G__blockTitle{font-weight:var(--font-weight-800);font-size:var(--font-size-md);display:block}.ArticleRenderer-module__nr6I4G__warningBlock{color:#9a3412;background:#fff7ed;border-color:#f97316}.ArticleRenderer-module__nr6I4G__warningBlock .ArticleRenderer-module__nr6I4G__blockIcon{color:#f97316}.ArticleRenderer-module__nr6I4G__warningBlock .ArticleRenderer-module__nr6I4G__blockTitle{color:#c2410c}.ArticleRenderer-module__nr6I4G__takeawaysBlock{color:#166534;background:#f0fdf4;border-color:#22c55e}.ArticleRenderer-module__nr6I4G__takeawaysBlock .ArticleRenderer-module__nr6I4G__blockIcon{color:#22c55e}.ArticleRenderer-module__nr6I4G__takeawaysBlock .ArticleRenderer-module__nr6I4G__blockTitle{color:#15803d}.ArticleRenderer-module__nr6I4G__takeawaysList{margin:0;padding-inline-start:1.2rem;list-style-type:disc}.ArticleRenderer-module__nr6I4G__medicalProse{font-size:var(--font-size-base);line-height:var(--line-height-loose)}.ArticleRenderer-module__nr6I4G__medicalProse p{margin:0 0 .5rem}.ArticleRenderer-module__nr6I4G__medicalProse p:last-child{margin-bottom:0}.ArticleRenderer-module__nr6I4G__medicalProse a{color:inherit;font-weight:700;text-decoration:underline}.ArticleRenderer-module__nr6I4G__medicalProse strong{font-weight:800}.ArticleRenderer-module__nr6I4G__medicalText{font-size:var(--font-size-base);line-height:var(--line-height-loose);margin:0}.ArticleRenderer-module__nr6I4G__insightBlock{color:#1e40af;background:#eff6ff;border-color:#3b82f6}.ArticleRenderer-module__nr6I4G__insightBlock .ArticleRenderer-module__nr6I4G__blockIcon{color:#3b82f6}.ArticleRenderer-module__nr6I4G__insightBlock .ArticleRenderer-module__nr6I4G__blockTitle{color:#1d4ed8}.ArticleRenderer-module__nr6I4G__infoBlock{color:#334155;background:#f8fafc;border-color:#64748b}.ArticleRenderer-module__nr6I4G__infoBlock .ArticleRenderer-module__nr6I4G__blockIcon{color:#64748b}.ArticleRenderer-module__nr6I4G__infoBlock .ArticleRenderer-module__nr6I4G__blockTitle{color:#475569}@media (max-width:768px){.ArticleRenderer-module__nr6I4G__medicalBlock{text-align:center;padding:var(--spacing-lg);flex-direction:column;align-items:center}.ArticleRenderer-module__nr6I4G__blockIcon{margin-bottom:var(--spacing-xs)}}
.SocialShare-module__918G0W__socialShare{text-align:right;background:#f8fafc;border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;margin:0;padding:.5rem 1rem;display:flex}.SocialShare-module__918G0W__shareTitle{color:#475569;white-space:nowrap;margin:0;font-size:1rem;font-weight:700}.SocialShare-module__918G0W__shareButtons{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.SocialShare-module__918G0W__shareBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.SocialShare-module__918G0W__icon{fill:currentColor;width:1.125rem;height:1.125rem}.SocialShare-module__918G0W__shareBtn:hover{color:#fff;border-color:#0000;transform:translateY(-3px)scale(1.1);box-shadow:0 10px 15px -3px #0000001a}.SocialShare-module__918G0W__facebook:hover{background:#1877f2}.SocialShare-module__918G0W__twitter:hover{background:#1da1f2}.SocialShare-module__918G0W__whatsapp:hover{background:#25d366}.SocialShare-module__918G0W__telegram:hover{background:#08c}.SocialShare-module__918G0W__copy:hover{background:#6366f1}.SocialShare-module__918G0W__native:hover{background:#3b82f6}.SocialShare-module__918G0W__copy.SocialShare-module__918G0W__copied{color:#fff;background:#10b981;border-color:#0000}@media (max-width:640px){.SocialShare-module__918G0W__socialShare{flex-direction:column;align-items:flex-start;gap:1rem}.SocialShare-module__918G0W__shareButtons{justify-content:flex-start;width:100%}}
.ArticleComments-module__fpOFsq__commentsSection{background:var(--white);border-top:1px solid var(--gray-100);padding:2rem 0}.ArticleComments-module__fpOFsq__container{max-width:900px;margin:0 auto;padding:0 1.5rem}.ArticleComments-module__fpOFsq__commentsHeader{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.ArticleComments-module__fpOFsq__commentsTitle{color:var(--gray-900);margin:0;font-size:1.35rem;font-weight:800}.ArticleComments-module__fpOFsq__addCommentBtn{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-full);cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.ArticleComments-module__fpOFsq__addCommentBtn:hover{box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-3px)}.ArticleComments-module__fpOFsq__addCommentBtn:focus-visible,.ArticleComments-module__fpOFsq__submitBtn:focus-visible,.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__interactive:focus-visible,.ArticleComments-module__fpOFsq__input:focus-visible,.ArticleComments-module__fpOFsq__textarea:focus-visible{outline:3px solid var(--radiant-glow);outline-offset:2px}.ArticleComments-module__fpOFsq__feedback{direction:rtl;border-radius:10px;margin-bottom:1rem;padding:.9rem 1rem;font-size:.95rem;font-weight:600}.ArticleComments-module__fpOFsq__feedbackSuccess{background:var(--blue-50);border:1px solid var(--blue-200);color:var(--blue-800)}.ArticleComments-module__fpOFsq__feedbackError{background:var(--yellow-50);border:1px solid var(--yellow-300);color:var(--yellow-800)}.ArticleComments-module__fpOFsq__commentForm{background:var(--glass-bg-light);backdrop-filter:blur(16px);border:1px solid var(--glass-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);direction:rtl;margin-bottom:2rem;padding:1.5rem}.ArticleComments-module__fpOFsq__formTitle{color:var(--gray-900);text-align:right;margin-bottom:1rem;font-size:1.1rem;font-weight:800}.ArticleComments-module__fpOFsq__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.ArticleComments-module__fpOFsq__formGroup{margin-bottom:1rem}.ArticleComments-module__fpOFsq__label{color:var(--gray-800);margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:block}.ArticleComments-module__fpOFsq__input,.ArticleComments-module__fpOFsq__textarea{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;color:var(--gray-900);direction:rtl;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.ArticleComments-module__fpOFsq__input:focus,.ArticleComments-module__fpOFsq__textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 4px var(--radiant-glow);outline:none}.ArticleComments-module__fpOFsq__inputError{border-color:var(--yellow-600);box-shadow:0 0 0 3px var(--shadow-yellow-light)}.ArticleComments-module__fpOFsq__fieldError{font-size:var(--font-size-sm);color:var(--yellow-700);margin-top:.4rem;font-weight:600}.ArticleComments-module__fpOFsq__textarea{resize:vertical;min-height:100px;font-family:inherit}.ArticleComments-module__fpOFsq__starsContainer{gap:.25rem;margin:.5rem 0;display:flex}.ArticleComments-module__fpOFsq__star{color:var(--gray-300);background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__filled{color:var(--yellow-400)}.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__interactive{cursor:pointer}.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__interactive:hover{color:var(--yellow-500)}.ArticleComments-module__fpOFsq__formActions{text-align:center;margin-top:1.5rem}.ArticleComments-module__fpOFsq__submitBtn{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-blue);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600}.ArticleComments-module__fpOFsq__submitBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-2px)}.ArticleComments-module__fpOFsq__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ArticleComments-module__fpOFsq__commentsList{margin-top:2rem}.ArticleComments-module__fpOFsq__noComments{text-align:center;background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:12px;padding:1.5rem}.ArticleComments-module__fpOFsq__noCommentsIcon{background:var(--blue-50);width:2.5rem;height:2.5rem;color:var(--blue-600);margin-inline:auto;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.ArticleComments-module__fpOFsq__noCommentsText{color:var(--gray-500);margin:0;font-size:.95rem}.ArticleComments-module__fpOFsq__commentItem{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);margin-bottom:2rem;padding:2rem;transition:all .4s;position:relative}.ArticleComments-module__fpOFsq__commentItem:hover{border-color:var(--blue-200);box-shadow:var(--shadow-md);transform:translateY(-4px)}.ArticleComments-module__fpOFsq__commentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ArticleComments-module__fpOFsq__commentAuthor{align-items:center;gap:1rem;display:flex}.ArticleComments-module__fpOFsq__authorAvatar{background:var(--gradient-yellow);width:56px;height:56px;color:var(--white);box-shadow:var(--shadow-yellow-light);border-radius:1rem;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.ArticleComments-module__fpOFsq__authorInfo{direction:rtl}.ArticleComments-module__fpOFsq__authorName{color:var(--gray-800);margin:0 0 .25rem;font-size:1rem;font-weight:600}.ArticleComments-module__fpOFsq__commentDate{color:var(--gray-500);font-size:.85rem}.ArticleComments-module__fpOFsq__commentRating{flex-shrink:0}.ArticleComments-module__fpOFsq__commentContent{text-align:right;direction:rtl}.ArticleComments-module__fpOFsq__commentMessage{color:var(--gray-700);white-space:pre-wrap;word-break:break-word;margin-top:1.25rem;font-size:1.1rem;line-height:1.8}.ArticleComments-module__fpOFsq__pendingBadge{background:var(--yellow-100);color:var(--yellow-800);border:1px solid var(--yellow-200);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.ArticleComments-module__fpOFsq__guidelines{background:var(--gradient-bg-secondary);border:1px solid var(--blue-100);border-radius:var(--radius-xl);margin-top:1.5rem;padding:1.25rem}.ArticleComments-module__fpOFsq__guidelinesTitle{color:var(--blue-800);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.ArticleComments-module__fpOFsq__guidelinesList{margin:0;padding:0;list-style:none}.ArticleComments-module__fpOFsq__guidelinesList li{color:var(--blue-800);margin-bottom:.4rem;padding-right:1.25rem;font-size:.875rem;position:relative}.ArticleComments-module__fpOFsq__guidelinesList li:before{content:"✓";color:var(--whatsapp-green);font-weight:700;position:absolute;right:0}.ArticleComments-module__fpOFsq__loadMoreWrapper{justify-content:center;margin-top:.5rem;display:flex}.ArticleComments-module__fpOFsq__loadMoreButton{border:1px solid var(--blue-200);background:var(--white);color:var(--blue-700);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);padding:.7rem 1.3rem;font-weight:700}.ArticleComments-module__fpOFsq__loadMoreButton:hover{background:var(--blue-50);border-color:var(--blue-300)}.ArticleComments-module__fpOFsq__loadMoreButton:focus-visible{outline:3px solid var(--radiant-glow);outline-offset:2px}@media (max-width:768px){.ArticleComments-module__fpOFsq__commentsSection{padding:3rem 0}.ArticleComments-module__fpOFsq__container{padding:0 1rem}.ArticleComments-module__fpOFsq__commentsHeader{flex-direction:column;align-items:stretch;gap:1rem}.ArticleComments-module__fpOFsq__commentsTitle{text-align:center;font-size:1.5rem}.ArticleComments-module__fpOFsq__commentForm{padding:1.5rem}.ArticleComments-module__fpOFsq__formRow{grid-template-columns:1fr;gap:1rem}.ArticleComments-module__fpOFsq__commentHeader{flex-direction:column;align-items:flex-start;gap:1rem}.ArticleComments-module__fpOFsq__commentAuthor,.ArticleComments-module__fpOFsq__commentRating{align-self:flex-start}.ArticleComments-module__fpOFsq__authorAvatar{width:40px;height:40px;font-size:1rem}.ArticleComments-module__fpOFsq__pendingBadge{align-self:flex-start;margin-top:.5rem;position:static}}@media (max-width:480px){.ArticleComments-module__fpOFsq__commentForm,.ArticleComments-module__fpOFsq__commentItem{padding:1rem}.ArticleComments-module__fpOFsq__guidelines{padding:1.5rem}.ArticleComments-module__fpOFsq__star{font-size:1.25rem}.ArticleComments-module__fpOFsq__submitBtn{width:100%;padding:.875rem 1.5rem}}
.ClinicFeaturesGrid-module__SEf4jW__featuresGrid{gap:var(--spacing-xl);margin-top:var(--spacing-2xl);grid-template-columns:repeat(auto-fit,minmax(340px,400px));justify-content:center;width:100%;display:grid}@media (max-width:640px){.ClinicFeaturesGrid-module__SEf4jW__featuresGrid{grid-template-columns:1fr}}
.TableOfContents-module__AGrkSG__toc{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);overflow:hidden}.TableOfContents-module__AGrkSG__tocHeader{background:var(--white);cursor:pointer;border:none;border-bottom:1px solid var(--gray-100);width:100%;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:1rem 1.15rem;display:flex}.TableOfContents-module__AGrkSG__tocHeader:hover{background:var(--gray-50)}.TableOfContents-module__AGrkSG__tocTitle{font-family:var(--font-accent);color:var(--gray-900);align-items:center;gap:.5rem;font-size:1rem;font-weight:800;display:flex}.TableOfContents-module__AGrkSG__tocIcon{width:18px;height:18px;color:var(--blue-600)}.TableOfContents-module__AGrkSG__arrow{color:var(--gray-400);justify-content:center;align-items:center;transition:transform .25s;display:flex}.TableOfContents-module__AGrkSG__arrow.TableOfContents-module__AGrkSG__open{transform:rotate(180deg)}.TableOfContents-module__AGrkSG__tocList{scrollbar-width:thin;direction:ltr;flex-direction:column;gap:.15rem;max-height:55vh;margin:0;padding:.6rem .5rem;list-style:none;display:flex;overflow-y:auto}.TableOfContents-module__AGrkSG__tocItem{border-radius:var(--radius-lg);transition:background var(--transition-fast);direction:rtl;margin:0;padding:0}.TableOfContents-module__AGrkSG__level2{padding-inline-start:0}.TableOfContents-module__AGrkSG__level3{padding-inline-start:1rem}.TableOfContents-module__AGrkSG__tocLink{border-radius:var(--radius-md);cursor:pointer;text-align:right;width:100%;transition:all var(--transition-fast);color:var(--gray-700);border:none;background:0 0;border-inline-start:2px solid #0000;align-items:center;padding:.5rem .75rem;font-size:.85rem;line-height:1.5;text-decoration:none;display:flex}.TableOfContents-module__AGrkSG__level3 .TableOfContents-module__AGrkSG__tocLink{color:var(--gray-600);font-size:.8rem}.TableOfContents-module__AGrkSG__tocLink:hover{background:var(--blue-50);color:var(--blue-700)}.TableOfContents-module__AGrkSG__tocItem.TableOfContents-module__AGrkSG__active .TableOfContents-module__AGrkSG__tocLink{background:var(--blue-50);color:var(--blue-800);border-inline-start-color:var(--blue-600);font-weight:700}.TableOfContents-module__AGrkSG__tocText{display:block}@media (max-width:1023px){.TableOfContents-module__AGrkSG__toc{margin-top:1rem}}
.ClinicValuesSection-module__kVWtfW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem;display:grid}
.ClinicsForm-module__yfg_gG__card{background-color:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);gap:1.5rem;padding:1.5rem;display:flex;position:relative}.ClinicsForm-module__yfg_gG__grabHandle{cursor:grab;align-items:flex-start;padding-top:1rem;display:flex}.ClinicsForm-module__yfg_gG__inputsGrid{flex:1;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.ClinicsForm-module__yfg_gG__formGroup{flex-direction:column;gap:.5rem;display:flex}.ClinicsForm-module__yfg_gG__formGroupFull{flex-direction:column;grid-column:1/-1;gap:.5rem;display:flex}.ClinicsForm-module__yfg_gG__label{color:var(--dash-text-muted,#6b7280);font-size:.9rem;font-weight:600}.ClinicsForm-module__yfg_gG__input{background:var(--dash-bg,#f9fafb);border:1px solid var(--dash-border,#e5e7eb);border-radius:var(--radius-md,.5rem);color:var(--dash-text);transition:border-color var(--transition-fast);padding:.75rem;font-size:.9rem}.ClinicsForm-module__yfg_gG__input:focus{border-color:var(--color-primary);outline:none}.ClinicsForm-module__yfg_gG__mapLinkRow{justify-content:space-between;align-items:center;display:flex}.ClinicsForm-module__yfg_gG__mapLinkPreview{color:var(--color-primary,#2563eb);align-items:center;gap:.25rem;font-size:.75rem;text-decoration:none;display:inline-flex}.ClinicsForm-module__yfg_gG__cityRegionGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ClinicsForm-module__yfg_gG__hoursSection{border-top:1px dashed var(--dash-border,#e5e7eb);grid-column:1/-1;margin-top:.5rem;padding-top:1.5rem}.ClinicsForm-module__yfg_gG__hoursHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ClinicsForm-module__yfg_gG__hoursTitle{color:var(--dash-text);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.ClinicsForm-module__yfg_gG__btnAddHour{color:var(--color-primary,#2563eb);background:var(--dash-bg,#eff6ff);border:1px solid var(--dash-border,#dbeafe);cursor:pointer;border-radius:.25rem;padding:.25rem .75rem;font-size:.8rem;transition:all .2s}.ClinicsForm-module__yfg_gG__hoursList{grid-template-columns:1fr;gap:.75rem;display:grid}.ClinicsForm-module__yfg_gG__hourRow{background:var(--dash-surface,#fff);border:1px solid var(--dash-border,#e5e7eb);border-radius:var(--radius-md,.5rem);box-sizing:border-box;flex-flow:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;display:flex;overflow-x:auto}.ClinicsForm-module__yfg_gG__hourDaySelect{background:var(--dash-bg,#f9fafb);border:1px solid var(--dash-border,#e5e7eb);border-radius:var(--radius-sm,.375rem);color:var(--dash-text,#111827);cursor:pointer;box-sizing:border-box;text-align:right;direction:rtl;flex:none;width:120px;min-width:100px;padding:.5rem .6rem;font-size:.85rem;font-weight:600}.ClinicsForm-module__yfg_gG__hourDaySelect:focus{border-color:var(--color-primary,#2563eb);outline:none}.ClinicsForm-module__yfg_gG__hourLabel{color:var(--dash-text-muted,#6b7280);-webkit-user-select:none;user-select:none;flex:none;font-size:.85rem;font-weight:600}.ClinicsForm-module__yfg_gG__hourFieldInput{background:var(--dash-bg,#f9fafb);border:1px solid var(--dash-border,#e5e7eb);border-radius:var(--radius-sm,.375rem);max-width:120px;color:var(--dash-text,#111827);text-align:center;box-sizing:border-box;flex:0 0 90px;padding:.5rem;font-size:.85rem;width:90px!important}.ClinicsForm-module__yfg_gG__hourFieldInput:focus{border-color:var(--color-primary,#2563eb);background:var(--dash-surface,#fff);outline:none}.ClinicsForm-module__yfg_gG__hourPeriodSelect{background:var(--dash-bg,#f9fafb);border:1px solid var(--dash-border,#e5e7eb);border-radius:var(--radius-sm,.375rem);color:var(--dash-text,#111827);cursor:pointer;box-sizing:border-box;text-align:center;direction:rtl;flex:none;width:90px;min-width:80px;padding:.5rem .6rem;font-size:.85rem;font-weight:500}.ClinicsForm-module__yfg_gG__hourPeriodSelect:focus{border-color:var(--color-primary,#2563eb);outline:none}.ClinicsForm-module__yfg_gG__hourMoveButtons{flex-direction:column;flex-shrink:0;gap:3px;display:flex}.ClinicsForm-module__yfg_gG__btnMoveHour{background:var(--dash-bg,#f3f4f6);border:1px solid var(--dash-border,#e5e7eb);cursor:pointer;width:28px;height:18px;color:var(--dash-text-muted,#6b7280);border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.ClinicsForm-module__yfg_gG__btnMoveHour:hover:not(:disabled){background:var(--dash-surface,#fff);color:var(--color-primary,#2563eb);border-color:var(--color-primary,#2563eb)}.ClinicsForm-module__yfg_gG__btnMoveHour:disabled{cursor:not-allowed;opacity:.3}.ClinicsForm-module__yfg_gG__btnRemoveHour{color:#ef4444;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.ClinicsForm-module__yfg_gG__btnRemoveHour:hover{color:#fff;background:#ef4444;border-color:#ef4444}.ClinicsForm-module__yfg_gG__actionsColumn{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.ClinicsForm-module__yfg_gG__btnDelete{color:#ef4444;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.ClinicsForm-module__yfg_gG__btnDelete:hover{color:#fff;background:#ef4444;border-color:#ef4444}.ClinicsForm-module__yfg_gG__reorderButtons{flex-direction:column;gap:.35rem;display:flex}.ClinicsForm-module__yfg_gG__btnMove{background:var(--dash-bg,#f3f4f6);border:1px solid var(--dash-border,#e5e7eb);cursor:pointer;width:32px;height:32px;color:var(--dash-text,#374151);border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.ClinicsForm-module__yfg_gG__btnMove:hover:not(:disabled){background:var(--dash-surface,#fff);color:var(--color-primary,#2563eb);border-color:var(--color-primary,#2563eb)}.ClinicsForm-module__yfg_gG__btnMove:disabled{cursor:not-allowed;opacity:.3}@media (max-width:640px){.ClinicsForm-module__yfg_gG__card{flex-direction:column;gap:1rem;padding:1rem}.ClinicsForm-module__yfg_gG__grabHandle{border-bottom:1px solid var(--dash-border,#e5e7eb);justify-content:center;padding-top:0;padding-bottom:.5rem;display:flex}.ClinicsForm-module__yfg_gG__inputsGrid,.ClinicsForm-module__yfg_gG__cityRegionGrid{grid-template-columns:1fr;gap:1rem}.ClinicsForm-module__yfg_gG__actionsColumn{border-top:1px solid var(--dash-border,#e5e7eb);flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:.5rem;padding-top:.75rem}.ClinicsForm-module__yfg_gG__reorderButtons{flex-direction:row;gap:.5rem}}
.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}}
.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}}
.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}}
.ArticleCard-module__KyswMq__card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-2xl);height:100%;box-shadow:var(--shadow-sm);color:inherit;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ArticleCard-module__KyswMq__card:hover{box-shadow:var(--shadow-xl);border-color:var(--blue-300);transform:translateY(-4px)}.ArticleCard-module__KyswMq__imageSection{aspect-ratio:16/10;background:var(--blue-50);width:100%;position:relative;overflow:hidden}.ArticleCard-module__KyswMq__cardImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-medium,.4s ease);display:block}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__cardImage{transform:scale(1.05)}.ArticleCard-module__KyswMq__cardImageFallback{background:var(--blue-50);width:100%;height:100%;color:var(--blue-400);place-items:center;display:grid}.ArticleCard-module__KyswMq__cardBody{flex-direction:column;flex-grow:1;gap:.6rem;padding:1.25rem 1.35rem;display:flex}.ArticleCard-module__KyswMq__cardBadge{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}.ArticleCard-module__KyswMq__cardTitle{font-family:var(--font-accent);font-weight:var(--font-weight-800);color:var(--gray-900);font-size:1.08rem;line-height:var(--line-height-snug);-webkit-line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__cardTitle{color:var(--blue-600)}.ArticleCard-module__KyswMq__cardExcerpt{font-size:var(--font-size-sm);color:var(--gray-600);line-height:var(--line-height-relaxed);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.ArticleCard-module__KyswMq__cardFooter{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.85rem;display:flex}.ArticleCard-module__KyswMq__cardMeta{font-size:var(--font-size-xs);color:var(--text-muted);font-weight:var(--font-weight-medium);white-space:nowrap}.ArticleCard-module__KyswMq__cardMetaPlaceholder{flex:1}.ArticleCard-module__KyswMq__cardCta{font-weight:var(--font-weight-bold);color:var(--blue-700);white-space:nowrap;transition:color var(--transition-fast);align-items:center;gap:.35rem;margin-inline-start:auto;font-size:.92rem;display:inline-flex}.ArticleCard-module__KyswMq__cardCta svg{transition:transform var(--transition-fast)}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__cardCta{color:var(--blue-800)}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__cardCta svg{transform:translate(-4px)}.ArticleCard-module__KyswMq__compactCard .ArticleCard-module__KyswMq__cardBody{gap:.45rem;padding:1rem 1.1rem 1.1rem}.ArticleCard-module__KyswMq__compactCard .ArticleCard-module__KyswMq__cardTitle{font-size:1rem}
.EducationSubNav-module__0aiKla__nav{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.EducationSubNav-module__0aiKla__chip{border:1px solid var(--gray-200,#e2e8f0);background:var(--white,#fff);color:var(--gray-700,#334155);border-radius:999px;align-items:center;padding:.5rem 1.1rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.EducationSubNav-module__0aiKla__chip:hover{border-color:var(--blue-400,#60a5fa);color:var(--blue-700,#1d4ed8)}.EducationSubNav-module__0aiKla__chipActive{background:var(--blue-600,#2563eb);border-color:var(--blue-600,#2563eb);color:var(--white,#fff)}.EducationSubNav-module__0aiKla__chipActive:hover{color:var(--white,#fff)}
.RelatedSpecialties-module__vNgSuG__section{padding:2.5rem 0 .5rem}.RelatedSpecialties-module__vNgSuG__shell{max-width:1200px;margin:0 auto;padding-inline:1.25rem}.RelatedSpecialties-module__vNgSuG__header{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.RelatedSpecialties-module__vNgSuG__kicker{color:var(--blue-600,#2563eb);font-size:.85rem;font-weight:700}.RelatedSpecialties-module__vNgSuG__title{color:var(--gray-900,#0f172a);margin:0;font-size:1.35rem;font-weight:800}.RelatedSpecialties-module__vNgSuG__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.RelatedSpecialties-module__vNgSuG__card{border:1px solid var(--gray-200,#e2e8f0);background:var(--white,#fff);border-radius:.8rem;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.15rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.RelatedSpecialties-module__vNgSuG__card:hover{border-color:var(--blue-400,#60a5fa);transform:translateY(-2px)}.RelatedSpecialties-module__vNgSuG__cardTitle{color:var(--gray-800,#1e293b);font-size:.95rem;font-weight:700}.RelatedSpecialties-module__vNgSuG__cardArrow{color:var(--blue-600,#2563eb);flex-shrink:0;display:inline-flex}@media (max-width:900px){.RelatedSpecialties-module__vNgSuG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.RelatedSpecialties-module__vNgSuG__grid{grid-template-columns:1fr}}
.RelatedVideos-module__SdZskq__header{flex-direction:column;gap:.25rem;display:flex}.RelatedVideos-module__SdZskq__kicker{color:var(--blue-600,#2563eb);font-size:.85rem;font-weight:700}.RelatedVideos-module__SdZskq__title{color:var(--gray-900,#0f172a);margin:0;font-size:1.3rem;font-weight:800}.RelatedVideos-module__SdZskq__row{--visible:3;--peek:24px;--row-gap:1rem;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}.RelatedVideos-module__SdZskq__row>*{scroll-snap-align:start;min-width:0}.RelatedVideos-module__SdZskq__row::-webkit-scrollbar{height:6px}.RelatedVideos-module__SdZskq__row::-webkit-scrollbar-thumb{background:var(--gray-200,#e5e7eb);border-radius:999px}.RelatedVideos-module__SdZskq__card{border:1px solid var(--gray-200,#e2e8f0);background:var(--white,#fff);border-radius:.9rem;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.RelatedVideos-module__SdZskq__card:hover{border-color:var(--blue-300,#93c5fd);transform:translateY(-3px);box-shadow:0 10px 24px #0f172a14}.RelatedVideos-module__SdZskq__thumbWrap{aspect-ratio:16/9;background:var(--gray-100,#f1f5f9);display:block;position:relative}.RelatedVideos-module__SdZskq__thumb{object-fit:cover;width:100%;height:100%}.RelatedVideos-module__SdZskq__play{color:var(--white,#fff);background:#0f172a59;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.RelatedVideos-module__SdZskq__card:hover .RelatedVideos-module__SdZskq__play{background:#0f172a80}.RelatedVideos-module__SdZskq__duration{bottom:.5rem;color:var(--white,#fff);background:#0f172acc;border-radius:.4rem;padding:.15rem .5rem;font-size:.78rem;font-weight:600;position:absolute;inset-inline-end:.5rem}.RelatedVideos-module__SdZskq__cardBody{padding:.9rem 1rem}.RelatedVideos-module__SdZskq__cardTitle{color:var(--gray-800,#1e293b);font-size:.95rem;font-weight:700;line-height:1.6}.RelatedVideos-module__SdZskq__moreWrap{display:flex}.RelatedVideos-module__SdZskq__moreLink{border:1px solid var(--blue-200,#bfdbfe);background:var(--white,#fff);color:var(--blue-700,#1d4ed8);border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.35rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.RelatedVideos-module__SdZskq__moreLink:hover{background:var(--blue-50,#eff6ff);border-color:var(--blue-400,#60a5fa)}@media (max-width:1100px){.RelatedVideos-module__SdZskq__row{--visible:2;--peek:40px}}@media (max-width:640px){.RelatedVideos-module__SdZskq__row{--visible:1;--peek:56px}.RelatedVideos-module__SdZskq__title{font-size:1.18rem}}
.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}}
.SuccessStoriesForm-module__0f_XWa__wrapper{flex-direction:column;gap:1.5rem;display:flex}.SuccessStoriesForm-module__0f_XWa__list{flex-direction:column;gap:1rem;display:flex}.SuccessStoriesForm-module__0f_XWa__card{padding:1rem}.SuccessStoriesForm-module__0f_XWa__cardHeader{justify-content:space-between;align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.SuccessStoriesForm-module__0f_XWa__cardHeaderMain,.SuccessStoriesForm-module__0f_XWa__cardHeaderActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.SuccessStoriesForm-module__0f_XWa__cardTitle{font-size:.95rem;font-weight:600}.SuccessStoriesForm-module__0f_XWa__toggleButton{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:flex}.SuccessStoriesForm-module__0f_XWa__moveButton{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;padding:0;display:flex}.SuccessStoriesForm-module__0f_XWa__moveButton:disabled{opacity:.35;cursor:not-allowed}.SuccessStoriesForm-module__0f_XWa__fieldsGrid,.SuccessStoriesForm-module__0f_XWa__mediaGrid{gap:1rem;display:grid}.SuccessStoriesForm-module__0f_XWa__fieldsGrid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1rem}.SuccessStoriesForm-module__0f_XWa__ctaHint{color:#6b7280;margin:0 0 1rem;font-size:.8rem}.SuccessStoriesForm-module__0f_XWa__mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.SuccessStoriesForm-module__0f_XWa__field{flex-direction:column;gap:.4rem;display:flex}.SuccessStoriesForm-module__0f_XWa__fieldLabel{color:#374151;font-size:.85rem;font-weight:500}.SuccessStoriesForm-module__0f_XWa__input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.65rem;outline:none;width:100%;padding:.65rem .8rem;font-size:.9rem}.SuccessStoriesForm-module__0f_XWa__textarea{resize:vertical;min-height:120px}.SuccessStoriesForm-module__0f_XWa__emptyState{text-align:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:1rem;padding:3rem 1rem}.SuccessStoriesForm-module__0f_XWa__emptyText{color:#6b7280}.SuccessStoriesForm-module__0f_XWa__viewLink{color:#059669;margin-top:.25rem;font-size:.75rem;display:block}@media (max-width:768px){.SuccessStoriesForm-module__0f_XWa__cardHeader{flex-direction:column;align-items:stretch}.SuccessStoriesForm-module__0f_XWa__fieldsGrid,.SuccessStoriesForm-module__0f_XWa__mediaGrid{grid-template-columns:1fr}}
.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)}
.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)}}