/* ── DESIGN LANGUAGE: Clinical White + Bold Crimson Accents + Large Typographic Numbers ── */
:root {
  --kg: #362C6A;
  --kg-mid: #0b0171;
  --kg-deep: #1a1340;
  --kg-light: #5046a0;
  --kg-pale: #ece9f8;
  --kg-palest: #f6f4fc;
  --red: #c8404a;
  --red-dark: #9e2f37;
  --gold: #c9973e;
  --text: #0f0d22;
  --text-mid: #3d3660;
  --text-soft: #7a74a8;
  --border: rgba(54,44,106,0.1);
  --white: #ffffff;
  --off: #f8f7fc;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Outfit", sans-serif; background: var(--white); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }



/* ═══════════════════════════════════
   HERO — Split layout: left text + right big stat tower
   Completely different from homepage gradient hero
═══════════════════════════════════ */
.hero {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 5%;
  min-height: 88vh;
  display: flex;
  align-items: stretch;
}
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 480px; gap: 0; align-items: stretch; }

/* Left: pure typographic storytelling */
.hero-left { padding: 80px 60px 80px 0; border-right: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; }
.hero-dept-tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.hero-dept-tag span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); }
.hero-dept-tag::before { content: ""; width: 32px; height: 2px; background: var(--red); display: block; }
.hero-left h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(38px, 4.5vw, 64px); font-weight: 600; color: var(--text); line-height: 1.08; margin-bottom: 24px; }
.hero-left h1 em { font-style: italic; color: var(--red); }
.hero-left h1 span { color: var(--kg); }
.hero-desc { font-size: 16px; color: var(--text-mid); line-height: 1.85; max-width: 480px; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.btn-red { background: var(--red); color: #fff; padding: 14px 32px; border-radius: 4px; font-size: 14.5px; font-weight: 600; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,64,74,.3); }
.btn-line { background: transparent; color: var(--kg); padding: 13px 28px; border-radius: 4px; border: 1.5px solid var(--kg); font-size: 14px; font-weight: 500; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-line:hover { background: var(--kg-pale); }

/* Inline proof strip */
.hero-proof { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: 10px; }
.proof-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.proof-item p { font-size: 13px; color: var(--text-soft); line-height: 1.3; }
.proof-item strong { display: block; font-size: 15px; font-weight: 700; color: var(--text); }

/* Right: vertical stat tower — bold numbers, clinical feel */
.hero-right { background: var(--kg); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.hero-right::before { content: ""; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.03); pointer-events: none; }
.hero-right::after { content: ""; position: absolute; bottom: -80px; left: -40px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.03); pointer-events: none; }
.stat-tower { flex: 1; display: flex; flex-direction: column; position: relative; z-index: 2; }
.stat-block { flex: 1; padding: 36px 40px; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; justify-content: center; transition: background .2s; cursor: default; }
.stat-block:last-child { border-bottom: none; }
.stat-block:hover { background: rgba(255,255,255,.05); }
.stat-block-num { font-family: "Cormorant Garamond", serif; font-size: 72px; font-weight: 700; color: #fff; line-height: 0.9; margin-bottom: 10px; }
.stat-block-num sup { font-size: 28px; vertical-align: super; margin-left: 2px; opacity: .7; }
.stat-block-label { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.55); line-height: 1.4; max-width: 200px; }
.stat-block-badge { display: inline-block; background: var(--red); color: #fff; font-size: 9.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; margin-bottom: 10px; width: fit-content; }
.stat-block-badge.gold { background: var(--gold); color: #fff; }


.accred-chip::before { content: "✓"; color: #22c55e; font-size: 10px; font-weight: 700; }

/* ── SECTION PRIMITIVES ── */
.section { padding: 80px 5%; }
.section-alt { background: var(--off); }
.section-dark { background: var(--kg); }
.container { max-width: 1200px; margin: 0 auto; }
.sec-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 6px; }
.sec-label-w { color: rgba(255,255,255,.4); }
.sec-label-r { color: var(--red); }
.sec-h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(28px, 3vw, 44px); font-weight: 600; color: var(--text); line-height: 1.1; margin-bottom: 14px; }
.sec-h2-w { color: #fff; }
.sec-p { font-size: 16px; color: var(--text-mid); line-height: 1.8; max-width: 620px; }
.sec-p-w { color: rgba(255,255,255,.65); }
.sec-h2-w { color: #fff; }
.sec-header { margin-bottom: 52px; }

/* ── DEPARTMENTS ── 
   Magazine editorial style — asymmetric two-col with number accent */
.dept-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.dept-panel { background: var(--white); border: 1px solid var(--border); padding: 52px 48px; position: relative; overflow: hidden; transition: all .3s; cursor: pointer; }
.dept-panel:hover { border-color: var(--kg); z-index: 2; box-shadow: 0 0 0 2px var(--kg); }
.dept-panel-num { font-family: "Cormorant Garamond", serif; font-size: 120px; font-weight: 700; color: var(--kg-pale); line-height: 1; position: absolute; top: 20px; right: 28px; user-select: none; pointer-events: none; transition: color .3s; }
.dept-panel:hover .dept-panel-num { color: #ddd8f8; }
.dept-panel-icon { font-size: 32px; margin-bottom: 20px; }
.dept-panel h3 { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 600; color: var(--text); margin-bottom: 12px; line-height: 1.15; }
.dept-panel p { font-size: 14px; color: var(--text-soft); line-height: 1.75; margin-bottom: 24px; max-width: 340px; }
.dept-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.dtag { font-size: 11px; font-weight: 600; background: var(--kg-pale); color: var(--kg); padding: 4px 12px; border-radius: 2px; }
.dept-link { font-size: 13.5px; font-weight: 600; color: var(--kg); display: inline-flex; align-items: center; gap: 8px; border-bottom: 1.5px solid var(--kg); padding-bottom: 2px; transition: gap .2s; }
.dept-panel:hover .dept-link { gap: 14px; }

/* ── PROCEDURES ── 
   Numbered list style — editorial table, not cards */
.proc-table { width: 100%; border-collapse: collapse; }
.proc-table-head { display: grid; grid-template-columns: 56px 1fr 160px 120px; gap: 0; padding: 10px 20px; border-bottom: 2px solid var(--text); }
.proc-table-head span { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); }
.proc-row { display: grid; grid-template-columns: 56px 1fr 160px 120px; gap: 0; padding: 20px 20px; border-bottom: 1px solid var(--border); align-items: center; transition: background .18s; }
.proc-row:hover { background: var(--off); }
.proc-row-num { font-family: "Cormorant Garamond", serif; font-size: 22px; font-weight: 700; color: var(--text-soft); }
.proc-row-info h4 { font-size: 14.5px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.proc-row-info p { font-size: 12.5px; color: var(--text-soft); line-height: 1.5; }
.proc-row-dept { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.proc-row-dept.card { color: #2d9a6e; }
.proc-row-dept.surg { color: var(--red); }
.proc-usp { font-size: 11.5px; font-weight: 600; color: var(--kg); background: var(--kg-pale); padding: 3px 10px; border-radius: 2px; width: fit-content; }

/* ── ROBOTIC SECTION ──
   Dark split panel with big headline — not a card grid */
.robotic-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }
.robotic-left { background: var(--kg); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.robotic-left::before { content: "ROBOTIC"; font-family: "Cormorant Garamond", serif; font-size: 160px; font-weight: 700; color: rgba(255,255,255,.03); position: absolute; top: 50%; left: -20px; transform: translateY(-50%); white-space: nowrap; pointer-events: none; }
.robotic-left h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(30px, 3vw, 48px); font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 20px; position: relative; z-index: 2; }
.robotic-left h2 em { font-style: italic; color: #b8aff0; }
.robotic-left p { font-size: 15px; color: rgba(255,255,255,.62); line-height: 1.8; margin-bottom: 28px; max-width: 420px; position: relative; z-index: 2; }
.robotic-checklist { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 36px; position: relative; z-index: 2; }
.robotic-checklist li { font-size: 14px; color: rgba(255,255,255,.78); display: flex; align-items: flex-start; gap: 10px; }
.robotic-checklist li::before { content: "→"; color: var(--red); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.robotic-right { background: var(--off); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }

/* ── TECHNOLOGY ── 
   Horizontal scrolling pill cards — compact, clinical */

/* ── WHY KGH ── 
   Bold horizontal metric rows — not cards */
.why-rows { display: flex; flex-direction: column; gap: 0; }
.why-row { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--border); align-items: start; }
.why-row:last-child { border-bottom: none; }
.why-row-num { font-family: "Cormorant Garamond", serif; font-size: 48px; font-weight: 700; color: var(--kg-pale); line-height: 1; padding-top: 4px; }
.why-row h4 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.why-row p { font-size: 14px; color: var(--text-soft); line-height: 1.7; }
.why-row-badge { font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; display: block; }

/* ── DOCTORS ── 
   Minimal list style with horizontal layout */
.doctors-list { display: flex; flex-direction: column; gap: 0; }
.doc-row { display: grid; grid-template-columns: 80px 1fr 1fr auto; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--border); align-items: center; }
.doc-row:last-child { border-bottom: none; }
.doc-initials { width: 60px; height: 60px; border-radius: 50%; background: var(--kg); display: flex; align-items: center; justify-content: center; font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 600; color: #fff; flex-shrink: 0; }
.doc-name h4 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.doc-name span { font-size: 12.5px; color: var(--text-soft); }
.doc-spec { font-size: 13px; color: var(--text-mid); }
.doc-spec strong { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.doc-cta { font-size: 12.5px; font-weight: 600; color: var(--kg); border: 1.5px solid var(--kg); padding: 8px 18px; border-radius: 3px; white-space: nowrap; transition: all .2s; }
.doc-cta:hover { background: var(--kg); color: #fff; }

/* ── EMERGENCY ── 
   Full-width stark red bar — not the same rounded-corner box */
.emergency { background: var(--red); padding: 0 5%; }
.emergency-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 48px 0; }
.emergency h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(26px, 3vw, 40px); font-weight: 600; color: #fff; margin-bottom: 8px; }
.emergency p { font-size: 15px; color: rgba(255,255,255,.78); max-width: 500px; line-height: 1.6; }
.emergency-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.btn-white-solid { background: #fff; color: var(--red); padding: 14px 28px; border-radius: 3px; font-size: 15px; font-weight: 700; white-space: nowrap; transition: all .2s; display: block; text-align: center; }
.btn-white-solid:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.btn-transparent { background: transparent; color: rgba(255,255,255,.85); padding: 12px 28px; border-radius: 3px; border: 1.5px solid rgba(255,255,255,.4); font-size: 14px; font-weight: 600; white-space: nowrap; text-align: center; transition: all .2s; display: block; }
.btn-transparent:hover { border-color: #fff; color: #fff; }

/* ── FAQ ── */
.faq-wrap { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text); transition: color .2s; }
.faq-q:hover { color: var(--kg); }
.faq-icon { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 15px; color: var(--kg); flex-shrink: 0; transition: all .2s; }
.faq-item.open .faq-icon { background: var(--kg); color: #fff; border-color: var(--kg); transform: rotate(45deg); }
.faq-a { display: none; font-size: 14.5px; color: var(--text-mid); line-height: 1.8; padding-bottom: 20px; }
.faq-item.open .faq-a { display: block; }

/* ── FOOTER ── */
.footer { background: var(--kg-deep); padding: 56px 5% 28px; }
.footer-top { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.75; margin-top: 12px; max-width: 240px; }
.footer-col h5 { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col li a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col li a:hover { color: #fff; }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,.25); flex-wrap: wrap; gap: 8px; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-left { padding: 60px 0; border-right: none; border-bottom: 1px solid var(--border); }
  .hero-right { min-height: 320px; }
  .stat-tower { flex-direction: row; }
  .stat-block { border-bottom: none; border-right: 1px solid rgba(255,255,255,.08); }
  .stat-block:last-child { border-right: none; }
  .stat-block-num { font-size: 48px; }
  .tech-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .robotic-split { grid-template-columns: 1fr; }
  .dept-pair { grid-template-columns: 1fr; }
  .proc-table-head { display: none; }
  .proc-row { grid-template-columns: 40px 1fr; }
  .proc-row-dept,.proc-usp { display: none; }
  .doc-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .doc-spec,.doc-cta { display: none; }
  .why-row { grid-template-columns: 60px 1fr; }
  .why-row p { display: none; }
  .emergency-inner { grid-template-columns: 1fr; }
  .emergency-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}
@media(max-width:640px) {
  .nav-links { display: none; }
  .hero-left { padding: 48px 0; }
  .topbar { justify-content: center; }
  .footer-top { grid-template-columns: 1fr; }
}