/* ============================================================
   د. أحمد السعيد — Premium Cardiology RTL Landing
   Dark navy #052A3A / Deep #041C2A / Blue #08384B
   Gold #D7A449 / Light gold #E9C36B / Red #D63535
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #052A3A;
  --navy-deep: #041C2A;
  --navy-blue: #08384B;
  --gold: #D7A449;
  --gold-light: #E9C36B;
  --red: #D63535;
  --white: #FFFFFF;
  --warm: #F5F5F0;
  --bg: #FFFFFF;
  --muted: #AEB7BA;
  --muted-dark: #68777A;
  --text: #052A3A;
  --primary: #D7A449;
  --secondary: #052A3A;
  --radius: 22px;
  --shadow-sm: 0 4px 14px rgba(4, 28, 42, 0.08);
  --shadow: 0 20px 45px -12px rgba(4, 28, 42, 0.22);
  --shadow-gold: 0 18px 40px -12px rgba(215, 164, 73, 0.45);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Cairo', tahoma, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; width: 100%; }
a { color: inherit; text-decoration: none; transition: 0.3s; }
img { max-width: 100%; display: block; }
.hand { font-family: 'Aref Ruqaa', 'Cairo', serif; }
button { font-family: inherit; }

/* ================= Ticker ================= */
.ticker { overflow: hidden; white-space: nowrap; padding: 9px 0; font-weight: 700; font-size: 13.5px; position: relative; z-index: 120; }
.ticker-track { display: inline-flex; gap: 48px; animation: tick 35s linear infinite; padding-inline-start: 20px; will-change: transform; }
@keyframes tick { to { transform: translateX(50%); } }
.tick { flex-shrink: 0; }

