:root{--primary:#f2d64b;--primary-dark:#d4ae1f;--navy:#111827;--navy-2:#0b1220;--muted:#64748b;--soft:#fff8d6;--card:#ffffff;--line:#e5e7eb;--bg:#f7f8fb}*{box-sizing:border-box}body{margin:0;font-family:"Tajawal","Cairo",Arial,sans-serif;background:var(--bg);color:var(--navy);line-height:1.85}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.mah-container{width:min(1180px,92%);margin:auto}.mah-header{position:sticky;top:0;z-index:50;background:rgba(11,18,32,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(242,214,75,.25)}.mah-nav{display:flex;align-items:center;gap:18px;min-height:88px}.mah-brand img{width:235px;max-height:62px;object-fit:contain;display:block}.custom-logo-link img{width:235px;max-height:62px;object-fit:contain}.mah-menu{margin-inline-start:auto}.mah-menu ul{display:flex;gap:8px;align-items:center;list-style:none;margin:0;padding:0}.mah-menu a{display:block;padding:11px 14px;border-radius:14px;color:#f8fafc;font-weight:800}.mah-menu a:hover{background:rgba(242,214,75,.12);color:var(--primary)}.mah-call,.mah-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900;padding:12px 22px;transition:.2s}.mah-call,.mah-btn.primary{background:linear-gradient(135deg,#ffe873,#d4ae1f);color:#111827;box-shadow:0 12px 30px rgba(242,214,75,.25)}.mah-call{white-space:nowrap}.mah-btn.ghost{background:#fff;border:1px solid var(--line)}.mah-btn.light{background:#fff;color:#111827}.mah-menu-toggle{display:none;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:10px 14px;font-size:23px}.mah-header .mah-social{margin:0}.mah-header .mah-social a{background:rgba(255,255,255,.08);color:#fff}.mah-header .mah-social a:hover{background:var(--primary);color:#111827}.mah-hero{position:relative;overflow:hidden;padding:82px 0 68px;background:radial-gradient(circle at 16% 16%,rgba(242,214,75,.35) 0,transparent 34%),linear-gradient(135deg,#fff 0,#f7f8fb 48%,#fff8d6 100%)}.mah-hero:before{content:"";position:absolute;inset:auto -12% -45% auto;width:540px;height:540px;border-radius:50%;background:rgba(17,24,39,.08)}.mah-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center;position:relative}.mah-kicker,.mah-section-head span{display:inline-block;color:#111827;background:rgba(242,214,75,.26);border:1px solid rgba(212,174,31,.32);padding:7px 15px;border-radius:999px;font-weight:900}.mah-kicker.dark{color:#111827;background:#f2d64b}.mah-hero h1{font-size:clamp(42px,7vw,78px);line-height:1.1;margin:18px 0 18px}.lead{font-size:22px;color:#334155;max-width:780px}.mah-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.mah-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.mah-stats div{background:rgba(255,255,255,.88);border:1px solid #f4e7a0;border-radius:24px;padding:18px;box-shadow:0 12px 40px rgba(15,23,42,.07)}.mah-stats strong{display:block;font-size:26px}.mah-stats span{color:var(--muted)}.mah-doctor-card{position:relative;min-height:500px;display:flex;align-items:end;justify-content:center;background:linear-gradient(180deg,#fff8d6,#fff);border:1px solid #f4e7a0;border-radius:40px;overflow:hidden;box-shadow:0 30px 80px rgba(15,23,42,.14)}.mah-doctor-card img{position:relative;z-index:2;width:100%;max-height:470px;object-fit:contain;object-position:bottom center}.mah-orbit{position:absolute;width:380px;height:380px;border-radius:50%;background:linear-gradient(135deg,rgba(242,214,75,.55),rgba(17,24,39,.10));top:48px}.mah-card-note{position:absolute;z-index:3;bottom:24px;right:24px;left:24px;text-align:center;background:rgba(17,24,39,.88);color:#fff;border-radius:20px;padding:14px}.mah-section{padding:76px 0}.mah-section-head{text-align:center;margin:0 auto 34px;max-width:740px}.mah-section-head h2,.mah-about-strip h2,.mah-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.25;margin:12px 0}.mah-section-head p{color:var(--muted);font-size:18px}.mah-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mah-services article,.mah-post-card,.mah-content-card,.mah-empty-posts{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.mah-services article{padding:26px}.mah-service-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#111827,#374151);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900}.mah-services h3{font-size:22px;margin:16px 0 8px}.mah-services p,.mah-post-content p{color:var(--muted)}.mah-about-strip{padding:70px 0;background:linear-gradient(135deg,#0b1220,#1f2937);color:#fff}.mah-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.mah-bullets{display:grid;gap:12px}.mah-bullets p{background:rgba(255,255,255,.08);border:1px solid rgba(242,214,75,.25);padding:16px;border-radius:18px;margin:0}.mah-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mah-post-card{overflow:hidden;transition:.2s}.mah-post-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.10)}.mah-post-card img,.mah-placeholder{height:230px;width:100%;object-fit:cover;background:linear-gradient(135deg,#fff8d6,#e5e7eb)}.mah-post-content{padding:22px}.mah-post-content time,.mah-page-hero time{color:#a37e00;font-weight:900}.mah-post-content h3{font-size:22px;line-height:1.45;margin:8px 0}.mah-read-more{display:inline-flex;margin-top:8px;font-weight:900;color:#111827;border-bottom:2px solid var(--primary)}.mah-empty-posts{padding:28px;text-align:center;color:#64748b}.mah-cta{text-align:center;padding:70px 0;background:linear-gradient(135deg,#111827,#2d3748);color:#fff}.mah-page-hero{padding:76px 0;background:radial-gradient(circle at 18% 20%,rgba(242,214,75,.35),transparent 35%),linear-gradient(135deg,#fff,#fff8d6);text-align:center}.mah-page-hero h1{font-size:clamp(34px,5vw,58px);margin:0}.mah-page-hero p{color:#475569;font-size:19px}.mah-content-wrap{padding:55px 0}.mah-content-card{padding:clamp(24px,5vw,54px);font-size:19px}.mah-content-card h2{font-size:30px}.mah-content-card table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:16px}.mah-content-card td,.mah-content-card th{border:1px solid var(--line);padding:12px}.mah-single-image{width:100%;border-radius:28px;margin-bottom:26px;max-height:560px;object-fit:cover}.mah-footer{background:#070d18;color:#dbeafe;padding-top:50px}.mah-footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:34px}.mah-footer-logo{width:255px;max-height:75px;object-fit:contain;background:rgba(255,255,255,.04);border:1px solid rgba(242,214,75,.20);border-radius:18px;padding:8px}.mah-footer h3{color:#fff}.mah-footer a{color:#fff8d6}.mah-footer-menu,.mah-footer ul{list-style:none;padding:0;margin:0}.mah-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.mah-social a{width:40px;height:40px;border-radius:13px;background:rgba(255,255,255,.10);display:flex;align-items:center;justify-content:center;color:#fff}.mah-social a:hover{background:#f2d64b;color:#111827}.mah-social svg{width:21px;height:21px;fill:currentColor}.mah-copy{text-align:center;border-top:1px solid rgba(255,255,255,.10);padding:18px;margin-top:36px;color:#94a3b8}.mah-floating{position:fixed;left:18px;bottom:18px;z-index:60;background:#22c55e;color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.18)}.mah-pagination{margin-top:25px}.mah-pagination .nav-links{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.mah-pagination a,.mah-pagination span{background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px 12px}.mah-pagination .current{background:#111827;color:#fff}@media(max-width:1080px){.mah-header .mah-social{display:none}}@media(max-width:900px){.mah-menu-toggle{display:block;margin-inline-start:auto}.mah-call{display:none}.mah-menu{display:none;position:absolute;top:88px;left:4%;right:4%;background:#111827;border:1px solid rgba(242,214,75,.22);border-radius:22px;padding:12px;box-shadow:0 20px 50px rgba(15,23,42,.20)}.mah-menu.is-open{display:block}.mah-menu ul{display:block}.mah-hero-grid,.mah-about-grid,.mah-footer-grid{grid-template-columns:1fr}.mah-services,.mah-posts{grid-template-columns:1fr}.mah-stats{grid-template-columns:1fr}.mah-brand img,.custom-logo-link img{width:210px}.mah-doctor-card{min-height:390px}.mah-doctor-card img{max-height:360px}.mah-section{padding:56px 0}}
