@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --navy: #0B1F3A;
  --navy-mid: #122848;
  --navy-light: #1a3a5c;
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-pale: #F5E6C0;
  --cream: #FAF7F2;
  --white: #FFFFFF;
  --text: #1a2535;
  --text-light: #4a5568;
  --border: rgba(201,168,76,0.25);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Outfit", sans-serif;
  background: var(--cream);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

.drk-whatsapp-sticky {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff !important;
  text-decoration: none !important;
  padding: 14px 22px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 24px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.drk-whatsapp-sticky:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(37,211,102,0.5); color: #fff !important; }

.drk-header {
  background: var(--navy);
  border-bottom: 2px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.drk-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 16px;
  flex-wrap: nowrap;
}
.drk-logo { display: flex; flex-direction: column; text-decoration: none !important; flex-shrink: 1; min-width: 0; }
.drk-logo-name { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 700; color: var(--white) !important; letter-spacing: 0.03em; line-height: 1.2; }
.drk-logo-title { font-family: "Outfit", sans-serif; font-size: 10px; font-weight: 400; color: var(--gold-light) !important; letter-spacing: 0.1em; text-transform: uppercase; }
.drk-header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.drk-header-tel { font-size: 13px; color: var(--gold-pale) !important; text-decoration: none !important; letter-spacing: 0.05em; white-space: nowrap; }
.drk-btn-gold { background: var(--gold); color: var(--navy) !important; font-family: "Outfit", sans-serif; font-weight: 600; font-size: 13px; padding: 10px 22px; border-radius: 4px; text-decoration: none !important; letter-spacing: 0.06em; text-transform: uppercase; transition: background 0.2s; display: inline-block; white-space: nowrap; }
.drk-btn-gold:hover { background: var(--gold-light); color: var(--navy) !important; }

.drk-nav { background: var(--navy-mid); border-bottom: 1px solid rgba(201,168,76,0.15); }
.drk-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; overflow-x: auto; }
.drk-nav a { font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.75) !important; text-decoration: none !important; padding: 13px 18px; display: inline-block; letter-spacing: 0.04em; white-space: nowrap; border-bottom: 2px solid transparent; transition: color 0.2s; }
.drk-nav a:hover { color: var(--gold-light) !important; border-bottom-color: var(--gold); }

