/* ===================== Base & resets ===================== */
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;scroll-padding-top:88px;}
body.dfx-body{font-family:'Jost','Noto Kufi Arabic',sans-serif;color:#1c2b33;background:#fff;overflow-x:hidden;}
#drfaleh{overflow-x:hidden;}
a{color:var(--dfx-navy);text-decoration:none;}
a:hover{color:var(--dfx-green);}
::selection{background:var(--dfx-green);color:#fff;}
img{max-width:100%;display:block;}
button{font-family:inherit;}
.dfx-container{max-width:1200px;margin:0 auto;padding:0 32px;}

/* ===================== Nav ===================== */
.dfx-nav{position:fixed;top:0;left:0;right:0;z-index:900;display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:space-between;padding:16px 30px;background:rgba(11,58,84,.94);backdrop-filter:blur(10px);box-shadow:0 6px 30px rgba(0,0,0,.18);min-height:76px;transition:top .2s ease;}
.dfx-nav-logo{display:flex;align-items:center;flex:0 0 auto;}
.dfx-nav-logo img{height:auto;object-fit:contain;}
.dfx-nav-logo-fallback{width:48px;height:48px;border-radius:50%;background:var(--dfx-green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:22px;}
.dfx-img-missing{background:linear-gradient(135deg,var(--dfx-navy),#12506f);}
.dfx-img-missing::after{content:'\f03e';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:42px;color:rgba(255,255,255,.18);}
.dfx-about-photo.dfx-img-missing::after{border-radius:20px;}
.dfx-navlinks{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-inline-end:56px;}
.dfx-navlink{position:relative;color:#dfe9ef;font-size:14px;font-weight:500;padding:8px 4px 14px;letter-spacing:.2px;}
.dfx-navlink:hover{color:var(--dfx-green);}
.dfx-navlink.is-active{color:var(--dfx-green);}
.dfx-navsep{color:rgba(255,255,255,.32);font-size:14px;margin:0 4px;text-shadow:0 1px 2px rgba(0,0,0,.45);}
.dfx-lang-btn{margin-inline-start:8px;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:7px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;letter-spacing:1px;}
.dfx-lang-btn:hover{background:var(--dfx-green);color:#0B3A54;border-color:var(--dfx-green);}
@media (max-width:900px){.dfx-navlinks{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline-end:0;}.dfx-navlinks::-webkit-scrollbar{display:none;}.dfx-navlink{white-space:nowrap;}}

/* ===================== Hero ===================== */
.dfx-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--dfx-navy);margin-top:0;scroll-margin-top:0;}
body.admin-bar .dfx-hero{margin-top:32px;}
@media screen and (max-width:782px){body.admin-bar .dfx-hero{margin-top:46px;}}
.dfx-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 18%;}
.dfx-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,58,84,.94) 0%,rgba(11,58,84,.72) 48%,rgba(11,58,84,.32) 100%);}
.dfx-hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:120px 32px 60px;width:100%;}
.dfx-hero-content{max-width:660px;}
.dfx-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;}
.dfx-kicker-line{width:38px;height:2px;background:var(--dfx-green);display:inline-block;}
.dfx-kicker span:last-child{color:var(--dfx-green);letter-spacing:3px;font-size:13px;font-weight:600;}
.dfx-hero-title{font-family:'Cormorant Garamond','Noto Kufi Arabic',serif;color:#fff;font-size:clamp(40px,6vw,70px);line-height:1.12;font-weight:700;margin-bottom:20px;}
.dfx-hero-subtitle{color:#dbe7ed;font-size:clamp(17px,2.2vw,22px);line-height:1.6;margin-bottom:34px;}
.dfx-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}

/* ===================== Buttons ===================== */
.dfx-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 34px;border-radius:999px;font-weight:600;font-size:15px;letter-spacing:.4px;border:none;cursor:pointer;transition:all .25s ease;}
.dfx-btn-primary{background:var(--dfx-green);color:#fff;box-shadow:0 12px 30px rgba(0,208,132,.32);}
.dfx-btn-primary:hover{background:#00b873;color:#fff;}
.dfx-btn-navy{background:var(--dfx-navy);color:#fff;box-shadow:0 12px 30px rgba(11,58,84,.25);}
.dfx-btn-navy:hover{background:var(--dfx-green);color:#fff;}

/* ===================== Section shells ===================== */
.dfx-section{padding:44px 32px;position:relative;overflow:hidden;scroll-margin-top:100px;}
.dfx-section-light{background:#fff;}
.dfx-section-navy{background:var(--dfx-navy);}
.dfx-section-tint{background:linear-gradient(180deg,#eaf1f5,#f7fafb);}
.dfx-heading{font-family:'Cormorant Garamond','Noto Kufi Arabic',serif;color:var(--dfx-navy);font-size:var(--dfx-heading,40px);font-weight:700;line-height:1.2;}
.dfx-heading-onnavy{color:#fff;}
.dfx-body-text{color:#4a5a63;line-height:1.9;font-size:var(--dfx-body,15px);margin:14px 0;}
.dfx-body-onnavy{color:#c5d3db;font-size:var(--dfx-body,15px);}
.dfx-quote-block{border-inline-start:3px solid var(--dfx-accent,var(--dfx-green));background:rgba(0,208,132,.08);border-radius:0 12px 12px 0;padding:16px 20px;font-style:italic;}

/* ===================== About ===================== */
.dfx-about-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:center;}
.dfx-about-media{position:relative;}
.dfx-about-photo{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 34px 74px rgba(11,58,84,.32);aspect-ratio:4/5;}
.dfx-about-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.dfx-about-nameplate{position:absolute;bottom:0;left:0;right:0;padding:26px 28px;background:linear-gradient(180deg,transparent 40%,rgba(8,42,61,.92) 100%);}
.dfx-nameplate-rule{width:36px;height:2px;background:var(--dfx-green);margin-bottom:12px;}
.dfx-nameplate-name{font-family:'Cormorant Garamond','Noto Kufi Arabic',serif;color:#fff;font-size:27px;font-weight:700;}
.dfx-nameplate-title{color:var(--dfx-green);font-size:13px;letter-spacing:.4px;margin-top:6px;}
.dfx-about-badge{position:absolute;top:18px;inset-inline-end:18px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.94);padding:9px 15px;border-radius:999px;box-shadow:0 12px 32px rgba(11,58,84,.22);color:var(--dfx-navy);font-size:12.5px;font-weight:600;}
.dfx-about-badge i{color:var(--dfx-green);}
.dfx-credentials{margin-top:56px;}
.dfx-credentials-title-row{display:flex;align-items:center;gap:18px;margin-bottom:24px;}
.dfx-credentials-title-row h3{color:var(--dfx-navy);font-family:'Cormorant Garamond','Noto Kufi Arabic',serif;font-size:26px;font-weight:700;white-space:nowrap;}
.dfx-credentials-rule{flex:1;height:1px;background:linear-gradient(90deg,var(--dfx-green),rgba(0,208,132,0));}
.dfx-credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;}
.dfx-credential-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid #e2eaef;border-radius:15px;padding:20px 22px;transition:all .3s ease;}
.dfx-credential-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(11,58,84,.11);border-color:rgba(0,208,132,.55);}
.dfx-credential-num{flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--dfx-navy),#12506f);color:var(--dfx-green);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:18px;}
.dfx-credential-card span:last-child{color:#3a4a53;font-size:14.5px;line-height:1.68;padding-top:3px;}
@media (max-width:900px){.dfx-about-grid{grid-template-columns:1fr;gap:36px;}}

/* ===================== Surgeries ===================== */
.dfx-surguries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;}
.dfx-surgery-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:24px;transition:all .3s ease;}
.dfx-surgery-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.09);border-color:rgba(0,208,132,.4);}
.dfx-surgery-num{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:700;color:rgba(0,208,132,.4);line-height:1;display:block;margin-bottom:8px;}
.dfx-surgery-card h3{color:var(--dfx-green);font-size:17px;font-weight:600;line-height:1.35;}

/* ===================== Surgeries explorer ===================== */
.dfx-surguries-explorer{display:grid;grid-template-columns:.92fr 1.08fr;gap:32px;align-items:stretch;position:relative;}
.dfx-surguries-list{display:flex;flex-direction:column;gap:7px;max-height:600px;overflow-y:auto;padding-inline-end:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent;}
.dfx-surguries-list::-webkit-scrollbar{width:5px;}
.dfx-surguries-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:8px;}
.dfx-surguries-list::-webkit-scrollbar-thumb:hover{background:rgba(0,208,132,.55);}
.dfx-surguries-row{display:flex;align-items:center;gap:13px;width:100%;text-align:start;cursor:pointer;border-radius:13px;padding:14px 17px;transition:all .3s ease;font-family:inherit;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);color:#c5d3db;}
.dfx-surguries-row:hover{border-color:rgba(0,208,132,.45);}
.dfx-surguries-row.is-active{background:linear-gradient(135deg,rgba(0,208,132,.18),rgba(0,208,132,.08));border:1px solid rgba(0,208,132,.55);color:var(--dfx-green);box-shadow:0 12px 30px rgba(0,0,0,.22);}
.dfx-surguries-num{flex:0 0 auto;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:16px;background:rgba(255,255,255,.06);color:#8fa6b2;transition:all .3s ease;}
.dfx-surguries-row.is-active .dfx-surguries-num{background:var(--dfx-green);color:var(--dfx-navy);}
.dfx-surguries-row-title{flex:1;font-size:15px;font-weight:600;line-height:1.35;color:inherit;}
.dfx-surguries-row i{font-size:12px;opacity:.55;color:inherit;flex:0 0 auto;}
.dfx-surguries-panel{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:46px 44px;overflow:hidden;}
.dfx-surguries-detail{position:relative;display:flex;flex-direction:column;min-height:100%;}
.dfx-surguries-detail-num{position:absolute;top:-38px;inset-inline-end:14px;font-family:'Cormorant Garamond',serif;font-size:200px;line-height:1;color:rgba(0,208,132,.08);font-weight:700;pointer-events:none;}
.dfx-surguries-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;position:relative;}
.dfx-surguries-kicker span:first-child{width:8px;height:8px;border-radius:50%;background:var(--dfx-green);}
.dfx-surguries-kicker span:last-child{color:var(--dfx-green);letter-spacing:2px;font-size:11px;font-weight:600;}
.dfx-surguries-detail h3{position:relative;font-family:'Cormorant Garamond','Noto Kufi Arabic',serif;color:#fff;font-size:clamp(26px,3.4vw,38px);font-weight:700;line-height:1.15;margin-bottom:10px;}
.dfx-surguries-rule{position:relative;width:56px;height:3px;background:var(--dfx-green);border-radius:3px;margin-bottom:28px;}
.dfx-surguries-detail ul{position:relative;list-style:none;display:grid;gap:15px;}
.dfx-surguries-detail li{display:flex;gap:14px;align-items:flex-start;color:#d3dee5;font-size:15.5px;line-height:1.72;}
.dfx-surguries-detail li span:first-child{flex:0 0 auto;width:27px;height:27px;border-radius:50%;background:rgba(0,208,132,.15);color:var(--dfx-green);display:flex;align-items:center;justify-content:center;font-size:11px;margin-top:2px;}
.dfx-surguries-cta{position:relative;margin-top:auto;padding-top:32px;}
@media (max-width:900px){.dfx-surguries-explorer{grid-template-columns:1fr;}}

/* ===================== Reviews ===================== */
.dfx-reviews-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center;}
.dfx-reviews-rating{display:flex;align-items:center;gap:16px;margin:24px 0;}
.dfx-rating-number{font-family:'Cormorant Garamond',serif;font-size:52px;color:var(--dfx-navy);font-weight:700;line-height:1;}
.dfx-stars{display:flex;gap:4px;color:var(--dfx-green);font-size:15px;}
.dfx-review-nav{display:flex;gap:12px;}
.dfx-review-spotlight{position:relative;background:#fff;border-radius:26px;padding:50px 46px;box-shadow:0 34px 76px rgba(11,58,84,.13);border:1px solid #e8eef1;min-height:220px;}
.dfx-review-text{color:#2c3c45;font-size:18px;line-height:2;margin-top:18px;font-weight:400;}
@media (max-width:900px){.dfx-reviews-grid{grid-template-columns:1fr;gap:32px;}.dfx-review-spotlight{padding:32px 26px;}}

/* ===================== Nav arrows (shared) ===================== */
.dfx-nav-arrow{width:46px;height:46px;border-radius:50%;border:1.5px solid #cdd8de;background:#fff;color:var(--dfx-navy);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .25s ease;flex:0 0 auto;}
.dfx-nav-arrow:hover{background:var(--dfx-navy);color:#fff;border-color:var(--dfx-navy);}
.dfx-section-navy .dfx-nav-arrow{background:rgba(255,255,255,.1);color:#fff;border-color:transparent;}
.dfx-section-navy .dfx-nav-arrow:hover{background:var(--dfx-green);color:var(--dfx-navy);}

/* ===================== Results stage ===================== */
.dfx-stage-frame{position:relative;background:#07222f;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:18px;box-shadow:0 40px 90px rgba(0,0,0,.45);}
.dfx-stage-img{position:relative;border-radius:16px;background-color:#05161f;background-size:contain;background-position:center;background-repeat:no-repeat;aspect-ratio:16/10;}
.dfx-stage-counter{position:absolute;top:16px;inset-inline-start:34px;background:rgba(7,34,47,.82);color:var(--dfx-green);font-family:'Cormorant Garamond',serif;font-weight:700;font-size:15px;letter-spacing:1px;padding:7px 15px;border-radius:999px;border:1px solid rgba(0,208,132,.3);}
.dfx-stage-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(7,34,47,.74);color:#fff;border:none;}
.dfx-stage-arrow-start{inset-inline-start:32px;}
.dfx-stage-arrow-end{inset-inline-end:32px;}
.dfx-thumbs-row{display:flex;gap:11px;overflow-x:auto;padding:16px 4px 4px;scrollbar-width:none;}
.dfx-thumbs-row::-webkit-scrollbar{display:none;}
.dfx-thumb{flex:0 0 auto;width:82px;height:82px;background-size:cover;background-position:center;border-radius:12px;cursor:pointer;border:2px solid transparent;opacity:.5;transition:all .3s ease;background-color:#0a2f44;}
.dfx-thumb.is-active,.dfx-thumb:hover{opacity:1;border-color:var(--dfx-green);transform:translateY(-3px);}

/* ===================== Conferences / gallery ===================== */
.dfx-scroll{display:flex;gap:20px;overflow-x:auto;padding:6px 32px 26px;scroll-snap-type:x mandatory;scrollbar-width:none;}
.dfx-scroll::-webkit-scrollbar{display:none;}
.dfx-conf-photo{flex:0 0 340px;max-width:82vw;height:380px;background-size:cover;background-position:center;border-radius:16px;scroll-snap-align:center;box-shadow:0 14px 40px rgba(11,58,84,.14);background-color:#e9ecef;cursor:pointer;transition:all .3s ease;}
.dfx-conf-photo:hover{transform:translateY(-5px);box-shadow:0 22px 54px rgba(11,58,84,.24);}
.dfx-lightbox{position:fixed;inset:0;z-index:1002;background:rgba(5,22,31,.95);display:none;align-items:center;justify-content:center;padding:24px;}
.dfx-lightbox.is-open{display:flex;}
.dfx-lightbox-img{max-width:82vw;max-height:82vh;object-fit:contain;border-radius:12px;box-shadow:0 30px 80px rgba(0,0,0,.6);}
.dfx-lightbox-close{position:absolute;top:22px;inset-inline-end:26px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.12);border:none;color:#fff;cursor:pointer;font-size:20px;}
#dfx-lightbox-prev{position:absolute;top:50%;inset-inline-start:20px;transform:translateY(-50%);}
#dfx-lightbox-next{position:absolute;top:50%;inset-inline-end:20px;transform:translateY(-50%);}

/* ===================== Achievements ===================== */
.dfx-achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;}
.dfx-achievement{text-align:center;}
.dfx-achievement-num{font-family:'Cormorant Garamond',serif;font-size:clamp(40px,5vw,54px);color:var(--dfx-green);font-weight:700;line-height:1;}
.dfx-achievement-rule{width:40px;height:2px;background:var(--dfx-green);margin:14px auto;}
.dfx-achievement p{color:#dbe7ed;font-size:14.5px;line-height:1.6;}
.dfx-achievements-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.18;pointer-events:none;}

/* ===================== Contact ===================== */
.dfx-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch;}
.dfx-contact-form-card{background:#fff;border-radius:20px;padding:38px;box-shadow:0 16px 50px rgba(11,58,84,.08);border:1px solid #eef2f4;}
.dfx-contact-form-card h3{color:var(--dfx-navy);font-size:22px;font-weight:600;margin-bottom:22px;}
.dfx-contact-form{display:grid;gap:15px;}
.dfx-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;}
.dfx-contact-form input,.dfx-contact-form textarea{width:100%;padding:14px 16px;border:1px solid #dce3e7;border-radius:10px;font-family:inherit;font-size:15px;background:#fbfcfd;color:#1c2b33;outline:none;}
.dfx-contact-side{display:flex;flex-direction:column;gap:18px;}
.dfx-map{width:100%;flex:1;min-height:300px;border:0;border-radius:20px;box-shadow:0 16px 50px rgba(11,58,84,.08);}
.dfx-map-placeholder{display:flex;align-items:center;justify-content:center;background:#e7edf0;color:#9fb2bd;font-size:34px;}
.dfx-empty-note{display:inline-flex;flex-direction:column;align-items:center;gap:12px;padding:34px 30px;border:1.5px dashed rgba(255,255,255,.3);border-radius:16px;color:#c5d3db;max-width:520px;}
.dfx-empty-note i{font-size:26px;color:var(--dfx-green);}
.dfx-empty-note strong{color:#fff;}
.dfx-empty-note-light{border-color:#dde5e9;color:#5a6a73;}
.dfx-empty-note-light strong{color:var(--dfx-navy);}
.dfx-address-card{background:var(--dfx-navy);border-radius:20px;padding:24px 28px;display:flex;align-items:center;gap:16px;color:#eaf2f6;font-size:16px;}
.dfx-address-icon{width:48px;height:48px;border-radius:50%;background:rgba(0,208,132,.15);color:var(--dfx-green);display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto;}
@media (max-width:900px){.dfx-contact-grid{grid-template-columns:1fr;}.dfx-form-row{grid-template-columns:1fr;}}

/* ===================== Footer ===================== */
.dfx-footer{background:var(--dfx-navy);color:#c5d3db;padding:54px 32px 32px;text-align:center;}
.dfx-footer-logo-wrap{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto 24px;}
.dfx-footer-logo{display:block;height:auto;max-width:min(80vw,600px);object-fit:contain;margin:0 auto;}
.dfx-social-row{display:flex;gap:12px;justify-content:center;margin:22px 0 26px;}
.dfx-social-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);font-size:16px;transition:all .25s ease;}
.dfx-social-btn:hover{background:var(--dfx-green);color:#fff;border-color:var(--dfx-green);}
.dfx-footer-rule{height:1px;background:rgba(255,255,255,.12);max-width:600px;margin:0 auto 22px;}
.dfx-footer-copy{font-size:14px;color:#9fb2bd;letter-spacing:.3px;}
.dfx-footer-copy strong{color:var(--dfx-green);padding:0 4px;}
.dfx-to-top{position:fixed;bottom:26px;inset-inline-end:26px;z-index:800;width:48px;height:48px;border-radius:50%;background:var(--dfx-green);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,208,132,.4);}
.dfx-to-top:hover{background:var(--dfx-navy);color:#fff;}

/* ===================== Video triggers + shared modal ===================== */
.dfx-video-trigger{position:relative;border:none;padding:0;margin:0;cursor:pointer;border-radius:16px;overflow:hidden;background-color:#07222f;background-size:cover;background-position:center;box-shadow:0 14px 40px rgba(0,0,0,.3);flex:0 0 auto;scroll-snap-align:center;}
.dfx-video-thumb-portrait{width:236px;aspect-ratio:3/4;}
.dfx-video-thumb-wide{width:280px;aspect-ratio:16/10;}
.dfx-video-poster-img,.dfx-video-first-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.dfx-video-first-frame{opacity:0;transition:opacity .2s ease;background:#07222f;}
.dfx-video-first-frame.is-ready{opacity:1;}
.dfx-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:rgba(0,208,132,.94);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 8px 24px rgba(0,0,0,.4);}
.dfx-video-modal{position:fixed;inset:0;z-index:1005;background:rgba(0,0,0,.86);display:none;align-items:center;justify-content:center;padding:24px;}
.dfx-video-modal.is-open{display:flex;}
.dfx-video-modal-inner{position:relative;width:auto;max-width:min(92vw,520px);}
.dfx-video-modal-inner video{width:auto;max-width:100%;max-height:76vh;border-radius:14px;background:#000;display:block;margin:0 auto;}
.dfx-video-modal-inner iframe{width:min(88vw,760px);height:min(76vh,428px);border:0;border-radius:14px;background:#000;display:block;margin:0 auto;}
.dfx-video-modal .dfx-lightbox-close{position:absolute;top:-52px;inset-inline-end:0;}

/* ===================== Reveal animation ===================== */
[data-reveal],.dfx-section{}
.dfx-reveal{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);}
.dfx-reveal.is-visible{opacity:1;transform:none;}

@media (max-width:600px){
	.dfx-hero-inner{padding:96px 20px 44px;}
	.dfx-nav{padding:10px 18px;gap:10px;}
	.dfx-section{padding-left:18px;padding-right:18px;}
}
/* v3.0.1: reliable cross-browser video-card rendering. The visual dimensions
   remain identical; an actual img element replaces background-image only. */
.dfx-video-trigger{display:block!important;visibility:visible!important;opacity:1!important;isolation:isolate;}
.dfx-video-poster-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0;}
.dfx-video-poster-img,.dfx-video-first-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.dfx-video-first-frame{opacity:0;transition:opacity .2s ease;background:#07222f;}
.dfx-video-first-frame.is-ready{opacity:1;}
.dfx-video-play{position:absolute;z-index:2;}
#dfx-result-videos-scroll,#dfx-conf-videos-scroll{display:flex!important;visibility:visible!important;}

/* v3.0.2: hard fallback for browsers/cache layers that ignore aspect-ratio or lazy images. */
.dfx-video-thumb-portrait{height:315px;min-width:236px;}
.dfx-video-thumb-wide{height:175px;min-width:280px;}
@supports (aspect-ratio: 1 / 1){
  .dfx-video-thumb-portrait{height:auto;}
  .dfx-video-thumb-wide{height:auto;}
}
.dfx-video-poster-img{pointer-events:none;}

/* v3.0.3: one play control only; posters remain below it. */
.dfx-video-trigger .dfx-video-play{z-index:3;}
.dfx-video-trigger .dfx-video-poster-img{z-index:1;}
.dfx-video-trigger::before,.dfx-video-trigger::after{content:none!important;display:none!important;}
/* Contact form submission feedback */
.dfx-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
.dfx-form-notice{display:none;margin-top:2px;padding:11px 14px;border-radius:9px;font-size:14px;line-height:1.7;text-align:start;}
.dfx-form-notice.is-success,.dfx-form-notice.is-error{display:block;}
.dfx-form-notice.is-success{background:#e9f8f1;color:#12643f;border:1px solid #bfe8d3;}
.dfx-form-notice.is-error{background:#fff0f0;color:#9f2626;border:1px solid #f0caca;}
.dfx-contact-form button[disabled]{opacity:.65;cursor:wait;}

/* ===================== v3.2.0 Mobile-first responsive upgrade ===================== */
.dfx-menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(255,255,255,.08);padding:10px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex:0 0 auto;}
.dfx-menu-toggle span{display:block;width:21px;height:2px;border-radius:2px;background:#fff;transition:transform .25s ease,opacity .2s ease;}
.dfx-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.dfx-menu-toggle.is-active span:nth-child(2){opacity:0;}
.dfx-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
body.dfx-menu-open{overflow:hidden;}

@media (max-width: 782px){
  html{scroll-padding-top:70px;}
  .dfx-container{padding-inline:18px;}
  .dfx-nav{min-height:68px;height:68px;padding:8px 16px;flex-wrap:nowrap;gap:12px;}
  .dfx-nav-logo img{max-height:50px!important;max-width:145px!important;}
  .dfx-nav-logo-fallback{width:42px;height:42px;}
  .dfx-menu-toggle{display:flex;margin-inline-start:auto;}
  .dfx-navlinks{position:fixed;top:68px;inset-inline:0;width:100%;height:calc(100dvh - 68px);margin:0!important;padding:20px 18px 32px;background:rgba(7,40,57,.985);backdrop-filter:blur(16px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;overflow-y:auto;overflow-x:hidden;transform:translateY(-110%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .25s ease,visibility .25s ease;box-shadow:none;}
  body.admin-bar .dfx-navlinks{top:114px;height:calc(100dvh - 114px);}
  .dfx-navlinks.is-open{transform:translateY(0);opacity:1;visibility:visible;}
  .dfx-navlink{display:flex;align-items:center;min-height:50px;width:100%;padding:12px 14px;border-radius:11px;color:#fff;font-size:15px;border-bottom:1px solid rgba(255,255,255,.08);white-space:normal!important;}
  .dfx-navlink:hover,.dfx-navlink.is-active{background:rgba(0,208,132,.12);color:var(--dfx-green);}
  .dfx-navsep{display:none;}
  .dfx-lang-btn{width:100%;min-height:48px;margin:14px 0 0;padding:10px 16px;}

  .dfx-hero{min-height:100svh;align-items:flex-end;}
  .dfx-hero-media{object-position:center top;}
  .dfx-hero-overlay{background:linear-gradient(180deg,rgba(11,58,84,.16) 0%,rgba(11,58,84,.52) 42%,rgba(11,58,84,.96) 82%,var(--dfx-navy) 100%);}
  .dfx-hero-inner{padding:120px 18px 48px;}
  .dfx-hero-content{max-width:100%;}
  .dfx-kicker{margin-bottom:14px;gap:8px;}
  .dfx-kicker span:last-child{font-size:11px;letter-spacing:1.5px;line-height:1.7;}
  .dfx-kicker-line{width:26px;}
  .dfx-hero-title{font-size:clamp(34px,10vw,48px);line-height:1.25;margin-bottom:14px;overflow-wrap:anywhere;}
  .dfx-hero-subtitle{font-size:15px;line-height:1.85;margin-bottom:24px;max-width:95%;}
  .dfx-hero-actions,.dfx-hero-actions .dfx-btn{width:100%;}
  .dfx-hero-actions .dfx-btn{justify-content:center;min-height:50px;}

  .dfx-section{padding:38px 18px;scroll-margin-top:72px;}
  .dfx-heading{font-size:clamp(29px,8vw,37px);overflow-wrap:anywhere;}
  .dfx-body-text,.dfx-body-onnavy{font-size:14px;line-height:1.9;}
  .dfx-quote-block{padding:14px 15px;}

  .dfx-about-grid{gap:28px;}
  .dfx-about-photo{aspect-ratio:4/5;border-radius:16px;box-shadow:0 20px 45px rgba(11,58,84,.24);}
  .dfx-about-nameplate{padding:45px 18px 18px;}
  .dfx-nameplate-name{font-size:23px;}
  .dfx-about-badge{top:12px;inset-inline-end:12px;max-width:calc(100% - 24px);font-size:11px;padding:8px 11px;}
  .dfx-credentials{margin-top:34px;}
  .dfx-credentials-title-row{gap:10px;margin-bottom:18px;}
  .dfx-credentials-title-row h3{font-size:21px;white-space:normal;}
  .dfx-credentials-grid{grid-template-columns:1fr;gap:12px;}
  .dfx-credential-card{padding:16px;gap:12px;}
  .dfx-credential-num{width:38px;height:38px;}

  .dfx-surguries-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .dfx-surgery-card{padding:16px 13px;min-width:0;}
  .dfx-surgery-card h3{font-size:14px;overflow-wrap:anywhere;}
  .dfx-surguries-explorer{gap:18px;}
  .dfx-surguries-list{max-height:none;overflow:visible;padding:0;}
  .dfx-surguries-row{padding:12px;gap:10px;}
  .dfx-surguries-num{width:34px;height:34px;}

  .dfx-results-stage{min-height:330px!important;border-radius:14px!important;}
  .dfx-stage-arrow{width:40px;height:40px;top:auto;bottom:14px;transform:none;}
  .dfx-stage-arrow-start{inset-inline-start:14px;}
  .dfx-stage-arrow-end{inset-inline-end:14px;}
  .dfx-thumb{width:66px;height:66px;border-radius:9px;}

  .dfx-scroll{gap:12px;padding:6px 18px 20px;margin-inline:-18px;scroll-padding-inline:18px;}
  .dfx-conf-photo{flex-basis:82vw;max-width:82vw;height:330px;border-radius:14px;}
  .dfx-video-thumb-portrait{width:72vw;min-width:72vw;height:auto;aspect-ratio:3/4;}
  .dfx-video-thumb-wide{width:82vw;min-width:82vw;height:auto;aspect-ratio:16/10;}
  .dfx-video-play{width:50px;height:50px;}
  .dfx-nav-arrow{width:42px;height:42px;}

  .dfx-achievements-grid{grid-template-columns:1fr 1fr;gap:24px 12px;}
  .dfx-achievement-num{font-size:40px;}

  .dfx-contact-grid{gap:20px;}
  .dfx-contact-form-card{padding:22px 16px;border-radius:16px;}
  .dfx-contact-form-card h3{font-size:20px;}
  .dfx-contact-form input,.dfx-contact-form textarea{font-size:16px;}
  .dfx-contact-form .dfx-btn{width:100%;justify-content:center;}
  .dfx-map{min-height:260px;border-radius:16px;}
  .dfx-address-card{padding:18px 16px;border-radius:16px;align-items:flex-start;font-size:14px;overflow-wrap:anywhere;}

  .dfx-footer{padding:40px 18px 28px;}
  .dfx-footer-logo{max-width:min(88vw,360px);}
  .dfx-footer-copy{font-size:12px;line-height:1.8;}
  .dfx-to-top{width:44px;height:44px;bottom:16px;inset-inline-end:16px;}

  .dfx-lightbox{padding:14px;}
  .dfx-lightbox-img{max-width:94vw;max-height:78vh;}
  #dfx-lightbox-prev{inset-inline-start:8px;}
  #dfx-lightbox-next{inset-inline-end:8px;}
  .dfx-video-modal{padding:14px;}
  .dfx-video-modal-inner{max-width:94vw;width:100%;}
  .dfx-video-modal-inner video,.dfx-video-modal-inner iframe{max-width:100%;width:100%;}
}

@media (max-width: 390px){
  .dfx-nav{padding-inline:12px;}
  .dfx-nav-logo img{max-width:125px!important;}
  .dfx-section{padding-inline:14px;}
  .dfx-hero-inner{padding-inline:14px;}
  .dfx-surguries-grid{grid-template-columns:1fr;}
  .dfx-achievements-grid{grid-template-columns:1fr 1fr;}
  .dfx-conf-photo{flex-basis:86vw;max-width:86vw;height:300px;}
}

@media (prefers-reduced-motion: reduce){
  .dfx-navlinks,.dfx-menu-toggle span{transition:none;}
}

/* Mobile inline accordion for surgeries */
.dfx-surguries-item{display:block;}
.dfx-surguries-mobile-detail{display:none;}

@media (max-width:900px){
  .dfx-surguries-panel{display:none!important;}
  .dfx-surguries-list{display:block;}
  .dfx-surguries-item{margin-bottom:10px;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.025);border:1px solid transparent;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease;}
  .dfx-surguries-item.is-open{border-color:rgba(0,208,132,.42);background:rgba(0,208,132,.065);box-shadow:0 14px 34px rgba(0,0,0,.2);}
  .dfx-surguries-item .dfx-surguries-row{margin:0;border:0;border-radius:15px;background:transparent;box-shadow:none;}
  .dfx-surguries-item.is-open .dfx-surguries-row{border-radius:15px 15px 0 0;background:linear-gradient(135deg,rgba(0,208,132,.18),rgba(0,208,132,.08));}
  .dfx-surguries-row i{transition:transform .35s ease;}
  .dfx-surguries-item.is-open .dfx-surguries-row i{transform:rotate(-90deg);}
  [dir="ltr"] .dfx-surguries-item.is-open .dfx-surguries-row i{transform:rotate(90deg);}
  .dfx-surguries-mobile-detail{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .42s cubic-bezier(.4,0,.2,1),opacity .28s ease,padding .42s ease;border-top:1px solid transparent;padding:0 15px;}
  .dfx-surguries-mobile-detail>ul,.dfx-surguries-mobile-detail>.dfx-surguries-mobile-cta{overflow:hidden;}
  .dfx-surguries-item.is-open .dfx-surguries-mobile-detail{grid-template-rows:1fr;opacity:1;padding:17px 15px 18px;border-top-color:rgba(255,255,255,.09);}
  .dfx-surguries-mobile-detail ul{list-style:none;display:grid;gap:12px;margin:0;padding:0;}
  .dfx-surguries-mobile-detail li{display:flex;align-items:flex-start;gap:10px;color:#d8e3e9;font-size:14px;line-height:1.85;text-align:start;}
  .dfx-surguries-mobile-detail li>span:first-child{flex:0 0 auto;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,208,132,.15);color:var(--dfx-green);font-size:10px;margin-top:3px;}
  .dfx-surguries-mobile-cta{padding-top:16px;}
  .dfx-surguries-mobile-cta .dfx-btn{width:100%;justify-content:center;min-height:48px;}
}


/* ===================== Surgeries desktop interactive UI ===================== */
@media (min-width:901px){
  .dfx-surguries-explorer{grid-template-columns:minmax(330px,.88fr) minmax(440px,1.12fr);gap:42px;align-items:start;}
  .dfx-surguries-list{max-height:640px;padding:8px 12px 8px 2px;position:relative;}
  .dfx-surguries-list:before{content:"";position:absolute;inset-block:18px;inset-inline-start:28px;width:1px;background:linear-gradient(to bottom,transparent,rgba(0,208,132,.32),transparent);pointer-events:none;}
  .dfx-surguries-item{position:relative;z-index:1;}
  .dfx-surguries-row{min-height:68px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.035);backdrop-filter:blur(8px);transform:translateX(0);}
  .dfx-surguries-row:hover{transform:translateX(-6px);background:rgba(255,255,255,.065);box-shadow:0 12px 26px rgba(0,0,0,.16);}
  [dir="ltr"] .dfx-surguries-row:hover{transform:translateX(6px);}
  .dfx-surguries-row.is-active{transform:translateX(-10px);background:linear-gradient(135deg,rgba(0,208,132,.22),rgba(0,208,132,.07));box-shadow:0 18px 40px rgba(0,0,0,.24),inset 0 0 0 1px rgba(0,208,132,.14);}
  [dir="ltr"] .dfx-surguries-row.is-active{transform:translateX(10px);}
  .dfx-surguries-row i{transition:transform .3s ease,opacity .3s ease;}
  .dfx-surguries-row.is-active i{opacity:1;transform:translateX(-4px);}
  [dir="ltr"] .dfx-surguries-row.is-active i{transform:translateX(4px);}
  .dfx-surguries-panel{position:sticky;top:118px;min-height:540px;padding:32px 44px 44px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 28px 80px rgba(0,0,0,.22);isolation:isolate;}
  .dfx-surguries-panel:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(0,208,132,.09);filter:blur(55px);inset-block-start:-90px;inset-inline-end:-65px;z-index:-1;}
  .dfx-surguries-panel-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:2;}
  .dfx-surguries-panel-label{font-size:12px;letter-spacing:2px;color:var(--dfx-green);font-weight:600;}
  .dfx-surguries-panel-counter{display:flex;align-items:baseline;gap:6px;color:#77909e;font-family:'Cormorant Garamond',serif;font-size:16px;}
  .dfx-surguries-panel-counter strong{font-size:30px;line-height:1;color:#fff;}
  .dfx-surguries-detail{animation:dfxSurgeryIn .48s cubic-bezier(.2,.8,.2,1) both;}
  .dfx-surguries-detail.is-leaving{animation:dfxSurgeryOut .2s ease both;}
}
@keyframes dfxSurgeryIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes dfxSurgeryOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}
@media (prefers-reduced-motion:reduce){.dfx-surguries-row,.dfx-surguries-detail{animation:none!important;transition:none!important;}}

/* ===================== Surgeries UI refinement v3.3.1 ===================== */
/* Remove repeated labels and make the desktop split layout visually distinct. */
@media (min-width:901px){
  .dfx-surguries-section .dfx-container:first-child{margin-bottom:28px!important;}
  .dfx-surguries-explorer{
    grid-template-columns:minmax(420px, .95fr) minmax(520px, 1.05fr);
    gap:28px;
    direction:rtl;
  }
  .dfx-surguries-list{
    order:1;
    max-height:650px;
    padding:12px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:24px;
    background:rgba(3,34,52,.34);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  }
  .dfx-surguries-list:before{display:none;}
  .dfx-surguries-item+ .dfx-surguries-item{margin-top:8px;}
  .dfx-surguries-row{
    min-height:74px;
    padding:14px 18px;
    border-radius:17px;
    transform:none!important;
  }
  .dfx-surguries-row:hover{transform:none!important;}
  .dfx-surguries-row.is-active{
    transform:none!important;
    border-color:var(--dfx-green);
    box-shadow:0 14px 30px rgba(0,0,0,.2), inset 4px 0 0 var(--dfx-green);
  }
  [dir="rtl"] .dfx-surguries-row.is-active{box-shadow:0 14px 30px rgba(0,0,0,.2), inset -4px 0 0 var(--dfx-green);}
  .dfx-surguries-panel{
    order:2;
    min-height:650px;
    padding:70px 54px 48px;
    border-radius:26px;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  }
  .dfx-surguries-panel-counter{
    position:absolute;
    inset-block-start:26px;
    inset-inline-start:34px;
    display:flex;
    align-items:baseline;
    gap:5px;
    color:#78909c;
    font-family:'Cormorant Garamond',serif;
    font-size:14px;
    z-index:3;
  }
  .dfx-surguries-panel-counter strong{font-size:26px;color:#fff;line-height:1;}
  .dfx-surguries-panel-top,.dfx-surguries-panel-label,.dfx-surguries-kicker{display:none!important;}
  .dfx-surguries-detail h3{margin-top:6px;font-size:clamp(30px,3vw,46px);}
  .dfx-surguries-detail-num{top:-16px;opacity:.75;}
}

/* Reliable inline accordion on phones/tablets. */
@media (max-width:900px){
  .dfx-surguries-section .dfx-container:first-child{margin-bottom:24px!important;}
  .dfx-surguries-explorer{display:block;}
  .dfx-surguries-list{max-height:none;overflow:visible;padding:0;gap:0;}
  .dfx-surguries-item{margin-bottom:12px;}
  .dfx-surguries-row{min-height:68px;padding:13px 14px;}
  .dfx-surguries-mobile-detail{
    display:block;
    max-height:0;
    overflow:hidden;
    opacity:0;
    padding:0 15px;
    border-top:1px solid transparent;
    transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .4s ease,border-color .3s ease;
  }
  .dfx-surguries-item.is-open .dfx-surguries-mobile-detail{
    max-height:900px;
    opacity:1;
    padding:17px 15px 18px;
    border-top-color:rgba(255,255,255,.09);
  }
  .dfx-surguries-mobile-detail>ul,.dfx-surguries-mobile-detail>.dfx-surguries-mobile-cta{overflow:visible;}
}

/* ===================== Mobile surgeries accordion v3.4.0 ===================== */
@media (max-width:900px){
  .dfx-surguries-section{padding-inline:0;overflow:hidden;}
  .dfx-surguries-section>.dfx-container{padding-inline:16px;}
  .dfx-surguries-section .dfx-heading{margin-bottom:0;}
  .dfx-surguries-explorer{display:block!important;}
  .dfx-surguries-panel{display:none!important;}
  .dfx-surguries-list{display:block!important;max-height:none!important;overflow:visible!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;}
  .dfx-surguries-item{position:relative;margin:0 0 11px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:rgba(255,255,255,.035);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.09);transition:border-color .3s ease,background .3s ease,box-shadow .3s ease;}
  .dfx-surguries-item.is-open{border-color:rgba(0,208,132,.55);background:linear-gradient(145deg,rgba(0,208,132,.10),rgba(255,255,255,.035));box-shadow:0 16px 34px rgba(0,0,0,.18);}
  .dfx-surguries-item .dfx-surguries-row{display:grid!important;grid-template-columns:46px minmax(0,1fr) 38px;align-items:center;width:100%;min-height:72px;margin:0!important;padding:12px 13px!important;gap:11px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;color:#edf4f7;text-align:start;}
  .dfx-surguries-num{grid-column:1;width:46px!important;height:46px!important;border-radius:13px!important;background:rgba(255,255,255,.065);font-size:13px;transition:background .3s ease,color .3s ease,transform .3s ease;}
  .dfx-surguries-row-title{grid-column:2;font-size:15px!important;line-height:1.65;font-weight:600;color:inherit;overflow-wrap:anywhere;}
  .dfx-surguries-row i{grid-column:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.055);font-size:11px;opacity:.75;transition:transform .35s ease,background .3s ease,color .3s ease;}
  .dfx-surguries-item.is-open .dfx-surguries-num{background:var(--dfx-green);color:var(--dfx-navy);transform:scale(1.03);}
  .dfx-surguries-item.is-open .dfx-surguries-row{color:var(--dfx-green);}
  .dfx-surguries-item.is-open .dfx-surguries-row i{background:rgba(0,208,132,.15);color:var(--dfx-green);transform:rotate(-90deg);}
  [dir="ltr"] .dfx-surguries-item.is-open .dfx-surguries-row i{transform:rotate(90deg);}
  .dfx-surguries-mobile-detail{display:block!important;max-height:0;overflow:hidden;opacity:0;padding:0 15px!important;border-top:1px solid transparent;transition:max-height .48s cubic-bezier(.4,0,.2,1),opacity .28s ease,padding .38s ease,border-color .3s ease;will-change:max-height;}
  .dfx-surguries-item.is-open .dfx-surguries-mobile-detail{opacity:1;padding:5px 15px 17px!important;border-top-color:rgba(255,255,255,.09);}
  .dfx-surguries-mobile-detail ul{list-style:none;display:grid;gap:11px;margin:0;padding:15px 0 0;}
  .dfx-surguries-mobile-detail li{display:grid;grid-template-columns:25px minmax(0,1fr);align-items:start;gap:9px;color:#dce7ec;font-size:13.5px;line-height:1.9;text-align:start;}
  .dfx-surguries-mobile-detail li>span:first-child{width:24px;height:24px;margin-top:3px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,208,132,.14);color:var(--dfx-green);font-size:9px;}
  .dfx-surguries-mobile-cta{padding-top:15px;}
  .dfx-surguries-mobile-cta .dfx-btn{width:100%;min-height:48px;justify-content:center;border-radius:12px;}
}
@media (max-width:390px){
  .dfx-surguries-section>.dfx-container{padding-inline:13px;}
  .dfx-surguries-item .dfx-surguries-row{grid-template-columns:42px minmax(0,1fr) 34px;padding:11px!important;gap:9px;}
  .dfx-surguries-num{width:42px!important;height:42px!important;}
  .dfx-surguries-row-title{font-size:14px!important;}
  .dfx-surguries-row i{width:32px;height:32px;}
}


/* ===================== v3.4.1 Results section mobile polish ===================== */
@media (max-width: 782px){
  #results .dfx-container[style*="max-width:1000px"]{padding-inline:0;}
  #results .dfx-stage-frame{padding:12px;border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.28);}
  #results .dfx-stage-img{aspect-ratio:4/5;min-height:min(74vh,430px);border-radius:14px;background-size:contain;background-position:center;background-repeat:no-repeat;}
  #results .dfx-stage-counter{top:12px;inset-inline-start:12px;font-size:13px;padding:6px 12px;}
  #results .dfx-stage-arrow{bottom:12px;width:38px;height:38px;}
  #results .dfx-stage-arrow-start{inset-inline-start:12px;}
  #results .dfx-stage-arrow-end{inset-inline-end:12px;}

  #results .dfx-thumbs-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:14px 0 0;overflow:visible;}
  #results .dfx-thumb{width:100%;height:auto;aspect-ratio:1/1;border-radius:10px;opacity:.78;}
  #results .dfx-thumb.is-active{transform:none;opacity:1;}

  #dfx-result-videos-scroll{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:6px 0 0!important;margin:0!important;overflow:visible!important;scroll-snap-type:none!important;}
  #dfx-result-videos-scroll .dfx-video-trigger{width:100%!important;min-width:0!important;max-width:none!important;border-radius:14px;box-shadow:0 10px 26px rgba(0,0,0,.22);}
  #dfx-result-videos-scroll .dfx-video-thumb-portrait,
  #dfx-result-videos-scroll .dfx-video-thumb-wide{width:100%!important;min-width:0!important;height:auto!important;aspect-ratio:3/4;}
  #dfx-result-videos-scroll + div{display:none!important;}
  #results .dfx-video-play{width:44px;height:44px;font-size:16px;}
}

@media (max-width: 420px){
  #results .dfx-thumbs-row{grid-template-columns:repeat(3,minmax(0,1fr));}
  #dfx-result-videos-scroll{grid-template-columns:1fr;}
}


/* ===================== v3.5.0 Stronger results section layout ===================== */
.dfx-results-mobile-intro{display:none;}
.dfx-results-mobile-tabs-wrap{display:none;}
.dfx-results-videos-head{display:inline-flex;align-items:center;gap:12px;}
.dfx-results-videos-head span{width:26px;height:1px;background:rgba(0,208,132,.5);}
.dfx-results-videos-head p{color:#c5d3db;font-size:15px;line-height:1.7;margin:0;}
.dfx-results-panel{display:block;}

@media (max-width: 782px){
  #results .dfx-container[style*="text-align:center;margin-bottom:34px"]{margin-bottom:22px!important;}
  .dfx-results-mobile-tabs-wrap{display:block;margin-bottom:16px;}
  .dfx-results-mobile-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:rgba(255,255,255,.06);padding:6px;border-radius:16px;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px);}
  .dfx-results-tab-btn{appearance:none;border:0;border-radius:12px;padding:12px 16px;background:transparent;color:#dce7ec;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:all .24s ease;}
  .dfx-results-tab-btn.is-active{background:linear-gradient(135deg,rgba(0,208,132,.24),rgba(0,208,132,.1));color:#fff;box-shadow:0 8px 18px rgba(0,208,132,.14), inset 0 0 0 1px rgba(0,208,132,.35);}
  .dfx-results-panel{display:none;}
  .dfx-results-panel.is-active{display:block;animation:dfxResultsPanelIn .28s ease both;}
  .dfx-results-mobile-intro{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 12px;padding:0 2px;}
  .dfx-results-mobile-intro p{margin:0;color:#c5d3db;font-size:12.5px;line-height:1.8;text-align:start;}
  .dfx-results-mini-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:8px 12px;border-radius:999px;background:rgba(0,208,132,.12);color:var(--dfx-green);font-size:11px;font-weight:700;border:1px solid rgba(0,208,132,.24);}

  #results .dfx-stage-frame{padding:12px;border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.28);}
  #results .dfx-stage-img{aspect-ratio:4/5;min-height:min(74vh,430px);border-radius:14px;background-size:contain;background-position:center;background-repeat:no-repeat;transition:opacity .22s ease, transform .22s ease;}
  #results .dfx-stage-counter{top:12px;inset-inline-start:12px;font-size:13px;padding:6px 12px;}
  #results .dfx-stage-arrow{bottom:12px;width:38px;height:38px;}
  #results .dfx-stage-arrow-start{inset-inline-start:12px;}
  #results .dfx-stage-arrow-end{inset-inline-end:12px;}

  #results .dfx-thumbs-row{display:flex;gap:8px;padding:14px 0 2px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x proximity;}
  #results .dfx-thumbs-row::-webkit-scrollbar{display:none;}
  #results .dfx-thumb{flex:0 0 76px;width:76px;height:76px;aspect-ratio:auto;border-radius:12px;opacity:.74;scroll-snap-align:start;transform:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);}
  #results .dfx-thumb.is-active{opacity:1;box-shadow:0 0 0 2px rgba(0,208,132,.95), 0 10px 18px rgba(0,208,132,.15);}

  .dfx-results-videos-head{display:block;}
  .dfx-results-videos-head span{display:none;}
  .dfx-results-videos-head p{font-size:13px;line-height:1.85;color:#dce7ec;}
  #dfx-result-videos-scroll{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:6px 0 0!important;margin:0 auto!important;overflow:visible!important;scroll-snap-type:none!important;max-width:none!important;}
  #dfx-result-videos-scroll .dfx-video-trigger{width:100%!important;min-width:0!important;max-width:none!important;border-radius:16px;box-shadow:0 12px 28px rgba(0,0,0,.22);}
  #dfx-result-videos-scroll .dfx-video-thumb-portrait,
  #dfx-result-videos-scroll .dfx-video-thumb-wide{width:100%!important;min-width:0!important;height:auto!important;aspect-ratio:3/4;}
  .dfx-results-videos-arrows{display:none!important;}
  #results .dfx-video-play{width:46px;height:46px;font-size:16px;}
}

@media (max-width: 420px){
  .dfx-results-mobile-intro{flex-direction:column;align-items:flex-start;}
  #results .dfx-thumb{flex-basis:68px;width:68px;height:68px;}
  #dfx-result-videos-scroll{grid-template-columns:1fr;}
}

@keyframes dfxResultsPanelIn{
  from{opacity:0;transform:translateY(10px);}
  to{opacity:1;transform:none;}
}


/* ===================== v3.6.0 authoritative mobile surgeries accordion ===================== */
@media (max-width:900px){
  #surguries.dfx-surguries-section{padding-inline:0!important;overflow:visible!important;}
  #surguries .dfx-surguries-explorer{display:block!important;}
  #surguries .dfx-surguries-panel{display:none!important;}
  #surguries .dfx-surguries-list{display:block!important;max-height:none!important;overflow:visible!important;padding:0!important;}
  #surguries .dfx-surguries-item{display:block!important;margin:0 0 11px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:17px!important;background:rgba(255,255,255,.04)!important;overflow:hidden!important;box-shadow:0 8px 24px rgba(0,0,0,.10)!important;}
  #surguries .dfx-surguries-item.is-open{border-color:rgba(0,208,132,.58)!important;background:linear-gradient(145deg,rgba(0,208,132,.11),rgba(255,255,255,.04))!important;box-shadow:0 16px 34px rgba(0,0,0,.18)!important;}
  #surguries .dfx-surguries-row{display:grid!important;grid-template-columns:46px minmax(0,1fr) 38px!important;align-items:center!important;width:100%!important;min-height:72px!important;margin:0!important;padding:12px 13px!important;gap:11px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#edf4f7!important;text-align:start!important;}
  #surguries .dfx-surguries-row.is-active{background:transparent!important;box-shadow:none!important;}
  #surguries .dfx-surguries-num{width:46px!important;height:46px!important;border-radius:13px!important;background:rgba(255,255,255,.07)!important;color:#9fb2bd!important;}
  #surguries .dfx-surguries-row-title{font-size:15px!important;line-height:1.65!important;font-weight:600!important;color:inherit!important;}
  #surguries .dfx-surguries-row>i{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:50%!important;background:rgba(255,255,255,.06)!important;transition:transform .35s ease,background .3s ease,color .3s ease!important;}
  #surguries .dfx-surguries-item.is-open .dfx-surguries-row{color:var(--dfx-green)!important;}
  #surguries .dfx-surguries-item.is-open .dfx-surguries-num{background:var(--dfx-green)!important;color:var(--dfx-navy)!important;}
  #surguries .dfx-surguries-item.is-open .dfx-surguries-row>i{background:rgba(0,208,132,.16)!important;color:var(--dfx-green)!important;transform:rotate(-90deg)!important;}
  [dir="ltr"] #surguries .dfx-surguries-item.is-open .dfx-surguries-row>i{transform:rotate(90deg)!important;}
  #surguries .dfx-surguries-mobile-detail{display:block!important;max-height:0!important;overflow:hidden!important;opacity:0!important;padding:0 15px!important;border-top:1px solid transparent!important;visibility:hidden!important;transition:max-height .5s cubic-bezier(.22,1,.36,1),opacity .25s ease,padding .4s ease,visibility 0s linear .5s!important;}
  #surguries .dfx-surguries-item.is-open .dfx-surguries-mobile-detail{max-height:2200px!important;opacity:1!important;padding:4px 15px 18px!important;border-top-color:rgba(255,255,255,.09)!important;visibility:visible!important;transition:max-height .5s cubic-bezier(.22,1,.36,1),opacity .25s ease,padding .4s ease!important;}
  #surguries .dfx-surguries-mobile-detail ul{display:grid!important;gap:11px!important;margin:0!important;padding:15px 0 0!important;}
  #surguries .dfx-surguries-mobile-detail li{display:grid!important;grid-template-columns:25px minmax(0,1fr)!important;gap:9px!important;color:#dce7ec!important;font-size:13.5px!important;line-height:1.9!important;text-align:start!important;}
  #surguries .dfx-surguries-mobile-cta{padding-top:15px!important;}
  #surguries .dfx-surguries-mobile-cta .dfx-btn{width:100%!important;min-height:48px!important;justify-content:center!important;}
}

/* ===================== v3.7.0 Full-screen results gallery + in-video close ===================== */
body.dfx-modal-open{overflow:hidden!important;touch-action:none;}
#dfx-results-stage{cursor:zoom-in;}
.dfx-thumb{appearance:none;padding:0;}

.dfx-results-lightbox{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;background:rgba(2,12,18,.97);padding:14px;overscroll-behavior:contain;}
.dfx-results-lightbox.is-open{display:flex;animation:dfxLbFade .22s ease both;}
.dfx-results-lightbox-shell{position:relative;width:min(100%,1100px);height:min(92dvh,900px);display:flex;align-items:center;justify-content:center;}
.dfx-results-lightbox-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 28px 80px rgba(0,0,0,.56);user-select:none;-webkit-user-drag:none;}
.dfx-results-lightbox-close{position:absolute;top:10px;inset-inline-end:10px;z-index:4;width:38px;height:38px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(7,34,47,.82);color:#fff;font-size:16px;cursor:pointer;backdrop-filter:blur(8px);}
.dfx-results-lightbox-arrow{position:absolute;top:50%;z-index:3;width:46px;height:46px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(7,34,47,.8);color:#fff;font-size:16px;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px);}
.dfx-results-lightbox-prev{inset-inline-start:10px;}
.dfx-results-lightbox-next{inset-inline-end:10px;}
.dfx-results-lightbox-counter{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:3;padding:7px 13px;border-radius:999px;background:rgba(7,34,47,.78);color:var(--dfx-green);font-size:13px;font-weight:700;letter-spacing:.8px;}

.dfx-video-modal-inner{position:relative;}
.dfx-video-modal-close{position:absolute;top:8px;right:8px;z-index:8;width:34px;height:34px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.68);color:#fff;font-size:14px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.32);backdrop-filter:blur(8px);}
[dir="rtl"] .dfx-video-modal-close{right:8px;left:auto;}
.dfx-video-modal-close:hover{background:rgba(0,208,132,.92);color:#062431;}

@media (max-width:782px){
  .dfx-results-lightbox{padding:0;background:#020b10;}
  .dfx-results-lightbox-shell{width:100vw;height:100dvh;}
  .dfx-results-lightbox-img{max-width:100vw;max-height:100dvh;border-radius:0;}
  .dfx-results-lightbox-close{top:max(12px,env(safe-area-inset-top));inset-inline-end:12px;width:36px;height:36px;}
  .dfx-results-lightbox-arrow{width:40px;height:40px;background:rgba(7,34,47,.72);}
  .dfx-results-lightbox-prev{inset-inline-start:8px;}
  .dfx-results-lightbox-next{inset-inline-end:8px;}
  .dfx-results-lightbox-counter{bottom:max(12px,env(safe-area-inset-bottom));}
  .dfx-video-modal{padding:10px;}
  .dfx-video-modal-inner{width:100%;max-width:96vw;}
  .dfx-video-modal-close{top:7px;right:7px;width:32px;height:32px;font-size:13px;}
}
@keyframes dfxLbFade{from{opacity:0}to{opacity:1}}


/* v3.7.1 navigation safety */
html,body{overscroll-behavior-y:auto;}
body:not(.dfx-menu-open):not(.dfx-modal-open){overflow-y:auto!important;touch-action:auto!important;}
@media (max-width:782px){
  .dfx-section{scroll-margin-top:78px;}
  .dfx-navlinks{overscroll-behavior:contain;}
}


/* v3.7.2 navigation stability: never let result thumbs trigger vertical snap behavior. */
#dfx-results-thumbs{scroll-behavior:auto;overscroll-behavior-inline:contain;}
@media (max-width:782px){html,body{scroll-snap-type:none!important;}#results,#dfx-results-thumbs{scroll-snap-stop:normal!important;}}

/* v3.7.3: accordion open-state visibility fix */
@media (max-width:900px){#surguries .dfx-surguries-mobile-detail[aria-hidden="false"]{max-height:2200px!important;visibility:visible!important;opacity:1!important;}}
