:root{--navy: #1f2933;--navy-2: #2a3642;--blue: #0e7c86;--light-blue: #eaf3f4;--accent: #e0a63a;--text: #24313d;--muted: #5a6b7a;--bg: #ffffff;--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}[dir=rtl] body{font-family:Tajawal,Tahoma,Arial,sans-serif;line-height:1.9}h1,h2,h3{color:var(--navy);line-height:1.25}a{color:var(--blue)}.container{max-width:1040px;margin:0 auto;padding:0 1.25rem}section{padding:3.5rem 0}.section-title{font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.btn-call{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border-radius:999px;transition:background .2s}.btn-call:hover{background:var(--navy)}.nav[data-astro-cid-jdovvxl7]{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--navy) 92%,transparent);backdrop-filter:blur(8px);color:#fff}.nav-inner[data-astro-cid-jdovvxl7]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.7rem;padding-bottom:.7rem}.nav-brand[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}.nav-heart[data-astro-cid-jdovvxl7]{display:inline-flex;width:22px;height:22px;color:var(--accent)}.nav-links[data-astro-cid-jdovvxl7]{display:flex;gap:1.4rem}.nav-links[data-astro-cid-jdovvxl7] a[data-astro-cid-jdovvxl7]{color:#ffffffd9;text-decoration:none;font-size:.95rem}.nav-links[data-astro-cid-jdovvxl7] a[data-astro-cid-jdovvxl7]:hover{color:var(--accent)}.nav-actions[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.75rem}.nav-lang[data-astro-cid-jdovvxl7]{color:#fff;text-decoration:none;font-size:.9rem;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:.3rem .9rem}.nav-lang[data-astro-cid-jdovvxl7]:hover{background:#ffffff26}.nav-cta[data-astro-cid-jdovvxl7]{background:var(--accent);color:var(--navy);text-decoration:none;font-weight:700;font-size:.9rem;border-radius:999px;padding:.35rem 1rem}@media(max-width:760px){.nav-links[data-astro-cid-jdovvxl7],.nav-cta[data-astro-cid-jdovvxl7]{display:none}}.btn[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;padding:.8rem 1.6rem;border-radius:999px;transition:transform .2s,box-shadow .2s,background .2s}.btn[data-astro-cid-jdovvxl7]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.btn-gold[data-astro-cid-jdovvxl7]{background:var(--accent);color:var(--navy)}.btn-ghost[data-astro-cid-jdovvxl7]{color:#fff;border:1.5px solid rgba(255,255,255,.55)}.btn-blue[data-astro-cid-jdovvxl7]{background:var(--blue);color:#fff}.hero[data-astro-cid-jdovvxl7]{background:radial-gradient(1000px 500px at 85% -10%,color-mix(in srgb,var(--blue) 55%,transparent),transparent 60%),linear-gradient(160deg,var(--navy) 0%,var(--navy-2) 55%,var(--blue) 100%);color:#fff;position:relative;overflow:hidden}.hero-inner[data-astro-cid-jdovvxl7]{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding-top:4.5rem;padding-bottom:6.5rem}.hero-text[data-astro-cid-jdovvxl7]{max-width:560px;animation:rise .8s ease both}.hero[data-astro-cid-jdovvxl7] h1[data-astro-cid-jdovvxl7]{color:#fff;font-size:clamp(2.4rem,6vw,3.6rem);margin:.3rem 0;letter-spacing:-.01em}.specialty[data-astro-cid-jdovvxl7]{text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;color:var(--accent);font-weight:700}.name-alt[data-astro-cid-jdovvxl7]{font-size:1.4rem;opacity:.85}.tagline[data-astro-cid-jdovvxl7]{margin:1rem 0 2rem;font-size:1.12rem;opacity:.92}.hero-actions[data-astro-cid-jdovvxl7]{display:flex;gap:.9rem;flex-wrap:wrap}.hero-photo[data-astro-cid-jdovvxl7]{flex-shrink:0;animation:rise .8s .15s ease both}.photo-ring[data-astro-cid-jdovvxl7]{position:relative;border-radius:50%;padding:8px;background:conic-gradient(from 120deg,var(--accent),rgba(255,255,255,.25),var(--accent))}.photo-ring[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{display:block;width:260px;height:260px;border-radius:50%;object-fit:cover;object-position:center top;border:5px solid var(--navy);background:var(--light-blue)}@media(max-width:860px){.hero-inner[data-astro-cid-jdovvxl7]{flex-direction:column-reverse;text-align:center;padding-top:3rem}.hero-actions[data-astro-cid-jdovvxl7]{justify-content:center}.photo-ring[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:190px;height:190px}}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ecg[data-astro-cid-jdovvxl7]{position:absolute;bottom:0;left:0;width:100%;height:90px;opacity:.55}.ecg-line[data-astro-cid-jdovvxl7]{fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linejoin:round;stroke-dasharray:220 780;stroke-dashoffset:1000;animation:ecg 5s linear infinite;filter:drop-shadow(0 0 6px rgba(201,162,39,.8))}@keyframes ecg{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.ecg-line[data-astro-cid-jdovvxl7]{animation:none;stroke-dasharray:none}.hero-text[data-astro-cid-jdovvxl7],.hero-photo[data-astro-cid-jdovvxl7]{animation:none}}.stats[data-astro-cid-jdovvxl7]{background:var(--navy);color:#fff;padding:2.2rem 0}.stats-grid[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;text-align:center}.stat-value[data-astro-cid-jdovvxl7],.stat-suffix[data-astro-cid-jdovvxl7]{font-size:2.4rem;font-weight:800;color:var(--accent)}.stat-label[data-astro-cid-jdovvxl7]{display:block;font-size:.92rem;opacity:.85;margin-top:.15rem}.reveal[data-astro-cid-jdovvxl7]{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.reveal[data-astro-cid-jdovvxl7].visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal[data-astro-cid-jdovvxl7]{opacity:1;transform:none;transition:none}}.alt[data-astro-cid-jdovvxl7]{background:var(--light-blue)}.about-grid[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:800px;margin:0 auto}@media(max-width:820px){.about-grid[data-astro-cid-jdovvxl7]{grid-template-columns:1fr}}.about-photos[data-astro-cid-jdovvxl7]{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.about-photo[data-astro-cid-jdovvxl7]{background:#fff;padding:.6rem .6rem .5rem;border-radius:10px;box-shadow:0 10px 25px #0f2e4c2e;max-width:260px}.about-photo[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:100%;border-radius:6px;display:block}.about-photo[data-astro-cid-jdovvxl7] figcaption[data-astro-cid-jdovvxl7]{font-size:.78rem;color:var(--muted);text-align:center;padding-top:.45rem}.about-photo[data-astro-cid-jdovvxl7].main{transform:rotate(-1.5deg);z-index:2}.about-photo[data-astro-cid-jdovvxl7].offset{transform:rotate(1.5deg);z-index:1}.about-photo[data-astro-cid-jdovvxl7]:hover{transform:rotate(0) scale(1.03);transition:transform .3s;z-index:3}.about-slideshow[data-astro-cid-jdovvxl7]{max-width:1000px;margin:3rem auto 0}.slides-viewport[data-astro-cid-jdovvxl7]{overflow:hidden}.slide-track[data-astro-cid-jdovvxl7]{display:flex;gap:1rem;transition:transform .6s ease}@media(prefers-reduced-motion:reduce){.slide-track[data-astro-cid-jdovvxl7]{transition:none}}.slide[data-astro-cid-jdovvxl7]{flex:0 0 calc((100% - 2rem) / 3);background:#fff;padding:.6rem;border-radius:12px;box-shadow:0 6px 18px #0f2e4c24;display:flex;flex-direction:column}@media(max-width:720px){.slide[data-astro-cid-jdovvxl7]{flex:0 0 100%}}.slide[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px}.slide[data-astro-cid-jdovvxl7] figcaption[data-astro-cid-jdovvxl7]{font-size:.8rem;color:var(--muted);text-align:center;padding:.5rem .3rem .2rem;font-style:italic;margin-top:auto}.slide-dots[data-astro-cid-jdovvxl7]{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.slide-dot[data-astro-cid-jdovvxl7]{width:10px;height:10px;border-radius:50%;border:none;background:#0f2e4c40;cursor:pointer;padding:0;transition:background .3s,transform .3s}.slide-dot[data-astro-cid-jdovvxl7].active{background:var(--accent);transform:scale(1.25)}.about-body[data-astro-cid-jdovvxl7]{max-width:750px;margin:0 auto;text-align:start}.about-lead[data-astro-cid-jdovvxl7]{font-size:1.12rem;line-height:1.8;color:var(--navy);margin-bottom:1.2rem}[data-astro-cid-jdovvxl7][dir=rtl] .about-lead[data-astro-cid-jdovvxl7]{line-height:2}.about-more[data-astro-cid-jdovvxl7]{font-size:1.02rem;line-height:1.8;color:var(--muted);margin-bottom:1.2rem}.timeline-wrap[data-astro-cid-jdovvxl7]{position:relative;max-width:760px;margin:0 auto}.tl-path[data-astro-cid-jdovvxl7]{display:none}.timeline[data-astro-cid-jdovvxl7]{list-style:none;position:relative;padding-inline-start:2.2rem}.timeline[data-astro-cid-jdovvxl7]:before{content:"";position:absolute;inset-inline-start:9px;top:6px;bottom:6px;width:3px;border-radius:3px;background:linear-gradient(var(--blue),var(--accent))}.timeline-item[data-astro-cid-jdovvxl7]{position:relative;padding-bottom:1.6rem}.timeline-item[data-astro-cid-jdovvxl7]:last-child{padding-bottom:0}.timeline-dot[data-astro-cid-jdovvxl7]{position:absolute;inset-inline-start:-2.2rem;top:1.35rem;width:15px;height:15px;margin-inline-start:3px;border-radius:50%;background:var(--accent);border:3px solid #fff;box-shadow:0 0 0 3px var(--blue);z-index:2}.timeline-card[data-astro-cid-jdovvxl7]{background:#fff;border-radius:var(--radius);padding:1.2rem 1.4rem;box-shadow:0 2px 10px #0f2e4c14;transition:transform .25s,box-shadow .25s;position:relative;z-index:1}.timeline-card[data-astro-cid-jdovvxl7]:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0f2e4c24}.timeline-year[data-astro-cid-jdovvxl7]{display:inline-block;background:var(--navy);color:var(--accent);font-weight:800;font-size:.85rem;border-radius:999px;padding:.15rem .85rem;margin-bottom:.5rem}.timeline-card[data-astro-cid-jdovvxl7] h3[data-astro-cid-jdovvxl7]{font-size:1.08rem;margin-bottom:.3rem}.timeline-card[data-astro-cid-jdovvxl7] p[data-astro-cid-jdovvxl7]{color:var(--muted);font-size:.95rem}@media(min-width:760px){.timeline-wrap[data-astro-cid-jdovvxl7]{max-width:1080px}.timeline[data-astro-cid-jdovvxl7]{padding-inline-start:0;display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem 1.6rem}.timeline[data-astro-cid-jdovvxl7]:before{display:none}.timeline-item[data-astro-cid-jdovvxl7]{padding-bottom:0;padding-top:1.8rem;grid-row:var(--r2);grid-column:var(--c2)}.timeline-item[data-astro-cid-jdovvxl7] .timeline-dot[data-astro-cid-jdovvxl7]{inset-inline-start:calc(50% - 7.5px);inset-inline-end:auto;margin-inline-start:0;top:.15rem}.timeline-item[data-astro-cid-jdovvxl7] .timeline-card[data-astro-cid-jdovvxl7]{height:100%}.tl-path[data-astro-cid-jdovvxl7]{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible}.tl-path[data-astro-cid-jdovvxl7] path[data-astro-cid-jdovvxl7]{fill:none;stroke:var(--blue);stroke-width:2.5;stroke-dasharray:7 8;stroke-linecap:round;opacity:.4}}@media(min-width:1080px){.timeline[data-astro-cid-jdovvxl7]{grid-template-columns:repeat(3,1fr)}.timeline-item[data-astro-cid-jdovvxl7]{grid-row:var(--r3);grid-column:var(--c3)}}.cred-grid[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;max-width:900px;margin:0 auto}@media(max-width:700px){.cred-grid[data-astro-cid-jdovvxl7]{grid-template-columns:1fr}}.cred-card[data-astro-cid-jdovvxl7]{background:#fff;border-radius:var(--radius);padding:1.8rem 1.6rem;box-shadow:0 2px 10px #0f2e4c14;transition:transform .25s,box-shadow .25s}.cred-card[data-astro-cid-jdovvxl7]:hover{transform:translateY(-5px);box-shadow:0 14px 30px #0f2e4c29}.cred-icon[data-astro-cid-jdovvxl7]{width:46px;height:46px;color:var(--blue);background:var(--light-blue);border-radius:12px;padding:10px;margin-bottom:.9rem}.cred-card[data-astro-cid-jdovvxl7] h3[data-astro-cid-jdovvxl7]{margin-bottom:.7rem;font-size:1.15rem}.cred-card[data-astro-cid-jdovvxl7] ul[data-astro-cid-jdovvxl7]{list-style:none;display:grid;gap:.55rem}.cred-card[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]{position:relative;padding-inline-start:1.3rem;font-size:.95rem;color:var(--text)}.cred-card[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]:before{content:"";position:absolute;inset-inline-start:0;top:.5em;width:8px;height:8px;border-radius:50%;background:var(--accent)}.services-grid[data-astro-cid-jdovvxl7]{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.9rem;max-width:860px;margin:0 auto}.services-grid[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid rgba(22,104,168,.18);border-radius:var(--radius);padding:.95rem 1.2rem;transition:border-color .2s,transform .2s,box-shadow .2s}.services-grid[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 8px 18px #0f2e4c1a}.service-icon[data-astro-cid-jdovvxl7]{flex-shrink:0;width:26px;height:26px;color:var(--blue)}.subsection-title[data-astro-cid-jdovvxl7]{text-align:center;font-size:1.3rem;color:var(--navy);margin-bottom:1.2rem}.booking-note[data-astro-cid-jdovvxl7]{text-align:center;margin-top:2.5rem;margin-bottom:2rem;color:var(--muted)}.clinics-grid[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.4rem}.clinic-card[data-astro-cid-jdovvxl7]{background:#fff;border-radius:var(--radius);padding:1.9rem 1.6rem;box-shadow:0 2px 10px #0f2e4c1a;text-align:center;display:flex;flex-direction:column;gap:.55rem;align-items:center;border-top:4px solid var(--blue);transition:transform .25s,box-shadow .25s}.clinic-card[data-astro-cid-jdovvxl7]:hover{transform:translateY(-5px);box-shadow:0 14px 30px #0f2e4c29}.clinic-area[data-astro-cid-jdovvxl7]{color:var(--blue);font-weight:700;display:inline-flex;align-items:center;gap:.35rem}.clinic-address[data-astro-cid-jdovvxl7],.clinic-hours[data-astro-cid-jdovvxl7]{color:var(--muted);font-size:.94rem}.clinic-hours[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;gap:.35rem}.clinic-card[data-astro-cid-jdovvxl7] .btn[data-astro-cid-jdovvxl7]{margin-top:.8rem}.mini-icon[data-astro-cid-jdovvxl7]{display:inline-flex;width:18px;height:18px;flex-shrink:0}.map-link[data-astro-cid-jdovvxl7]{font-size:.9rem}footer[data-astro-cid-jdovvxl7]{background:var(--navy);color:#fff;text-align:center;padding:1.6rem 0;font-size:.9rem}