.drk-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, #1e4a7a 100%); padding: 72px 32px 64px; text-align: center; position: relative; overflow: hidden; }
.drk-hero::before { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A84C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E") repeat; }
.drk-hero-inner { position: relative; max-width: 800px; margin: 0 auto; }
.drk-hero-eyebrow { font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.drk-hero-eyebrow::before, .drk-hero-eyebrow::after { content: ""; width: 40px; height: 1px; background: var(--gold); opacity: 0.5; }
.drk-hero h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(32px,5vw,52px); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 14px; }
.drk-hero-sub { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.8); margin-bottom: 10px; }
.drk-hero-hospital { font-size: 13px; font-weight: 500; color: var(--gold-light); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 32px; }
.drk-hero-stats { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-bottom: 36px; }
.drk-stat-num { font-family: "Cormorant Garamond", serif; font-size: 36px; font-weight: 700; color: var(--gold); line-height: 1; display: block; }
.drk-stat-label { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; display: block; }
.drk-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.drk-btn-wa { background: #25D366; color: #fff !important; font-family: "Outfit", sans-serif; font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 4px; text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.2s; }
.drk-btn-wa:hover { transform: translateY(-2px); color: #fff !important; }
.drk-btn-outline { background: transparent; color: var(--gold-light) !important; font-weight: 500; font-size: 15px; padding: 13px 28px; border-radius: 4px; border: 1px solid var(--gold); text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s; }
.drk-btn-outline:hover { background: var(--gold); color: var(--navy) !important; }

.drk-page { max-width: 1200px; margin: 0 auto; padding: 64px 32px; }
.drk-content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
@media (max-width: 900px) { .drk-content-grid { grid-template-columns: 1fr; } }

.drk-main h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(28px,4vw,42px); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 8px; }
.drk-main h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(22px,3vw,30px); font-weight: 600; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.drk-main h2:first-child { margin-top: 0; }
.drk-main h3 { font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 600; color: var(--navy); margin: 28px 0 10px; }
.drk-main p { font-size: 16px; line-height: 1.8; color: var(--text-light); margin-bottom: 18px; }
.drk-main ul { list-style: none; padding: 0; margin-bottom: 24px; }
.drk-main ul li { font-size: 15.5px; color: var(--text-light); padding: 9px 0 9px 24px; position: relative; border-bottom: 1px solid rgba(0,0,0,0.05); line-height: 1.6; }
.drk-main ul li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.drk-main ul li strong { color: var(--navy); font-weight: 600; }
.drk-main a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.drk-main a:hover { color: var(--gold); }

.drk-sidebar { position: sticky; top: 100px; }
.drk-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 2px 20px rgba(11,31,58,0.06); }
.drk-card-head { background: var(--navy); padding: 16px 20px; font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
.drk-card-body { padding: 20px; }
.drk-wa-block { background: linear-gradient(135deg, #0B1F3A, #1a3a5c); border-radius: 8px; padding: 24px; text-align: center; margin-bottom: 20px; }
.drk-wa-block p { font-size: 12px; font-weight: 500; color: var(--gold-light); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.drk-wa-num { display: block; font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 700; color: var(--white); text-decoration: none !important; margin-bottom: 16px; }
.drk-wa-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff !important; font-weight: 600; font-size: 14px; padding: 12px 20px; border-radius: 4px; text-decoration: none !important; transition: transform 0.2s; }
.drk-wa-btn:hover { transform: translateY(-2px); color: #fff !important; }
.drk-location { padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.drk-location:last-child { border-bottom: none; padding-bottom: 0; }
.drk-location-name { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
.drk-location-addr { font-size: 12.5px; color: var(--text-light); margin-bottom: 5px; line-height: 1.5; }
.drk-location-links { display: flex; gap: 10px; flex-wrap: wrap; }
.drk-location-links a { font-size: 11.5px; color: var(--navy) !important; text-decoration: none !important; font-weight: 500; padding: 3px 8px; border: 1px solid var(--border); border-radius: 3px; transition: background 0.15s; }
.drk-location-links a:hover { background: var(--gold-pale); }
.drk-review-btn { display: block; text-align: center; background: var(--gold-pale); color: var(--navy) !important; font-weight: 600; font-size: 13px; padding: 12px; border-radius: 4px; text-decoration: none !important; margin-top: 8px; border: 1px solid var(--border); transition: background 0.2s; }
.drk-review-btn:hover { background: var(--gold); color: var(--navy) !important; }
.drk-yt-btn { display: flex; align-items: center; gap: 10px; background: #FF0000; color: #fff !important; font-weight: 600; font-size: 13px; padding: 12px 16px; border-radius: 4px; text-decoration: none !important; }
.drk-yt-btn:hover { opacity: 0.9; color: #fff !important; }

.drk-footer { background: var(--navy); border-top: 2px solid var(--gold); padding: 56px 32px 32px; margin-top: 80px; }
.drk-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
@media (max-width: 768px) { .drk-footer-inner { grid-template-columns: 1fr; gap: 32px; } }
.drk-footer h4 { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.drk-footer p, .drk-footer address { font-style: normal; font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.8; }
.drk-footer a { color: rgba(255,255,255,0.6) !important; text-decoration: none !important; font-size: 14px; display: block; padding: 4px 0; transition: color 0.2s; }
.drk-footer a:hover { color: var(--gold-light) !important; }
.drk-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.drk-footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }

@media (max-width: 600px) {
  .drk-header-inner { padding: 0 16px; height: 64px; }
  .drk-header-tel { display: none; }
  .drk-hero { padding: 48px 16px 40px; }
  .drk-hero-stats { gap: 24px; }
  .drk-page { padding: 40px 16px; }
  .drk-nav-inner { padding: 0 16px; }
}

/* ── PROCEDURE CARDS ── */
.drk-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
@media (max-width: 768px) { .drk-cards { grid-template-columns: 1fr; } }
.drk-proc-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 28px 24px; box-shadow: 0 2px 20px rgba(11,31,58,0.06); }
.drk-proc-icon { font-size: 32px; margin-bottom: 14px; }
.drk-proc-card h3 { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.drk-proc-card p { font-size: 14.5px; color: var(--text-light); line-height: 1.7; margin-bottom: 14px; }
.drk-proc-card ul { margin-bottom: 18px; }
.drk-proc-card ul li { font-size: 13.5px; padding: 5px 0 5px 20px; border-bottom: none; }
.drk-proc-card ul li::before { width: 6px; height: 6px; }
.drk-card-link { font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 600; color: var(--navy) !important; text-decoration: none !important; letter-spacing: 0.05em; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.drk-card-link:hover { color: var(--gold) !important; }

/* ── WHY GRID ── */
.drk-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; }
@media (max-width: 900px) { .drk-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .drk-why-grid { grid-template-columns: 1fr; } }
.drk-why-item { background: #fff; border-left: 3px solid var(--gold); padding: 20px; border-radius: 0 6px 6px 0; box-shadow: 0 2px 12px rgba(11,31,58,0.05); }
.drk-why-num { display: block; font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 700; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.drk-why-label { display: block; font-size: 12px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.drk-why-item p { font-size: 13.5px; color: var(--text-light); line-height: 1.6; margin: 0; }

/* ── YOUTUBE SECTION ── */
.drk-yt-section { background: var(--navy); border-radius: 12px; padding: 40px; margin-bottom: 40px; }
.drk-yt-topics { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.drk-yt-topics span { background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.3); color: var(--gold-light); font-size: 13px; padding: 6px 14px; border-radius: 20px; }
.drk-yt-main-btn { display: inline-block; background: #FF0000; color: #fff !important; font-family: "Outfit", sans-serif; font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 4px; text-decoration: none !important; transition: opacity 0.2s; }
.drk-yt-main-btn:hover { opacity: 0.9; color: #fff !important; }

/* ── SEND MRI SECTION ── */
.drk-mri-section { background: var(--gold-pale); border: 1px solid var(--border); border-radius: 8px; padding: 36px; margin-bottom: 40px; }
.drk-mri-section h2 { margin-top: 0; border-bottom-color: var(--border); }
.drk-mri-section p { color: var(--text); }

/* ── MOBILE HEADER FIX ── */
@media (max-width: 768px) {
  .drk-header-inner { height: auto; padding: 12px 16px; flex-wrap: wrap; gap: 10px; }
  .drk-logo-name { font-size: 17px; }
  .drk-logo-title { font-size: 9px; }
  .drk-header-tel { display: none; }
  .drk-btn-gold { font-size: 12px; padding: 8px 14px; }
  .drk-hero { padding: 40px 16px 36px; }
  .drk-hero h1 { font-size: 30px; }
  .drk-hero-sub { font-size: 15px; }
  .drk-hero-stats { gap: 20px; }
  .drk-stat-num { font-size: 28px; }
  .drk-hero-actions { flex-direction: column; align-items: center; }
  .drk-btn-wa, .drk-btn-outline { width: 100%; justify-content: center; text-align: center; }
  .drk-page { padding: 32px 16px; }
  .drk-content-grid { grid-template-columns: 1fr; gap: 32px; }
  .drk-sidebar { position: static; }
  .drk-yt-section { padding: 24px 20px; }
  .drk-mri-section { padding: 24px 20px; }
  .drk-whatsapp-sticky { bottom: 16px; right: 16px; padding: 12px 18px; font-size: 13px; }
  .drk-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .drk-footer { padding: 40px 16px 24px; }
  .drk-nav-inner { padding: 0 12px; }
  .drk-nav a { padding: 10px 12px; font-size: 12px; }
}

@media (max-width: 480px) {
  .drk-logo-name { font-size: 15px; }
  .drk-hero h1 { font-size: 26px; }
  .drk-why-grid { grid-template-columns: 1fr 1fr; }
  .drk-proc-card { padding: 20px 16px; }
}

/* ═══════════════════════════════════════════════════
   HOMEPAGE v2 — HERO
═══════════════════════════════════════════════════ */
.drk-hp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 64px 48px 56px;
  align-items: center;
}
@media (max-width: 768px) {
  .drk-hp-hero { grid-template-columns: 1fr; padding: 40px 20px 32px; }
  .drk-hp-hero-right { display: none; }
}
.drk-hp-eyebrow { font-size: 11px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 16px; }
.drk-hp-name { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 700; color: #fff; line-height: 1.05; margin-bottom: 14px; }
@media (max-width: 768px) { .drk-hp-name { font-size: 38px; } }
.drk-hp-title { font-size: 17px; color: var(--gold-light); font-weight: 400; margin-bottom: 8px; line-height: 1.5; }
.drk-hp-quals { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 32px; letter-spacing: 0.03em; }
.drk-hp-stats { display: flex; align-items: center; gap: 0; margin-bottom: 36px; }
.drk-hp-stat { text-align: center; padding: 0 20px 0 0; }
.drk-hp-stat:first-child { padding-left: 0; }
.drk-hp-stat-n { display: block; font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 700; color: var(--gold); line-height: 1; }
.drk-hp-stat-l { display: block; font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }
.drk-hp-stat-div { width: 1px; height: 36px; background: rgba(201,168,76,0.25); margin: 0 20px 0 0; }
.drk-hp-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.drk-hp-btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff !important; text-decoration: none !important; font-weight: 600; font-size: 14px; padding: 13px 24px; border-radius: 6px; transition: opacity 0.2s; white-space: nowrap; }
.drk-hp-btn-wa:hover { opacity: 0.9; color: #fff !important; }
.drk-hp-btn-outline { display: inline-flex; align-items: center; background: transparent; color: rgba(255,255,255,0.85) !important; text-decoration: none !important; font-weight: 500; font-size: 14px; padding: 13px 24px; border-radius: 6px; border: 1px solid rgba(201,168,76,0.4); transition: border-color 0.2s, color 0.2s; white-space: nowrap; }
.drk-hp-btn-outline:hover { border-color: var(--gold); color: var(--gold) !important; }

/* Hero Right - SVG */
.drk-hp-hero-right { display: flex; justify-content: center; align-items: center; }
.drk-hp-illus { position: relative; width: 300px; }
.drk-hp-svg { width: 100%; opacity: 0.9; }
.drk-hp-photo-prompt { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); background: rgba(201,168,76,0.15); border: 1px dashed rgba(201,168,76,0.4); color: rgba(201,168,76,0.7); font-size: 11px; padding: 8px 14px; border-radius: 6px; text-align: center; white-space: nowrap; }
.drk-hp-photo-prompt small { display: block; font-size: 9px; opacity: 0.7; margin-top: 2px; }

/* ─── SECTIONS ─── */
.drk-hp-section { padding: 56px 48px; background: var(--cream); }
@media (max-width: 768px) { .drk-hp-section { padding: 40px 20px; } }
.drk-hp-section-title { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 700; color: var(--navy); margin-bottom: 8px; padding-bottom: 12px; border-bottom: 2px solid var(--gold); display: inline-block; }
.drk-hp-section-sub { font-size: 15px; color: var(--text-light); margin-top: 10px; margin-bottom: 36px; }

/* ─── PROCEDURE CARDS ─── */
.drk-hp-procs { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 900px) { .drk-hp-procs { grid-template-columns: 1fr; } }
.drk-hp-proc { background: #fff; border-radius: 10px; padding: 32px 28px; border: 1px solid rgba(201,168,76,0.15); box-shadow: 0 4px 24px rgba(11,31,58,0.06); position: relative; transition: box-shadow 0.2s; }
.drk-hp-proc:hover { box-shadow: 0 8px 40px rgba(11,31,58,0.12); }
.drk-hp-proc--featured { border-color: var(--gold); border-width: 2px; background: linear-gradient(135deg, #fff 0%, #fffdf5 100%); }
.drk-hp-proc-badge { position: absolute; top: -12px; left: 24px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 20px; }
.drk-hp-proc-icon { margin-bottom: 20px; }
.drk-hp-proc h3 { font-family: "Cormorant Garamond", serif; font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.drk-hp-proc p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 16px; }
.drk-hp-proc-list { list-style: none; padding: 0; margin-bottom: 20px; }
.drk-hp-proc-list li { font-size: 13.5px; color: var(--text); padding: 6px 0 6px 20px; position: relative; border-bottom: 1px solid rgba(201,168,76,0.1); }
.drk-hp-proc-list li:last-child { border-bottom: none; }
.drk-hp-proc-list li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.drk-hp-proc-link { font-size: 13px; font-weight: 600; color: var(--navy) !important; text-decoration: none !important; text-transform: uppercase; letter-spacing: 0.06em; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.drk-hp-proc-link:hover { color: var(--gold) !important; }

/* ─── WHY SECTION ─── */
.drk-hp-why { background: var(--navy); padding: 56px 48px; }
@media (max-width: 768px) { .drk-hp-why { padding: 40px 20px; } }
.drk-hp-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 32px; }
@media (max-width: 900px) { .drk-hp-why-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .drk-hp-why-grid { grid-template-columns: 1fr 1fr; } }
.drk-hp-why-item { border-left: 3px solid var(--gold); padding: 20px; background: rgba(255,255,255,0.04); border-radius: 0 8px 8px 0; }
.drk-hp-why-num { font-family: "Cormorant Garamond", serif; font-size: 38px; font-weight: 700; color: var(--gold); line-height: 1; }
.drk-hp-why-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; margin: 4px 0 10px; }
.drk-hp-why-item p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }

/* ─── SEND MRI ─── */
.drk-hp-mri { display: flex; align-items: center; gap: 32px; background: var(--gold-pale); border: 1px solid var(--border); border-radius: 12px; padding: 36px 40px; margin: 0 48px 0; }
@media (max-width: 900px) { .drk-hp-mri { flex-direction: column; margin: 0 20px; text-align: center; } }
.drk-hp-mri-icon { font-size: 48px; flex-shrink: 0; }
.drk-hp-mri-content h2 { font-family: "Cormorant Garamond", serif; font-size: 26px; color: var(--navy); margin-bottom: 8px; border: none; padding: 0; display: block; }
.drk-hp-mri-content p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 4px; }

/* ─── YOUTUBE ─── */
.drk-hp-yt { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: #0d1829; padding: 56px 48px; align-items: center; }
@media (max-width: 768px) { .drk-hp-yt { grid-template-columns: 1fr; padding: 40px 20px; } }
.drk-hp-yt-btn { display: inline-block; background: #FF0000; color: #fff !important; text-decoration: none !important; font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 6px; transition: opacity 0.2s; }
.drk-hp-yt-btn:hover { opacity: 0.9; color: #fff !important; }
.drk-hp-yt-right { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; }
.drk-hp-yt-tag { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25); color: var(--gold-light); font-size: 13px; padding: 7px 16px; border-radius: 24px; }

/* ─── GLOBAL LINK FIX ─── */
.entry-content a:not(.drk-hp-btn-wa):not(.drk-hp-btn-outline):not(.drk-hp-proc-link):not(.drk-hp-yt-btn) {
  color: var(--navy) !important;
}
.entry-content a:hover { color: var(--gold) !important; }
