.ArticleForm-module__Th9YpW__formPage{flex-direction:column;gap:1.5rem;display:flex}.ArticleForm-module__Th9YpW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ArticleForm-module__Th9YpW__headerLeft{align-items:center;gap:1.5rem;display:flex}.ArticleForm-module__Th9YpW__headerLeft h1{color:#111827;font-size:1.5rem;font-weight:700}.ArticleForm-module__Th9YpW__headerLeft p{color:#6b7280;font-size:.9375rem}.ArticleForm-module__Th9YpW__backButton{cursor:pointer;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem;transition:all .2s}.ArticleForm-module__Th9YpW__backButton:hover{color:var(--color-primary);background:#f9fafb}.ArticleForm-module__Th9YpW__headerActions{gap:1rem;display:flex}.ArticleForm-module__Th9YpW__tabs{border-bottom:1px solid #e5e7eb;gap:1rem;padding-bottom:.5rem;display:flex}.ArticleForm-module__Th9YpW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-weight:500;transition:all .2s;display:flex;position:relative}.ArticleForm-module__Th9YpW__tab:hover,.ArticleForm-module__Th9YpW__activeTab{color:var(--color-primary)}.ArticleForm-module__Th9YpW__activeTab:after{content:"";background:var(--color-primary);height:2px;position:absolute;bottom:-.5rem;left:0;right:0}.ArticleForm-module__Th9YpW__formContent{padding-top:1rem}.ArticleForm-module__Th9YpW__editorSection{flex-direction:column;gap:2rem;display:flex}.ArticleForm-module__Th9YpW__mainInfo{border:1px solid var(--color-border);background:#fff;border-radius:.75rem;padding:1.5rem}.ArticleForm-module__Th9YpW__titleInput{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:2rem;font-weight:800}.ArticleForm-module__Th9YpW__metadataSection .ArticleForm-module__Th9YpW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.ArticleForm-module__Th9YpW__card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;padding:1.5rem}.ArticleForm-module__Th9YpW__card h3{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}.ArticleForm-module__Th9YpW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.ArticleForm-module__Th9YpW__formGroup label{color:#374151;font-size:.875rem;font-weight:600}.ArticleForm-module__Th9YpW__formGroup input,.ArticleForm-module__Th9YpW__formGroup select,.ArticleForm-module__Th9YpW__formGroup textarea{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-size:.9375rem;transition:border-color .2s}.ArticleForm-module__Th9YpW__formGroup input:focus{border-color:var(--color-primary);ring:2px var(--color-primary-light);outline:none}.ArticleForm-module__Th9YpW__imageHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ArticleForm-module__Th9YpW__miniToggle{color:#6b7280;background:#f3f4f6;border-radius:2rem;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.ArticleForm-module__Th9YpW__labelWithInfo{align-items:center;gap:.5rem;display:flex}.ArticleForm-module__Th9YpW__toggleWithInfo{align-items:center;gap:.4rem;display:flex}.ArticleForm-module__Th9YpW__infoIconWrapper{cursor:help;align-items:center;display:inline-flex;position:relative}.ArticleForm-module__Th9YpW__infoIcon{color:#9ca3af;transition:color .2s}.ArticleForm-module__Th9YpW__infoIconSmall{color:#9ca3af;opacity:.8}.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__infoIcon,.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__infoIconSmall{color:var(--color-primary)}.ArticleForm-module__Th9YpW__tooltip{color:#fff;text-align:center;visibility:hidden;opacity:0;pointer-events:none;z-index:100;background:#1f2937;border-radius:.5rem;width:220px;padding:.75rem 1rem;font-size:.75rem;line-height:1.4;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:125%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 15px -3px #0000004d}.ArticleForm-module__Th9YpW__tooltip:after{content:"";border:5px solid #0000;border-top-color:#1f2937;margin-left:-5px;position:absolute;top:100%;left:50%}.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__tooltip{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]{appearance:none;cursor:pointer;background-color:#d1d5db;transition:background-color .2s;position:relative;border:none!important;border-radius:1rem!important;width:1.8rem!important;height:1rem!important;margin:0!important}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:checked{background-color:#10b981}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:before{content:"";background-color:#fff;border-radius:50%;width:.8rem;height:.8rem;transition:transform .2s;position:absolute;top:.1rem;left:.1rem}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:checked:before{transform:translate(.8rem)}.ArticleForm-module__Th9YpW__checkboxes label{cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.ArticleForm-module__Th9YpW__checkboxes label:hover{background:#f3f4f6}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]{appearance:none;cursor:pointer;background-color:#d1d5db;transition:background-color .2s;position:relative;border:none!important;border-radius:1rem!important;outline:none!important;width:2.5rem!important;height:1.25rem!important}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:checked{background-color:#10b981}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:before{content:"";background-color:#fff;border-radius:50%;width:1rem;height:1rem;transition:transform .2s;position:absolute;top:.125rem;left:.125rem}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:checked:before{transform:translate(1.25rem)}.ArticleForm-module__Th9YpW__disabledLabel{opacity:.5;pointer-events:auto;cursor:not-allowed!important}.ArticleForm-module__Th9YpW__disabledLabel input{cursor:not-allowed!important}.ArticleForm-module__Th9YpW__checkboxes{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.ArticleForm-module__Th9YpW__checkboxes label{cursor:pointer;align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.ArticleForm-module__Th9YpW__previewOverlay{backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ArticleForm-module__Th9YpW__previewModal{background:#fff;border-radius:2rem;flex-direction:column;width:100%;max-width:1000px;height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) ArticleForm-module__Th9YpW__modalAppear;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes ArticleForm-module__Th9YpW__modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ArticleForm-module__Th9YpW__previewHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ArticleForm-module__Th9YpW__previewHeader h2{color:#111827;font-size:1.25rem;font-weight:700}.ArticleForm-module__Th9YpW__closePreview{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ArticleForm-module__Th9YpW__closePreview:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca;transform:rotate(90deg)}.ArticleForm-module__Th9YpW__previewBody{background:#fff;flex:1;padding:2rem;overflow-y:auto}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar{width:8px}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-track{background:#f1f1f1}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.Sections-module__W4uRQW__sectionEditor{flex-direction:column;gap:1.25rem;padding:.5rem;display:flex}.Sections-module__W4uRQW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Sections-module__W4uRQW__inputGroup label{color:#374151;font-size:.875rem;font-weight:600}.Sections-module__W4uRQW__inputGroup input,.Sections-module__W4uRQW__inputGroup select,.Sections-module__W4uRQW__inputGroup textarea,.Sections-module__W4uRQW__levelSelect{border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem;font-size:.9375rem;transition:all .2s}.Sections-module__W4uRQW__inputGroup input,.Sections-module__W4uRQW__inputGroup select,.Sections-module__W4uRQW__inputGroup textarea{width:100%}.Sections-module__W4uRQW__inputGroup input:focus,.Sections-module__W4uRQW__inputGroup select:focus,.Sections-module__W4uRQW__inputGroup textarea:focus,.Sections-module__W4uRQW__levelSelect:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Sections-module__W4uRQW__sectionEditor input[type=checkbox]{cursor:pointer;margin:0;width:1.25rem!important;height:1.25rem!important}.Sections-module__W4uRQW__switchRow{color:#4b5563;align-items:center;gap:1rem;font-size:.875rem;font-weight:600;display:flex}.Sections-module__W4uRQW__switchLabel{cursor:pointer;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:2rem;justify-content:space-between;align-items:center;gap:1rem;min-width:10rem;padding:.375rem .75rem;transition:all .2s;display:flex}.Sections-module__W4uRQW__switchLabel:hover{background:var(--gray-200);border-color:var(--gray-300)}.Sections-module__W4uRQW__switchText{color:var(--gray-700);font-size:.8125rem;font-weight:600}.Sections-module__W4uRQW__switchLabel input{display:none}.Sections-module__W4uRQW__switchSlider{background:var(--gray-300);border-radius:1rem;width:2.75rem;height:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Sections-module__W4uRQW__switchLabel input:checked+.Sections-module__W4uRQW__switchSlider{background:#10b981;box-shadow:0 0 10px #10b98133}.Sections-module__W4uRQW__switchSlider:after{content:"";background:#fff;border-radius:50%;width:1.125rem;height:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:.1875rem;left:.1875rem;box-shadow:0 2px 4px #0000001a}.Sections-module__W4uRQW__switchLabel input:checked+.Sections-module__W4uRQW__switchSlider:after{transform:translate(1.25rem)}.Sections-module__W4uRQW__listContainer{flex-direction:column;gap:.75rem;display:flex}.Sections-module__W4uRQW__listItem{align-items:center;gap:.75rem;display:flex}.Sections-module__W4uRQW__itemNumber{color:#9ca3af;min-width:1.5rem;font-size:.875rem;font-weight:500}.Sections-module__W4uRQW__listItem input{border:1px solid #d1d5db;border-radius:.5rem;flex:1;padding:.625rem}.Sections-module__W4uRQW__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.Sections-module__W4uRQW__removeBtn:hover{background:#fee2e2}.Sections-module__W4uRQW__addItemBtn{color:#2563eb;cursor:pointer;background:#f0f9ff;border:1px dashed #bae6fd;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.Sections-module__W4uRQW__addItemBtn:hover{background:#e0f2fe;border-color:#7dd3fc}.Sections-module__W4uRQW__videoPreview{aspect-ratio:16/9;background:#000;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.Sections-module__W4uRQW__videoPreview img{object-fit:cover;width:100%;height:100%}.Sections-module__W4uRQW__previewBadge{color:#fff;backdrop-filter:blur(4px);background:#000000b3;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;left:.75rem}
.SectionEditor-module__3b_1Va__container{flex-direction:column;gap:2rem;display:flex}.SectionEditor-module__3b_1Va__sectionsList{flex-direction:column;gap:1.5rem;display:flex}.SectionEditor-module__3b_1Va__sectionItem{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;overflow:hidden}.SectionEditor-module__3b_1Va__sectionHeader{border-bottom:1px solid var(--color-border);background:#f9fafb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.SectionEditor-module__3b_1Va__dragHandle{color:#6b7280;cursor:grab;align-items:center;gap:.75rem;display:flex}.SectionEditor-module__3b_1Va__sectionLabel{color:#111827;font-size:.875rem;font-weight:600}.SectionEditor-module__3b_1Va__sectionActions{align-items:center;gap:.5rem;display:flex}.SectionEditor-module__3b_1Va__sectionActions button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.SectionEditor-module__3b_1Va__sectionActions button:disabled{opacity:.5;cursor:not-allowed}.SectionEditor-module__3b_1Va__sectionActions button.SectionEditor-module__3b_1Va__deleteBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.SectionEditor-module__3b_1Va__sectionBody{padding:1.5rem}.SectionEditor-module__3b_1Va__addSectionContainer{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:1rem;padding:2rem}.SectionEditor-module__3b_1Va__addSectionContainer h3{color:#374151;text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.SectionEditor-module__3b_1Va__typeGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;display:grid}.SectionEditor-module__3b_1Va__typeBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.SectionEditor-module__3b_1Va__typeBtn:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.SectionEditor-module__3b_1Va__typeBtn span{font-size:.8125rem;font-weight:500}.SectionEditor-module__3b_1Va__editorPlaceholder{color:#9ca3af;text-align:center;padding:1rem;font-style:italic}
.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}}
.SectionHeader-module__PTuujW__header{margin-bottom:var(--spacing-xl);width:100%;max-width:900px}.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)}}
.ArticleCard-module__KyswMq__card{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-3xl);color:inherit;border:1px solid var(--glass-border-light);height:100%;box-shadow:var(--shadow-sm);flex-direction:column;text-decoration:none;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.ArticleCard-module__KyswMq__card:hover{background:var(--white);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);border-color:var(--blue-400);transform:translateY(-12px)}.ArticleCard-module__KyswMq__imageSection{aspect-ratio:16/10;background:var(--gray-100);position:relative;overflow:hidden}.ArticleCard-module__KyswMq__imageWrapper{width:100%;height:100%;position:relative}.ArticleCard-module__KyswMq__imageWrapper img{transition:transform 1.2s cubic-bezier(.19,1,.22,1);object-fit:cover!important;width:100%!important;height:100%!important}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__imageWrapper img{transform:scale(1.1)rotate(1deg)}.ArticleCard-module__KyswMq__badge{z-index:2;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 8px 16px #0003}.ArticleCard-module__KyswMq__dateBox{background:var(--blue-900);color:var(--white);text-align:center;z-index:2;border:1px solid #ffffff1a;border-bottom:none;border-radius:12px 12px 0 0;min-width:70px;padding:.75rem 1rem;position:absolute;bottom:0;left:1.5rem}.ArticleCard-module__KyswMq__dateNumber{color:var(--yellow-400);font-size:1.4rem;font-weight:900;line-height:1}.ArticleCard-module__KyswMq__dateMonth{text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8rem;font-weight:700}.ArticleCard-module__KyswMq__content{flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}.ArticleCard-module__KyswMq__title{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:900;line-height:1.4;transition:color .3s}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__title{color:var(--blue-600)}.ArticleCard-module__KyswMq__excerpt{color:var(--gray-600);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8;display:-webkit-box;overflow:hidden}.ArticleCard-module__KyswMq__categoryWrapper{margin-bottom:1rem}.ArticleCard-module__KyswMq__cardBadge{background:var(--blue-50)!important;color:var(--blue-700)!important;border:1px solid var(--blue-100)!important;box-shadow:none!important;padding:.4rem .8rem!important;font-size:.8rem!important;position:relative!important;top:auto!important;right:auto!important}.ArticleCard-module__KyswMq__footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.95rem;display:flex}.ArticleCard-module__KyswMq__meta{color:var(--gray-500);align-items:center;gap:.5rem;font-weight:700;display:flex}.ArticleCard-module__KyswMq__icon{font-size:1.1rem}.ArticleCard-module__KyswMq__more{color:var(--blue-600);align-items:center;gap:.5rem;font-weight:900;transition:all .3s;display:flex}.ArticleCard-module__KyswMq__more:after{content:"←";transition:transform .3s}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__more{color:var(--blue-700)}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__more:after{transform:translate(5px)}@media (max-width:640px){.ArticleCard-module__KyswMq__content{padding:1.5rem}.ArticleCard-module__KyswMq__title{font-size:1.2rem}.ArticleCard-module__KyswMq__excerpt{font-size:.95rem}.ArticleCard-module__KyswMq__dateNumber{font-size:1.1rem}.ArticleCard-module__KyswMq__dateBox{min-width:56px;padding:.5rem .75rem;left:1rem}}
.ClinicScheduleSection-module__GIL28G__section{padding-block:var(--section-padding-v);background-color:var(--white-smoke)}.ClinicScheduleSection-module__GIL28G__container{max-width:var(--container-max-width);padding-inline:var(--container-padding);margin-inline:auto}.ClinicScheduleSection-module__GIL28G__tabsContainer{justify-content:center;gap:var(--spacing-sm,12px);flex-wrap:wrap;margin-block-end:var(--spacing-lg,40px);display:flex;position:relative}.ClinicScheduleSection-module__GIL28G__tab{border-radius:var(--radius-full);color:var(--gray-700);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;letter-spacing:.02em;background:linear-gradient(#fffffff0 0%,#f8fafcfa 100%);border:1px solid #2563eb1f;padding:.95rem 1.6rem;font-size:1rem;font-weight:800;position:relative;box-shadow:0 12px 28px #0f172a0a}.ClinicScheduleSection-module__GIL28G__tab:hover{color:var(--primary-blue);border-color:#fbbf24e6;transform:translateY(-2px)}.ClinicScheduleSection-module__GIL28G__tab:focus-visible{outline:3px solid var(--yellow-400);outline-offset:2px}.ClinicScheduleSection-module__GIL28G__activeTab{color:var(--white);border-color:var(--primary-blue);background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);box-shadow:0 18px 34px #2563eb38}.ClinicScheduleSection-module__GIL28G__activeTab:hover{color:var(--white)}.ClinicScheduleSection-module__GIL28G__contentWrapper{min-height:400px;position:relative}.ClinicScheduleSection-module__GIL28G__scheduleCard{border:1px solid #dbeafed9;height:100%;overflow:hidden;box-shadow:0 30px 60px #0f172a14}.ClinicScheduleSection-module__GIL28G__cardContent{gap:var(--spacing-2xl,64px);background:radial-gradient(circle at 0 0,#fbbf241f,#0000 20%),linear-gradient(#fffffff5 0%,#f8fafcfa 100%);grid-template-columns:1fr 1.2fr;align-items:stretch;padding:2.5rem;display:grid}@media (max-width:1024px){.ClinicScheduleSection-module__GIL28G__cardContent{gap:var(--spacing-xl);padding:2rem}}@media (max-width:768px){.ClinicScheduleSection-module__GIL28G__cardContent{grid-template-columns:1fr;padding:1.5rem}}.ClinicScheduleSection-module__GIL28G__infoSection{gap:var(--spacing-xl);padding-block:var(--spacing-md);flex-direction:column;justify-content:center;display:flex}.ClinicScheduleSection-module__GIL28G__clinicHeader{flex-wrap:wrap;align-items:center;gap:1rem;margin-block-end:1rem;display:flex}.ClinicScheduleSection-module__GIL28G__clinicName{color:var(--primary-blue);margin:0;font-size:clamp(1.6rem,2vw,2rem);font-weight:800}.ClinicScheduleSection-module__GIL28G__appointmentsBadge{color:#1d4ed8;white-space:nowrap;background:#eff6ffe6;border:1px solid #bfdbfecc;border-radius:999px;align-items:center;padding:.4rem .9rem;font-size:.85rem;font-weight:800;display:inline-flex}.ClinicScheduleSection-module__GIL28G__addressWrapper{color:var(--text-secondary);background:#ffffffc7;border:1px solid #e2e8f0e6;border-radius:1rem;gap:12px;padding:1rem 1.1rem;line-height:1.6;display:flex;box-shadow:inset 0 1px #fff9}.ClinicScheduleSection-module__GIL28G__icon{color:var(--primary-yellow);flex-shrink:0;margin-block-start:4px;font-size:1.25rem}.ClinicScheduleSection-module__GIL28G__hoursSection{padding:var(--spacing-md,24px);border:1px solid #bfdbfeeb;border-inline-start:4px solid var(--primary-yellow);background:linear-gradient(#eff6fff2 0%,#fffffff5 100%);border-radius:20px;box-shadow:0 16px 30px #2563eb0f}.ClinicScheduleSection-module__GIL28G__hoursTitle{color:var(--primary-blue);align-items:center;gap:10px;margin-block-end:var(--spacing-sm,16px);font-weight:700;display:flex}.ClinicScheduleSection-module__GIL28G__hoursList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ClinicScheduleSection-module__GIL28G__hourItem{color:var(--gray-800);align-items:center;gap:10px;font-size:1rem;display:flex}.ClinicScheduleSection-module__GIL28G__dot{background-color:var(--primary-yellow);border-radius:50%;width:6px;height:6px}.ClinicScheduleSection-module__GIL28G__actions{margin-block-start:auto;padding-block-start:var(--spacing-md,24px)}.ClinicScheduleSection-module__GIL28G__mapButton{background-color:var(--primary-blue);color:#fff;border-radius:50px;align-items:center;gap:10px;padding:12px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #00336626}@media (hover:hover) and (pointer:fine){.ClinicScheduleSection-module__GIL28G__mapButton:hover{background-color:var(--dark-blue);transform:translateY(-2px);box-shadow:0 6px 16px #00336640}}.ClinicScheduleSection-module__GIL28G__mapPreview{background:#fff;border:1px solid #dbeafef2;border-radius:1.5rem;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 22px 40px #0f172a1a}.ClinicScheduleSection-module__GIL28G__mapMainContent{flex-direction:column;flex:1;display:flex}.ClinicScheduleSection-module__GIL28G__mapPlaceholder{text-align:center;background:linear-gradient(135deg, var(--gray-50) 0%, var(--blue-50) 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:360px;padding:1.5rem;display:flex}.ClinicScheduleSection-module__GIL28G__mapPlaceholderText{color:var(--gray-700);max-width:22rem;margin:0;font-weight:600}.ClinicScheduleSection-module__GIL28G__mapAction{border-radius:var(--radius-full);color:var(--white);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);border:none;padding:.75rem 1.4rem;font-weight:700}.ClinicScheduleSection-module__GIL28G__mapAction:hover{box-shadow:var(--shadow-blue);transform:translateY(-1px)}.ClinicScheduleSection-module__GIL28G__mapAction:focus-visible{outline:3px solid var(--yellow-400);outline-offset:3px}.ClinicScheduleSection-module__GIL28G__mapIframe{border:none;flex:1;width:100%;min-height:360px}.ClinicScheduleSection-module__GIL28G__mapLink{background:var(--white);color:var(--blue-700);border-top:1px solid var(--gray-200);transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.ClinicScheduleSection-module__GIL28G__mapLink:hover{background:var(--blue-50);color:var(--blue-800)}.ClinicScheduleSection-module__GIL28G__mapLink:focus-visible{outline:3px solid var(--yellow-400);outline-offset:-3px}.ClinicScheduleSection-module__GIL28G__mapError{text-align:center;background:var(--blue-50);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;min-height:360px;padding:2rem;display:flex}.ClinicScheduleSection-module__GIL28G__mapErrorIcon{background:var(--white);width:64px;height:64px;color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0033660d}.ClinicScheduleSection-module__GIL28G__mapErrorText{color:var(--primary-blue);margin:0;font-size:1.4rem;font-weight:800}@media (max-width:768px){.ClinicScheduleSection-module__GIL28G__metaRow{margin-block-end:.85rem}.ClinicScheduleSection-module__GIL28G__mapIframe{height:300px}}
.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__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}}
.Card-module__si82nG__card{border-radius:var(--cms-card-radius,var(--radius-3xl));background:var(--cms-card-bg,transparent);box-shadow:var(--cms-card-shadow,none);border:var(--cms-card-border,none);-webkit-backdrop-filter:var(--cms-card-blur,none);flex-direction:column;height:100%;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.Card-module__si82nG__center{text-align:center;align-items:center}.Card-module__si82nG__bg-white{background:var(--cms-card-bg,var(--white));border:var(--cms-card-border,1px solid var(--gray-200));box-shadow:var(--cms-card-shadow,var(--shadow-sm))}.Card-module__si82nG__bg-glass{background:var(--cms-card-bg,var(--card-glass-bg));-webkit-backdrop-filter:var(--cms-card-blur,blur(var(--card-glass-blur)));border:var(--cms-card-border,1px solid var(--card-glass-border));box-shadow:var(--cms-card-shadow,var(--shadow-md))}.Card-module__si82nG__bg-dark-gradient{background:var(--gradient-blue);color:var(--white);border:1px solid var(--card-glass-border)}.Card-module__si82nG__preset-service,.Card-module__si82nG__preset-feature{text-align:right;align-items:flex-start;padding:clamp(1.5rem,3vw,2.5rem)}.Card-module__si82nG__preset-stat{text-align:center;justify-content:center;align-items:center;padding:2rem}.Card-module__si82nG__preset-emergency{border-left:4px solid #ef4444;padding:2rem}.Card-module__si82nG__preset-testimonial{text-align:right;padding:3.5rem 2.5rem 2.5rem}.Card-module__si82nG__interactive:hover{transform:translateY(-8px)}.Card-module__si82nG__bg-white.Card-module__si82nG__interactive:hover{border-color:var(--blue-400);box-shadow:var(--cms-card-shadow-hover,var(--shadow-md))}.Card-module__si82nG__bg-glass.Card-module__si82nG__interactive:hover{box-shadow:var(--cms-card-shadow-hover,var(--shadow-lg));background:#ffffff1f;border-color:#fff3}.Card-module__si82nG__iconWrapper{color:var(--yellow-500);margin-bottom:1.5rem;transition:all .4s;display:inline-flex}.Card-module__si82nG__floatWrapper{justify-content:center;align-items:center;animation:4s ease-in-out infinite Card-module__si82nG__float;display:flex}@keyframes Card-module__si82nG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Card-module__si82nG__title{font-family:var(--font-accent);font-size:var(--card-title-size);font-weight:var(--card-title-weight);line-height:var(--line-height-tight);color:var(--gray-900);margin-bottom:1rem}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__title{color:var(--white)}[data-theme=dark] .Card-module__si82nG__title{color:var(--white)}.Card-module__si82nG__body{font-size:var(--card-body-size);line-height:var(--card-body-lh);color:var(--gray-600)}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__body{color:var(--blue-50);opacity:.9}[data-theme=dark] .Card-module__si82nG__body{color:var(--blue-50)}.Card-module__si82nG__statWrapper{flex-direction:column;gap:.5rem;display:flex}.Card-module__si82nG__statNumber{font-size:var(--font-size-4xl);color:var(--blue-700);font-weight:950;line-height:1}.Card-module__si82nG__color-blue .Card-module__si82nG__statNumber{color:#1e40af}.Card-module__si82nG__color-emerald .Card-module__si82nG__statNumber{color:#10b981}.Card-module__si82nG__color-gold .Card-module__si82nG__statNumber{color:#f59e0b}.Card-module__si82nG__color-indigo .Card-module__si82nG__statNumber{color:#6366f1}.Card-module__si82nG__color-rose .Card-module__si82nG__statNumber{color:#ef4444}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__statNumber{color:var(--yellow-400)}[data-theme=dark] .Card-module__si82nG__statNumber{color:var(--white)}.Card-module__si82nG__statLabel{font-size:var(--font-size-lg);color:var(--gray-500);font-weight:700}.Card-module__si82nG__bg-dark-gradient .Card-module__si82nG__statLabel{color:var(--white);opacity:.8}[data-theme=dark] .Card-module__si82nG__statLabel{color:var(--blue-50)}.Card-module__si82nG__urgent{position:relative}.Card-module__si82nG__urgent:before{content:"";background:#ef4444;border-radius:50%;width:10px;height:10px;animation:2s infinite Card-module__si82nG__pulse-red;position:absolute;top:1rem;left:1rem;box-shadow:0 0 10px #ef4444}@keyframes Card-module__si82nG__pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.Card-module__si82nG__ctaWrapper{margin-top:auto;padding-top:1.5rem}
.NeuralCanvas-module__pvkDvq__canvas{z-index:0;pointer-events:none;background-color:#0000;width:100%;height:100%;position:absolute;top:0;left:0}
.PrestigeHeroBackground-module__62HmXG__hero{padding:var(--section-padding-v,10rem) 0;direction:rtl;background:linear-gradient(135deg,#162f7a 0%,#1e40af 35%,#2563eb 75%,#162f7a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.PrestigeHeroBackground-module__62HmXG__hero.PrestigeHeroBackground-module__62HmXG__reducedMotion *{transition:none!important;animation:none!important}.PrestigeHeroBackground-module__62HmXG__backgroundElements{z-index:0;pointer-events:none;position:absolute;inset:0}.PrestigeHeroBackground-module__62HmXG__noiseOverlay{opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.PrestigeHeroBackground-module__62HmXG__dot{pointer-events:none;z-index:1;background:#fff9;border-radius:50%;animation:8s ease-in-out 3 PrestigeHeroBackground-module__62HmXG__floatDot;position:absolute}.PrestigeHeroBackground-module__62HmXG__ring{pointer-events:none;z-index:1;border:2px solid #ffffff40;border-radius:50%;animation:24s linear 2 PrestigeHeroBackground-module__62HmXG__rotateSlow;position:absolute}.PrestigeHeroBackground-module__62HmXG__arrowGroup{opacity:.3;pointer-events:none;z-index:1;flex-direction:column;gap:6px;display:flex;position:absolute}.PrestigeHeroBackground-module__62HmXG__arrow{border-top:8px solid #ffffff80;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;animation:3s ease-in-out PrestigeHeroBackground-module__62HmXG__waterfallArrow}.PrestigeHeroBackground-module__62HmXG__arrow:first-child{animation-delay:0s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(2){animation-delay:.2s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(3){animation-delay:.4s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(4){animation-delay:.6s}.PrestigeHeroBackground-module__62HmXG__arrow:nth-child(5){animation-delay:.8s}.PrestigeHeroBackground-module__62HmXG__meteor{pointer-events:none;z-index:1;opacity:0;background:#fff;border-radius:50%;width:2px;height:2px;animation:18s linear PrestigeHeroBackground-module__62HmXG__meteorSlide;position:absolute;box-shadow:0 0 10px 1px #fff,0 0 20px 2px #ffffff80}.PrestigeHeroBackground-module__62HmXG__meteor:after{content:"";background:linear-gradient(90deg,#fffc,#0000);width:60px;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.PrestigeHeroBackground-module__62HmXG__orangeHalo{z-index:-1;filter:blur(60px);background:radial-gradient(circle,#f59e0b40 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out 2 PrestigeHeroBackground-module__62HmXG__pulseHalo;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes PrestigeHeroBackground-module__62HmXG__waterfallArrow{0%,to{opacity:.2;transform:translateY(0)scale(.9)}50%{opacity:.9;transform:translateY(8px)scale(1.1)}}@keyframes PrestigeHeroBackground-module__62HmXG__meteorSlide{0%{opacity:0;transform:translate(300px,-300px)rotate(-45deg)}10%{opacity:1}40%{opacity:0;transform:translate(-600px,600px)rotate(-45deg)}to{opacity:0}}@keyframes PrestigeHeroBackground-module__62HmXG__floatDot{0%,to{opacity:.4;transform:translate(0)}50%{opacity:.8;transform:translate(40px,-40px)}}@keyframes PrestigeHeroBackground-module__62HmXG__rotateSlow{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}@keyframes PrestigeHeroBackground-module__62HmXG__pulseHalo{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}@media (max-width:768px){.PrestigeHeroBackground-module__62HmXG__hero{min-height:80vh;padding:2rem 0}}@media (prefers-reduced-motion:reduce){.PrestigeHeroBackground-module__62HmXG__dot,.PrestigeHeroBackground-module__62HmXG__ring,.PrestigeHeroBackground-module__62HmXG__orangeHalo,.PrestigeHeroBackground-module__62HmXG__arrow,.PrestigeHeroBackground-module__62HmXG__meteor{animation:none!important}}.PrestigeHeroBackground-module__62HmXG__hero .container{transform:translateY(0)}
.ClinicHeroSection-module__udgoGq__heroSection{--clinic-badge-bg:#ffffff1a;--clinic-badge-border:#fff3;--clinic-badge-color:var(--white);--clinic-title-color:var(--white);--clinic-subtitle-color:#eff6ffeb;justify-content:center;align-items:center;min-height:70svh;display:flex;position:relative;overflow:hidden}.ClinicHeroSection-module__udgoGq__lightSurface{--clinic-badge-bg:#ffffffc7;--clinic-badge-border:#94a3b83d;--clinic-badge-color:var(--blue-900);--clinic-title-color:var(--gray-950);--clinic-subtitle-color:var(--gray-700)}.ClinicHeroSection-module__udgoGq__heroContent{text-align:center;z-index:2;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.ClinicHeroSection-module__udgoGq__badge{background:var(--clinic-badge-bg);backdrop-filter:blur(8px);border:1px solid var(--clinic-badge-border);border-radius:var(--radius-full);color:var(--clinic-badge-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-lg);padding:.5rem 1.25rem;display:inline-block}.ClinicHeroSection-module__udgoGq__heroTitle{color:var(--clinic-title-color);margin-bottom:var(--spacing-md);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.ClinicHeroSection-module__udgoGq__heroSubtitle{font-size:var(--font-size-xl);color:var(--clinic-subtitle-color);max-width:700px;margin-bottom:var(--spacing-2xl);line-height:var(--line-height-relaxed)}.ClinicHeroSection-module__udgoGq__statsRow{gap:var(--spacing-lg);margin:0 auto var(--spacing-2xl) auto;flex-wrap:wrap;justify-content:flex-start;width:fit-content;max-width:100%;display:flex}@media (max-width:640px){.ClinicHeroSection-module__udgoGq__heroSection{padding-top:var(--spacing-4xl)}.ClinicHeroSection-module__udgoGq__statsRow{gap:var(--spacing-md)}}
.DoctorProfileHero-module__7bAqRW__profileGrid{text-align:center;align-items:center;gap:var(--spacing-2xl);padding:var(--navbar-height) var(--container-padding) 0;min-height:calc(100svh - var(--navbar-height));--profile-badge-bg:#ffffff1f;--profile-badge-border:#fff3;--profile-badge-color:var(--white);--profile-heading:var(--white);--profile-subtitle:var(--secondary-yellow);flex-direction:column;justify-content:center;display:flex}.DoctorProfileHero-module__7bAqRW__lightSurface{--profile-badge-bg:#ffffffb8;--profile-badge-border:#94a3b83d;--profile-badge-color:var(--blue-900);--profile-heading:var(--gray-950);--profile-subtitle:var(--blue-700)}.DoctorProfileHero-module__7bAqRW__imageWrapper{z-index:2;width:100%;max-width:300px;position:relative}.DoctorProfileHero-module__7bAqRW__imageContainer{border-radius:var(--radius-3xl);box-shadow:var(--shadow-2xl);overflow:hidden}.DoctorProfileHero-module__7bAqRW__mainImage{object-fit:cover;pointer-events:none;width:100%;height:auto;display:block}.DoctorProfileHero-module__7bAqRW__profileContent{z-index:2;flex:1;max-width:700px}.DoctorProfileHero-module__7bAqRW__badge{background:var(--profile-badge-bg);backdrop-filter:blur(8px);border:1px solid var(--profile-badge-border);border-radius:var(--radius-full);color:var(--profile-badge-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-md);padding:.5rem 1.25rem;display:inline-block}.DoctorProfileHero-module__7bAqRW__doctorName{color:var(--profile-heading);text-shadow:0 10px 30px #0003;margin-bottom:.75rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1}.DoctorProfileHero-module__7bAqRW__titleLink{color:inherit;text-decoration:none}.DoctorProfileHero-module__7bAqRW__titleLink:hover{opacity:.8}.DoctorProfileHero-module__7bAqRW__doctorTitle{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:var(--font-weight-semibold);color:var(--profile-subtitle);margin-bottom:var(--spacing-xl);line-height:var(--line-height-relaxed)}.DoctorProfileHero-module__7bAqRW__statsRow{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-wrap:wrap;justify-content:center;display:flex}.DoctorProfileHero-module__7bAqRW__ctaWrapper{margin-top:var(--spacing-lg);margin-inline:auto}@media (min-width:1024px){.DoctorProfileHero-module__7bAqRW__profileGrid{text-align:right;gap:var(--spacing-3xl);min-height:calc(100svh - var(--navbar-height));padding:0 var(--container-padding);flex-direction:row}.DoctorProfileHero-module__7bAqRW__imageWrapper{max-width:500px}.DoctorProfileHero-module__7bAqRW__imageContainer{transition:var(--transition-normal);transform:perspective(1000px)rotateY(-5deg)}.DoctorProfileHero-module__7bAqRW__imageContainer:hover{transform:perspective(1000px)rotateY(0)}.DoctorProfileHero-module__7bAqRW__statsRow{justify-content:flex-start}.DoctorProfileHero-module__7bAqRW__ctaWrapper{margin-inline:0}}@media (prefers-reduced-motion:reduce){.DoctorProfileHero-module__7bAqRW__imageContainer{transform:none}}
.PhilosophySection-module__l78lXa__grid{grid-template-columns:1fr;align-items:stretch;gap:3rem;margin-top:4rem;display:grid}@media (min-width:1024px){.PhilosophySection-module__l78lXa__grid{grid-template-columns:1.4fr 1fr;gap:5rem}}.PhilosophySection-module__l78lXa__mainContent{flex-direction:column;gap:3.5rem;display:flex}.PhilosophySection-module__l78lXa__quoteWrapper{backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:2.5rem;flex-direction:column;justify-content:center;padding:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #00000040}.PhilosophySection-module__l78lXa__quoteWrapper:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.PhilosophySection-module__l78lXa__quoteIcon{color:var(--color-primary);opacity:.3;position:absolute;top:2rem;right:2rem;transform:rotate(10deg)}.PhilosophySection-module__l78lXa__quoteText{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #0003;margin:0;font-size:2rem;font-style:italic;font-weight:800;line-height:1.5;position:relative}.PhilosophySection-module__l78lXa__beliefs{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:640px){.PhilosophySection-module__l78lXa__beliefs{grid-template-columns:1fr 1fr}}.PhilosophySection-module__l78lXa__beliefItem{background:#ffffff0d;border:1px solid #ffffff14;border-radius:2rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.PhilosophySection-module__l78lXa__beliefItem:after{content:"";background:0 0;width:100%;height:4px;transition:all .3s;position:absolute;bottom:0;left:0}.PhilosophySection-module__l78lXa__beliefItem:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.PhilosophySection-module__l78lXa__vision:hover:after{background:#d4af37}.PhilosophySection-module__l78lXa__mission:hover:after{background:#10b981}.PhilosophySection-module__l78lXa__beliefTitle{color:#fff;align-items:center;gap:1.25rem;margin-bottom:1.25rem;font-size:1.4rem;font-weight:800;display:flex}.PhilosophySection-module__l78lXa__beliefIconWrapper{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 16px #0003}.PhilosophySection-module__l78lXa__vision .PhilosophySection-module__l78lXa__beliefIconWrapper{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.PhilosophySection-module__l78lXa__mission .PhilosophySection-module__l78lXa__beliefIconWrapper{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.PhilosophySection-module__l78lXa__beliefItem p{color:#ffffffb3;margin:0;font-size:1.1rem;line-height:1.8}.PhilosophySection-module__l78lXa__sidebarTitle{color:#fff;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800;display:inline-block;position:relative}.PhilosophySection-module__l78lXa__sidebarTitle:after{content:"";background:var(--color-gold-gradient);border-radius:2px;width:50px;height:4px;position:absolute;bottom:-10px;right:0}.PhilosophySection-module__l78lXa__sidebar{height:100%}.PhilosophySection-module__l78lXa__requestCard{backdrop-filter:blur(30px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:2.5rem;flex-direction:column;height:100%;padding:3.5rem;display:flex;position:relative;box-shadow:0 40px 80px -20px #0006}.PhilosophySection-module__l78lXa__requestCard:before{content:"";pointer-events:none;background:linear-gradient(#3b82f60d 0%,#0000 100%);border-radius:2.5rem;width:100%;height:100%;position:absolute;top:0;left:0}.PhilosophySection-module__l78lXa__requestList{flex-direction:column;gap:1.75rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.PhilosophySection-module__l78lXa__requestItem{color:#ffffffe6;align-items:flex-start;gap:1.5rem;font-size:1.15rem;font-weight:500;transition:all .3s;display:flex}.PhilosophySection-module__l78lXa__requestItem:hover{color:#fff;transform:translate(-8px)}.PhilosophySection-module__l78lXa__checkIcon{color:var(--color-primary);filter:drop-shadow(0 0 10px #3b82f666);flex-shrink:0;margin-top:.2rem}.PhilosophySection-module__l78lXa__cta{border-radius:1rem;height:4rem;margin-top:auto;font-size:1.2rem;font-weight:800;transition:all .3s;box-shadow:0 15px 30px -10px #2563eb80}.PhilosophySection-module__l78lXa__cta:hover{transform:scale(1.02);box-shadow:0 20px 40px -15px #2563eb99}
.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:space-between;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}}
.QualityStandards-module__D8dleW__accreditationRow{gap:var(--spacing-md);margin-bottom:var(--spacing-3xl);flex-wrap:wrap;justify-content:center;display:flex}.QualityStandards-module__D8dleW__accreditationBadge{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius-lg);color:var(--blue-700);font-weight:var(--font-weight-bold);font-size:var(--font-size-sm);display:flex}.QualityStandards-module__D8dleW__qualityGrid{gap:var(--spacing-xl);grid-template-columns:1fr;max-width:1000px;margin:0 auto;display:grid}.QualityStandards-module__D8dleW__qualityItem{gap:var(--spacing-md);padding:var(--spacing-lg);background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);transition:var(--transition-normal);align-items:flex-start;display:flex}.QualityStandards-module__D8dleW__qualityItem:hover{border-color:var(--blue-200);box-shadow:var(--shadow-md);transform:translate(-5px)}.QualityStandards-module__D8dleW__qualityIconWrapper{background:var(--blue-50);width:48px;height:48px;color:var(--blue-600);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.QualityStandards-module__D8dleW__qualityContent{flex:1}.QualityStandards-module__D8dleW__qualityTitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--gray-900);margin-bottom:var(--spacing-xs)}.QualityStandards-module__D8dleW__qualityDesc{font-size:var(--font-size-sm);color:var(--gray-600);line-height:var(--line-height-relaxed);margin:0}@media (min-width:768px){.QualityStandards-module__D8dleW__qualityGrid{grid-template-columns:repeat(2,1fr)}}
.DoctorHero-module__meTQvq__heroContent{flex-direction:var(--cms-flex-dir,column);text-align:center;align-items:center;gap:var(--spacing-2xl);max-width:var(--container-max-width);padding:4rem var(--container-padding) 0;--hero-badge-bg:#ffffff1a;--hero-badge-border:#ffffff38;--hero-badge-color:var(--white);--hero-title-color:var(--white);--hero-subtitle-color:var(--secondary-yellow);--hero-bio-color:#eff6ffeb;--hero-float-bg:#fffffff2;--hero-float-border:#ffffff8c;--hero-float-text:#000;justify-content:center;min-height:calc(100svh - 40px);margin:0 auto;display:flex}.DoctorHero-module__meTQvq__lightSurface{--hero-badge-bg:#ffffffb3;--hero-badge-border:#94a3b84d;--hero-badge-color:var(--blue-900);--hero-title-color:var(--gray-950);--hero-subtitle-color:var(--blue-700);--hero-bio-color:var(--gray-700);--hero-float-bg:#fffffffa;--hero-float-border:#94a3b838;--hero-float-text:#000}.DoctorHero-module__meTQvq__heroText{z-index:2;flex:1;order:2;max-width:700px}.DoctorHero-module__meTQvq__badge{background:var(--hero-badge-bg);backdrop-filter:blur(8px);border:1px solid var(--hero-badge-border);border-radius:var(--radius-full);color:var(--hero-badge-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-md);padding:.5rem 1.25rem;display:inline-block}.DoctorHero-module__meTQvq__doctorName{color:var(--hero-title-color);margin-bottom:var(--spacing-sm);text-shadow:0 10px 30px #0003;font-size:clamp(2.25rem,6vw,5rem);font-weight:900;line-height:1.1}.DoctorHero-module__meTQvq__doctorTitle{color:var(--hero-subtitle-color);margin-bottom:var(--spacing-lg);font-size:clamp(1.1rem,3vw,2.25rem);font-weight:800;line-height:var(--line-height-tight);text-shadow:0 4px 15px #0000001a}.DoctorHero-module__meTQvq__heroBio{font-size:var(--font-size-lg);color:var(--hero-bio-color);max-width:600px;margin-bottom:var(--spacing-2xl);line-height:var(--line-height-relaxed);margin-inline:auto}.DoctorHero-module__meTQvq__ctaWrapper{margin-top:var(--spacing-lg);margin-inline:auto}.DoctorHero-module__meTQvq__whatsappBtn{color:#fff;background:#25d366;border:none;justify-content:center;align-items:center;gap:.5rem;display:flex}.DoctorHero-module__meTQvq__whatsappBtn:hover{background:#128c7e;transform:translateY(-2px)}.DoctorHero-module__meTQvq__heroImage{z-index:2;flex:1;order:var(--cms-media-order,1);justify-content:center;align-items:center;margin-top:5rem;display:flex;position:relative}.DoctorHero-module__meTQvq__imageWrapper{width:100%;max-width:300px;position:relative}.DoctorHero-module__meTQvq__imageContainer{border-radius:var(--radius-3xl);box-shadow:var(--shadow-2xl);position:relative;overflow:hidden}.DoctorHero-module__meTQvq__mainImage{object-fit:cover;pointer-events:none;background:linear-gradient(#0000,#1e40af26);width:100%;height:auto;display:block}.DoctorHero-module__meTQvq__orangeHalo{background:var(--halo-glow);filter:blur(80px);z-index:-1;border-radius:var(--radius-full);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DoctorHero-module__meTQvq__floatingCard{background:var(--white);z-index:20;white-space:nowrap;border:1px solid #0000000a;border-radius:1.75rem;padding:1.25rem 2rem;position:absolute;bottom:25px;left:50%;box-shadow:0 15px 45px #0000001f}.DoctorHero-module__meTQvq__statItem{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statNumber{font-size:2.75rem;font-weight:950;line-height:1;font-family:var(--font-main);color:var(--blue-600)!important}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statLabel{font-size:1.1rem;font-weight:700;font-family:var(--font-main);color:var(--gray-600)!important}@media (min-width:1024px){.DoctorHero-module__meTQvq__heroContent{flex-direction:var(--cms-flex-dir,row);text-align:right;gap:var(--spacing-3xl);min-height:calc(100svh - var(--navbar-height));padding:0 var(--container-padding)}.DoctorHero-module__meTQvq__heroBio,.DoctorHero-module__meTQvq__ctaWrapper{margin-inline:0}.DoctorHero-module__meTQvq__imageWrapper{max-width:500px}.DoctorHero-module__meTQvq__imageContainer{transition:var(--transition-normal);transform:perspective(1000px)rotateY(-5deg)}.DoctorHero-module__meTQvq__imageContainer:hover{transform:perspective(1000px)rotateY(0)}}@media (max-width:768px){.DoctorHero-module__meTQvq__floatingCard{padding:.75rem 1.25rem}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statNumber{font-size:1.75rem}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statLabel{font-size:.85rem}}@media (max-width:430px){.DoctorHero-module__meTQvq__floatingCard{border-radius:1.25rem;padding:.5rem .9rem;bottom:14px}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statNumber{font-size:1.35rem}.DoctorHero-module__meTQvq__heroContent .DoctorHero-module__meTQvq__floatingCard .DoctorHero-module__meTQvq__statItem .DoctorHero-module__meTQvq__statLabel{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.DoctorHero-module__meTQvq__orangeHalo,.DoctorHero-module__meTQvq__floatingCard{animation:none}}
.ServicesGrid-module__0QJelG__philosophyCta{flex-direction:column;align-items:center;gap:1rem;display:flex}.ServicesGrid-module__0QJelG__ctaNote{color:var(--blue-700);font-size:1rem;font-weight:600}.ServicesGrid-module__0QJelG__requestItems{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.ServicesGrid-module__0QJelG__requestChip{background:var(--blue-700);color:var(--white);border-radius:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.ServicesGrid-module__0QJelG__symptomsList{flex-wrap:wrap;gap:.5rem;margin-top:1rem;margin-bottom:1rem;display:flex}.ServicesGrid-module__0QJelG__symptomTag{background:var(--yellow-100);color:var(--yellow-700);border:1px solid var(--yellow-300);border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.ServicesGrid-module__0QJelG__carouselWrapper{width:100%;position:relative}.ServicesGrid-module__0QJelG__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:default;-webkit-overflow-scrolling:touch;padding:1.5rem 0;padding-inline:1rem;scroll-padding-inline:1rem;overflow-x:auto}.ServicesGrid-module__0QJelG__carousel:focus-visible{outline:3px solid var(--blue-300);outline-offset:4px;border-radius:var(--radius-lg)}.ServicesGrid-module__0QJelG__carousel::-webkit-scrollbar{display:none}.ServicesGrid-module__0QJelG__innerCarousel{align-items:stretch;gap:0;width:max-content;min-width:100%;display:flex}.ServicesGrid-module__0QJelG__item{scroll-snap-align:center;flex:0 0 90vw;width:90vw;min-width:280px;padding:0 .5rem;display:flex}@media (min-width:768px){.ServicesGrid-module__0QJelG__carousel{padding-inline:0;padding:2rem 0}.ServicesGrid-module__0QJelG__item{flex:0 0 clamp(280px,45vw,450px);width:clamp(280px,45vw,450px);padding:0 1rem}}.ServicesGrid-module__0QJelG__link{color:inherit;width:100%;height:100%;text-decoration:none;display:block}.ServicesGrid-module__0QJelG__card{border-radius:var(--radius-3xl);background:var(--glass-bg-light);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border-light);height:100%;box-shadow:var(--cms-card-shadow,0 22px 48px #0f172a14);z-index:1;flex-direction:column;flex:1;padding:1.5rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}@media (min-width:768px){.ServicesGrid-module__0QJelG__card{padding:2.5rem}}.ServicesGrid-module__0QJelG__card:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#3b82f614,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.ServicesGrid-module__0QJelG__card:after{content:"";background:var(--gradient-yellow);opacity:0;height:5px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.ServicesGrid-module__0QJelG__card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);background:#ffffff1f;transform:translateY(-12px)scale(1.02)}.ServicesGrid-module__0QJelG__card:hover:after{opacity:1}.ServicesGrid-module__0QJelG__iconWrapper{border-radius:var(--radius-2xl);background:var(--blue-50);width:5.5rem;height:5.5rem;color:var(--yellow-500);box-shadow:var(--shadow-sm);z-index:1;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:2.5rem;font-size:2.5rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.ServicesGrid-module__0QJelG__card:hover .ServicesGrid-module__0QJelG__iconWrapper{background:var(--gradient-yellow);color:#fff;transform:scale(1.15)rotate(8deg);box-shadow:0 20px 40px #f59e0b66}.ServicesGrid-module__0QJelG__content{z-index:1;flex-grow:1;position:relative}.ServicesGrid-module__0QJelG__title{color:var(--gray-900);margin-bottom:.75rem;font-size:1.75rem;font-weight:900;line-height:1.2}.ServicesGrid-module__0QJelG__subtitle{color:var(--yellow-700);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem;font-weight:800;display:block}.ServicesGrid-module__0QJelG__description{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem;font-weight:400;line-height:1.8}.ServicesGrid-module__0QJelG__footer{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}.ServicesGrid-module__0QJelG__navButton{background:var(--glass-bg-light);backdrop-filter:blur(8px);border:1px solid var(--glass-border-light);width:64px;height:64px;box-shadow:var(--shadow-sm);cursor:pointer;z-index:10;color:var(--blue-700);opacity:.7;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:50%;transform:translateY(-50%)}.ServicesGrid-module__0QJelG__navButton:hover{background:var(--white);color:var(--blue-700);opacity:1;box-shadow:var(--shadow-lg);transform:translateY(-50%)scale(1.15)}.ServicesGrid-module__0QJelG__navButton:focus-visible{outline:3px solid var(--yellow-400);outline-offset:3px}.ServicesGrid-module__0QJelG__prev{right:-32px}.ServicesGrid-module__0QJelG__next{left:-32px}@media (min-width:1024px){.ServicesGrid-module__0QJelG__navButton{display:flex}}.ServicesGrid-module__0QJelG__moreText{color:var(--blue-700);font-size:.95rem;font-weight:600}.ServicesGrid-module__0QJelG__arrow{color:var(--blue-700);font-size:1.25rem;transition:transform .3s}.ServicesGrid-module__0QJelG__card:hover .ServicesGrid-module__0QJelG__arrow{transform:translate(-5px)}[dir=ltr] .ServicesGrid-module__0QJelG__card:hover .ServicesGrid-module__0QJelG__arrow{transform:translate(5px)}.ServicesGrid-module__0QJelG__carouselIndicators{flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.ServicesGrid-module__0QJelG__dots{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.ServicesGrid-module__0QJelG__dot{cursor:pointer;width:48px;height:48px;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.ServicesGrid-module__0QJelG__dot:after{content:"";border:1px solid var(--blue-200);background:var(--white);width:10px;height:10px;transition:all var(--transition-fast);border-radius:999px}.ServicesGrid-module__0QJelG__dot:hover:after{background:var(--blue-100)}.ServicesGrid-module__0QJelG__activeDot:after{background:var(--blue-600);border-color:var(--blue-600);width:28px}.ServicesGrid-module__0QJelG__dot:focus-visible{outline:3px solid var(--yellow-400);outline-offset:-10px;outline:3px solid var(--yellow-400);outline-offset:-10px}
.StatisticsSection-module__Pp0xRW__statisticsSection{position:relative;overflow:hidden}.StatisticsSection-module__Pp0xRW__grid{gap:var(--spacing-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.StatisticsSection-module__Pp0xRW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.StatisticsSection-module__Pp0xRW__grid{grid-template-columns:repeat(4,1fr)}}
.SurgeriesPage-module__mtWVYa__surgeriesPage{direction:rtl;min-height:100vh}.SurgeriesPage-module__mtWVYa__heroStats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.SurgeriesPage-module__mtWVYa__statItem{border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:.5rem;min-width:160px;padding:1.5rem 2rem;transition:all .4s;display:flex}.SurgeriesPage-module__mtWVYa__statItem:hover{border-color:var(--yellow-400);background:#ffffff26;transform:translateY(-5px)}.SurgeriesPage-module__mtWVYa__statNumber{color:var(--yellow-400);font-size:2.2rem;font-weight:900}.SurgeriesPage-module__mtWVYa__statLabel{color:var(--blue-50);font-size:.95rem;font-weight:600}.SurgeriesPage-module__mtWVYa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:3rem;display:grid}.SurgeriesPage-module__mtWVYa__servicesGrid>div{display:flex}.SurgeriesPage-module__mtWVYa__serviceCard{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-3xl);border:1px solid var(--glass-border-light);color:inherit;box-shadow:var(--shadow-sm);flex-direction:column;width:100%;height:100%;padding:3rem 2.5rem;text-decoration:none;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.SurgeriesPage-module__mtWVYa__serviceCard:before{content:"";z-index:0;background:radial-gradient(circle at 100% 0,#0284c70d,#0000 60%);position:absolute;inset:0}.SurgeriesPage-module__mtWVYa__serviceCard:hover{background:var(--white);border-color:var(--blue-400);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);transform:translateY(-12px)}.SurgeriesPage-module__mtWVYa__cardHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__serviceIcon{background:var(--blue-50);border-radius:var(--radius-2xl);justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;transition:all .5s;display:flex}.SurgeriesPage-module__mtWVYa__serviceCard:hover .SurgeriesPage-module__mtWVYa__serviceIcon{background:var(--blue-600);color:#fff;transform:scale(1.1)rotate(5deg)}.SurgeriesPage-module__mtWVYa__complexityBadge{background:var(--blue-50);color:var(--blue-700);border:1px solid var(--blue-100);border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:800}.SurgeriesPage-module__mtWVYa__serviceTitle{color:var(--gray-900);z-index:1;margin-bottom:1rem;font-size:1.7rem;font-weight:900;line-height:1.3;position:relative}.SurgeriesPage-module__mtWVYa__serviceDescription{color:var(--gray-600);z-index:1;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;position:relative}.SurgeriesPage-module__mtWVYa__serviceStats{z-index:1;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid;position:relative}.SurgeriesPage-module__mtWVYa__miniStat{background:var(--gray-50);border-radius:var(--radius-xl);flex-direction:column;gap:.35rem;padding:1.25rem;display:flex}.SurgeriesPage-module__mtWVYa__miniLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.SurgeriesPage-module__mtWVYa__miniValue{color:var(--blue-700);font-size:1.1rem;font-weight:900}.SurgeriesPage-module__mtWVYa__benefitsList{z-index:1;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__benefitTag{color:var(--gray-700);background:var(--white);border:1px solid var(--gray-100);border-radius:8px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.SurgeriesPage-module__mtWVYa__cardFooter{color:var(--blue-600);border-top:1px solid var(--gray-100);z-index:1;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;font-weight:800;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__featuresWrapper{grid-template-columns:1.5fr 1fr;align-items:center;gap:5rem;display:grid}.SurgeriesPage-module__mtWVYa__featureList{margin:2.5rem 0 0;padding:0;list-style:none}.SurgeriesPage-module__mtWVYa__featureList li{color:var(--gray-700);margin-bottom:1.5rem;padding-right:2rem;font-size:1.1rem;font-weight:500;position:relative}.SurgeriesPage-module__mtWVYa__featureList li:before{content:"✓";color:var(--blue-600);font-weight:900;position:absolute;top:0;right:0}[data-theme=dark] .SurgeriesPage-module__mtWVYa__featureList li{color:var(--blue-50)!important}[data-theme=dark] .SurgeriesPage-module__mtWVYa__featureList li:before{color:var(--yellow-400)!important}.SurgeriesPage-module__mtWVYa__featureIllustration{justify-content:center;display:flex}.SurgeriesPage-module__mtWVYa__glassCircle{background:var(--blue-50);width:250px;height:250px;box-shadow:var(--shadow-xl);border-radius:50%;justify-content:center;align-items:center;font-size:5rem;animation:6s ease-in-out 3 SurgeriesPage-module__mtWVYa__float;display:flex;position:relative}@keyframes SurgeriesPage-module__mtWVYa__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.SurgeriesPage-module__mtWVYa__ctaContainer{max-width:900px;margin:0 auto}.SurgeriesPage-module__mtWVYa__ctaActions{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.5rem;display:flex}@media (max-width:1024px){.SurgeriesPage-module__mtWVYa__featuresWrapper{grid-template-columns:1fr;gap:4rem}.SurgeriesPage-module__mtWVYa__featureIllustration{order:-1}}@media (max-width:768px){.SurgeriesPage-module__mtWVYa__servicesGrid{grid-template-columns:1fr}.SurgeriesPage-module__mtWVYa__heroStats{gap:1.5rem}.SurgeriesPage-module__mtWVYa__statItem{min-width:140px;padding:1rem}.SurgeriesPage-module__mtWVYa__serviceCard{padding:2.5rem 1.5rem}}.SurgeriesPage-module__mtWVYa__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.SurgeriesPage-module__mtWVYa__stepCard{padding:3.5rem 2rem!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;position:relative!important;overflow:visible!important}.SurgeriesPage-module__mtWVYa__stepNumber{background:var(--gradient-yellow);width:44px;height:44px;color:var(--white);border:4px solid var(--white);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:950;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #f59e0b4d}.SurgeriesPage-module__mtWVYa__stepText{color:var(--gray-600);font-size:1.05rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.SurgeriesPage-module__mtWVYa__glassCircle,.SurgeriesPage-module__mtWVYa__stepCard{transition:none;animation:none}}