@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-Variable.woff2") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

.map-card iframe{width:100%;height:100%;min-height:590px;border:0;display:block}
.map-caption{color:inherit;text-decoration:none}
.map-caption small{display:block;font-size:12px;color:#687b7d}
@media(max-width:640px){.map-card iframe{min-height:420px}}
@font-face{
  font-family:'Shekasteh';
  src:url('../fonts/Shekasteh.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
:root{
  --primary:#005c60;--primary-2:#034b50;--primary-3:#003f43;--green:#2fb56f;--green-2:#1d9858;--blue:#2c65bd;--mint:#eaffe9;--mint-2:#f2fff7;--ink:#063f44;--muted:#6f8184;--soft:#f4f6f6;--line:#dce6e5;--white:#fff;--shadow:0 8px 28px rgba(0,52,58,.12);--shadow-sm:0 4px 14px rgba(0,52,58,.12);--radius:24px;--radius-sm:14px;--container:1240px;--font-sans:"Vazirmatn",Tahoma,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;padding-bottom:26px;overflow-x:clip;font-family:var(--font-sans);font-size:16px;background:#fff;color:var(--ink);direction:rtl;line-height:1.85;text-rendering:optimizeLegibility;font-synthesis:none}body.modal-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.icon{width:1.25em;height:1.25em;vertical-align:middle;flex:none}.hidden{display:none!important}.center{text-align:center}.section{padding:76px 0}.soft-section{background:var(--soft)}
.site-header{position:sticky;top:0;z-index:100;background:var(--primary);box-shadow:0 4px 20px rgba(0,0,0,.08)}.header-inner{height:86px;display:flex;align-items:center;gap:24px}.brand{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:250px;
  text-decoration:none;
}
.brand{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:250px;
}
.brand-logo{
  width:58px;
  height:58px;
  object-fit:contain;
}

.brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  line-height:1;
}

.brand-name{
  font-family:'Shekasteh', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#fff;
  white-space:nowrap;
  direction:rtl;
}

.brand-subname{
  font-family:'Shekasteh', sans-serif;
  font-size:14px;
  font-weight:400;
  color:#fff;
  margin-top:0;
  white-space:nowrap;
  direction:rtl;
  margin-top:5px;
}
.footer-bottom{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:190px;
}

.footer-bottom-right,
.footer-bottom-left{
  flex:none;
  text-align:center;
}
.heartbeat-divider{
  width:100%;
  height:80px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.heartbeat-divider svg{
  width:100%;
  height:100%;
}

.heartbeat-divider path{
  fill:none;
  stroke:var(--accent-deep,#e35412);
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:1200;
  stroke-dashoffset:1200;
  animation:heartbeatDraw 4s linear infinite;
}

@keyframes heartbeatDraw{
  to{
    stroke-dashoffset:0;
  }
}
.desktop-nav{display:flex;align-items:center;gap:26px;white-space:nowrap}.desktop-nav a{color:#fff;font-size:14px;font-weight:700;position:relative;padding:30px 0 26px}.desktop-nav a:after{content:"";position:absolute;bottom:18px;right:0;width:0;height:2px;background:#7be8b2;transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.header-actions{display:flex;gap:10px;align-items:center;margin-right:auto;flex-shrink:0}.header-actions .btn{white-space:nowrap;flex-shrink:0}.header-actions .btn span{white-space:nowrap}.btn{border:0;border-radius:10px;padding:12px 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;transition:.2s;line-height:1.2}.btn:hover{transform:translateY(-1px);filter:brightness(.98)}.btn-sm{padding:9px 15px;font-size:13px}.btn-primary{background:var(--primary);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-blue{background:var(--blue);color:#fff}.btn-light{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}.btn-outline-dark{background:#fff;color:var(--primary);border:1px solid var(--primary)}.btn-soft{background:#6fa68e;color:#fff}.wide{width:100%}.mobile-menu-btn{display:none;background:transparent;color:#fff;border:0;padding:10px}.mobile-menu-btn .icon{width:28px;height:28px}.mobile-nav{display:none;background:#fff;padding:10px 20px;border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:12px 6px;border-bottom:1px solid #edf1f1;font-weight:700}.mobile-nav a.active{color:var(--green)}
.header-action-portal,.header-action-charity{position:relative;min-width:max-content;overflow:hidden}.header-action-portal{border:1px solid rgba(173,244,231,.9);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 5px 16px rgba(0,0,0,.12)}.header-action-portal:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.2) 50%,transparent 80%);transform:translateX(-120%);transition:transform .55s ease}.header-action-portal:hover:before{transform:translateX(120%)}.header-action-portal .icon{color:#b9f6e8}.header-action-charity{background:linear-gradient(135deg,#39c77b,#159b66 72%);box-shadow:0 6px 16px rgba(21,155,102,.32),inset 0 1px 0 rgba(255,255,255,.3)}.header-action-charity:after{content:"";position:absolute;inset:2px;border:1px solid rgba(255,255,255,.22);border-radius:8px;pointer-events:none}.header-action-charity .icon{filter:drop-shadow(0 0 4px rgba(255,255,255,.45));animation:header-heart-pulse 2.4s ease-in-out infinite}.header-action-charity:hover{box-shadow:0 8px 22px rgba(21,155,102,.46),inset 0 1px 0 rgba(255,255,255,.35)}@keyframes header-heart-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}
.home-hero{position:relative;background:#edf7f3;min-height:715px;overflow:visible}.hero-photo{position:absolute;inset:0 0 0 42%;background:linear-gradient(90deg,rgba(255,255,255,0) 70%,rgba(255,255,255,.88) 100%),url('../img/home-hero.jpg') center/cover no-repeat}.hero-inner{min-height:520px;display:flex;align-items:center}.hero-copy{width:42%;position:relative;z-index:2;padding:40px 16px;margin-right:auto}.eyebrow{color:var(--green-2);font-weight:800;font-size:14px}.hero-copy h1{font-size:40px;line-height:1.5;margin:12px 0}.hero-copy h1 strong{color:var(--primary)}.hero-copy p{font-size:19px;line-height:2;color:#315e61;margin:0 0 28px}.hero-actions{display:flex;gap:16px}.quick-cards{position:relative;z-index:4;margin-top:-65px;display:grid;grid-template-columns:repeat(3,1fr);gap:120px;direction:rtl}.quick-cards article{background:#fff;border-radius:26px;box-shadow:var(--shadow);padding:28px 26px 22px;text-align:center;min-height:235px;border:1px solid #eef1ef}.quick-cards article.featured{transform:translateY(-8px)}.qicon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin:-4px auto 12px;font-size:35px;box-shadow:0 0 0 7px rgba(0,92,96,.05),var(--shadow-sm);color:var(--primary)}.qicon .icon{width:37px;height:37px}.qicon.peach{color:#eaa670;background:#fff6ef}.qicon.blue{color:#2d8ecb;background:#eef8ff}.qicon.gray{color:#66798f;background:#f5f6f9}.quick-cards h3{margin:8px 0 2px;font-size:20px}.quick-cards p{color:#91a0a1;font-size:12px;margin:0 0 14px}.text-link{border:0;background:transparent;color:var(--primary);font-weight:700;display:inline-flex;align-items:center;gap:6px}.text-link .icon,.text-more .icon{width:14px}.section-heading{text-align:center;margin-bottom:46px}.section-heading h2{font-size:34px;margin:0;color:var(--primary-3)}.section-heading span{display:block;width:80px;height:3px;background:#70b3a6;border-radius:5px;margin:14px auto}.section-heading p{margin:10px auto 0;color:var(--muted);max-width:650px}.cards-carousel{position:relative}.carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;overflow:auto;scrollbar-width:none;padding:8px 4px 18px;scroll-snap-type:x mandatory;direction:rtl}.carousel-track::-webkit-scrollbar{display:none}.carousel-prev,.carousel-next{position:absolute;top:44%;transform:translateY(-50%);z-index:3;border:0;background:transparent;color:var(--primary);font-size:44px}.carousel-prev{right:-34px}.carousel-next{left:-34px}.service-card{background:#fff;border-radius:20px;box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid #edf1ef;scroll-snap-align:start;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-image{height:200px;position:relative;padding:14px 14px 0}.service-image img{width:100%;height:100%;object-fit:cover;border-radius:16px}.service-icon{position:absolute;bottom:-25px;right:50%;transform:translateX(50%);width:56px;height:56px;border-radius:50%;background:#dff7ef;display:grid;place-items:center;font-size:27px;color:var(--primary);box-shadow:0 3px 10px rgba(0,0,0,.1)}.service-body{text-align:center;padding:38px 22px 24px}.service-body h3{font-size:23px;margin:0 0 8px}.service-body p{color:#7c8c8e;font-size:13px;min-height:52px;margin:0 0 16px}.text-more{display:inline-flex;gap:8px;align-items:center;color:var(--primary);font-weight:800;margin-top:24px}.about-preview{padding-top:55px}.about-preview-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center;direction:ltr}.about-preview-grid>*{direction:rtl}.about-copy .section-heading{text-align:right;margin-bottom:25px}.about-copy .section-heading span{margin-right:0}.about-copy>p{font-size:16px;line-height:2.2;color:#355f62}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:28px 0}.stats div{text-align:center}.stats strong{display:block;font-size:26px;color:#2c766e}.stats span{font-size:13px}.about-image img{border-radius:50px 50px 20px 20px;aspect-ratio:1.2/1;object-fit:cover}.doctors-highlight{background:linear-gradient(#effff4,#f7fff9);padding:65px 0 80px;position:relative}.pulse-line{position:absolute;top:-35px;left:0;right:0;text-align:center;font-size:75px;color:var(--primary);letter-spacing:20px;overflow:hidden}.doctor-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;align-items:center;max-width:1000px;margin:0 auto}.doctor-feature-main{transform:scale(1.06)}.doctor-card{background:#fff;border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid #e6edeb}.doctor-card>img{width:100%;height:250px;object-fit:cover}.doctor-card-body{padding:16px;text-align:center}.doctor-tag{display:inline-block;background:#d7eee7;color:#2e746c;border-radius:20px;padding:3px 13px;font-size:11px}.doctor-card h3{margin:8px 0 2px;font-size:20px}.doctor-card p{margin:0;color:#6a8082;font-size:13px}.doctor-meta,.next-slot{font-size:11px;margin:10px 0;display:flex;align-items:center;justify-content:center;gap:5px}.doctor-card .btn{width:100%;margin-top:7px}.appointment-methods{padding-top:80px}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.method-grid article{border:3px solid #9cb3b4;border-radius:20px;padding:30px 25px;text-align:center;position:relative}.method-grid article.method-featured{border-color:#91b6f7}.method-icon{width:82px;height:82px;background:#fff;border-radius:50%;display:grid;place-items:center;margin:-72px auto 18px}.method-icon .icon{width:60px;height:60px}.method-grid h3{font-size:24px;margin:10px}.method-grid p{min-height:65px}.phone-number{font-weight:800;color:var(--primary);font-size:18px}.insurance-strip{padding:35px 0 25px}.logos-row{display:flex;align-items:center;justify-content:space-around;gap:30px;overflow:hidden}.mini-insurance{min-width:150px;height:70px;display:grid;place-items:center;font-weight:800;color:#5a3e8e;background:#fff;border-radius:12px}
.page-hero{min-height:470px;background:linear-gradient(90deg,rgba(255,255,255,0) 0 45%,rgba(238,253,249,.87) 70%,#edfafa 100%),var(--hero) left center/55% 100% no-repeat,#eaf7f5;display:flex;align-items:stretch}.page-hero-inner{display:flex;align-items:center}.page-hero-copy{width:52%;padding:50px 30px}.page-hero h1{font-size:45px;margin:0 0 15px}.page-hero h2{font-size:24px;margin:0;color:#174f53}.page-hero p{max-width:560px;font-size:17px;color:#315f63}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.timeline:after{content:"";position:absolute;left:9%;right:9%;bottom:116px;height:2px;background:#2f7977;z-index:-1}.timeline-item{text-align:center}.timeline-item img{height:240px;width:100%;object-fit:cover;border-radius:22px}.timeline-num{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:-24px auto 14px;background:#225f78;color:#fff;font-size:23px;position:relative}.timeline-item h3{font-size:21px;margin:8px 0}.timeline-item p{font-size:13px;line-height:2.1;text-align:justify;color:#506568}.supporters-row{display:grid;grid-template-columns:repeat(6,1fr);gap:25px}.supporter{text-align:center}.avatar{width:88px;height:88px;border:2px solid var(--primary);border-radius:50%;display:grid;place-items:center;margin:auto}.avatar .icon{width:50px;height:50px}.supporter strong{display:block;margin-top:10px}.about-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.about-role-grid article{box-shadow:var(--shadow);padding:35px;border-radius:34px;text-align:center}.role-icon{width:80px;height:80px;border-radius:50%;background:#eef7f6;display:grid;place-items:center;margin:-5px auto 15px;font-size:40px}.role-icon .icon{width:48px;height:48px}.about-role-grid p{min-height:68px;color:#607577}.donation-banner{background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.15)),image-set(url('../img/optimized/donation-banner.avif') type('image/avif'),url('../img/optimized/donation-banner.webp') type('image/webp'),url('../img/donation-banner.jpg') type('image/jpeg')) center/cover no-repeat;min-height:430px;display:flex;align-items:center}.donation-banner-copy{text-align:right}.donation-banner h2{font-size:38px;line-height:1.5;margin:0}.donation-banner p{max-width:500px}
.doctor-filter-shell,.service-filter-shell{position:relative;margin-top:-54px;z-index:10}.top-filters{background:#fff;box-shadow:var(--shadow);border-radius:20px;padding:22px 35px;display:grid;grid-template-columns:1.7fr 1fr 1fr auto;gap:26px;align-items:center}.top-filters.compact{grid-template-columns:2fr 1fr auto;max-width:900px;margin:auto}.searchbox{background:#eef0f0;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 14px}.searchbox input{width:100%;border:0;background:transparent;outline:0;padding:12px 2px}.top-filters select,.contact-form-wrap select,.modal select,.modal input,.contact-form-wrap input,.contact-form-wrap textarea,.charity-panel input{border:1px solid #d8e2e1;background:#fff;border-radius:12px;padding:12px 14px;outline:0;width:100%}.top-filters select:focus,.contact-form-wrap input:focus,.contact-form-wrap textarea:focus,.charity-panel input:focus,.modal input:focus,.modal select:focus{border-color:#4ea39c;box-shadow:0 0 0 3px rgba(78,163,156,.12)}.doctors-layout{display:grid;grid-template-columns:1fr 250px;gap:35px;align-items:start}.doctor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.filter-sidebar{background:#fafafa;border-radius:24px;box-shadow:var(--shadow-sm);padding:24px;position:sticky;top:110px}.filter-sidebar h3{font-size:17px;margin:0 0 12px}.filter-sidebar label{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #e2e6e5}.filter-sidebar hr{border:0;border-top:1px solid #dde4e3;margin:20px 0}.filter-sidebar input{width:18px;height:18px}.empty-state{text-align:center;padding:80px 20px;background:#f7f9f9;border-radius:20px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.services-grid .service-card .service-image{height:230px}
.insurance-tabs{display:flex;justify-content:center;gap:20px;margin-bottom:45px}.insurance-tabs button{border:0;background:#fff;box-shadow:var(--shadow-sm);padding:12px 34px;border-radius:22px;font-weight:800;color:var(--ink)}.insurance-tabs button.active{background:var(--primary);color:#fff}.insurance-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.insurance-card{background:#fff;border:1px solid #eef0ef;border-radius:18px;box-shadow:var(--shadow-sm);padding:26px 18px;text-align:center}.insurance-mark{width:95px;height:95px;border-radius:24px;margin:0 auto 15px;display:grid;place-items:center;font-size:31px;font-weight:900;color:#fff}.mark-0{background:#174f87}.mark-1{background:#7d2f8e}.mark-2{background:#008e6c}.mark-3{background:#c99622}.mark-4{background:#e24a45}.insurance-card h3{font-size:16px;min-height:45px}.insurance-note{margin:50px auto 0;max-width:900px;background:#f3faf7;border-right:4px solid var(--green);padding:18px 24px;border-radius:10px;color:#52696b}
.insurance-logo-mark{width:150px;height:85px;padding:6px;border-radius:18px;background:#fff;border:1px solid #e3eeeb;box-shadow:inset 0 0 0 1px #f5faf8;overflow:hidden}.insurance-logo-mark img{display:block;width:100%;height:100%;object-fit:contain}
.contact-cards{position:relative;margin-top:-45px;z-index:10;background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:20px 30px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.contact-cards article{display:flex;align-items:flex-start;gap:14px;padding:15px}.contact-icon{width:54px;height:54px;border-radius:50%;background:#e3f6f2;display:grid;place-items:center;color:var(--primary);flex:none}.contact-icon .icon{width:30px;height:30px}.contact-icon.purple{background:#f0e6f8;color:#7c4a8b}.contact-icon.peach{background:#fff0e6;color:#b87840}.contact-cards h3{margin:0 0 4px}.contact-cards p,.contact-cards a{font-size:13px;margin:0}.contact-cards small{display:block;color:#7e9091}.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:30px}.contact-form-wrap{background:#f5fbff;border:1px solid #d9e8ed;border-radius:22px;padding:36px}.contact-form-wrap .section-heading{text-align:right;margin-bottom:24px}.contact-form-wrap .section-heading span{margin-right:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label,.modal label,.charity-panel label{font-size:13px;font-weight:700;display:block}.form-grid label.full{grid-column:1/-1}.contact-form-wrap textarea{resize:vertical}.form-status{font-size:13px}.form-status.success{color:#0a7b4b}.form-status.error{color:#b53939}.map-card{border-radius:22px;overflow:hidden;position:relative;min-height:590px}.map-card img{width:100%;height:100%;object-fit:cover}.map-caption{position:absolute;bottom:22px;right:22px;left:22px;background:#fff;border-radius:12px;padding:15px 18px;display:flex;gap:13px;align-items:center;box-shadow:var(--shadow-sm)}.map-caption .icon{width:34px;height:34px}.map-caption strong,.map-caption span{display:block}.map-caption span{font-size:12px;color:#687b7d}.inline-socials{display:flex;gap:7px}
.charity-page{min-height:calc(100vh - 86px);display:grid;overflow:hidden;grid-template-columns:1.1fr .9fr;background:#f8faf9}.charity-image{background:image-set(url('../img/optimized/charity-hero.avif') type('image/avif'),url('../img/optimized/charity-hero.webp') type('image/webp'),url('../img/charity-hero.jpg') type('image/jpeg')) center/cover no-repeat;min-height:920px}.charity-panel{align-self:center;background:#fff;margin:50px 70px 50px -45px;z-index:2;border-radius:28px;box-shadow:var(--shadow);padding:52px}.charity-panel h1{font-size:38px;margin:8px 0}.charity-panel h2{font-size:22px;margin:0 0 10px}.charity-panel p{color:#5f7476}.amount-chips{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.amount-chips button{border:1px solid #c8d8d6;background:#fff;border-radius:12px;padding:12px;font-weight:800}.amount-chips button.active{background:var(--primary);color:#fff}.charity-panel .two-col,.modal .two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:15px 0}.check-row{display:flex!important;gap:8px;align-items:center;margin:16px 0}.check-row input{width:auto!important}.secure-note{display:block;text-align:center;color:#788b8d;margin-top:10px}
.article-search{max-width:650px;margin:0 auto 45px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.article-card{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);background:#fff}.article-cover{height:180px;display:flex;align-items:end;padding:20px;font-weight:900;color:#fff;font-size:20px}.cover-0{background:linear-gradient(135deg,#0f8b8d,#164b63)}.cover-1{background:linear-gradient(135deg,#3ba56f,#78c5a1)}.cover-2{background:linear-gradient(135deg,#5b72b2,#7d5eb1)}.cover-3{background:linear-gradient(135deg,#d6925b,#c95d66)}.article-body{padding:22px}.article-category{font-size:11px;background:#e5f5ef;padding:4px 10px;border-radius:20px}.article-body h3{font-size:20px}.article-body p{color:#6e8082;font-size:13px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:18px}.gallery-item{position:relative;border:0;padding:0;border-radius:20px;overflow:hidden;background:#eee}.gallery-item.wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery-item span{position:absolute;inset:auto 15px 15px;opacity:0;background:rgba(0,73,77,.85);color:#fff;padding:9px;border-radius:8px;transition:.2s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item:hover span{opacity:1}
.site-footer{background:#004b4f;color:#fff;position:relative;padding-top:52px}.back-to-top{position:absolute;top:auto;bottom:-26px;left:50%;transform:translateX(-50%);width:52px;height:52px;border:8px solid #fff;border-radius:50%;background:#0b6769;color:#fff;font-size:20px}.footer-grid{display:grid;grid-template-columns:1.4fr .9fr 1.1fr;gap:35px;padding-bottom:38px}.footer-brand img{max-width:290px;margin-bottom:15px}.footer-brand p{font-size:13px;color:#d7ecea}.contact-list,.footer-links{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:center;gap:8px;margin:7px 0;font-size:12px}.footer-grid h3{font-size:18px;border-bottom:2px solid #2c8e78;display:inline-block;padding-bottom:8px}.footer-links li{margin:8px 0}.footer-links a{font-size:12px;color:#d9e8e7}.footer-map{display:block}.footer-map img{width:210px;height:130px;object-fit:cover;border-radius:10px}.footer-map span{font-size:11px}.socials{display:flex;gap:8px;margin-top:15px}.socials a{width:32px;height:32px;border-radius:50%;background:#fff;color:var(--primary);display:grid;place-items:center;font-weight:800}.footer-bottom{border-top:1px solid rgba(255,255,255,.35);padding:14px;text-align:center;font-size:11px;color:#c9dcdb}
.modal-backdrop{position:fixed;inset:0;background:rgba(0,30,32,.65);z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal{background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.25);width:min(680px,100%);max-height:90vh;overflow:auto;padding:32px;position:relative}.modal-close{position:absolute;left:18px;top:18px;background:#eff4f3;border:0;border-radius:50%;width:38px;height:38px;display:grid;place-items:center}.modal h2{font-size:27px;margin:0 0 8px}.modal form{display:grid;gap:15px;margin-top:20px}.modal small{color:#77898a}.profile-modal,.service-modal{display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:start}.profile-modal>img,.service-modal>img{width:100%;height:270px;object-fit:cover;border-radius:18px}.service-modal ul{padding-right:20px}.success-state{text-align:center;padding:20px}.success-icon{width:80px;height:80px;border-radius:50%;background:#e7fff2;color:#168453;display:grid;place-items:center;margin:0 auto 15px}.success-icon .icon{width:45px;height:45px}.tracking-code{display:inline-block;font-size:28px;direction:ltr;letter-spacing:3px;background:#f1f5f4;padding:8px 18px;border-radius:12px}.lightbox img{width:100%;max-height:76vh;object-fit:contain;border-radius:15px}.toast{position:fixed;left:24px;bottom:24px;background:#063f44;color:#fff;padding:14px 20px;border-radius:12px;box-shadow:var(--shadow);z-index:2000;transform:translateY(120px);opacity:0;transition:.25s;max-width:360px}.toast.show{transform:none;opacity:1}.toast.error{background:#8d3030}.toast.info{background:#2b5b91}
@media(max-width:1100px){.desktop-nav{gap:14px}.desktop-nav a{font-size:12px}.brand{min-width:190px}.brand img{height:62px}.header-actions .btn span{display:none}.quick-cards{gap:35px}.doctor-grid{grid-template-columns:repeat(2,1fr)}.insurance-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-map img{width:260px}.contact-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-nav.open{display:block}.header-inner{height:76px}.brand img{height:58px}.site-header .btn-sm{padding:9px 11px}.home-hero{min-height:auto;padding-bottom:120px}.hero-photo{inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.9)),url('../img/home-hero.jpg') center/cover no-repeat}.hero-inner{min-height:560px;align-items:flex-end}.hero-copy{width:100%;background:rgba(255,255,255,.88);border-radius:26px;margin-bottom:20px;padding:25px}.hero-copy h1{font-size:34px}.quick-cards{grid-template-columns:1fr;gap:18px;margin-top:-90px}.quick-cards article{min-height:auto}.quick-cards article.featured{transform:none}.about-preview-grid{grid-template-columns:1fr}.about-image{order:-1}.doctor-feature-grid{grid-template-columns:1fr 1fr}.doctor-feature-grid>div:last-child{display:none}.doctor-feature-main{transform:none}.method-grid{grid-template-columns:1fr;gap:65px}.page-hero{min-height:420px;background:linear-gradient(180deg,rgba(255,255,255,.15),#ecfafa 88%),var(--hero) center top/cover no-repeat}.page-hero-inner{align-items:flex-end}.page-hero-copy{width:100%;background:rgba(255,255,255,.86);border-radius:24px;margin-bottom:24px;padding:25px}.page-hero h1{font-size:36px}.timeline{grid-template-columns:1fr 1fr}.timeline:after{display:none}.supporters-row{grid-template-columns:repeat(3,1fr)}.about-role-grid{grid-template-columns:1fr}.doctors-layout{grid-template-columns:1fr}.filter-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.filter-sidebar h3,.filter-sidebar hr{grid-column:1/-1}.top-filters{grid-template-columns:1fr 1fr;gap:12px}.top-filters .searchbox{grid-column:1/-1}.top-filters .btn{grid-column:1/-1}.services-grid{grid-template-columns:repeat(2,1fr)}.insurance-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr}.contact-cards{margin-top:-35px}.charity-page{grid-template-columns:1fr}.charity-image{min-height:520px}.charity-panel{margin:-80px 30px 50px;position:relative}.article-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>section:last-child{grid-column:auto}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--container))}.header-inner{gap:10px}.brand{min-width:0}.brand img{width:180px;height:auto}.header-actions .btn{display:none}.section{padding:55px 0}.section-heading h2{font-size:29px}.hero-copy h1{font-size:29px}.hero-copy p{font-size:15px}.hero-actions{flex-direction:column}.quick-cards{width:calc(100% - 40px)}.carousel-track{grid-auto-columns:86%}.carousel-prev,.carousel-next{display:none}.about-preview-grid{gap:30px}.stats{gap:8px}.stats strong{font-size:21px}.stats span{font-size:11px}.doctor-feature-grid{grid-template-columns:1fr}.doctor-feature-grid>div:not(.doctor-feature-main){display:none}.method-grid{padding-top:25px}.page-hero{min-height:360px}.page-hero h1{font-size:31px}.page-hero h2{font-size:18px}.timeline{grid-template-columns:1fr}.supporters-row{grid-template-columns:repeat(2,1fr)}.top-filters,.top-filters.compact{grid-template-columns:1fr}.top-filters .searchbox,.top-filters .btn{grid-column:auto}.doctor-filter-shell,.service-filter-shell{margin-top:-25px}.doctor-grid,.services-grid{grid-template-columns:1fr}.filter-sidebar{grid-template-columns:1fr 1fr}.insurance-grid{grid-template-columns:1fr 1fr;gap:14px}.insurance-card{padding:18px 12px}.insurance-mark{width:70px;height:70px}.contact-cards{grid-template-columns:1fr}.contact-form-wrap{padding:24px 18px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.map-card{min-height:420px}.charity-image{min-height:420px}.charity-panel{margin:-55px 14px 35px;padding:30px 20px}.charity-panel h1{font-size:31px}.charity-panel .two-col,.modal .two-col{grid-template-columns:1fr}.amount-chips{grid-template-columns:1fr 1fr}.article-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.gallery-item.wide{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-grid>section:last-child{grid-column:auto}.footer-map img{width:100%}.profile-modal,.service-modal{grid-template-columns:1fr}.profile-modal>img,.service-modal>img{height:220px}.modal{padding:28px 20px}.toast{left:14px;right:14px;max-width:none}.donation-banner h2{font-size:30px}}

/* ===== Final refinement layer — preserves the original Figma structure ===== */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed!important;right:16px!important;top:12px!important;z-index:3000!important;background:#fff!important;color:var(--primary)!important;padding:10px 16px!important;border-radius:10px!important;box-shadow:var(--shadow)!important;transform:translateY(-140%);transition:transform .2s ease}.skip-link:focus{transform:none}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(47,181,111,.55);outline-offset:3px}
.site-header,.header-inner,.brand img,.desktop-nav a{transition:height .25s ease,padding .25s ease,transform .25s ease,box-shadow .25s ease}
.site-header.is-compact{box-shadow:0 8px 28px rgba(0,54,58,.16)}
.site-header.is-compact .header-inner{height:68px}
.site-header.is-compact .brand img{height:56px}
.site-header.is-compact .desktop-nav a{padding-top:20px;padding-bottom:20px}
.site-header.is-compact .desktop-nav a:after{bottom:11px}

/* Home hero: full-width image, no copy block, original CTAs retained */
.home-hero{position:relative;min-height:0;padding:0 0 44px;background:#f7fbfa;overflow:visible}
.home-hero .hero-photo{position:relative;inset:auto;width:100%;aspect-ratio:16/9;background:#f7fbfa url('../img/home-hero-clean.jpg') center/contain no-repeat;box-shadow:inset 0 -1px rgba(0,0,0,.04)}
.hero-action-wrap{position:relative;z-index:5;margin-top:-112px;display:flex;justify-content:flex-end;pointer-events:none}
.hero-action-wrap .hero-actions{width:max-content;margin-right:auto;pointer-events:auto;background:transparent;padding:0;border-radius:0;display:flex;gap:16px}
.hero-action-wrap .btn{min-width:150px;box-shadow:0 8px 22px rgba(0,45,48,.14)}
.quick-cards{margin-top:38px;gap:clamp(28px,6vw,100px)}
.quick-cards article{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.quick-cards article:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(0,52,58,.16);border-color:#dce9e6}
.quick-cards article.featured:hover{transform:translateY(-13px)}

/* consistent polish */
.section{padding-block:72px}.section-heading{margin-bottom:42px}.section-heading h2{letter-spacing:-.35px}.section-heading p{line-height:2}
.btn{transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,52,58,.12)}
.service-card,.doctor-card,.method-grid article,.insurance-card,.article-card,.contact-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.doctor-card:hover,.method-grid article:hover,.insurance-card:hover,.article-card:hover,.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.service-card:hover{transform:translateY(-5px)}
.doctor-card>img,.service-image img,.about-image img{transition:transform .45s ease}
.doctor-card:hover>img,.service-card:hover .service-image img{transform:scale(1.025)}

/* sliders */
.cards-carousel{
  padding-inline:8px;
}

.carousel-track{
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  touch-action:pan-y pinch-zoom;
  cursor:grab;
}

.carousel-track.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  user-select:none;
}

.carousel-prev,
.carousel-next{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--primary);
  font-size:34px;
  line-height:1;
  box-shadow:0 6px 18px rgba(0,52,58,.16);
  border:1px solid #e5efed;
  transition:transform .2s ease,background .2s ease,color .2s ease;
}

.carousel-prev:hover,
.carousel-next:hover{
  background:var(--primary);
  color:#fff;
  transform:translateY(-50%) scale(1.06);
}

.carousel-prev{
  right:-22px;
}

.carousel-next{
  left:-22px;
}
.carousel-track.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.carousel-prev,.carousel-next{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--primary);font-size:34px;line-height:1;box-shadow:0 6px 18px rgba(0,52,58,.16);border:1px solid #e5efed;transition:transform .2s ease,background .2s ease,color .2s ease}
.carousel-prev:hover,.carousel-next:hover{background:var(--primary);color:#fff;transform:translateY(-50%) scale(1.06)}
.carousel-prev{right:-22px}.carousel-next{left:-22px}
.doctors-carousel{max-width:1080px;margin-inline:auto}
.doctor-carousel-track{grid-auto-columns:calc((100% - 48px)/3);align-items:stretch;padding-block:14px 24px}
.doctor-carousel-track .doctor-card{height:100%}
.insurance-strip{padding:58px 0 38px;background:#fff}
.insurance-strip .section-heading{margin-bottom:26px}
.insurance-carousel{max-width:1120px;margin-inline:auto}
.insurance-carousel-track{grid-auto-columns:calc((100% - 100px)/6);gap:20px;padding:10px 6px 18px}
.mini-insurance{appearance:none;border:1px solid #e4eceb;min-width:0;width:100%;height:92px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font:inherit;color:#355e62;background:#fff;border-radius:16px;box-shadow:0 4px 13px rgba(0,52,58,.08);scroll-snap-align:start;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mini-insurance:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,52,58,.13);border-color:#cce1dd}
.insurance-dot{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e8f6f1;color:var(--primary);font-size:11px;font-weight:900}
.mini-insurance strong{font-size:12px;white-space:nowrap}

/* reveal animation */
.reveal,.reveal-section,.section-heading{opacity:0;transform:translateY(18px);transition:opacity .58s ease var(--reveal-delay,0ms),transform .58s cubic-bezier(.2,.65,.25,1) var(--reveal-delay,0ms)}
.reveal.is-visible,.reveal-section.is-visible,.section-heading.is-visible{opacity:1;transform:none}
.stats strong{font-variant-numeric:tabular-nums;min-height:48px}

/* subtle footer/header refinements */
.footer-links a,.contact-list a{transition:color .2s ease,transform .2s ease}.footer-links a:hover,.contact-list a:hover{color:#91edc0}
.socials a{transition:transform .2s ease,background .2s ease}.socials a:hover{transform:translateY(-2px);background:#e9fff3}

/* persistent appointment CTA on mobile */
.mobile-appointment-bar{display:none}

@media(max-width:900px){
  .site-header.is-compact .header-inner{height:64px}.site-header.is-compact .brand img{height:50px}
  .home-hero{padding-bottom:34px}
  .home-hero .hero-photo{aspect-ratio:16/9;background-size:contain}
  .hero-action-wrap{margin-top:-92px;justify-content:center}
  .hero-action-wrap .hero-actions{margin-inline:auto;background:transparent;padding:0;border-radius:0}
  .quick-cards{margin-top:28px;grid-template-columns:1fr;gap:16px}
  .quick-cards article,.quick-cards article.featured{transform:none}
  .quick-cards article.featured:hover,.quick-cards article:hover{transform:translateY(-3px)}
  .doctor-carousel-track{grid-auto-columns:calc((100% - 24px)/2)}
  .insurance-carousel-track{grid-auto-columns:calc((100% - 60px)/4)}
  .carousel-prev{right:-12px}.carousel-next{left:-12px}
}

@media(max-width:640px){
  body{padding-bottom:98px}
  .section{padding-block:54px}.section-heading{margin-bottom:32px}
  .home-hero .hero-photo{aspect-ratio:16/9}
  .hero-action-wrap{margin-top:-82px}
  .hero-action-wrap .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}
  .hero-action-wrap .btn{min-width:0;padding-inline:12px}
  .quick-cards{width:min(100% - 28px,var(--container));margin-top:22px}
  .carousel-track{grid-auto-columns:84%;padding-inline:22px}
  .doctor-carousel-track{grid-auto-columns:84%}
  .insurance-carousel-track{grid-auto-columns:47%;padding-inline:22px;gap:14px}
  .carousel-prev,.carousel-next{display:grid;top:45%;width:40px;height:40px;font-size:30px;background:rgba(255,255,255,.96)}
  .carousel-prev{right:-4px}.carousel-next{left:-4px}
  .doctors-highlight .carousel-prev,.doctors-highlight .carousel-next{top:42%}
  .mobile-appointment-bar{position:fixed;display:block;left:0;right:0;bottom:0;z-index:950;padding:9px 14px calc(9px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-top:1px solid #dce9e7;box-shadow:0 -8px 24px rgba(0,52,58,.1)}
  .mobile-appointment-bar .btn{width:100%;min-height:48px;border-radius:13px}
  .back-to-top{top:auto;bottom:-26px}
}

/* Doctors directory inspired by the requested reference layout */
body[data-page="doctors"] .page-hero{min-height:278px;background:linear-gradient(90deg,rgba(213,75,18,.94),rgba(74,39,27,.55)),var(--hero) center/cover no-repeat}
body[data-page="doctors"] .page-hero-photo{display:block;width:100%;opacity:.72;object-position:center}
body[data-page="doctors"] .page-hero-inner{justify-content:center;text-align:center}
body[data-page="doctors"] .page-hero-copy{background:transparent;color:#fff;padding:28px}
body[data-page="doctors"] .page-hero-copy h1{color:#fff;font-size:38px;margin:0 0 8px}
body[data-page="doctors"] .page-hero-copy h2{color:rgba(255,255,255,.82);font-size:15px;margin:0}
.doctor-reference-tools{display:none}
.doctors-reference-layout{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:38px;align-items:start;direction:ltr;padding-top:58px}
.doctors-reference-results{direction:rtl;min-width:0}
.doctors-reference-layout .filter-sidebar{direction:rtl;max-height:560px;overflow:auto;top:112px}
.doctors-reference-layout .filter-sidebar h3{display:flex;align-items:center;justify-content:flex-start;gap:7px;text-align:right;border-bottom:1px solid #c9cecc;padding-bottom:12px;margin-bottom:4px;color:#233e40}
.doctors-reference-layout .filter-sidebar h3 .icon{width:19px;height:19px;color:var(--accent-deep)}
.doctor-reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px 28px}
.doctor-reference-card{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.doctor-reference-link{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:center;border-radius:4px;overflow:hidden;transition:transform .25s ease}
.doctor-reference-link:hover,.doctor-reference-link:focus-visible{transform:translateY(-5px);outline:none}
.doctor-reference-link:focus-visible{box-shadow:0 0 0 3px rgba(244,122,34,.35)}
.doctor-reference-link img{display:block;width:100%;height:170px;object-fit:cover;object-position:center top;background:#dff2fa;transition:filter .25s ease}
.doctor-reference-link:hover img{filter:saturate(1.08) brightness(1.03)}
.doctor-reference-body{display:flex;flex-direction:column;gap:3px;background:#fff;padding:11px 8px 13px;box-shadow:0 9px 18px rgba(0,0,0,.12)}
.doctor-reference-body strong{font-size:16px;color:#1e2526;line-height:1.6}
.doctor-reference-body span{font-size:13px;color:#697985;line-height:1.65}
.doctor-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin:36px 0 0;direction:rtl}
.doctor-pagination button{border:0;background:transparent;color:#4f5759;padding:6px 8px;border-radius:5px;font-size:14px;cursor:pointer}
.doctor-pagination button:hover,.doctor-pagination button.active{background:var(--accent);color:#fff}
.doctor-pagination button:disabled{color:#a4abad;cursor:not-allowed;background:transparent}
@media(max-width:1100px){.doctor-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 22px}}
@media(max-width:900px){body[data-page="doctors"] .page-hero{min-height:245px}.doctors-reference-layout{display:flex;flex-direction:column;gap:30px;padding-top:40px}.doctors-reference-layout .filter-sidebar{order:1;width:100%;max-height:340px}.doctors-reference-results{order:2;width:100%}.doctor-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}}
@media(max-width:640px){body[data-page="doctors"] .page-hero{min-height:210px}.page-hero-copy h1{font-size:31px!important}.doctors-reference-layout{padding-top:28px}.doctor-pagination{justify-content:center;gap:2px;margin:25px 0 0}.doctor-pagination button{font-size:12px;padding:6px}.doctor-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.doctor-reference-link img{height:150px}.doctor-reference-body{padding:8px 5px 10px}.doctor-reference-body strong{font-size:13px}.doctor-reference-body span{font-size:11px}.doctors-reference-layout .filter-sidebar{padding:18px;max-height:300px}.doctors-reference-layout .filter-sidebar label{font-size:13px}}
body[data-page="doctors"] .page-hero:before{background:linear-gradient(90deg,rgba(216,72,14,.9),rgba(216,72,14,.56) 46%,rgba(47,31,25,.42) 100%)}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal,.reveal-section,.section-heading{opacity:1!important;transform:none!important}
}


/* ===== Production performance / responsive image layer ===== */
.home-hero .hero-photo{display:block;position:relative;inset:auto;width:100%;height:clamp(300px,42vw,760px);aspect-ratio:auto;background:#f7fbfa!important;overflow:hidden;box-shadow:inset 0 -1px rgba(0,0,0,.04)}
.home-hero .hero-photo img{display:block;position:static;width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center top;background:#f7fbfa}
.mobile-appointment-bar{backdrop-filter:none;background:rgba(255,255,255,.98)}
@media(max-width:900px){.home-hero .hero-photo{height:330px;aspect-ratio:auto}.home-hero .hero-photo img{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center top}}
@media(max-width:640px){.home-hero .hero-photo{height:300px;aspect-ratio:auto;text-align:initial}.home-hero .hero-photo img{width:100%;max-width:100%;height:100%;margin:0;object-fit:cover;object-position:center top}}

/* Site-wide rhythm: tighter, consistent spacing between content sections. */
.section{padding-block:54px}
.section-heading{margin-bottom:30px}
.about-preview{padding-top:40px}
.doctors-highlight{padding-block:48px 58px}
.appointment-methods{padding-top:52px}
.insurance-strip{padding-block:42px 28px}
.page-hero{min-height:420px}

@media(max-width:900px){
  .section{padding-block:44px}
  .section-heading{margin-bottom:26px}
  .page-hero{min-height:380px}
  .timeline-item p{margin-bottom:22px}
}

@media(max-width:640px){
  .section{padding-block:38px}
  .section-heading{margin-bottom:22px}
  .about-preview{padding-top:28px}
  .doctors-highlight{padding-block:38px 44px}
  .appointment-methods{padding-top:38px}
  .insurance-strip{padding-block:34px 22px}
  .page-hero{min-height:330px}
}

/* Home page rhythm: keep the first content sections close to the hero and to each other. */
.home-hero + .section{padding-top:28px;padding-bottom:22px}
.home-hero + .section .text-more{margin-top:12px}
.home-hero + .section + .about-preview{padding-top:14px}
.about-preview + .doctors-highlight{padding-top:36px}
.doctors-highlight + .appointment-methods{padding-top:36px}

@media(max-width:640px){
  .home-hero + .section{padding-top:22px;padding-bottom:14px}
  .home-hero + .section .text-more{margin-top:8px}
  .home-hero + .section + .about-preview{padding-top:12px}
  .about-preview + .doctors-highlight{padding-top:30px}
  .doctors-highlight + .appointment-methods{padding-top:30px}
}

.socials button{width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:var(--primary);display:grid;place-items:center;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease}
.socials button:hover{transform:translateY(-2px);background:#e9fff3}

/* Articles page — editorial layout based on the supplied design. */
.articles-hero{min-height:455px;position:relative;direction:ltr;background:linear-gradient(90deg,rgba(241,252,250,.98) 0 42%,rgba(241,252,250,.72) 58%,rgba(241,252,250,0) 78%),url('../img/services-hero.jpg') center/cover no-repeat;display:flex;align-items:center;padding:40px 9%}
.articles-hero-copy{max-width:540px;color:var(--primary-3);margin-right:auto;margin-left:0;text-align:center;direction:rtl}
.articles-hero-copy span{font-weight:800;color:var(--green-2)}
.articles-hero-copy h1{font-size:42px;line-height:1.45;margin:12px 0}
.articles-hero-copy p{font-size:21px;line-height:2;font-weight:700;margin:0}
.articles-layout{display:grid;grid-template-columns:1fr 190px;gap:24px;direction:ltr;padding-block:38px 70px;align-items:start}
.articles-layout>*{direction:rtl}
.article-topics{grid-column:2}
.articles-content{grid-column:1;grid-row:1}
.article-topics{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:18px 14px;position:sticky;top:105px}
.article-topics h2{font-size:17px;margin:0 0 10px;padding:0 5px 12px;border-bottom:1px solid #edf1f0}
.article-topics button{width:100%;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;padding:9px 5px;color:var(--ink);font-weight:700;text-align:right}
.article-topics button:hover,.article-topics button.active{color:var(--green-2);background:#f0faf5;border-radius:8px}
.article-topics button span{font-size:22px;color:#6d8585}
.articles-content .article-search{max-width:none;margin:0 0 24px}
.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}
.article-card{border-radius:18px;box-shadow:none;border:0;background:#fff;overflow:visible}
.article-cover{height:180px;border-radius:18px;overflow:hidden;position:relative;background:#eaf5f2}
.article-cover.cover-0{background:linear-gradient(135deg,#0f8b8d,#164b63)}
.article-cover.cover-1{background:linear-gradient(135deg,#3ba56f,#78c5a1)}
.article-cover.cover-2{background:linear-gradient(135deg,#5b72b2,#7d5eb1)}
.article-cover.cover-3{background:linear-gradient(135deg,#d6925b,#c95d66)}
.article-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.article-card:hover .article-cover img{transform:scale(1.04)}
.article-cover span{position:absolute;right:12px;top:12px;background:rgba(0,75,79,.88);color:#fff;border-radius:16px;padding:4px 10px;font-size:11px}
.article-body{padding:10px 7px 0}
.article-meta{display:flex;justify-content:space-between;color:#718385;font-size:10px;margin-bottom:5px}
.article-meta span{font-weight:800;color:var(--primary)}
.article-body h3{font-size:18px;line-height:1.7;margin:4px 0;color:#111}
.article-body p{font-size:12px;line-height:1.8;margin:0 0 10px;color:#718385}
.article-more{border:0;background:#2c6d70;color:#fff;border-radius:18px;padding:6px 18px;font-size:12px;font-weight:800;display:inline-flex;gap:6px;align-items:center}
.article-more .icon{width:13px}
@media(max-width:900px){.articles-hero{min-height:360px;padding:30px 7%;background:linear-gradient(180deg,rgba(241,252,250,.25),rgba(241,252,250,.96) 88%),url('../img/services-hero.jpg') center/cover}.articles-hero-copy h1{font-size:33px}.articles-hero-copy p{font-size:17px}.articles-layout{grid-template-columns:1fr}.article-topics{grid-column:auto;position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:3px}.articles-content{grid-column:auto;grid-row:auto}.article-topics h2{grid-column:1/-1}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.articles-hero{min-height:300px}.articles-hero-copy h1{font-size:27px}.articles-hero-copy p{font-size:14px}.articles-layout{padding-block:24px 45px}.article-topics{grid-template-columns:1fr 1fr}.article-grid{grid-template-columns:1fr;gap:25px}.article-cover{height:210px}.article-body h3{font-size:20px}}

/* About page — faithful implementation of the supplied desktop artwork. */
body[data-page="about"]{background:#fff;color:#083f42}
body[data-page="about"] .about-wide-container{width:min(1400px,calc(100% - 40px));margin-inline:auto}
body[data-page="about"] .about-reference-hero{position:relative;width:100%;overflow:hidden;background:#edfafa;line-height:0}
body[data-page="about"] .about-reference-hero>img{display:block;width:100%;height:auto;object-fit:cover}
body[data-page="about"] .about-mobile-copy{display:none}

body[data-page="about"] .about-story-section{padding:52px 0 30px;background:#fff}
body[data-page="about"] .about-story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:34px;align-items:stretch;direction:rtl}
body[data-page="about"] .about-story-card{min-width:0;display:flex;flex-direction:column;align-items:stretch;text-align:center;color:#123f42}
body[data-page="about"] .about-story-card>img{display:block;width:100%;height:auto;aspect-ratio:320/265;object-fit:cover;border-radius:25px}
body[data-page="about"] .about-story-card h2{font-size:23px;line-height:1.45;margin:12px 0 2px;color:#064b50}
body[data-page="about"] .about-story-card strong{display:block;min-height:58px;font-size:17px;line-height:1.9;color:#325f61}
body[data-page="about"] .about-story-card p{flex:1;min-height:0;margin:8px 32px 0;font-size:18px;line-height:2.05;text-align:justify;color:#263f40;overflow:visible}
body[data-page="about"] .about-story-card .timeline-num{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
body[data-page="about"] .about-timeline-line{grid-column:1/-1;margin:0;line-height:0}
body[data-page="about"] .about-timeline-line img{display:block;width:100%;height:auto}

body[data-page="about"] .about-supporters-section{padding:38px 0 54px;background:#fff}
body[data-page="about"] .about-section-heading{text-align:center;margin-bottom:38px}
body[data-page="about"] .about-section-heading h2{font-size:37px;line-height:1.45;margin:0;color:#063d40}
body[data-page="about"] .about-section-heading p{font-size:19px;font-weight:700;margin:8px 0 0;color:#174f53}
body[data-page="about"] .about-supporters-carousel{padding-inline:42px}
body[data-page="about"] .about-supporters-carousel .supporter{
    flex:0 0 180px;
    width:180px;
    text-align:center;
    scroll-snap-align:start;
}
body[data-page="about"] .about-supporters-carousel .avatar{display:block;width:92px;height:92px;border:0;background:transparent;object-fit:contain;margin:0 auto 10px;color:#064b50}
body[data-page="about"] .about-supporters-carousel .avatar .icon{width:57px;height:57px;stroke-width:1.6}
body[data-page="about"] .about-supporters-carousel .supporter strong{display:block;font-size:17px;white-space:nowrap;color:#151d1e}
body[data-page="about"] .about-supporters-carousel .carousel-prev,
body[data-page="about"] .about-supporters-carousel .carousel-next{top:43%;width:38px;height:38px;border:0;background:transparent;box-shadow:none;color:#075359;font-size:42px}
body[data-page="about"] .about-supporters-carousel .carousel-prev{right:-2px}
body[data-page="about"] .about-supporters-carousel .carousel-next{left:-2px}
body[data-page="about"] .about-supporters-carousel .carousel-prev:hover,
body[data-page="about"] .about-supporters-carousel .carousel-next:hover{background:transparent;color:#0b777a;box-shadow:none}

body[data-page="about"] .about-roles-section{padding:24px 0 34px;background:#fff}
body[data-page="about"] .about-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;direction:rtl}
body[data-page="about"] .about-role-grid article{min-width:0;min-height:380px;padding:40px 34px 30px;border-radius:52px;background:#fff;text-align:center;box-shadow:0 6px 24px rgba(0,46,51,.16);display:flex;flex-direction:column;align-items:center}
body[data-page="about"] .about-role-grid .role-icon{width:102px;height:102px;margin:-10px auto 14px;border-radius:50%;background:#eef4f3;color:#17566a;box-shadow:inset 0 0 0 1px #dce5e3,0 7px 18px rgba(0,46,51,.1)}
body[data-page="about"] .about-role-grid img.role-icon{display:block;object-fit:contain;background:transparent;box-shadow:none}
body[data-page="about"] .about-role-grid .role-icon .icon{width:58px;height:58px}
body[data-page="about"] .about-role-grid h2{font-size:28px;line-height:1.55;margin:0 0 13px;color:#155b6e}
body[data-page="about"] .about-role-grid p{min-height:82px;margin:0 0 17px;font-size:17px;line-height:1.9;font-weight:700;color:#294a4c}
body[data-page="about"] .about-role-grid .btn{margin-top:auto;min-width:190px;border-radius:24px;padding:8px 22px;font-size:14px}

body[data-page="about"] .about-donation-banner{position:relative;width:100%;overflow:hidden;line-height:0;background:#edf8f5}
body[data-page="about"] .about-donation-banner>img{display:block;width:100%;height:auto}
body[data-page="about"] .about-donation-banner>a{position:absolute;z-index:2;left:63.5%;top:67%;width:19%;height:18%;border-radius:999px}
body[data-page="about"] .about-donation-banner>a:focus-visible{outline:4px solid #33b978;outline-offset:4px}

@media(max-width:1100px){
  body[data-page="about"] .about-wide-container{width:min(100% - 44px,960px)}
  body[data-page="about"] .about-story-grid{column-gap:20px}
  body[data-page="about"] .about-story-card h2{font-size:20px}
  body[data-page="about"] .about-story-card strong{font-size:14px;min-height:52px}
  body[data-page="about"] .about-story-card p{font-size:12px}
  body[data-page="about"] .about-role-grid{gap:24px}
  body[data-page="about"] .about-role-grid article{padding-inline:22px}
}

@media(max-width:900px){
  body[data-page="about"] .about-reference-hero{height:380px}
  body[data-page="about"] .about-reference-hero>img{width:100%;height:100%;object-fit:cover;object-position:72% center}
  body[data-page="about"] .about-mobile-copy{display:block;position:absolute;right:18px;left:18px;bottom:18px;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.9);line-height:1.6;text-align:right}
  body[data-page="about"] .about-mobile-copy h2{font-size:34px;margin:0 0 4px;color:#064b50}
  body[data-page="about"] .about-mobile-copy p{font-size:17px;font-weight:700;margin:0;color:#174f53}
  body[data-page="about"] .about-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 24px}
  body[data-page="about"] .about-story-card h2{font-size:23px}
  body[data-page="about"] .about-story-card strong{font-size:16px;min-height:0}
  body[data-page="about"] .about-story-card p{font-size:14px}
  body[data-page="about"] .about-story-card p{min-height:0}
  body[data-page="about"] .about-story-card .timeline-num{position:static!important;width:48px!important;height:48px!important;margin:18px auto 0!important;padding:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;display:grid;place-items:center;border-radius:50%;background:#225f78;color:#fff;font-size:22px}
  body[data-page="about"] .about-timeline-line{display:none}
  body[data-page="about"] .about-supporters-carousel .supporters-row{grid-auto-columns:calc((100% - 60px)/3)}
  body[data-page="about"] .about-role-grid{grid-template-columns:1fr;max-width:620px;margin-inline:auto;gap:30px}
}

@media(max-width:640px){
  body[data-page="about"] .about-wide-container{width:min(100% - 28px,520px)}
  body[data-page="about"] .about-reference-hero{height:330px}
  body[data-page="about"] .about-reference-hero>img{object-position:76% center}
  body[data-page="about"] .about-mobile-copy h2{font-size:29px}
  body[data-page="about"] .about-mobile-copy p{font-size:15px}
  body[data-page="about"] .about-story-section{padding:34px 0 24px}
  body[data-page="about"] .about-story-grid{grid-template-columns:1fr;gap:38px}
  body[data-page="about"] .about-story-card>img{max-width:390px;margin-inline:auto}
  body[data-page="about"] .about-story-card p{font-size:14px;line-height:2.05}
  body[data-page="about"] .about-section-heading h2{font-size:29px}
  body[data-page="about"] .about-section-heading p{font-size:16px}
  body[data-page="about"] .about-supporters-carousel{padding-inline:30px}
  body[data-page="about"] .about-supporters-carousel .supporters-row{grid-auto-columns:calc((100% - 18px)/2);gap:18px}
  body[data-page="about"] .about-supporters-carousel .supporter strong{font-size:14px}
  body[data-page="about"] .about-role-grid article{min-height:300px;border-radius:38px}
  body[data-page="about"] .about-donation-banner>a{left:61%;top:64%;width:28%;height:24%}
}

/* Keep inner-page hero artwork visible above the background wash. */
.page-hero{position:relative;overflow:hidden;background:#eaf7f5}
.page-hero-photo{position:absolute;inset:0 auto 0 0;width:55%;height:100%;object-fit:cover;object-position:center;z-index:0}
.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0 35%,rgba(238,253,249,.9) 72%,#edfafa 100%);z-index:1;pointer-events:none}
.page-hero-inner{position:relative;z-index:2;width:100%}
@media(max-width:900px){.page-hero-photo{width:100%;opacity:.72}.page-hero:before{background:linear-gradient(180deg,rgba(255,255,255,.12),#ecfafa 88%)}}

/* Home about gallery: the three small photos swap with the large photo. */
.about-gallery{position:relative;min-width:0;padding-top:72px;padding-bottom:64px}
.about-gallery-main{position:relative;aspect-ratio:1.48;overflow:hidden;border-radius:52px 52px 28px 28px;background:#edf5f2;box-shadow:0 8px 26px rgba(0,52,58,.11)}
.about-gallery .about-gallery-main>img{width:100%;height:100%;max-width:none;aspect-ratio:auto;border-radius:0;object-fit:cover;object-position:center;transition:opacity .22s ease,transform .22s ease}
.about-gallery .about-gallery-main>img.is-switching{opacity:.16;transform:scale(.985)}
.about-gallery-thumbs{position:absolute;z-index:2;right:3%;left:3%;bottom:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;direction:ltr}
.about-gallery-thumb{position:relative;display:block;min-width:0;padding:0;overflow:hidden;aspect-ratio:1.18;border:4px solid #fff;border-radius:24px;background:#e8f1ef;box-shadow:0 8px 20px rgba(0,52,58,.16);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.about-gallery-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 72%,rgba(0,63,67,.14));pointer-events:none}
.about-gallery-thumb>img{width:100%;height:100%;max-width:none;aspect-ratio:auto;border-radius:0;object-fit:cover;transition:transform .3s ease}
.about-gallery-thumb:hover{transform:translateY(-5px);border-color:#8ad8b3;box-shadow:0 12px 28px rgba(0,52,58,.2)}
.about-gallery-thumb:hover>img{transform:scale(1.035)}
.about-gallery-thumb:focus-visible{outline:3px solid rgba(47,181,111,.65);outline-offset:4px}

@media(max-width:900px){
  .about-gallery{width:min(100%,720px);margin-inline:auto;padding-top:0;padding-bottom:70px}
  .about-gallery-main{aspect-ratio:1.55;border-radius:40px 40px 24px 24px}
}

@media(max-width:640px){
  .about-gallery{padding-bottom:48px}
  .about-gallery-main{border-radius:30px 30px 20px 20px}
  .about-gallery-thumbs{right:2%;left:2%;gap:8px}
  .about-gallery-thumb{border-width:3px;border-radius:16px}
}

@media(prefers-reduced-motion:reduce){
  .about-gallery .about-gallery-main>img,.about-gallery-thumb,.about-gallery-thumb>img{transition:none}
}

/* Full translated article reader; the listing keeps its original design. */
.articles-empty{grid-column:1/-1;text-align:center;padding:55px 25px;background:#f6faf9;border-radius:20px;color:#5d7274}
.articles-empty h2{margin:0 0 5px;color:var(--primary)}
.articles-empty p{margin:0}

.article-detail-hero{position:relative;overflow:hidden;padding:64px 0 72px;color:#123f43}
.article-detail-hero:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 16% 20%,rgba(255,255,255,.76),transparent 32%),linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,.65));pointer-events:none}
.article-detail-hero-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}
.article-detail-hero .container{position:relative;z-index:2}
.article-back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:32px;font-size:13px;font-weight:800;color:#174f53}
.article-back-link .icon{width:16px}
.article-detail-heading{display:grid;grid-template-columns:120px minmax(0,850px);gap:28px;align-items:center}
.article-detail-icon{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.76);font-size:62px;box-shadow:0 9px 30px rgba(0,52,58,.13)}
.article-category-pill{display:inline-block;background:rgba(0,75,79,.86);color:#fff;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:800}
.article-detail-heading h1{font-size:40px;line-height:1.55;margin:10px 0 12px;max-width:900px}
.article-detail-meta{display:flex;flex-wrap:wrap;gap:12px 25px;font-size:13px;font-weight:700;color:#315e61}
.article-detail-meta span{display:inline-flex;align-items:center;gap:6px}
.article-reader-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:44px;align-items:start;padding-block:55px 85px;direction:ltr}
.article-reader-layout>*{direction:rtl}
.article-reader{min-width:0;max-width:900px}
.article-summary{padding:26px 30px;border-radius:22px;background:#eff8f5;border:1px solid #d8ebe5;margin-bottom:34px}
.article-summary h2{font-size:24px;margin:0 0 9px;color:var(--primary)}
.article-summary p{font-size:16px;line-height:2.25;margin:0;color:#315d60}
.article-long-content h2{font-size:25px;line-height:1.7;margin:42px 0 12px;color:#075359}
.article-long-content h2:first-child{margin-top:0}
.article-long-content p{font-size:16px;line-height:2.3;margin:0 0 19px;color:#2d4749;text-align:justify}
.article-long-content ul{margin:0 0 24px;padding-right:24px;color:#2d4749}
.article-long-content li{margin:8px 0;line-height:2}
.article-source{margin-top:48px;padding-top:28px;border-top:1px solid #dce7e5}
.article-source h2{font-size:23px;margin:0 0 12px;color:var(--primary)}
.article-source p{font-size:13px;line-height:2;color:#607476}
.article-source-line{text-align:left;overflow-wrap:anywhere}
.article-reader-side{position:sticky;top:105px;display:grid;gap:20px}
.article-reader-side section{padding:22px;border-radius:20px;background:#f6faf9;border:1px solid #e1ebe9}
.article-reader-side h2{font-size:18px;margin:0 0 9px;color:var(--primary)}
.article-reader-side p{font-size:13px;line-height:2;margin:0;color:#617678}
.article-reader-side ul{list-style:none;padding:0;margin:0}
.article-reader-side li+li{border-top:1px solid #e1e9e8}
.article-reader-side a{display:block;padding:11px 0;font-size:13px;line-height:1.8;font-weight:700;color:#315d60}
.article-reader-side a:hover{color:var(--green-2)}

@media(max-width:900px){
  .article-detail-heading{grid-template-columns:90px 1fr;gap:20px}
  .article-detail-icon{width:86px;height:86px;font-size:48px}
  .article-detail-heading h1{font-size:32px}
  .article-reader-layout{grid-template-columns:1fr;padding-block:38px 65px}
  .article-reader-side{position:static;grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
  .article-detail-hero{padding:38px 0 46px}
  .article-back-link{margin-bottom:25px}
  .article-detail-heading{grid-template-columns:1fr}
  .article-detail-icon{width:76px;height:76px;font-size:42px}
  .article-detail-heading h1{font-size:27px}
  .article-reader-layout{gap:28px}
  .article-summary{padding:22px 18px}
  .article-summary p,.article-long-content p{font-size:15px;line-height:2.15;text-align:right}
  .article-long-content h2{font-size:22px;margin-top:34px}
  .article-reader-side{grid-template-columns:1fr}
}

/* Unified Persian typography system. */
:where(h1,h2,h3,h4,h5,h6,p,a,button,label,input,select,textarea,strong,small,span){letter-spacing:normal}
:where(h1,h2,h3,h4){font-weight:750}
:where(.btn,.text-link,.text-more,.desktop-nav a,.mobile-nav a){font-weight:650}

.desktop-nav a{font-size:15px;font-weight:650}
.mobile-nav a{font-size:16px}
.btn{font-weight:650}
.btn-sm{font-size:14px}
.eyebrow{font-size:15px;font-weight:650}

.hero-copy h1{font-size:clamp(32px,3vw,44px);line-height:1.45;font-weight:780}
.hero-copy p{font-size:18px;line-height:1.95}
.page-hero h1{font-size:clamp(34px,3.3vw,48px);line-height:1.4;font-weight:780}
.page-hero h2{font-size:25px;line-height:1.65;font-weight:650}
.page-hero p{font-size:17px;line-height:1.95}
.section-heading h2{font-size:clamp(29px,2.6vw,36px);line-height:1.5;font-weight:760;letter-spacing:normal}
.section-heading p{font-size:16px;line-height:1.95}

.quick-cards h3,.doctor-card h3{font-size:21px;line-height:1.6;font-weight:700}
.quick-cards p,.service-body p,.doctor-card p,.timeline-item p{font-size:14px;line-height:1.9}
.service-body h3{font-size:23px;line-height:1.55;font-weight:700}
.doctor-tag,.article-category,.article-cover span{font-size:13px;font-weight:600}
.doctor-meta,.next-slot{font-size:13px;line-height:1.8}
.stats span{font-size:14px}
.method-grid h3{font-size:23px;line-height:1.55}
.method-grid p{font-size:16px;line-height:1.9}
.mini-insurance strong{font-size:13px}

.articles-hero-copy span{font-size:15px;font-weight:650}
.articles-hero-copy h1{font-size:clamp(34px,3vw,44px);line-height:1.5;font-weight:780}
.articles-hero-copy p{font-size:19px;line-height:1.95;font-weight:600}
.article-topics h2{font-size:19px;line-height:1.6}
.article-topics button{font-size:15px;font-weight:600;line-height:1.65}
.article-body h3{font-size:20px;line-height:1.75;font-weight:700}
.article-body p{font-size:15px;line-height:1.95;color:#586f72}
.article-more,.article-body .text-link{font-size:14px;font-weight:650}

.article-back-link{font-size:14px;font-weight:650}
.article-category-pill{font-size:13px;font-weight:650}
.article-detail-heading h1{font-size:clamp(31px,3.2vw,44px);line-height:1.5;font-weight:780}
.article-detail-meta{font-size:14px;font-weight:550;line-height:1.9}
.article-summary h2{font-size:25px;line-height:1.6}
.article-summary p,.article-long-content p{font-size:17px;line-height:2.05}
.article-long-content h2{font-size:26px;line-height:1.65;font-weight:720}
.article-long-content li{font-size:16px;line-height:2}
.article-source h2{font-size:23px}
.article-source p{font-size:14px;line-height:1.95}
.article-reader-side h2{font-size:19px;line-height:1.6}
.article-reader-side p,.article-reader-side a{font-size:14px;line-height:1.9}

body[data-page="about"] .about-story-card h2{font-size:23px;line-height:1.5;font-weight:730}
body[data-page="about"] .about-story-card strong{font-size:16px;line-height:1.85;font-weight:600}
body[data-page="about"] .about-story-card p{font-size:16px;line-height:2.05}
body[data-page="about"] .about-section-heading h2{font-size:clamp(30px,2.8vw,38px);font-weight:760}
body[data-page="about"] .about-section-heading p{font-size:18px;font-weight:600}
body[data-page="about"] .about-supporters-carousel .supporter strong{font-size:16px;font-weight:600}
body[data-page="about"] .about-role-grid h2{font-size:27px;line-height:1.55;font-weight:730}
body[data-page="about"] .about-role-grid p{font-size:16px;line-height:1.95;font-weight:500}

.filter-sidebar h3{font-size:18px}
.filter-sidebar label,.insurance-card h3{font-size:15px;line-height:1.7}
.contact-cards h3{font-size:18px;line-height:1.55}
.contact-cards p,.contact-cards a,.contact-cards small{font-size:14px;line-height:1.85}
.form-grid label,.modal label,.charity-panel label{font-size:14px;font-weight:600}
input,select,textarea{font-size:16px;line-height:1.6}
.form-status{font-size:14px}
.map-caption span{font-size:13px}
.modal h2{font-size:28px;line-height:1.55}
.modal small,.secure-note{font-size:13px;line-height:1.8}

.footer-brand p{font-size:14px;line-height:1.9}
.footer-grid h3{font-size:20px;line-height:1.55;font-weight:700}
.contact-list li,.footer-links a{font-size:14px;line-height:1.85}
.footer-map span,.footer-bottom{font-size:13px;line-height:1.8}

@media(max-width:1100px) and (min-width:901px){
  .desktop-nav a{font-size:13px}
  body[data-page="about"] .about-story-card h2{font-size:21px}
  body[data-page="about"] .about-story-card strong{font-size:15px;min-height:56px}
  body[data-page="about"] .about-story-card p{font-size:15px;line-height:2}
}

@media(max-width:900px){
  .hero-copy p{font-size:17px}
  .page-hero h1{font-size:36px}
  .articles-hero-copy h1{font-size:34px}
  .articles-hero-copy p{font-size:17px}
  body[data-page="about"] .about-story-card h2{font-size:23px}
  body[data-page="about"] .about-story-card strong{font-size:16px}
  body[data-page="about"] .about-story-card p{font-size:15px;line-height:2}
}

@media(max-width:640px){
  body{font-size:16px;line-height:1.85}
  .hero-copy h1{font-size:31px}
  .hero-copy p{font-size:16px;line-height:1.9}
  .page-hero h1{font-size:32px}
  .page-hero h2{font-size:20px}
  .section-heading h2{font-size:29px}
  .articles-hero-copy h1{font-size:29px}
  .articles-hero-copy p{font-size:16px}
  .article-body h3{font-size:21px}
  .article-body p{font-size:15px}
  .article-detail-heading h1{font-size:29px}
  .article-summary p,.article-long-content p{font-size:16px;line-height:2}
  .article-long-content h2{font-size:23px}
  body[data-page="about"] .about-mobile-copy h2{font-size:30px}
  body[data-page="about"] .about-mobile-copy p{font-size:16px}
  body[data-page="about"] .about-story-card p{font-size:16px;line-height:2}
  body[data-page="about"] .about-supporters-carousel .supporter strong{font-size:15px}
  .contact-list li,.footer-links a,.footer-brand p{font-size:14px}
}

/* Insurance logo strip recreated from the reference site's bottom carousel. */
.insurance-logo-strip{background:#fff;border-top:1px solid #eef2f1;border-bottom:1px solid #eef2f1;padding:22px 0 24px;direction:ltr}
.insurance-logo-carousel{position:relative;width:min(100% - 40px,1185px);margin:0 auto;padding:0 38px}
.insurance-logo-track{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x proximity;direction:ltr;padding:0 4px}
.insurance-logo-track::-webkit-scrollbar{display:none}
.insurance-logo-item{flex:0 0 150px;width:150px;height:85px;display:grid;place-items:center;scroll-snap-align:center;border-radius:8px;transition:filter .2s,transform .2s}
.insurance-logo-item:hover{filter:drop-shadow(0 5px 8px rgba(0,73,78,.14));transform:translateY(-2px)}
.insurance-logo-item img{display:block;width:150px;height:85px;object-fit:contain}
.insurance-logo-prev,.insurance-logo-next{position:absolute;top:50%;z-index:2;width:30px;height:42px;transform:translateY(-50%);border:0;background:#fff;color:#9aa7a7;font-size:32px;line-height:1;cursor:pointer}
.insurance-logo-prev{left:0}.insurance-logo-next{right:0}
.insurance-logo-prev:hover,.insurance-logo-next:hover{color:var(--primary);background:#f5faf8}
@media(max-width:640px){
  .insurance-logo-strip{padding:15px 0 17px}
  .insurance-logo-carousel{width:100%;padding:0 29px}
  .insurance-logo-item{flex-basis:126px;width:126px;height:72px}
  .insurance-logo-item img{width:126px;height:72px}
  .insurance-logo-prev,.insurance-logo-next{width:24px;height:36px;font-size:26px}
}

.social-rail{position:fixed;z-index:900;left:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;background:linear-gradient(180deg,#ff8a2b,#f36a16);border-radius:0 8px 8px 0;overflow:hidden;box-shadow:0 5px 18px rgba(240,108,24,.35)}
.social-rail a{width:52px;height:52px;display:grid;place-items:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.28);transition:background .2s,transform .2s;position:relative}
.social-rail a:after{content:attr(aria-label);position:absolute;left:calc(100% + 9px);top:50%;transform:translate(-6px,-50%);padding:7px 11px;border-radius:8px;background:#173f42;color:#fff;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;direction:rtl;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 5px 14px rgba(0,0,0,.18);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.social-rail a:hover:after,.social-rail a:focus-visible:after{opacity:1;visibility:visible;transform:translate(0,-50%)}
.social-rail a:last-child{border-bottom:0}.social-rail a:hover{background:rgba(255,255,255,.18);transform:translateX(3px)}.social-rail svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.social-letter{font-size:22px;font-weight:800;line-height:1;color:#fff}.social-brand span{display:grid;place-items:center;width:27px;height:27px;border:2px solid currentColor;border-radius:8px;font-size:20px;font-weight:900;line-height:1;font-family:Arial,Tahoma,sans-serif}.social-brand-bale span{font-family:Tahoma,sans-serif;font-size:17px;border-radius:50%}.social-brand-bale img{display:block;width:27px;height:27px;object-fit:contain;border-radius:50%}
@media(max-width:640px){.social-rail a{width:44px;height:44px}.social-rail svg{width:21px;height:21px}}

/* Contact readability and warm accent refinement */
:root{--accent:#f47a22;--accent-deep:#e85d12;--accent-soft:#fff1e6}
.pulse-line{color:var(--accent-deep)}
.contact-cards{gap:18px;padding:24px 30px}.contact-cards article{min-height:104px;padding:18px;gap:17px;align-items:flex-start}.contact-cards h3{font-size:18px;margin:0 0 9px;color:var(--primary-3)}.contact-cards p,.contact-cards a{font-size:15px;line-height:1.9}.contact-cards a{font-weight:800;color:var(--primary)}.contact-cards small{font-size:13px;line-height:1.8;margin-top:5px;color:#748486}.contact-icon.peach{background:var(--accent-soft);color:var(--accent)}.section-heading span{background:linear-gradient(90deg,var(--accent),#f7a04e)}.btn-green{background:linear-gradient(135deg,#ff8a2b,#f06a18)}.text-more:hover,.text-link:hover{color:var(--accent)}
@media(max-width:640px){.contact-cards{padding:16px;gap:10px}.contact-cards article{min-height:0;padding:15px}.contact-cards h3{font-size:17px}.contact-cards p,.contact-cards a{font-size:14px}.contact-cards small{font-size:12px}}

/* Visual refinement pass */
:root{--primary:#075c60;--primary-2:#064d52;--accent:#f47a22;--accent-deep:#e85d12;--accent-soft:#fff4eb;--soft:#f6f8f7;--line:#dfe8e5;--radius:22px;--shadow:0 8px 24px rgba(4,66,68,.10);--shadow-sm:0 4px 12px rgba(4,66,68,.09)}
body{background:#fff;color:#153f42}
.section{padding-block:86px}
.btn{border-radius:13px;box-shadow:0 3px 10px rgba(5,75,76,.08)}
.btn-primary{background:linear-gradient(135deg,var(--primary),#0a7778)}
.btn-green{background:linear-gradient(135deg,#ff8a2b,#f06a18);box-shadow:0 6px 16px rgba(240,106,24,.24)}
.quick-cards article,.doctor-card,.service-card,.article-card,.contact-form-wrap,.contact-cards,.filter-sidebar{border-radius:22px;box-shadow:var(--shadow-sm)}
.quick-cards article{transition:transform .25s ease,box-shadow .25s ease;border-top:4px solid var(--accent)}.quick-cards article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.section-heading h2{letter-spacing:-.5px}.section-heading span{height:4px;width:70px;border-radius:99px;box-shadow:0 2px 8px rgba(244,122,34,.25)}
.doctors-highlight{background:linear-gradient(180deg,#f0fff7 0%,#fbfffd 100%);isolation:isolate}.doctors-highlight:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.35;background-image:radial-gradient(circle at 12% 20%,rgba(244,122,34,.15) 0 2px,transparent 3px),radial-gradient(circle at 88% 70%,rgba(7,92,96,.12) 0 2px,transparent 3px);background-size:34px 34px,46px 46px;pointer-events:none}
.doctor-card,.service-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.doctor-card:hover,.service-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgba(4,66,68,.14);border-color:rgba(244,122,34,.42)}
.doctor-tag{background:#e7f5ef;color:var(--primary)}
.appointment-methods{background:linear-gradient(180deg,#fff,#fff8f2)}
.method-grid article{border-radius:22px;box-shadow:var(--shadow-sm);background:#fff}.method-grid article.method-featured{border-color:rgba(244,122,34,.55);box-shadow:0 10px 28px rgba(244,122,34,.12)}
.site-footer{padding-top:64px;background:linear-gradient(180deg,#075c60,#034b50)}.footer-grid{gap:48px}.footer-grid h3{border-bottom-color:var(--accent);font-size:19px}.footer-bottom{padding-top:20px}
.footer-brand-heading{display:flex;align-items:center;gap:14px;margin-bottom:16px}.footer-brand-heading img{width:78px;height:78px;max-width:none;margin:0;object-fit:contain}.footer-brand-heading strong{display:block;color:#fff;font-size:19px;line-height:1.8}.footer-brand-heading small{display:block;color:#bce4dc;font-size:13px;margin-top:2px}
.reveal,.reveal-section,.section-heading{transition-duration:.65s}
.page-hero,.home-hero{background-color:#f5faf8}
@media(max-width:900px){.section{padding-block:68px}.quick-cards{gap:20px}.doctor-card>img{height:230px}.footer-grid{gap:28px}}
@media(max-width:640px){.section{padding-block:58px}.quick-cards article{padding:24px 20px}.doctor-card>img{height:220px}.doctor-card-body{padding:18px}.service-card{border-radius:18px}.footer-grid{padding-inline:4px}.social-rail{box-shadow:0 5px 16px rgba(240,106,24,.3)}}

@media(max-width:900px){.footer-bottom{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:20px;padding-inline:14px;font-size:10px;line-height:1.7}.footer-bottom-right,.footer-bottom-left{width:auto;flex:0 1 auto}.footer-bottom-right{max-width:58%;text-align:right}.footer-bottom-left{max-width:42%;text-align:left}}
@media(min-width:901px){.footer-bottom{justify-content:center;gap:190px}.footer-bottom-right,.footer-bottom-left{flex:0 0 clamp(300px,34vw,420px);text-align:center}}

/* Final social rail polish: consistent buttons with official brand colors. */
.social-rail{padding:9px 0;border-radius:0 17px 17px 0;gap:3px;overflow:visible;background:linear-gradient(180deg,#ff8a2b 0%,#f26b18 100%);box-shadow:0 8px 22px rgba(199,77,13,.28)}
.social-rail a{width:58px;height:46px;border:0;border-radius:0;transform:none;isolation:isolate}
.social-rail a:before{content:"";position:absolute;z-index:-1;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(73,40,19,.2);transition:transform .2s ease,box-shadow .2s ease}
.social-rail a:hover,.social-rail a:focus-visible{background:rgba(255,255,255,.12);transform:translateX(3px)}
.social-rail a:hover:before,.social-rail a:focus-visible:before{transform:scale(1.08);box-shadow:0 5px 12px rgba(73,40,19,.25)}
.social-rail a svg{position:relative;z-index:1;width:20px;height:20px;stroke-width:2.1}
.social-rail a:nth-child(1) svg{color:#d62976}
.social-rail a:nth-child(2) svg{color:#16b957}
.social-rail a:nth-child(3) svg{color:#28a8e0}
.social-rail .social-brand-rubika svg{color:#30a9dc;fill:currentColor;stroke:none}
.social-rail a:nth-child(4) img{position:relative;z-index:1;width:27px;height:27px}
.social-rail a:nth-child(5):before{background:#229ed9 url('../img/telegram.png') center/100% no-repeat;box-shadow:0 3px 8px rgba(34,158,217,.35)}
.social-rail a:nth-child(5) svg{display:none}
.social-rail a:nth-child(6) span{color:#ed7c22;border-color:#ed7c22}
.social-rail a:after{left:calc(100% + 12px);background:#123f42;box-shadow:0 7px 18px rgba(0,0,0,.2)}
@media(max-width:640px){.social-rail{padding:7px 0;gap:2px}.social-rail a{width:48px;height:40px}.social-rail a:before{width:29px;height:29px}.social-rail a svg{width:17px;height:17px}.social-rail a:nth-child(4) img{width:23px;height:23px}}

.insurance-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.insurance-card{padding:0;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.insurance-card:hover{transform:translateY(-5px);border-color:rgba(244,122,34,.45);box-shadow:0 14px 28px rgba(4,66,68,.13)}.insurance-card-link{display:flex;flex-direction:column;align-items:center;height:100%;padding:24px 18px 20px}.insurance-card .insurance-mark{width:150px;height:90px;margin:0 auto 16px}.insurance-card h3{min-height:48px;margin:0;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1.7;color:var(--primary-3)}.insurance-card-action{margin-top:auto;display:inline-flex;align-items:center;gap:5px;color:var(--accent-deep);font-size:12px;font-weight:800}.insurance-card-action .icon{width:14px}.insurance-card img{object-fit:contain}
@media(max-width:1100px){.insurance-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.insurance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.insurance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.insurance-card-link{padding:18px 10px 16px}.insurance-card .insurance-mark{width:112px;height:74px}.insurance-card h3{font-size:14px;min-height:44px}.insurance-card-action{font-size:11px}}

.article-cover{position:relative;isolation:isolate;overflow:hidden;background:#dfe9e5}.article-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,63,67,.05),rgba(3,63,67,.78));z-index:-1}.article-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .35s ease,filter .35s ease}.article-card:hover .article-cover img{transform:scale(1.06);filter:saturate(1.08)}.article-cover>span{position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.about-supporters-carousel .supporters-row{grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);grid-template-columns:none;justify-content:start;gap:24px;overflow-x:auto}
@media(max-width:900px){.about-supporters-carousel .supporters-row{grid-auto-columns:180px}}
@media(max-width:640px){.about-supporters-carousel .supporters-row{grid-auto-columns:150px;gap:14px}}

/* Keep the mobile header logo independent from generic .brand img rules. */
@media(max-width:640px){
  #siteHeader .brand-logo{width:58px;height:58px;object-fit:contain}
  #siteHeader.is-compact .brand-logo{width:50px;height:50px}
}

/* Keep the logo visually stable before and after the header becomes compact. */
@media(max-width:640px){
  #siteHeader .brand-logo{width:50px;height:50px}
}

/* Compact, title-only quick service cards. */
.quick-cards article{position:relative;isolation:isolate;overflow:hidden;display:grid;place-items:center;min-height:112px;padding:0}
.quick-cards .quick-card-action{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:13px;width:100%;min-height:110px;padding:20px 18px;color:var(--primary-3)}
.quick-cards .quick-card-action h3{margin:0;text-align:right}
.quick-cards .quick-card-copy{display:grid;gap:3px;text-align:right}
.quick-cards .quick-card-copy span{display:inline-flex;align-items:center;gap:5px;color:#397a77;font-size:13px;font-weight:600;line-height:1.7}
.quick-cards .quick-card-copy span .icon{width:15px;height:15px;transition:transform .25s ease}
.quick-cards .quick-card-icon{width:36px;height:36px;padding:9px;border-radius:14px;box-sizing:content-box;background:#e6f5f1;color:#087b78;box-shadow:0 5px 12px rgba(0,92,96,.12);transition:transform .25s ease,box-shadow .25s ease}
.quick-cards article:nth-child(2) .quick-card-icon{background:#fff0e4;color:#df6b1f}
.quick-cards article:nth-child(3) .quick-card-icon{background:#e7f5ff;color:#247eae}
.quick-cards article:nth-child(2) .quick-card-copy span{color:#c6601b}
.quick-cards article:nth-child(3) .quick-card-copy span{color:#247eae}
.quick-cards article::before,.quick-cards article::after{content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none}
.quick-cards article::before{width:118px;height:118px;top:-65px;right:-32px;background:rgba(28,135,121,.10);box-shadow:0 0 0 18px rgba(28,135,121,.045)}
.quick-cards article::after{width:78px;height:78px;bottom:-44px;left:20px;background:rgba(244,122,34,.12)}
.quick-cards article:nth-child(2)::before{background:rgba(244,122,34,.12);box-shadow:0 0 0 18px rgba(244,122,34,.045)}
.quick-cards article:nth-child(3)::after{background:rgba(45,142,203,.13)}

/* Gentle motion for the three online-service cards. */
@keyframes quick-card-float{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-8px,8px,0) scale(1.08)}}
@keyframes quick-card-pulse{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(6px,-5px,0) scale(.92)}}
.quick-cards article::before{animation:quick-card-float 5.5s ease-in-out infinite alternate}
.quick-cards article::after{animation:quick-card-pulse 4.5s ease-in-out infinite alternate}
.quick-cards article:nth-child(2)::before,.quick-cards article:nth-child(2)::after{animation-delay:-1.4s}
.quick-cards article:nth-child(3)::before,.quick-cards article:nth-child(3)::after{animation-delay:-2.8s}
.quick-cards .quick-card-action h3{transition:transform .25s ease,color .25s ease}
.quick-cards article:hover .quick-card-action h3,.quick-cards .quick-card-action:focus-visible h3{transform:translateY(-3px);color:var(--accent-deep)}
.quick-cards article:hover .quick-card-icon,.quick-cards .quick-card-action:focus-visible .quick-card-icon{transform:scale(1.08);box-shadow:0 8px 17px rgba(0,92,96,.18)}
.quick-cards article:hover .quick-card-copy span .icon,.quick-cards .quick-card-action:focus-visible .quick-card-copy span .icon{transform:translateX(-3px)}

/* Lift the main hero image slightly on tablets so its subject is better framed. */
@media (min-width:641px) and (max-width:1100px){
  .home-hero .hero-photo img{transform:scale(1.04) translateY(-48px);transform-origin:center top}
}

/* Desktop: show only the middle horizontal third of the hero photograph. */
@media (min-width:1101px){
  .home-hero .hero-photo{height:clamp(320px,25vw,460px);aspect-ratio:auto}
  .home-hero .hero-photo img{object-position:center 32%}
}