/* ================= Header (فوق الهيرو الداكن) ================= */
.header {
  position: sticky; top: 0; z-index: 110;
  background: rgba(4, 28, 42, 0.96);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(215, 164, 73, 0.16);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid var(--gold); background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.brand-logo svg { width: 30px; height: 30px; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-logo.sm { width: 42px; height: 42px; }
.brand-txt { line-height: 1.4; min-width: 0; }
.brand-txt b { display: block; font-size: 20px; font-weight: 800; color: #fff; white-space: nowrap; }
.brand-txt small { display: block; font-size: 10.5px; color: #C9D6D7; font-weight: 600; white-space: nowrap; }
.links { display: flex; gap: 26px; align-items: center; font-weight: 700; font-size: 14.5px; color: #F2F4F4; }
.links a { position: relative; padding: 6px 2px; white-space: nowrap; }
.links a::after {
  content: ''; position: absolute; bottom: 0; right: 0; left: 0; height: 2px;
  background: var(--gold); border-radius: 99px;
  transform: scaleX(0); transform-origin: right; transition: 0.3s;
}
.links a:hover::after, .links a.active::after { transform: scaleX(1); }
.links a.active { color: #fff; font-weight: 800; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.burger { display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.25); width: 44px; height: 44px; border-radius: 12px; font-size: 22px; cursor: pointer; }

/* ================= Buttons ================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 0 30px; border-radius: 30px; height: 50px;
  font-weight: 700; font-size: 15.5px; border: 0; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn.gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #041C2A !important; box-shadow: 0 10px 26px -8px rgba(215,164,73,0.6); }
.btn.gold:hover { transform: translateY(-2px) scale(1.02); box-shadow: var(--shadow-gold); filter: brightness(1.05); }
.btn.navy { background: var(--navy); color: #fff !important; }
.btn.navy:hover { background: var(--navy-blue); transform: translateY(-2px); }
.btn.big { height: 54px; padding: 0 36px; font-size: 16.5px; }
.btn.full { width: 100%; }

/* ============================================================
   HERO — سينمائي داكن
============================================================ */
.hero { position: relative; background: var(--navy-deep); overflow: hidden; padding: 0 0 120px; }
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
  opacity: 0.5; transform: scale(1.02);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(-100deg, rgba(4,28,42,0.55) 0%, rgba(4,28,42,0.92) 45%, rgba(4,28,42,0.97) 100%),
    linear-gradient(180deg, rgba(4,28,42,0.75) 0%, rgba(4,28,42,0.35) 40%, rgba(4,28,42,0.96) 100%);
}
.hero-glow {
  position: absolute; top: -120px; left: -120px; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(215,164,73,0.14), transparent 65%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: center;
  position: relative; z-index: 3; padding-top: 56px; min-height: 640px;
  direction: ltr;
}
.hero-grid > * { direction: rtl; }
.hero-text { text-align: right; }
.doc-name {
  font-size: clamp(56px, 6vw, 80px); line-height: 1.3; font-weight: 900; color: #fff;
  position: relative; display: inline-block; letter-spacing: 0;
}
.doc-name .gold-dot {
  position: absolute; top: 8px; left: -20px; width: 16px; height: 16px;
  background: var(--gold); border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(215, 164, 73, 0.18);
}
.hero-specialty { color: var(--gold); font-weight: 800; font-size: clamp(24px, 2.4vw, 30px); line-height: 1.6; margin: 4px 0 10px; }
.hero-support1 { color: #fff; font-weight: 700; font-size: clamp(17px, 1.6vw, 20px); }
.hero-support2 { color: #C9D6D7; font-size: clamp(15px, 1.4vw, 18px); margin: 2px 0 24px; max-width: 480px; }
.hero-btns { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-bottom: 30px; }
.play-wrap { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: #fff; font-size: 15px; }
.play-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.35);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  transition: 0.3s; color: #fff; backdrop-filter: blur(6px);
}
.play-btn:hover { border-color: var(--gold); color: var(--gold); transform: scale(1.07); }
.play-btn svg { width: 22px; height: 22px; fill: currentColor; }

/* إحصائيات الهيرو الداكنة */
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 560px; }
.hstat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-radius: 18px; padding: 16px 14px;
  display: flex; align-items: center; gap: 12px;
}
.hstat .hic {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: rgba(215,164,73,0.16); display: flex; align-items: center; justify-content: center;
}
.hstat .hic svg { width: 24px; height: 24px; stroke: var(--gold); }
.hstat b { display: block; font-size: clamp(20px, 2vw, 27px); font-weight: 900; color: #fff; line-height: 1.2; }
.hstat span { font-size: 11.5px; color: #C9D6D7; font-weight: 600; display: block; line-height: 1.6; }

/* الدكتور يميناً — مدمج طبيعياً بدون كارت */
.hero-media { position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 560px; }
.doc-frame { position: relative; width: 100%; max-width: 460px; }
.doc-img {
  width: 100%; height: 600px; object-fit: cover; object-position: top center;
  -webkit-mask-image: linear-gradient(180deg, #000 78%, transparent 99%), radial-gradient(ellipse 90% 92% at 50% 30%, #000 70%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(180deg, #000 78%, transparent 99%);
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5)) saturate(1.05);
  border-radius: 4px;
}
.doc-fade {
  position: absolute; inset: auto 0 0 0; height: 160px;
  background: linear-gradient(180deg, transparent, var(--navy-deep));
  pointer-events: none;
}
.hero-en {
  position: absolute; top: 40px; right: 0; z-index: 4;
  display: flex; flex-direction: column; gap: 2px;
  color: rgba(255,255,255,0.85); font-weight: 800; font-size: 15px; letter-spacing: 3px; line-height: 1.9;
  text-align: left;
}
.hero-en .gold-rule, .gold-rule {
  display: block; width: 56px; height: 3px; background: var(--gold); border-radius: 99px; margin-top: 8px;
}
.hero-hand {
  position: absolute; bottom: 90px; right: 6px; z-index: 4;
  font-family: 'Aref Ruqaa', 'Cairo', serif; color: #fff; font-size: 21px; line-height: 2;
  display: flex; flex-direction: column; text-shadow: 0 2px 14px rgba(0,0,0,0.5);
}
.hero-hand .gold-rule { width: 64px; }
.hero-curve {
  position: absolute; bottom: -2px; right: 0; left: 0; height: 90px; z-index: 2;
  background: var(--warm);
  border-radius: 60px 60px 0 0;
}

/* ============================================================
   القسم الأبيض المقوس العائم
============================================================ */
.curve-sec { background: var(--warm); padding: 0 0 30px; position: relative; }
.curve-card {
  background: #fff; border-radius: 40px;
  box-shadow: var(--shadow); border: 1px solid rgba(5,42,58,0.06);
  padding: 44px 48px 48px; margin-top: -70px; position: relative; z-index: 5;
}
.feats4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align: center; }
.feats4 .feat { padding: 10px 14px; position: relative; }
.feats4 .feat + .feat::before {
  content: ''; position: absolute; right: 0; top: 16px; bottom: 16px; width: 1px; background: #E6EBEB;
}
.feats4 .fic { width: 34px; height: 34px; color: var(--navy); margin: 0 auto 10px; display: block; }
.feats4 .fic svg { width: 100%; height: 100%; }
.feats4 b { display: block; font-size: 15.5px; font-weight: 800; color: var(--navy); line-height: 1.9; }
.curve-quote { text-align: center; margin: 30px auto 34px; max-width: 640px; position: relative; }
.curve-quote .qmark { color: var(--gold); font-size: 46px; line-height: 1; font-family: serif; display: block; }
.curve-quote p { font-size: clamp(20px, 2.2vw, 27px); font-weight: 800; color: var(--navy); }
.curve-quote .ecgline { width: 190px; height: 26px; margin: 6px auto 0; display: block; opacity: 0.9; }
.family-row { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 36px; align-items: center; }
.family-img { position: relative; border-radius: 70px 12px 70px 12px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; }
.family-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.family-img:hover img { transform: scale(1.05); }
.family-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,42,58,0.02) 40%, rgba(5,42,58,0.62) 100%); }
.family-hand {
  position: absolute; z-index: 2; bottom: 26px; right: 30px; left: 30px;
  font-family: 'Aref Ruqaa', 'Cairo', serif; color: #fff; font-size: 27px; line-height: 2;
  display: flex; flex-direction: column; text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}
.family-side .gold-line { width: 60px; height: 4px; background: var(--gold); border-radius: 99px; margin-bottom: 16px; }
.family-side h2 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 900; color: var(--navy); line-height: 1.9; margin-bottom: 8px; }
.family-side p { color: var(--muted-dark); font-size: 16px; font-weight: 600; margin-bottom: 22px; }

