:root {
  --jh-primary: #1f57c3;
  --jh-secondary: #17b2c8;
  --jh-dark: #0d1b4c;
  --jh-text: #4b5563;
  --jh-title: #10224d;
  --jh-bg: #f6fbff;
  --jh-white: #ffffff;
  --jh-border: #dbe7f1;
  --jh-shadow: 0 18px 40px rgba(16, 34, 77, 0.08);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,sans-serif;color:var(--jh-text);background:#f3f8fc;line-height:1.6}
a{text-decoration:none}
img{max-width:100%;height:auto;display:block;border-radius:22px}
.jh-container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.jh-topbar{background:var(--jh-dark);color:#fff;font-size:14px}
.jh-topbar-inner{display:flex;justify-content:space-between;gap:16px;padding:10px 0}
.jh-topbar a{color:#fff;font-weight:700}
.jh-header{background:rgba(255,255,255,.96);backdrop-filter:blur(10px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--jh-border)}
.jh-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}
.jh-brand a{display:flex;align-items:center;gap:14px;color:inherit}
.jh-brand h1{margin:0;color:var(--jh-title);font-size:26px;line-height:1.1}
.jh-brand p{margin:4px 0 0;font-size:13px;color:#64748b}
.jh-menu{display:flex;list-style:none;gap:22px;margin:0;padding:0}
.jh-menu a{color:#1f2937;font-weight:700}
.jh-header-cta{display:flex;gap:12px;align-items:center}
.jh-call-btn,.jh-whatsapp-btn,.jh-btn-primary,.jh-btn-secondary,.jh-btn-light{display:inline-block;padding:14px 22px;border-radius:14px;font-weight:700;transition:.2s ease}
.jh-call-btn,.jh-btn-primary{background:linear-gradient(135deg,var(--jh-primary),#2d72f3);color:#fff;box-shadow:var(--jh-shadow)}
.jh-whatsapp-btn{background:#eafaf2;color:#099250}
.jh-btn-secondary{border:1px solid rgba(255,255,255,.55);color:#fff}
.jh-btn-light{background:#fff;color:var(--jh-title)}
.jh-hero{position:relative;padding:100px 0;background:linear-gradient(135deg,#0c1f5f,#1f57c3 60%,#12a6c7);background-size:cover;background-position:center;color:#fff}
.jh-hero-overlay,.jh-cta-overlay{position:absolute;inset:0;background:rgba(8,18,53,.45)}
.jh-hero-grid,.jh-grid-2,.jh-grid-3,.jh-grid-4,.jh-footer-grid,.jh-cta-inner,.jh-strip-inner{display:grid;gap:26px;position:relative;z-index:1}
.jh-hero-grid,.jh-grid-2,.jh-footer-grid,.jh-cta-inner,.jh-strip-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
.jh-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.jh-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.jh-badge{display:inline-block;margin-bottom:18px;padding:10px 14px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:999px;font-weight:700}
.jh-hero-content h2,.jh-page-hero h2,.jh-cta h2,.jh-appointment-strip h2{margin:0 0 18px;font-size:52px;line-height:1.05;color:#fff}
.jh-hero-content p{max-width:650px;font-size:18px;color:#e9f2ff}
.jh-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.jh-hero-card,.jh-card,.jh-page-hero,.jh-footer,.jh-appointment-strip{border-radius:28px}
.jh-hero-card,.jh-card{background:#fff;border:1px solid var(--jh-border);box-shadow:var(--jh-shadow);padding:30px;color:var(--jh-text)}
.jh-hero-card h3,.jh-card h3{margin-top:0;color:var(--jh-title);font-size:28px}
.jh-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.jh-mini-box{background:var(--jh-bg);border-radius:18px;padding:18px;text-align:center}
.jh-mini-box span{display:block;font-size:24px;font-weight:800;color:var(--jh-title)}
.jh-mini-box small{color:#64748b}
.jh-section,.jh-page-hero,.jh-cta,.jh-appointment-strip{padding:80px 0}
.jh-page-hero{background:linear-gradient(135deg,#edf6ff,#ffffff)}
.jh-page-hero h2{color:var(--jh-title);font-size:46px}
.jh-page-hero p{font-size:18px;max-width:700px}
.jh-section-light{background:#fff}
.jh-section-head{max-width:700px;margin-bottom:28px}
.jh-section-head h2,.jh-about-wrap h2{font-size:42px;line-height:1.1;color:var(--jh-title);margin:0 0 10px}
.jh-section-eyebrow{color:var(--jh-primary);text-transform:uppercase;font-size:13px;letter-spacing:.2em;font-weight:800;margin-bottom:12px}
.jh-section-eyebrow.white{color:#cde8ff}
.jh-check-list{padding-left:18px}
.jh-check-list li{margin-bottom:10px}
.jh-about-image img{min-height:380px;object-fit:cover}
.jh-placeholder-image{display:flex;align-items:center;justify-content:center;min-height:380px;background:#edf6ff;border:2px dashed #9dc2df;border-radius:24px;color:#4a6b8b;font-weight:700;text-align:center;padding:20px}
.jh-placeholder-image.sm{min-height:220px;margin-bottom:16px}
.doctor-card img,.service-card img{width:100%;min-height:220px;object-fit:cover;margin-bottom:16px}
.jh-quick-cards{margin-top:-48px;position:relative;z-index:3}
.jh-quick-cards .jh-card h3{font-size:22px;margin-bottom:8px}
.jh-cta{position:relative;background:linear-gradient(135deg,#0d1b4c,#1f57c3);background-size:cover;background-position:center;color:#fff}
.jh-appointment-strip{background:linear-gradient(135deg,#15a7c6,#1f57c3);color:#fff}
.jh-footer{background:#fff;border-top:1px solid var(--jh-border);padding:60px 0 24px}
.jh-footer h3,.jh-footer h4{color:var(--jh-title);margin-top:0}
.jh-footer-links{list-style:none;padding:0;margin:0}
.jh-footer-links li{margin-bottom:8px}
.jh-footer-links a{color:#334155}
.jh-copyright{border-top:1px solid var(--jh-border);padding-top:18px;margin-top:30px}
.jh-floating-whatsapp{position:fixed;right:20px;bottom:20px;background:#10b981;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;box-shadow:var(--jh-shadow);z-index:90}
.mt{margin-top:16px}
@media (max-width: 1100px){.jh-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.jh-menu{gap:16px}}
@media (max-width: 991px){.jh-hero-grid,.jh-grid-2,.jh-grid-3,.jh-grid-4,.jh-footer-grid,.jh-cta-inner,.jh-strip-inner{grid-template-columns:1fr}.jh-header-inner{flex-wrap:wrap}.jh-nav{width:100%;order:3}.jh-hero-content h2,.jh-page-hero h2,.jh-cta h2,.jh-appointment-strip h2{font-size:38px}.jh-quick-cards{margin-top:24px}}
@media (max-width: 640px){.jh-container{width:min(1200px,calc(100% - 24px))}.jh-brand h1{font-size:22px}.jh-menu{flex-wrap:wrap;gap:10px}.jh-header-cta{width:100%;justify-content:flex-start}.jh-topbar-inner{flex-direction:column;align-items:flex-start}.jh-call-btn,.jh-whatsapp-btn,.jh-btn-primary,.jh-btn-secondary,.jh-btn-light{padding:12px 16px}}
