@import url("../fonts/fonts.css");

/* ============================================================
   مركز الملكة علياء لأمراض وجراحة القلب
   شعبة المهن الطبية المساندة — دليل الأقسام
   ============================================================ */

:root{
  --navy-950:#06101F;
  --navy-900:#0A1A2F;
  --navy-800:#0F2440;
  --navy-700:#163458;
  --navy-600:#1E4A7A;
  --navy-100:#E8EEF6;
  --red-700:#A50C25;
  --red-600:#C8102E;
  --red-500:#E11D3B;
  --ink:#12233D;
  --muted:#5D6E88;
  --muted-2:#8494AB;
  --line:#E4E9F1;
  --bg:#F5F7FB;
  --card:#FFFFFF;
  --radius-l:22px;
  --radius-m:16px;
  --radius-s:11px;
  --shadow-s:0 1px 2px rgba(10,26,47,.06), 0 4px 14px rgba(10,26,47,.05);
  --shadow-m:0 10px 30px rgba(10,26,47,.09), 0 2px 6px rgba(10,26,47,.05);
  --shadow-l:0 26px 60px rgba(10,26,47,.16);
  --ease:cubic-bezier(.22,.68,.32,1);
  --maxw:1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:"IBM Plex Sans Arabic",system-ui,"Segoe UI",Tahoma,Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg,video{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}
h1,h2,h3,h4{margin:0;line-height:1.35;font-weight:700;letter-spacing:-.2px}
p{margin:0}
:focus-visible{outline:3px solid var(--red-500);outline-offset:3px;border-radius:6px}
.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:22px}
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip{position:fixed;inset-inline-start:50%;top:-100px;transform:translateX(50%);z-index:200;background:var(--navy-900);color:#fff;padding:12px 20px;border-radius:0 0 12px 12px;transition:top .2s}
.skip:focus{top:0}

/* ---------- Top bar ---------- */
.topbar{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.82);
  backdrop-filter:saturate(180%) blur(14px);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--line);
}
.topbar__in{display:flex;align-items:center;gap:14px;min-height:66px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand__mark{width:40px;height:40px;flex:none}
.brand__txt{min-width:0}
.brand__ar{font-size:15px;font-weight:700;color:var(--navy-800);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand__en{font-size:10.5px;font-weight:500;color:var(--muted-2);letter-spacing:.4px;line-height:1.2}
.topbar__sp{flex:1}
.topbar__link{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14px;font-weight:600;color:var(--navy-700);
  padding:9px 15px;border-radius:999px;border:1px solid var(--line);
  background:#fff;transition:.22s var(--ease);white-space:nowrap;
}
.topbar__link:hover{border-color:var(--navy-600);color:var(--navy-900);box-shadow:var(--shadow-s);transform:translateY(-1px)}
.topbar__link svg{width:16px;height:16px}

/* ---------- Hero ---------- */
.hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(1100px 520px at 78% -12%, rgba(200,16,46,.30), transparent 62%),
    radial-gradient(900px 480px at 12% 8%, rgba(30,74,122,.55), transparent 60%),
    linear-gradient(165deg,var(--navy-900) 0%,var(--navy-800) 46%,var(--navy-950) 100%);
}
.hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:26px 26px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 78%);
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 78%);
}
.hero__ecg{position:absolute;inset-inline:0;bottom:0;width:100%;height:104px;opacity:.17;pointer-events:none}
.hero__ecg path{fill:none;stroke:var(--red-500);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:1400;stroke-dashoffset:1400;animation:ecg 5.5s var(--ease) .35s forwards}
@keyframes ecg{to{stroke-dashoffset:0}}
.hero__in{position:relative;z-index:2;padding:66px 0 74px;text-align:center}
.hero__crest{width:74px;height:74px;margin:0 auto 22px;filter:drop-shadow(0 10px 26px rgba(0,0,0,.45))}
.hero__crest .lg-heart{stroke:#fff}
.hero__crest .lg-ecg{stroke:var(--red-500)}
.hero h1{
  font-size:clamp(25px,4.4vw,45px);font-weight:700;line-height:1.28;
  letter-spacing:-.6px;text-shadow:0 2px 24px rgba(0,0,0,.35);
}
.hero__en{margin-top:8px;font-size:clamp(11px,1.5vw,13.5px);font-weight:500;letter-spacing:2.6px;color:rgba(255,255,255,.48);text-transform:uppercase}
.hero__rule{display:flex;align-items:center;justify-content:center;gap:14px;margin:26px auto 22px;max-width:430px}
.hero__rule span{height:1px;flex:1;background:linear-gradient(to var(--to,left),transparent,rgba(255,255,255,.45))}
.hero__rule span:last-child{--to:right}
.hero__rule svg{width:22px;height:22px;flex:none;fill:var(--red-500)}
.hero h2{
  display:inline-block;font-size:clamp(17px,2.6vw,25px);font-weight:600;
  color:#fff;padding:9px 26px;border-radius:999px;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(6px);
}
.hero__lede{margin:22px auto 0;max-width:620px;font-size:clamp(14px,1.9vw,16.5px);color:rgba(255,255,255,.74);line-height:1.9}
.hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}
.stat{
  display:flex;align-items:center;gap:9px;padding:10px 17px;border-radius:14px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  font-size:13.5px;font-weight:500;color:rgba(255,255,255,.88);
}
.stat b{font-size:17px;font-weight:700;color:#fff}
.stat svg{width:17px;height:17px;stroke:var(--red-500);fill:none;stroke-width:1.9;opacity:.95}
.hero__wave{display:block;width:100%;height:54px;margin-bottom:-1px;position:relative;z-index:2}

/* ---------- Sections ---------- */
.section{padding:58px 0 22px}
.section--pad{padding-bottom:70px}
.shead{display:flex;align-items:flex-end;gap:16px;margin-bottom:30px}
.shead__bar{width:4px;height:38px;border-radius:4px;background:linear-gradient(to bottom,var(--red-600),var(--navy-600));flex:none}
.shead__t{display:block;font-size:clamp(19px,2.6vw,25px);font-weight:700;color:var(--navy-900)}
.shead__s{display:block;font-size:13.5px;color:var(--muted);font-weight:500;margin-top:2px}
.shead__sp{flex:1}
.shead__count{font-size:12.5px;font-weight:600;color:var(--muted-2);border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 14px;white-space:nowrap}

/* ---------- Department grid ---------- */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}
.dept{
  position:relative;display:flex;flex-direction:column;
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius-l);
  padding:26px 24px 22px;box-shadow:var(--shadow-s);overflow:hidden;
  transition:transform .34s var(--ease),box-shadow .34s var(--ease),border-color .34s var(--ease);
}
.dept::before{
  content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;
  background:linear-gradient(to bottom,var(--red-600),var(--navy-600));
  transform:scaleY(0);transform-origin:top;transition:transform .42s var(--ease);
}
.dept::after{
  content:"";position:absolute;inset-inline-end:-70px;top:-70px;width:190px;height:190px;border-radius:50%;
  background:radial-gradient(circle,rgba(30,74,122,.09),transparent 66%);
  opacity:0;transition:opacity .42s var(--ease);
}
.dept:hover,.dept:focus-visible{transform:translateY(-6px);box-shadow:var(--shadow-m);border-color:#D3DDEA}
.dept:hover::before,.dept:focus-visible::before{transform:scaleY(1)}
.dept:hover::after,.dept:focus-visible::after{opacity:1}
.dept__top{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px;position:relative;z-index:1}
.dept__icon{
  width:56px;height:56px;flex:none;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(150deg,#EEF3FA,#E2EAF5);border:1px solid #DCE5F0;
  transition:.34s var(--ease);
}
.dept__icon svg{width:29px;height:29px;stroke:var(--navy-700);fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;transition:.34s var(--ease)}
.dept:hover .dept__icon{background:linear-gradient(150deg,var(--navy-700),var(--navy-900));border-color:var(--navy-800);transform:rotate(-4deg) scale(1.04)}
.dept:hover .dept__icon svg{stroke:#fff}
.dept__num{
  margin-inline-start:auto;font-size:30px;font-weight:700;line-height:1;
  color:#EAEFF7;letter-spacing:-1px;transition:.34s var(--ease);
}
.dept:hover .dept__num{color:#F3D9DE}
.dept__title{font-size:19.5px;font-weight:700;color:var(--navy-900);position:relative;z-index:1}
.dept__desc{margin-top:9px;font-size:14.2px;line-height:1.85;color:var(--muted);position:relative;z-index:1;flex:1}
.dept__foot{display:flex;align-items:center;gap:8px;margin-top:20px;padding-top:16px;border-top:1px dashed var(--line);position:relative;z-index:1}
.chip{
  display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;
  padding:6px 11px;border-radius:999px;background:#F2F5FA;color:var(--navy-700);border:1px solid #E5EBF3;
}
.chip svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.9}
.chip--red{background:#FDF1F3;color:var(--red-700);border-color:#F7DCE1}
.dept__go{
  margin-inline-start:auto;width:36px;height:36px;border-radius:50%;flex:none;
  display:grid;place-items:center;background:#F2F5FA;border:1px solid var(--line);
  transition:.34s var(--ease);
}
.dept__go svg{width:16px;height:16px;stroke:var(--navy-700);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:.34s var(--ease)}
.dept:hover .dept__go{background:var(--red-600);border-color:var(--red-600);transform:translateX(-4px)}
.dept:hover .dept__go svg{stroke:#fff}

/* ---------- Department page ---------- */
.dhero{position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(820px 420px at 84% -20%, rgba(200,16,46,.26), transparent 62%),
    linear-gradient(160deg,var(--navy-800),var(--navy-950));
}
.dhero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:24px 24px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%);
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%)}
.dhero__in{position:relative;z-index:2;padding:34px 0 46px}
.crumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.58);margin-bottom:24px;flex-wrap:wrap}
.crumb a{color:rgba(255,255,255,.78);transition:.2s}
.crumb a:hover{color:#fff}
.crumb svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;opacity:.6}
.dhero__row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.dhero__icon{width:72px;height:72px;flex:none;border-radius:20px;display:grid;place-items:center;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(6px)}
.dhero__icon svg{width:36px;height:36px;stroke:#fff;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.dhero__eyebrow{display:block;font-size:12px;font-weight:600;letter-spacing:1.6px;color:var(--red-500);margin-bottom:5px}
.dhero h1{font-size:clamp(23px,3.6vw,36px);font-weight:700;letter-spacing:-.5px}
.dhero__desc{margin-top:14px;max-width:760px;font-size:15px;line-height:1.95;color:rgba(255,255,255,.74)}
.dhero__chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.dchip{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.9)}
.dchip svg{width:14px;height:14px;stroke:var(--red-500);fill:none;stroke-width:2}