/* ============================================================
   الخدمات — 5 كروت بصور
============================================================ */
.section { padding: 90px 0; }
.services { background: #fff; }
.center { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.sec-title { font-size: clamp(28px, 3.4vw, 40px); font-weight: 900; color: var(--navy); margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.sec-title i { display: block; width: 56px; height: 3px; background: var(--gold); border-radius: 99px; }
.sec-sub { color: #5b6b6e; font-size: 16.5px; font-weight: 600; }
.svc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.svc {
  background: #fff; border: 1px solid #EDF0F0; border-radius: 16px;
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: 0.35s; display: flex; flex-direction: column;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(215,164,73,0.5); }
.svc-img { height: 140px; overflow: hidden; position: relative; background: #EAF1F0; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.svc:hover .svc-img img { transform: scale(1.08); }
.svc-body { padding: 20px 16px 22px; text-align: center; display: flex; flex-direction: column; flex-grow: 1; }
.svc-body h3 { font-size: 15.5px; font-weight: 800; color: var(--navy); line-height: 1.9; margin-bottom: 6px; min-height: 58px; }
.svc-body p { font-size: 12.5px; color: #7b8a8d; font-weight: 600; flex-grow: 1; }
.svc-link { margin-top: 12px; color: var(--gold); font-weight: 800; font-size: 14px; }
.svc-link:hover { color: var(--navy); }

/* معرض */
.marquee { overflow: hidden; padding: 36px 0 0; }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: marq 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(50%); } }
.m-item { position: relative; width: 320px; height: 220px; border-radius: 26px 8px 26px 8px; overflow: hidden; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.m-item img, .m-item video { width: 100%; height: 100%; object-fit: cover; }
.m-item span { position: absolute; bottom: 12px; right: 12px; background: rgba(4,28,42,0.8); color: #fff; font-size: 13px; font-weight: 700; padding: 5px 16px; border-radius: 999px; }

/* ============================================================
   آراء المرضى — كحلي متموج + قلب مضيء
============================================================ */
.testi-sec { background: var(--navy-deep); position: relative; padding: 0; overflow: hidden; }
.testi-wave-top { height: 56px; background: #fff; border-radius: 0 0 60px 60px; }
.testi-wave-bottom { height: 56px; background: var(--warm); border-radius: 60px 60px 0 0; }
.testi-layout {
  display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: center;
  padding-top: 60px; padding-bottom: 60px;
}
.testi-title { font-size: clamp(26px, 3vw, 37px); font-weight: 900; color: #fff; display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 6px; }
.testi-title i { display: block; width: 52px; height: 3px; background: var(--gold); border-radius: 99px; }
.testi-sub { text-align: center; color: #AEB7BA; font-size: 15px; font-weight: 600; margin-bottom: 30px; }
.testi-viewport { display: flex; align-items: center; gap: 14px; }
.testi-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; flex: 1; min-width: 0; }
.tcard {
  background: #fff; border-radius: 20px; box-shadow: 0 18px 44px rgba(0,0,0,0.3);
  padding: 30px 24px 26px; text-align: center; position: relative;
  display: flex; flex-direction: column; min-height: 300px;
}
.tcard .tq { color: var(--gold); font-size: 40px; line-height: 1; font-family: serif; }
.tcard blockquote { font-size: 14.5px; font-weight: 700; color: var(--navy); line-height: 2; flex-grow: 1; }
.tcard .stars { color: var(--gold); font-size: 19px; letter-spacing: 4px; margin: 12px 0; }
.twho { display: flex; align-items: center; justify-content: center; gap: 10px; }
.twho img, .tavatar {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 3px solid var(--gold); background: #EFF4F3;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 900; color: var(--navy); font-size: 19px;
}
.tmeta { text-align: right; }
.tmeta b { display: block; color: var(--navy); font-size: 15.5px; }
.tmeta small { color: #7b8a8d; font-size: 12.5px; }
.t-arrow {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.06);
  color: #fff; font-size: 24px; cursor: pointer; transition: 0.3s;
  display: inline-flex; align-items: center; justify-content: center;
}
.t-arrow:hover { border-color: var(--gold); color: var(--gold); transform: scale(1.08); }
.t-dots { display: flex; gap: 8px; justify-content: center; margin-top: 22px; }
.t-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.25); cursor: pointer; transition: 0.3s; }
.t-dots span.on { background: var(--gold); width: 30px; border-radius: 99px; }
.heart-side { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.heart-photo { width: 230px; height: 230px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 60px rgba(214,53,53,0.55); border: 3px solid rgba(215,164,73,0.4); }
.heart-glow { width: 220px; height: 220px; position: relative; display: flex; align-items: center; justify-content: center; }
.heart-glow::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle, rgba(214,53,53,0.5), rgba(214,53,53,0.08) 60%, transparent 70%);
  filter: blur(6px); animation: beat 1.8s ease-in-out infinite;
}
@keyframes beat { 0%,100% { transform: scale(1); opacity: 0.9; } 12% { transform: scale(1.07); } 24% { transform: scale(1); } }
.heart-glow svg { width: 170px; height: 170px; position: relative; filter: drop-shadow(0 10px 30px rgba(214,53,53,0.6)); }
.heart-en { display: flex; flex-direction: column; gap: 2px; color: rgba(255,255,255,0.9); font-weight: 800; font-size: 17px; letter-spacing: 4px; line-height: 2; align-items: center; }
.heart-en .gold-rule { margin-top: 10px; }

/* ============================================================
   الحجز
============================================================ */
.booking-sec { background: linear-gradient(135deg, var(--navy-deep), var(--navy) 65%, var(--navy-blue)); color: #fff; position: relative; overflow: hidden; padding: 90px 0; }
.booking-sec::before {
  content: ''; position: absolute; top: -100px; left: -100px; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(215,164,73,0.18), transparent 65%);
}
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; position: relative; }
.book-info h2 { color: #fff; font-size: clamp(24px, 3vw, 36px); font-weight: 900; margin-bottom: 10px; }
.mini-badge { background: rgba(215,164,73,0.16); color: var(--gold-light); font-weight: 800; padding: 7px 20px; border-radius: 999px; display: inline-block; margin-bottom: 14px; font-size: 13.5px; border: 1px solid rgba(215,164,73,0.35); }
.book-info .sub { color: #C9D6D7; font-size: 16px; }
.contact-box { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; padding: 20px 22px; margin: 22px 0; display: grid; gap: 10px; font-weight: 700; font-size: 15.5px; backdrop-filter: blur(10px); }
.contact-box a { color: var(--gold-light); }
.map iframe { box-shadow: var(--shadow); border: 4px solid rgba(255,255,255,0.12) !important; border-radius: 14px; background: #0a3a48; }
.book-form { background: #fff; color: var(--text); border-radius: 26px; padding: 36px 34px; box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.book-form h3 { margin-bottom: 20px; color: var(--navy); font-size: 22px; font-weight: 900; }
.book-form label { display: block; font-weight: 800; font-size: 14.5px; margin-bottom: 14px; color: var(--navy); }
.book-form input, .book-form select, .book-form textarea { width: 100%; margin-top: 7px; padding: 13px 16px; border: 2px solid #DDE4E4; border-radius: 13px; font-family: inherit; font-size: 14.5px; background: #FAFAF7; transition: 0.3s; color: var(--text); }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { border-color: var(--gold); background: #fff; outline: none; box-shadow: 0 0 0 4px rgba(215,164,73,0.18); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.book-msg { padding: 13px; border-radius: 12px; margin-bottom: 14px; font-weight: 700; font-size: 14.5px; text-align: center; }
.book-msg.ok { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.book-msg.err { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* ============================================================
   شريط التواصل + اقتباس + فوتر
============================================================ */
.contact-bar { background: var(--warm); padding: 54px 0 0; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 18px; text-align: center; align-items: start; background: #fff; border-radius: 30px; box-shadow: var(--shadow-sm); border: 1px solid rgba(5,42,58,0.06); padding: 34px 28px; }
.c-brand { text-align: right; }
.c-brand .brand-txt b { color: var(--navy); font-size: 18px; }
.c-brand .brand-txt small { color: var(--muted-dark); }
.follow { font-weight: 800; color: var(--navy); font-size: 14px; margin: 14px 0 8px; }
.c-block { position: relative; padding: 4px 16px; }
.c-block + .c-block::before, .contact-grid > *:nth-child(n+2)::before {
  content: ''; position: absolute; right: -9px; top: 8px; bottom: 8px; width: 1px; background: #E8ECEC;
}
.c-brand::before { display: none !important; }
.c-block svg { width: 32px; height: 32px; stroke: var(--navy); margin: 0 auto 8px; display: block; }
.c-block b { display: block; font-size: 17px; font-weight: 800; color: var(--navy); }
.c-block span { color: var(--muted-dark); font-weight: 700; font-size: 14.5px; display: block; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid #E3E7E7; margin: 0;
  display: inline-flex; align-items: center; justify-content: center; color: var(--navy); transition: 0.3s;
}
.socials a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.socials svg { width: 19px; height: 19px; fill: currentColor; }
.final-quote { text-align: center; padding: 26px 0 54px; background: var(--warm); }
.final-quote .hand { font-size: 38px; color: var(--navy); line-height: 2; font-family: 'Aref Ruqaa', 'Cairo', serif; }
.final-quote .ecg { margin: 4px auto 0; display: block; width: 180px; height: 28px; }
.footer { background: #fff; border-top: 1px solid #EEF1F1; padding: 22px 0; }
.foot-grid { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot-grid .brand-txt b { color: var(--navy); font-size: 16px; }
.copy { font-size: 13.5px; font-weight: 600; color: var(--muted-dark); text-align: center; }
.flinks { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--muted-dark); }
.flinks a:hover { color: var(--gold); }

/* واتساب عائم */
.wa-float { position: fixed; bottom: 22px; left: 22px; z-index: 99; transition: 0.3s; background-color: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,0.25); }
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.1) translateY(-4px); }

/* صفحات الخدمات */
.page-hero { background: linear-gradient(135deg, var(--navy-deep), var(--navy-blue)); color: #fff; padding: 70px 0 60px; border-radius: 0 0 56px 56px; text-align: center; }
.page-hero h1 { font-size: clamp(26px, 4vw, 42px); font-weight: 900; margin: 12px 0; }
.page-hero p { color: #C9D6D7; }
.price { background: var(--gold); color: var(--navy-deep); font-weight: 800; padding: 6px 18px; border-radius: 999px; font-size: 14px; }
.price.big { font-size: 16px; padding: 10px 26px; display: inline-block; margin-top: 14px; }
.page-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 36px; padding: 56px 0; }
.page-content { background: #fff; border-radius: 26px; padding: 34px; box-shadow: var(--shadow-sm); border: 1px solid #EEF1F1; }
.page-img { width: 100%; border-radius: 20px; margin-bottom: 20px; }
.rich { line-height: 2; font-size: 16px; }
.rich ul { padding-right: 20px; }

/* حركات */
.reveal { opacity: 0; transform: translateY(32px); transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.vis { opacity: 1; transform: none; }

/* ============================================================
   Responsive — تغطية شاملة كل الأجهزة
============================================================ */

/* لابتوب صغير */
@media (max-width: 1200px) {
  .container { max-width: 1024px; }
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
  .svc-body h3 { min-height: 0; }
}

/* تابلت أفقي */
@media (max-width: 1024px) {
  .container { padding: 0 26px; }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 560px; }
  .doc-img { height: 520px; }
  .testi-layout { grid-template-columns: 1fr 250px; gap: 30px; }
  .testi-track { grid-template-columns: repeat(2, 1fr); }
  .testi-track .tcard:nth-child(3) { display: none; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .contact-grid > *:nth-child(n+2)::before { display: none; }
  .family-row, .grid2, .page-grid { grid-template-columns: 1fr; gap: 36px; }
  .curve-card { padding: 36px 30px; }
}

/* تابلت عمودي + موبايل كبير: همبرجر */
@media (max-width: 900px) {
  .links {
    position: absolute; top: 80px; right: 20px; left: 20px; background: #0a2e3d;
    flex-direction: column; padding: 20px; border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4); display: none; z-index: 99;
    border: 1px solid rgba(215,164,73,0.25);
  }
  .links.open { display: flex; animation: slideDown 0.3s ease; }
  @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
  .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 40px; text-align: center; }
  .hero-text { text-align: center; order: -1; }
  .hero-support2 { margin-inline: auto; }
  .hero-btns, .hero-stats { justify-content: center; margin-inline: auto; }
  .hero-en { right: 4px; top: 10px; font-size: 12px; }
  .hero-hand { bottom: 60px; font-size: 18px; }
  .hero-media { min-height: 480px; }
  .doc-frame { max-width: 420px; }
}

/* موبايل */
@media (max-width: 768px) {
  .testi-track { grid-template-columns: 1fr; }
  .testi-track .tcard { display: none; }
  .testi-track .tcard:first-child { display: flex; }
  .testi-layout { grid-template-columns: 1fr; }
  .heart-side { flex-direction: row; justify-content: center; }
  .heart-glow, .heart-photo { width: 150px; height: 150px; }
  .heart-glow svg { width: 120px; height: 120px; }
}

/* موبايل صغير */
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .nav { height: 68px; gap: 8px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-txt b { font-size: 15px; }
  .brand-txt small { display: none; }
  .btn { height: 46px; padding: 0 20px; font-size: 14px; }
  .btn.big { height: 52px; padding: 0 24px; font-size: 15px; width: 100%; }
  .nav-cta .btn { padding: 0 14px; font-size: 12.5px; height: 42px; }
  .hero { padding-bottom: 100px; }
  .hero-grid { padding-top: 30px; }
  .doc-name { font-size: clamp(40px, 11vw, 54px); line-height: 1.5; }
  .doc-name .gold-dot { width: 12px; height: 12px; top: 4px; left: -6px; box-shadow: 0 0 0 4px rgba(215,164,73,0.18); }
  .hero-specialty { font-size: 21px; }
  .hero-support1 { font-size: 16px; }
  .hero-support2 { font-size: 14.5px; }
  .hero-btns { flex-direction: column; align-items: stretch; gap: 14px; }
  .play-wrap { justify-content: center; }
  .hero-stats { grid-template-columns: 1fr; max-width: 420px; }
  .hstat { justify-content: flex-start; padding: 12px 14px; }
  .doc-img { height: 420px; }
  .hero-media { min-height: 440px; }
  .hero-en { display: none; }
  .hero-hand { right: 0; left: 0; text-align: center; align-items: center; bottom: 40px; font-size: 17px; }
  .hero-curve { height: 60px; border-radius: 36px 36px 0 0; }
  .curve-card { margin-top: -50px; border-radius: 28px; padding: 26px 18px; }
  .feats4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .feats4 .feat { background: var(--warm); border-radius: 16px; padding: 16px 8px; }
  .feats4 .feat + .feat::before { display: none; }
  .feats4 b { font-size: 13.5px; }
  .family-row { gap: 24px; }
  .family-img { min-height: 320px; border-radius: 40px 10px 40px 10px; }
  .family-hand { font-size: 21px; right: 20px; left: 20px; bottom: 18px; }
  .section { padding: 60px 0; }
  .svc-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .svc-img { height: 170px; }
  .sec-title i { width: 28px; }
  .testi-viewport { gap: 8px; }
  .t-arrow { width: 42px; height: 42px; font-size: 20px; }
  .tcard { min-height: 0; padding: 26px 20px; }
  .contact-grid { grid-template-columns: 1fr; border-radius: 24px; padding: 28px 20px; }
  .c-brand { text-align: center; }
  .c-brand .brand { justify-content: center; }
  .socials { justify-content: center; }
  .follow { text-align: center; }
  .row2 { grid-template-columns: 1fr; }
  .book-form { padding: 26px 20px; }
  .grid2 { gap: 30px; }
  .final-quote .hand { font-size: 28px; }
  .foot-grid { flex-direction: column; text-align: center; justify-content: center; }
  .m-item { width: 270px; height: 185px; }
  .wa-float { width: 52px !important; height: 52px !important; bottom: 16px !important; left: 16px !important; }
  .wa-float svg { width: 27px !important; height: 27px !important; }
  .testi-wave-top { height: 34px; border-radius: 0 0 34px 34px; }
  .testi-wave-bottom { height: 34px; border-radius: 34px 34px 0 0; }
  .page-grid { padding: 36px 0; }
  .page-content { padding: 22px 18px; }
}

/* هواتف صغيرة جداً (360px وأقل — أندرويد اقتصادي) */
@media (max-width: 400px) {
  .container { padding: 0 12px; }
  .doc-name { font-size: 38px; }
  .hero-specialty { font-size: 19px; }
  .brand-txt b { font-size: 13.5px; }
  .nav-cta .btn { font-size: 11.5px; padding: 0 10px; }
  .burger { width: 40px; height: 40px; font-size: 19px; }
  .hstat b { font-size: 20px; }
  .curve-quote p { font-size: 18px; }
  .tcard blockquote { font-size: 13.5px; }
  .book-form input, .book-form select, .book-form textarea { font-size: 14px; padding: 12px 14px; }
  .ticker { font-size: 12px; }
}

/* شاشات كبيرة جداً */
@media (min-width: 1400px) {
  .container { max-width: 1280px; }
  .doc-name { font-size: 86px; }
  .doc-img { height: 640px; }
}
