.Hero-module__ZARIfG__sectionWrapper{position:relative;overflow:visible}.Hero-module__ZARIfG__heroBgShapes{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__shape1,.Hero-module__ZARIfG__shape2,.Hero-module__ZARIfG__shape3{filter:blur(10px);opacity:.3;mix-blend-mode:multiply;pointer-events:none;z-index:0;background-image:url(/images/logo/logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute}.Hero-module__ZARIfG__shape1{width:600px;height:600px;animation:30s ease-in-out infinite Hero-module__ZARIfG__floatingShape;top:-150px;left:-150px}.Hero-module__ZARIfG__shape2{width:500px;height:500px;animation:35s ease-in-out infinite reverse Hero-module__ZARIfG__floatingShape;bottom:-100px;right:5%}.Hero-module__ZARIfG__shape3{opacity:.05;width:350px;height:350px;animation:25s ease-in-out 5s infinite Hero-module__ZARIfG__floatingShape;top:15%;right:25%}@keyframes Hero-module__ZARIfG__floatingShape{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.Hero-module__ZARIfG__hero{justify-content:space-between;align-items:center;gap:var(--spacing-lg);border-radius:var(--radius-lg);margin-top:var(--spacing-sm);z-index:1;background:0 0;padding:3rem 0;display:flex;position:relative}.Hero-module__ZARIfG__hero:before{content:"";z-index:0;background:radial-gradient(circle,#1a5f7a0d 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.Hero-module__ZARIfG__content{z-index:1;flex:1;max-width:580px}.Hero-module__ZARIfG__subtitle{font-family:var(--font-ui);color:var(--secondary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.95rem}.Hero-module__ZARIfG__title{margin-bottom:var(--spacing-sm);color:var(--primary-color);letter-spacing:-1.5px;font-size:3.5rem;line-height:1.05}.Hero-module__ZARIfG__description{color:var(--text-secondary);margin-bottom:var(--spacing-md);max-width:95%;font-size:1.05rem;line-height:1.6}.Hero-module__ZARIfG__buttonGroup{gap:var(--spacing-sm);display:flex}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{border-radius:50px;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.Hero-module__ZARIfG__primaryButton{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 15px #0d253f4d}.Hero-module__ZARIfG__primaryButton:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 25px #0d253f66}.Hero-module__ZARIfG__secondaryButton{border:2px solid var(--border-color);color:var(--text-primary);background:#fff}.Hero-module__ZARIfG__secondaryButton:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-3px)}.Hero-module__ZARIfG__imageContainer{z-index:1;flex:1;justify-content:center;display:flex}.Hero-module__ZARIfG__imageWrapper{flex-direction:column;justify-content:center;align-items:center;width:400px;height:500px;display:flex;position:relative}.Hero-module__ZARIfG__imageFrame{background:#f1f5f9;border-radius:200px 200px 0 0;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:20px 20px 60px #0000001a}.Hero-module__ZARIfG__doctorPhoto{object-fit:cover;object-position:top center;transform-origin:top;width:100%;height:100%;transition:transform .5s;transform:scale(1.1)}.Hero-module__ZARIfG__imageFrame:hover .Hero-module__ZARIfG__doctorPhoto{transform:scale(1.15)}.Hero-module__ZARIfG__editImageBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-color);cursor:pointer;opacity:0;z-index:10;background:#ffffffe6;border:none;border-radius:30px;align-items:center;gap:10px;padding:12px 24px;font-weight:600;transition:all .3s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 10px 20px #0000001a}.Hero-module__ZARIfG__imageFrame:hover .Hero-module__ZARIfG__editImageBtn,.Hero-module__ZARIfG__imagePlaceholder:hover .Hero-module__ZARIfG__editImageBtn{opacity:1;transform:translate(-50%)translateY(0)}.Hero-module__ZARIfG__imagePlaceholder{width:100%;height:100%;color:var(--secondary-color);background:linear-gradient(135deg,#e0e7ff 0%,#f3f4f6 100%);border-radius:200px 200px 0 0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:20px 20px 60px #0000000d}.Hero-module__ZARIfG__placeholderIcon{filter:drop-shadow(0 0 10px #0d253f33);margin-bottom:1rem;font-size:5rem}.Hero-module__ZARIfG__imagePlaceholder span{font-weight:600;font-family:var(--font-heading);opacity:.8;font-size:1.1rem}.Hero-module__ZARIfG__accentText{color:var(--secondary-color);font-family:var(--font-family);font-style:italic;font-weight:600}.Hero-module__ZARIfG__trustBadges{flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;display:flex}.Hero-module__ZARIfG__badge{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.Hero-module__ZARIfG__badgeIcon{color:var(--secondary-color)}@media (max-width:900px){.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;gap:3rem;padding:4rem 1rem}.Hero-module__ZARIfG__title{font-size:2.8rem}.Hero-module__ZARIfG__subtitle,.Hero-module__ZARIfG__nameHeader{justify-content:center}.Hero-module__ZARIfG__degreesSubtitle{justify-content:center;padding-left:0}.Hero-module__ZARIfG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem}.Hero-module__ZARIfG__description{margin:0 auto 2rem;font-size:1.05rem}.Hero-module__ZARIfG__imageContainer{width:100%}.Hero-module__ZARIfG__imageWrapper{width:100%;max-width:380px;height:450px}.Hero-module__ZARIfG__imageFrame{border-radius:190px 190px 0 0}.Hero-module__ZARIfG__imagePlaceholder{border-radius:175px 175px 0 0;width:100%;max-width:350px;height:400px}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__buttonGroup{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{width:100%;padding:.9rem}}
.About-module__vAULUW__container{gap:var(--spacing-lg);grid-template-columns:1fr 1.5fr;align-items:center;max-width:950px;margin:0 auto;display:grid}.About-module__vAULUW__imageWrapper{aspect-ratio:4/5;background:#f1f5f9;border-radius:200px 200px 0 0;width:100%;position:relative;overflow:hidden;box-shadow:20px 20px 60px #0000001a}.About-module__vAULUW__image{object-fit:cover;object-position:top center;transform-origin:top;width:100%;height:100%;transition:transform 1s;transform:scale(1.05)}.About-module__vAULUW__imageWrapper:hover .About-module__vAULUW__image{transform:scale(1.1)}.About-module__vAULUW__content{color:var(--text-secondary);flex-direction:column;gap:1.25rem;line-height:1.6;display:flex}.About-module__vAULUW__lead{color:var(--primary-color);font-size:1.15rem;font-weight:600;line-height:1.4}.About-module__vAULUW__signature{border-top:1px solid var(--border-color);margin-top:.5rem;padding-top:1rem}.About-module__vAULUW__sigTitle{font-family:var(--font-heading);color:var(--primary-color);font-size:1.1rem;font-weight:700}.About-module__vAULUW__sigSub{color:var(--secondary-color);font-size:.85rem;font-weight:600}@media (max-width:900px){.About-module__vAULUW__container{text-align:center;gap:var(--spacing-lg);grid-template-columns:1fr}.About-module__vAULUW__imageWrapper{max-width:400px;margin:0 auto}.About-module__vAULUW__signature{flex-direction:column;align-items:center;display:flex}}
.Section-module__A23O5q__section{padding:var(--spacing-lg)0}.Section-module__A23O5q__section.Section-module__A23O5q__alternate{background-color:#fff}.Section-module__A23O5q__title{text-align:center;margin-bottom:var(--spacing-lg);color:var(--primary-color);padding-bottom:.75rem;font-size:2.25rem;position:relative}.Section-module__A23O5q__title:after{content:"";background-color:var(--accent-color);border-radius:2px;width:60px;height:3px;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Section-module__A23O5q__subtitle{text-align:center;color:var(--text-secondary);margin-top:calc(-1*var(--spacing-md));margin-bottom:var(--spacing-md);max-width:650px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.5}
.Credentials-module__UpWKhq__grid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.Credentials-module__UpWKhq__category{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-top:4px solid var(--accent-color);background:#fff;padding:2rem}.Credentials-module__UpWKhq__categoryHeader{margin-bottom:var(--spacing-sm);border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.Credentials-module__UpWKhq__categoryTitleWrapper{align-items:center;gap:10px;display:flex}.Credentials-module__UpWKhq__categoryIcon{color:var(--secondary-color)}.Credentials-module__UpWKhq__categoryTitle{font-family:var(--font-heading);color:var(--primary-color);margin:0;font-size:1.4rem}.Credentials-module__UpWKhq__addBtn{background:var(--accent-color);color:var(--primary-color);cursor:pointer;border:none;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.Credentials-module__UpWKhq__addBtn:hover{transform:scale(1.05);box-shadow:0 2px 8px #c9a22766}.Credentials-module__UpWKhq__item{background:#f8fafc;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.85rem 1rem;transition:all .2s;display:flex;position:relative}.Credentials-module__UpWKhq__item:hover{background:#f1f5f9;border-color:#e2e8f0}.Credentials-module__UpWKhq__itemContent{flex:1}.Credentials-module__UpWKhq__degree{color:var(--text-primary);margin-bottom:2px;font-size:1.05rem;font-weight:600}.Credentials-module__UpWKhq__institution{font-family:var(--font-ui);color:var(--text-secondary);font-size:.85rem}.Credentials-module__UpWKhq__year{font-family:var(--font-ui);color:var(--secondary-color);margin-top:2px;font-size:.8rem;font-weight:600}.Credentials-module__UpWKhq__adminActions{gap:6px;margin-left:12px;display:flex}.Credentials-module__UpWKhq__adminActions button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;transition:all .2s;display:flex}.Credentials-module__UpWKhq__adminActions button:hover{border-color:var(--accent-color);background:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.Credentials-module__UpWKhq__editorOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10001;background:#0d253fb3;justify-content:center;align-items:center;animation:.3s Credentials-module__UpWKhq__fadeIn;display:flex;position:fixed;inset:0}.Credentials-module__UpWKhq__editorModal{background:#fff;border-radius:24px;width:90%;max-width:450px;padding:40px;box-shadow:0 20px 40px #0003}.Credentials-module__UpWKhq__form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.Credentials-module__UpWKhq__form input{border:2px solid #e2e8f0;border-radius:12px;padding:14px 18px;font-size:1rem;transition:all .2s}.Credentials-module__UpWKhq__form input:focus{border-color:var(--primary-color);background:#f8fafc;outline:none}.Credentials-module__UpWKhq__modalBtns{gap:12px;margin-top:24px;display:flex}.Credentials-module__UpWKhq__cancelBtn,.Credentials-module__UpWKhq__saveBtn{cursor:pointer;border-radius:12px;flex:1;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.Credentials-module__UpWKhq__cancelBtn{color:var(--text-secondary);background:#f1f5f9;border:none}.Credentials-module__UpWKhq__saveBtn{background:linear-gradient(135deg,var(--primary-color)0%,#1e3a5f 100%);color:#fff;border:none}.Credentials-module__UpWKhq__saveBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d253f4d}.Credentials-module__UpWKhq__metaInfo{margin-top:var(--spacing-lg);gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.Credentials-module__UpWKhq__metaCard{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#fcfcfc;padding:1.25rem 1.5rem;transition:all .3s}.Credentials-module__UpWKhq__metaCard:hover{border-color:var(--accent-color);box-shadow:var(--shadow-sm)}.Credentials-module__UpWKhq__metaHeader{font-family:var(--font-heading);color:var(--primary-color);align-items:center;gap:10px;margin-bottom:.75rem;font-size:1rem;display:flex}.Credentials-module__UpWKhq__metaIcon{width:32px;height:32px;color:var(--secondary-color);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;display:flex}.Credentials-module__UpWKhq__metaList{flex-direction:column;gap:6px;display:flex}.Credentials-module__UpWKhq__metaItem{font-family:var(--font-ui);color:var(--text-secondary);align-items:center;gap:8px;font-size:.85rem;display:flex}.Credentials-module__UpWKhq__metaItem:before{content:"";background:var(--accent-color);opacity:.6;border-radius:50%;width:6px;height:6px}@keyframes Credentials-module__UpWKhq__fadeIn{0%{opacity:0}to{opacity:1}}
.Publications-module__s7Q2la__list{gap:var(--spacing-sm);flex-direction:column;display:flex}.Publications-module__s7Q2la__item{border-radius:var(--radius-md);border:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:var(--spacing-sm);cursor:pointer;background:#fff;padding:1.25rem 1.75rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #00000005}.Publications-module__s7Q2la__item:hover{border-color:var(--secondary-color);box-shadow:var(--shadow-sm);background-color:#fff;transform:translate(3px)}.Publications-module__s7Q2la__icon{color:var(--secondary-color);opacity:.8}.Publications-module__s7Q2la__externalIcon{color:var(--secondary-color);opacity:.4;transition:opacity .2s}.Publications-module__s7Q2la__item:hover .Publications-module__s7Q2la__externalIcon{opacity:1}.Publications-module__s7Q2la__content{flex:1}.Publications-module__s7Q2la__title{color:var(--primary-color);margin-bottom:.2rem;font-size:1.05rem;font-weight:600}.Publications-module__s7Q2la__journal{font-family:var(--font-family);color:var(--text-secondary);font-size:.9rem;font-style:italic}.Publications-module__s7Q2la__year{font-family:var(--font-ui);background-color:var(--accent-color);color:var(--primary-color);white-space:nowrap;border-radius:20px;padding:.15rem .5rem;font-size:.8rem;font-weight:600}@media (max-width:600px){.Publications-module__s7Q2la__item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}}