/* ---------- Media card ---------- */
.mcard{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-l);box-shadow:var(--shadow-s);overflow:hidden}
.player{position:relative;background:var(--navy-950);display:grid;place-items:center}
.player video{width:100%;height:auto;max-height:min(72vh,660px);background:#000;display:block}
.player--portrait video{width:auto;max-width:100%}
.mcard__body{display:flex;align-items:center;gap:16px;padding:18px 22px;flex-wrap:wrap}
.mcard__t{display:block;font-size:16px;font-weight:700;color:var(--navy-900)}
.mcard__s{display:block;font-size:13px;color:var(--muted);margin-top:3px}
.mcard__sp{flex:1;min-width:12px}

.btn{
  display:inline-flex;align-items:center;gap:9px;font-size:13.5px;font-weight:600;
  padding:11px 19px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--navy-800);
  transition:.24s var(--ease);white-space:nowrap;
}
.btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn:hover{border-color:var(--navy-600);box-shadow:var(--shadow-s);transform:translateY(-1px)}
.btn--primary{background:linear-gradient(160deg,var(--red-600),var(--red-700));border-color:transparent;color:#fff;box-shadow:0 8px 20px rgba(200,16,46,.26)}
.btn--primary:hover{box-shadow:0 12px 26px rgba(200,16,46,.34);border-color:transparent}
.btn--navy{background:linear-gradient(160deg,var(--navy-700),var(--navy-900));border-color:transparent;color:#fff;box-shadow:0 8px 20px rgba(15,36,64,.24)}
.btn--navy:hover{box-shadow:0 12px 26px rgba(15,36,64,.32);border-color:transparent}

/* ---------- Document card ---------- */
.docs{display:grid;gap:20px}
.doc{
  display:grid;grid-template-columns:230px 1fr;gap:0;
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius-l);
  box-shadow:var(--shadow-s);overflow:hidden;transition:.3s var(--ease);
}
.doc:hover{box-shadow:var(--shadow-m);border-color:#D3DDEA}
.doc__thumb{
  position:relative;background:linear-gradient(150deg,#EDF1F7,#DFE7F1);
  display:grid;place-items:center;padding:20px;border-inline-end:1px solid var(--line);cursor:pointer;
}
.doc__thumb img{width:100%;border-radius:8px;box-shadow:0 8px 22px rgba(10,26,47,.20);transition:.34s var(--ease)}
.doc__thumb:hover img{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 30px rgba(10,26,47,.26)}
.doc__play{
  position:absolute;inset:0;display:grid;place-items:center;opacity:0;transition:.3s var(--ease);
  background:rgba(10,26,47,.34);
}
.doc__thumb:hover .doc__play{opacity:1}
.doc__play span{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fff;box-shadow:var(--shadow-m)}
.doc__play svg{width:22px;height:22px;stroke:var(--navy-800);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.doc__body{padding:24px 24px 20px;display:flex;flex-direction:column}
.doc__kind{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.6px;
  color:var(--red-700);background:#FDF1F3;border:1px solid #F7DCE1;border-radius:999px;padding:5px 12px;align-self:flex-start}
.doc__t{font-size:18px;font-weight:700;color:var(--navy-900);margin-top:12px;line-height:1.6}
.doc__d{font-size:13.8px;color:var(--muted);margin-top:8px;line-height:1.85;flex:1}
.doc__acts{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}

/* ---------- Lightbox ---------- */
.lb{position:fixed;inset:0;z-index:200;display:none;background:rgba(6,16,31,.94);backdrop-filter:blur(8px)}
.lb.is-open{display:flex;flex-direction:column;animation:lbIn .26s var(--ease)}
@keyframes lbIn{from{opacity:0}to{opacity:1}}
.lb__bar{display:flex;align-items:center;gap:12px;padding:14px 18px;color:#fff;border-bottom:1px solid rgba(255,255,255,.10);flex:none}
.lb__t{font-size:14.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lb__sp{flex:1}
.lb__count{direction:ltr;unicode-bidi:isolate;font-size:13px;font-weight:600;color:rgba(255,255,255,.66);font-variant-numeric:tabular-nums;white-space:nowrap}
.lb__btn{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);transition:.2s;flex:none}
.lb__btn:hover{background:rgba(255,255,255,.18)}
.lb__btn svg{width:19px;height:19px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.lb__stage{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden;-webkit-overflow-scrolling:touch}
.lb__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 30px 70px rgba(0,0,0,.6);background:#fff;transition:opacity .18s;cursor:zoom-in}
.lb__stage.is-zoom{align-items:flex-start;overflow:auto}
.lb__stage.is-zoom .lb__img{max-height:none;width:min(1400px,178%);cursor:zoom-out}
.lb__nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;
  display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);transition:.2s;z-index:3}
.lb__nav:hover{background:rgba(255,255,255,.26)}
.lb__nav svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.lb__nav--prev{inset-inline-start:16px}
.lb__nav--next{inset-inline-end:16px}
.lb__nav[disabled]{opacity:.25;pointer-events:none}
.lb__film{display:flex;gap:9px;padding:12px 16px;overflow-x:auto;border-top:1px solid rgba(255,255,255,.10);flex:none;scrollbar-width:thin}
.lb__film img{height:58px;width:auto;border-radius:5px;opacity:.44;cursor:pointer;transition:.22s;border:2px solid transparent;flex:none;background:#fff}
.lb__film img:hover{opacity:.85}
.lb__film img.is-on{opacity:1;border-color:var(--red-500)}

/* ---------- Footer ---------- */
.foot{margin-top:56px;background:var(--navy-950);color:rgba(255,255,255,.62);padding:44px 0 30px}
.foot__in{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.foot__brand{display:flex;align-items:center;gap:13px}
.foot__brand svg{width:44px;height:44px;flex:none}
.foot__brand .lg-heart{stroke:#fff}
.foot__brand .lg-ecg{stroke:var(--red-500)}
.foot__ar{font-size:15px;font-weight:700;color:#fff;line-height:1.4}
.foot__en{font-size:10.5px;letter-spacing:1px;color:rgba(255,255,255,.45)}
.foot__sp{flex:1}
.foot__note{font-size:12.5px;line-height:1.9;text-align:end}
.foot__bar{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12px;color:rgba(255,255,255,.40)}

/* ---------- Reveal ---------- */
.rv{transition:opacity .7s var(--ease),transform .7s var(--ease)}
.js .rv{opacity:0;transform:translateY(22px)}
.js .rv.is-in{opacity:1;transform:none}

/* ---------- QR page ---------- */
.qrpage{min-height:100vh;display:grid;place-items:center;padding:40px 20px;
  background:radial-gradient(900px 500px at 50% -10%,rgba(30,74,122,.5),transparent 60%),linear-gradient(165deg,var(--navy-900),var(--navy-950))}
.qrcard{width:100%;max-width:560px;background:#fff;border-radius:28px;box-shadow:var(--shadow-l);overflow:hidden;text-align:center}
.qrcard__top{background:linear-gradient(160deg,var(--navy-800),var(--navy-950));color:#fff;padding:34px 28px 30px}
.qrcard__top svg.crest{width:62px;height:62px;margin:0 auto 16px}
.qrcard__top .lg-heart{stroke:#fff}.qrcard__top .lg-ecg{stroke:var(--red-500)}
.qrcard__top h1{font-size:22px;line-height:1.5}
.qrcard__top h2{font-size:15px;font-weight:600;margin-top:10px;color:var(--red-500)}
.qrcard__mid{padding:32px 28px 12px}
.qrcard__mid img{width:270px;height:270px;margin:0 auto;border:1px solid var(--line);border-radius:18px;padding:12px;background:#fff}
.qrcard__hint{margin-top:18px;font-size:15px;font-weight:600;color:var(--navy-800)}
.qrcard__url{margin-top:6px;font-size:13px;color:var(--muted);direction:ltr;word-break:break-all}
.qrcard__acts{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:22px 28px 30px}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .doc{grid-template-columns:1fr}
  .doc__thumb{border-inline-end:0;border-bottom:1px solid var(--line);padding:22px 22px 0}
  .doc__thumb img{max-width:340px;margin-inline:auto}
}
@media (max-width:720px){
  body{font-size:15.5px}
  .wrap{padding-inline:16px}
  .hero__in{padding:48px 0 56px}
  .hero__crest{width:62px;height:62px}
  .grid{grid-template-columns:1fr;gap:16px}
  .dept{padding:22px 20px 18px;border-radius:18px}
  .section{padding:44px 0 18px}
  .brand__ar{font-size:13px;max-width:190px}
  .brand__en{display:none}
  .topbar__link span{display:none}
  .topbar__link{padding:9px 11px}
  .mcard__body{padding:16px}
  .doc__body{padding:20px}
  .lb__nav{width:42px;height:42px}
  .lb__film img{height:46px}
  .foot__note{text-align:start}
  .qrcard__mid img{width:220px;height:220px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .js .rv,.js .rv.is-in{opacity:1;transform:none}
  .hero__ecg path{stroke-dashoffset:0}
}

/* ---------- Print ---------- */
@media print{
  .topbar,.foot,.qrcard__acts,.hero__ecg{display:none!important}
  body{background:#fff}
  .qrpage{min-height:auto;background:#fff;padding:0}
  .qrcard{box-shadow:none;border:1px solid #ccc;max-width:100%}
  .qrcard__top{-webkit-print-color-adjust:exact;print-color-adjust:exact}
}
