/* =====================================================
   DESIGN SYSTEM — MERGED & OPTIMIZED (FULL + BLOG/MEDIA)
   KG Blue #362C6A · Warm Sand/Ivory · Gold · Violet
===================================================== */

:root {
  --kg-blue:      #362C6A;
  --kg-blue-mid:  #4a3d8a;
  --kg-blue-soft: #5c4fa0;
  --gold:         #c9962a;
  --gold-light:   #f0c965;
  --ivory:        #faf6ef;
  --ivory-mid:    #f5efe0;
  --white:        #ffffff;
  --slate:        #4a5568;
  --slate-light:  #718096;
  --text-dark:    #1a202c;
  --green-acc:    #1a6b4a;
  --green-bg:     #e8f5ef;
  --red-acc:      #b91c1c;
  --red-bg:       #fef2f2;
  --violet-tint:  #e8e2f5;
  --amber-light:  #f2e3bb;
  
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  
  --sh-sm:  0 1px 3px rgba(54,44,106,.07);
  --sh-md:  0 4px 16px rgba(54,44,106,.10);
  --sh-lg:  0 8px 32px rgba(54,44,106,.16);
  
  --r:   10px;
  --rlg: 16px;
}

/* ── Globals & Resets ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { 
  font-family: var(--font-body); 
  color: var(--text-dark); 
  background: var(--ivory); 
  font-size: 16px; 
  line-height: 1.6; 
  -webkit-font-smoothing: antialiased; 
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── Utilities ── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.eyebrow, .section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.section-title { font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 36px); font-weight: 700; color: var(--kg-blue); line-height: 1.2; margin-bottom: 12px; }
.section-desc { font-size: 16px; color: var(--slate); max-width: 560px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 36px); font-weight: 700; color: var(--kg-blue); margin-bottom: 10px; }
.section-head p { font-size: 15px; color: var(--slate); max-width: 580px; margin: 0 auto; }

.section-head-left { margin-bottom: 28px; }
.section-head-left h2 { font-family: var(--font-display); font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; color: var(--kg-blue); margin-bottom: 8px; }
.section-head-left p { font-size: 14px; color: var(--slate); }

/* Tags & Badges */
.tag-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; }
.tag-visa { background: var(--amber-light); color: #7a4a0a; border: 1px solid rgba(201,150,42,.35); }
.tag-navy { background: var(--violet-tint); color: var(--kg-blue-mid); border: 1px solid rgba(54,44,106,.15); }
.badge, .badge-hero { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.badge-govt { background: var(--amber-light); color: #7a4a0a; border: 1px solid rgba(201,150,42,.3); }
.badge-excl, .badge-uk { background: var(--violet-tint); color: var(--kg-blue); border: 1px solid rgba(54,44,106,.18); }
.badge-nabh { background: var(--green-bg); color: var(--green-acc); border: 1px solid rgba(26,107,74,.2); }
.badge-aus, .badge-dm { background: var(--amber-light); color: #7a4a0a; border: 1px solid rgba(201,150,42,.3); }
.badge-dept { background: var(--red-bg); color: var(--red-acc); border: 1px solid rgba(185,28,28,.18); }

.hero-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hero-tag { font-size: 11px; font-weight: 500; padding: 4px 10px; border-radius: 6px; background: var(--white); border: 1px solid rgba(54,44,106,.1); color: var(--slate); }

/* Buttons */
.btn-primary, .btn-hero-primary { background: var(--kg-blue); color: var(--white); font-size: 14px; font-weight: 600; padding: 10px 22px; border-radius: 8px; border: none; cursor: pointer; transition: all .2s; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-body); }
.btn-primary:hover { background: var(--kg-blue-mid); transform: translateY(-1px); }
.btn-hero-primary { font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 10px; }
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(54,44,106,.25); }

.btn-hero-gold { background: var(--gold); color: var(--kg-blue); font-size: 15px; font-weight: 700; padding: 14px 32px; border-radius: 10px; border: none; cursor: pointer; font-family: var(--font-body); display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-hero-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(54,44,106,.2); }

.btn-call, .btn-ghost, .btn-hero-ghost, .btn-hero-outline { background: transparent; color: var(--kg-blue); font-weight: 600; border-radius: 8px; display: inline-flex; align-items: center; gap: 6px; transition: all .2s; font-family: var(--font-body); cursor: pointer; }
.btn-call { font-size: 13px; padding: 10px 16px; border: 1.5px solid rgba(54,44,106,.2); }
.btn-ghost { font-size: 14px; padding: 12px 22px; border: 1.5px solid rgba(54,44,106,.22); }
.btn-hero-ghost, .btn-hero-outline { font-size: 15px; padding: 14px 28px; border-radius: 10px; border: 1.5px solid rgba(54,44,106,.25); }
.btn-call:hover, .btn-ghost:hover, .btn-hero-ghost:hover, .btn-hero-outline:hover { background: rgba(54,44,106,.04); border-color: var(--kg-blue); }

.btn-wa, .wa-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #25d366; color: #fff; font-size: 14px; font-weight: 700; padding: 11px 22px; border-radius: 8px; transition: all .2s; font-family: var(--font-body); }
.wa-btn { width: 100%; margin-top: 14px; padding: 11px; border-radius: 9px; }
.btn-wa:hover, .wa-btn:hover { background: #1db954; transform: translateY(-1px); }

.btn-bk { background: var(--kg-blue); color: #fff; font-size: 14px; font-weight: 700; padding: 11px 22px; border-radius: 8px; display: inline-flex; align-items: center; gap: 7px; transition: all .2s; font-family: var(--font-body); }
.btn-bk:hover { background: var(--kg-blue-mid); }

/* ── Navigation ── */
.top-bar { background: var(--white); border-bottom: 1px solid rgba(54,44,106,.08); position: sticky; top: 0; z-index: 100; box-shadow: var(--sh-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 46px; height: 46px; border-radius: 10px; background: var(--kg-blue); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--gold-light); flex-shrink: 0; }
.logo-text-primary { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--kg-blue); line-height: 1.2; }
.logo-text-sub { font-size: 11px; color: var(--slate-light); }
.nabh-pill { display: inline-block; font-size: 10px; font-weight: 600; padding: 1px 6px; border-radius: 3px; background: var(--green-bg); color: var(--green-acc); vertical-align: middle; letter-spacing: .02em; }
.nav-links { display: flex; gap: 4px; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--slate); padding: 5px 8px; border-radius: 6px; transition: color .2s, background .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--kg-blue); background: rgba(54,44,106,.05); }
.nav-links a.active { font-weight: 600; }
.nav-cta { display: flex; gap: 10px; align-items: center; }

/* ── Breadcrumb ── */
.breadcrumb { background: var(--ivory-mid); border-bottom: 1px solid rgba(54,44,106,.07); padding: 10px 0; }
.bc-inner { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--slate-light); }
.bc-inner a { color: var(--kg-blue-mid); font-weight: 500; transition: color .2s; }
.bc-inner a:hover { color: var(--kg-blue); }
.bc-sep { opacity: .4; }
.bc-current { color: var(--kg-blue); font-weight: 600; }

/* ── Standard Pages Hero Section ── */
.hero { background: var(--ivory); padding: 60px 0 52px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; right: -100px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(201,150,42,.09) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(54,44,106,.06) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-inner { position: relative; z-index: 1; max-width: 740px; margin: 0 auto; text-align: center; }
.hero-inner .hero-badges { justify-content: center; margin-bottom: 22px; }
.hero-inner .hero-desc { margin-left: auto; margin-right: auto; max-width: 600px; }
.hero-inner .hero-actions, .hero-ctas { justify-content: center; margin-bottom: 44px; }
.hero-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.hero h1 { font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 52px); font-weight: 700; color: var(--kg-blue); line-height: 1.16; margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--gold); display: block; font-size: 85%; }
.hero-inner h1 em { display: inline; }
.hero-desc { font-size: 15px; color: var(--slate); line-height: 1.72; margin-bottom: 24px; max-width: 480px; }
.hero-desc strong { color: var(--kg-blue); font-weight: 600; }
.hero-actions, .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.hero-stats, .hero-trust { display: flex; padding-top: 32px; border-top: 1px solid rgba(54,44,106,.1); }
.hero-inner .hero-stats { justify-content: center; }
.hero-trust { padding-top: 8px; }
.hstat, .trust-item { padding: 0 28px; display: flex; flex-direction: column; justify-content: center; }
.trust-item { padding: 12px 20px 0; align-items: flex-start; gap: 8px; flex-direction: row; align-items: center; }
.hstat:first-child, .trust-item:first-child { padding-left: 0; }
.hstat + .hstat, .trust-item + .trust-item { border-left: 1px solid rgba(54,44,106,.1); }
.hstat-val, .trust-num { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--kg-blue); line-height: 1; }
.hstat-lbl, .trust-label { font-size: 11px; color: var(--slate-light); margin-top: 3px; line-height: 1.35; }

/* ── Blog / Media Specific Hero ── */
.blog-hero { background: linear-gradient(135deg, var(--kg-blue) 0%, var(--kg-blue-mid) 60%, #6b5db8 100%); padding: 64px 0 56px; position: relative; overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 480px; height: 480px; border-radius: 50%; background: rgba(201,150,42,.08); pointer-events: none; }
.blog-hero::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.04); pointer-events: none; }
.blog-hero-inner { position: relative; z-index: 1; text-align: center; max-width: 680px; margin: 0 auto; }
.blog-hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); background: rgba(201,150,42,.15); border: 1px solid rgba(201,150,42,.3); padding: 5px 14px; border-radius: 20px; margin-bottom: 18px; }
.blog-hero h1 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); font-weight: 700; color: #fff; line-height: 1.18; margin-bottom: 14px; }
.blog-hero h1 em { font-style: italic; color: var(--gold-light); }
.blog-hero-desc { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 32px; }
.blog-hero-stats { display: flex; justify-content: center; gap: 0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 0; overflow: hidden; max-width: 480px; margin: 0 auto; }
.bhs { flex: 1; padding: 16px 20px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.bhs:last-child { border-right: none; }
.bhs-num { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--gold-light); display: block; line-height: 1; margin-bottom: 4px; }
.bhs-lbl { font-size: 11px; color: rgba(255,255,255,.55); font-weight: 500; }

/* ── Blog Filter / Category Tabs ── */
.filter-bar { background: var(--white); border-bottom: 1px solid rgba(54,44,106,.08); position: sticky; top: 72px; z-index: 90; box-shadow: 0 2px 8px rgba(54,44,106,.06); }
.filter-inner { display: flex; align-items: center; gap: 0; overflow-x: auto; scrollbar-width: none; height: 54px; }
.filter-inner::-webkit-scrollbar { display: none; }
.filter-tab { flex-shrink: 0; padding: 0 18px; height: 100%; display: flex; align-items: center; font-size: 13px; font-weight: 500; color: var(--slate); cursor: pointer; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; white-space: nowrap; background: none; border-top: none; border-left: none; border-right: none; font-family: var(--font-body); }
.filter-tab:hover { color: var(--kg-blue); }
.filter-tab.active { color: var(--kg-blue); font-weight: 600; border-bottom-color: var(--kg-blue); }
.filter-count { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--violet-tint); color: var(--kg-blue-mid); font-size: 10px; font-weight: 700; margin-left: 6px; }
.filter-tab.active .filter-count { background: var(--kg-blue); color: #fff; }

/* ── Search Bar ── */
.search-bar-wrap { padding: 32px 0 0; }
.search-input-row { display: flex; align-items: center; gap: 12px; }
.search-box { flex: 1; display: flex; align-items: center; background: var(--white); border: 1.5px solid rgba(54,44,106,.15); border-radius: 10px; padding: 0 16px; height: 48px; gap: 10px; transition: border-color .2s, box-shadow .2s; }
.search-box:focus-within { border-color: var(--kg-blue-mid); box-shadow: 0 0 0 3px rgba(54,44,106,.06); }
.search-icon { font-size: 16px; flex-shrink: 0; opacity: .5; }
.search-box input { flex: 1; border: none; outline: none; font-family: var(--font-body); font-size: 14px; color: var(--text-dark); background: transparent; }
.search-box input::placeholder { color: var(--slate-light); }
.search-results-count { font-size: 13px; color: var(--slate-light); white-space: nowrap; padding-top: 10px; font-weight: 500; }

/* ── Main Blog Layout ── */
.blog-layout { padding: 40px 0 80px; }
.blog-grid-area { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }

/* ── Featured Article ── */
.featured-label { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.featured-label::before { content: ''; width: 18px; height: 2px; background: var(--gold); display: block; }
.feat-card { background: var(--white); border-radius: var(--rlg); overflow: hidden; box-shadow: var(--sh-md); margin-bottom: 40px; display: grid; grid-template-columns: 1.1fr 1fr; transition: transform .25s, box-shadow .25s; }
.feat-card:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.feat-img { min-height: 340px; background: linear-gradient(135deg, var(--kg-blue) 0%, var(--kg-blue-soft) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; position: relative; overflow: hidden; }
.feat-img::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='28' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3Ccircle cx='30' cy='30' r='18' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E") repeat; opacity: .7; }
.feat-img-icon { font-size: 72px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .18; }
.feat-img-tag { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-light); background: rgba(201,150,42,.18); border: 1px solid rgba(201,150,42,.35); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; width: fit-content; }
.feat-img-read { position: relative; z-index: 1; font-size: 12px; color: rgba(255,255,255,.6); }
.feat-body { padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.feat-category { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.feat-title { font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; color: var(--kg-blue); line-height: 1.25; margin-bottom: 14px; }
.feat-excerpt { font-size: 14px; color: var(--slate); line-height: 1.7; margin-bottom: 20px; }
.feat-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--slate-light); margin-bottom: 22px; flex-wrap: wrap; }
.feat-meta-sep { opacity: .4; }
.feat-doctor { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.feat-doctor-av { width: 36px; height: 36px; border-radius: 50%; background: var(--violet-tint); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.feat-doctor-name { font-size: 13px; font-weight: 600; color: var(--kg-blue); }
.feat-doctor-title { font-size: 11px; color: var(--slate-light); }

.btn-read { display: inline-flex; align-items: center; gap: 8px; background: var(--kg-blue); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 20px; border-radius: 8px; transition: all .2s; width: fit-content; }
.btn-read:hover { background: var(--kg-blue-mid); transform: translateX(2px); }
.btn-read-ghost { display: inline-flex; align-items: center; gap: 8px; color: var(--kg-blue); font-size: 13px; font-weight: 600; padding: 10px 0; transition: gap .2s; width: fit-content; }
.btn-read-ghost:hover { gap: 12px; }

/* ── Articles Grid ── */
.articles-section-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--kg-blue); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.articles-section-title::after { content: ''; flex: 1; height: 1px; background: rgba(54,44,106,.1); }
.articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.article-card { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid rgba(54,44,106,.06); transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.article-card-img { height: 160px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; font-size: 52px; }
.article-card-img.c-cardio  { background: linear-gradient(135deg, #fef2f2 0%, #ffe4e4 100%); }
.article-card-img.c-gynec   { background: linear-gradient(135deg, #fdf4ff 0%, #f5e8ff 100%); }
.article-card-img.c-surgery { background: linear-gradient(135deg, #f0f4ff 0%, #e0eaff 100%); }
.article-card-img.c-general { background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); }
.article-card-img.c-visa    { background: linear-gradient(135deg, var(--amber-light) 0%, #fde9b0 100%); }
.article-card-img.c-checkup { background: linear-gradient(135deg, var(--violet-tint) 0%, #ddd4f5 100%); }
.article-card-img.c-news    { background: linear-gradient(135deg, #e8f5ef 0%, #c6e8d6 100%); }
.article-card-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.article-cat-tag { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 9px; border-radius: 4px; margin-bottom: 10px; width: fit-content; display: inline-block; }
.cat-cardio  { background: var(--red-bg); color: var(--red-acc); }
.cat-gynec   { background: #fdf4ff; color: #7c3aed; }
.cat-surgery { background: #eff6ff; color: #1d4ed8; }
.cat-general { background: var(--green-bg); color: var(--green-acc); }
.cat-visa    { background: var(--amber-light); color: #92400e; }
.cat-checkup { background: var(--violet-tint); color: var(--kg-blue); }
.cat-news    { background: var(--green-bg); color: var(--green-acc); }

.article-title { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--kg-blue); line-height: 1.35; margin-bottom: 8px; flex: 1; }
.article-excerpt { font-size: 12.5px; color: var(--slate); line-height: 1.65; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(54,44,106,.06); margin-top: auto; }
.article-meta { font-size: 11px; color: var(--slate-light); display: flex; align-items: center; gap: 8px; }
.article-read-link { font-size: 12px; font-weight: 600; color: var(--kg-blue-mid); display: flex; align-items: center; gap: 4px; transition: gap .2s; }
.article-read-link:hover { gap: 7px; }

/* ── Load More ── */
.load-more-row { text-align: center; margin-top: 36px; }
.btn-load-more { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--kg-blue); font-size: 14px; font-weight: 600; padding: 12px 28px; border-radius: 10px; border: 1.5px solid rgba(54,44,106,.2); cursor: pointer; font-family: var(--font-body); transition: all .2s; }
.btn-load-more:hover { border-color: var(--kg-blue); background: rgba(54,44,106,.03); }

/* ── Blog Sidebar ── */
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-card { background: var(--white); border-radius: var(--r); box-shadow: var(--sh-sm); border: 1px solid rgba(54,44,106,.07); overflow: hidden; }
.sidebar-card-head { padding: 16px 20px 14px; border-bottom: 1px solid rgba(54,44,106,.07); }
.sidebar-card-title { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--kg-blue); }
.sidebar-card-body { padding: 16px 20px; }

.cat-list { display: flex; flex-direction: column; gap: 2px; }
.cat-list-item { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border-radius: 7px; cursor: pointer; transition: background .15s; }
.cat-list-item:hover { background: var(--ivory-mid); }
.cat-list-item.active { background: var(--violet-tint); }
.cat-list-name { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; color: var(--text-dark); }
.cat-list-item.active .cat-list-name { color: var(--kg-blue); font-weight: 600; }
.cat-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.cat-count { font-size: 11px; font-weight: 600; color: var(--slate-light); background: rgba(54,44,106,.06); padding: 2px 8px; border-radius: 10px; }

.topic-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.topic-chip { font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: 6px; background: var(--ivory-mid); color: var(--slate); border: 1px solid rgba(54,44,106,.09); cursor: pointer; transition: all .15s; white-space: nowrap; }
.topic-chip:hover { background: var(--violet-tint); color: var(--kg-blue); border-color: rgba(54,44,106,.2); }

.sidebar-cta { background: linear-gradient(140deg, var(--kg-blue) 0%, var(--kg-blue-soft) 100%); border-radius: var(--r); padding: 24px 20px; text-align: center; position: relative; overflow: hidden; }
.sidebar-cta::before { content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: rgba(201,150,42,.1); }
.sidebar-cta-icon { font-size: 32px; margin-bottom: 10px; position: relative; z-index: 1; }
.sidebar-cta-title { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; position: relative; z-index: 1; }
.sidebar-cta-text { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.6; margin-bottom: 16px; position: relative; z-index: 1; }
.sidebar-cta-btn { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--gold); color: var(--kg-blue); font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 8px; transition: all .2s; position: relative; z-index: 1; }
.sidebar-cta-btn:hover { background: var(--gold-light); }

.recent-list { display: flex; flex-direction: column; gap: 0; }
.recent-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(54,44,106,.07); align-items: flex-start; }
.recent-item:last-child { border-bottom: none; padding-bottom: 0; }
.recent-img { width: 52px; height: 52px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.recent-body { flex: 1; }
.recent-title { font-size: 12.5px; font-weight: 600; color: var(--text-dark); line-height: 1.4; margin-bottom: 4px; }
.recent-title a:hover { color: var(--kg-blue-mid); }
.recent-date { font-size: 11px; color: var(--slate-light); }

/* ── Media Section ── */
.media-section { background: var(--white); padding: 72px 0; border-top: 1px solid rgba(54,44,106,.07); }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.media-card { background: var(--ivory); border-radius: var(--r); overflow: hidden; border: 1px solid rgba(54,44,106,.08); transition: transform .22s, box-shadow .22s; }
.media-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.media-thumb { height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; gap: 8px; }
.media-thumb.vid { background: linear-gradient(135deg, #1a0a3a 0%, #362C6A 100%); }
.media-thumb.press { background: linear-gradient(135deg, var(--ivory-mid) 0%, var(--ivory) 100%); border-bottom: 1px solid rgba(54,44,106,.1); }
.media-thumb.award { background: linear-gradient(135deg, #fffbeb 0%, var(--amber-light) 100%); }
.play-btn { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; transition: all .2s; }
.play-btn:hover { background: rgba(255,255,255,.28); transform: scale(1.06); }
.media-vid-title { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); text-align: center; padding: 0 12px; }
.media-press-logo { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--kg-blue); opacity: .55; letter-spacing: -.5px; }
.media-press-sub { font-size: 11px; color: var(--slate-light); }
.media-award-icon { font-size: 44px; }
.media-award-year { font-size: 12px; font-weight: 700; color: var(--gold); letter-spacing: .05em; }
.media-body { padding: 16px 18px 20px; }
.media-type { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-light); margin-bottom: 7px; }
.media-title { font-size: 14px; font-weight: 600; color: var(--text-dark); line-height: 1.4; margin-bottom: 6px; }
.media-date { font-size: 11px; color: var(--slate-light); }

/* ── Newsletter Strip ── */
.newsletter-strip { background: var(--ivory-mid); border-top: 1px solid rgba(54,44,106,.08); border-bottom: 1px solid rgba(54,44,106,.08); padding: 40px 0; }
.nl-inner { display: flex; align-items: center; gap: 48px; }
.nl-text { flex: 1; }
.nl-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.nl-title { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--kg-blue); margin-bottom: 6px; }
.nl-desc { font-size: 14px; color: var(--slate); }
.nl-form { display: flex; gap: 10px; flex-shrink: 0; width: 400px; }
.nl-input { flex: 1; height: 46px; border: 1.5px solid rgba(54,44,106,.18); border-radius: 9px; padding: 0 16px; font-family: var(--font-body); font-size: 14px; color: var(--text-dark); background: var(--white); outline: none; transition: border-color .2s; }
.nl-input:focus { border-color: var(--kg-blue-mid); }
.nl-input::placeholder { color: var(--slate-light); }
.nl-btn { height: 46px; padding: 0 22px; background: var(--kg-blue); color: #fff; font-size: 14px; font-weight: 600; border-radius: 9px; border: none; cursor: pointer; font-family: var(--font-body); white-space: nowrap; transition: background .2s; }
.nl-btn:hover { background: var(--kg-blue-mid); }

/* ── Other Elements (Contact, Book, Auth) ── */
.book-card, .hero-card { background: var(--white); border-radius: var(--rlg); border: 1px solid rgba(54,44,106,.1); padding: 26px; box-shadow: var(--sh-md); }
.book-card-title, .hero-card-title { font-size: 12px; font-weight: 600; color: var(--kg-blue); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.book-row, .hero-contact-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(54,44,106,.07); text-decoration: none; transition: background .15s; border-radius: 6px; }
.book-row:last-of-type, .hero-contact-row:last-of-type { border-bottom: none; }
.book-row:hover, .hero-contact-row:hover { background: rgba(54,44,106,.03); }
.book-icon, .hero-contact-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.book-label, .hero-contact-label { font-size: 11px; color: var(--slate-light); margin-bottom: 1px; }
.book-val, .hero-contact-val { font-size: 14px; font-weight: 600; color: var(--kg-blue); }
.book-val.sm { font-size: 13px; line-height: 1.4; }
.appt-btn { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 8px; background: var(--kg-blue); color: #fff; font-size: 13px; font-weight: 600; padding: 10px; border-radius: 8px; gap: 6px; transition: background .2s; font-family: var(--font-body); }
.appt-btn:hover { background: var(--kg-blue-mid); }
.book-note { font-size: 11px; color: var(--slate-light); text-align: center; margin-top: 9px; }

.auth-strip, .booking-strip { border-top: 1px solid rgba(201,150,42,.2); border-bottom: 1px solid rgba(201,150,42,.2); padding: 14px 0; background: var(--amber-light); }
.auth-strip-inner { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.auth-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #7a4a0a; font-weight: 500; }
.auth-item strong { font-weight: 700; }
.auth-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(122,74,10,.25); flex-shrink: 0; }
.booking-strip { padding: 20px 0; }
.bs-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.bs-text strong { display: block; font-size: 15px; font-weight: 700; color: var(--kg-blue); margin-bottom: 3px; }
.bs-text span { font-size: 13px; color: #7a4a0a; }
.bs-actions { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }

/* ── Process / Steps Section ── */
.process-section { padding: 72px 0; background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.steps::before { content: ''; position: absolute; top: 27px; left: 8%; right: 8%; height: 1px; background: linear-gradient(to right, transparent, rgba(54,44,106,.15) 20%, rgba(54,44,106,.15) 80%, transparent); pointer-events: none; }
.step { padding: 0 14px; text-align: center; position: relative; z-index: 1; }
.step-num { width: 54px; height: 54px; border-radius: 50%; background: var(--kg-blue); color: var(--gold-light); font-family: var(--font-display); font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 3px solid var(--ivory); box-shadow: var(--sh-md); }
.step-title { font-size: 14px; font-weight: 700; color: var(--kg-blue); margin-bottom: 7px; }
.step-body { font-size: 12px; color: var(--slate); line-height: 1.65; }

/* ── Investigations Section ── */
.invest-section { padding: 72px 0; background: var(--white); }
.invest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.invest-card { background: var(--ivory); border-radius: var(--rlg); padding: 24px; border: 1px solid rgba(54,44,106,.07); position: relative; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.invest-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); background: var(--white); }
.invest-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red-acc); transform: scaleX(0); transition: transform .25s; transform-origin: left; }
.invest-card:hover::before { transform: scaleX(1); }
.invest-icon { font-size: 28px; margin-bottom: 12px; }
.invest-name { font-size: 15px; font-weight: 700; color: var(--kg-blue); margin-bottom: 7px; }
.invest-abbr { font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.invest-desc { font-size: 13px; color: var(--slate); line-height: 1.65; }
.invest-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.invest-tag { font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 4px; background: var(--red-bg); color: var(--red-acc); }

/* ── Conditions Section ── */
.conditions-section { padding: 72px 0; background: var(--ivory); }
.conditions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.condition-pill { background: var(--white); border-radius: var(--r); padding: 18px 20px; border: 1px solid rgba(54,44,106,.08); display: flex; align-items: flex-start; gap: 14px; transition: box-shadow .2s, transform .2s; }
.condition-pill:hover { box-shadow: var(--sh-md); transform: translateX(4px); }
.cp-icon { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.cp-name { font-size: 14px; font-weight: 700; color: var(--kg-blue); margin-bottom: 4px; }
.cp-desc { font-size: 12px; color: var(--slate); line-height: 1.6; }

/* ── Doctors Section ── */
.doctors-section { padding: 72px 0; background: var(--ivory); }
.doctors-section h2 { font-family: var(--font-display); font-size: clamp(22px, 2.8vw, 32px); font-weight: 700; color: var(--kg-blue); margin-bottom: 8px; }
.doctors-section .sub { font-size: 15px; color: var(--slate); margin-bottom: 40px; }
.doctors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.doctor-card { background: var(--white); border-radius: var(--rlg); padding: 24px; border: 1px solid rgba(54,44,106,.08); text-align: center; transition: box-shadow .2s, transform .2s; }
.doctor-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.doctor-avatar { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; background: var(--violet-tint); margin: 0 auto 14px; border: 3px solid var(--ivory-mid); }
.doctor-avatar img { width: 100%; height: 100%; object-fit: cover; }
.doctor-qual { font-size: 11px; font-weight: 600; color: var(--gold); margin-bottom: 3px; letter-spacing: .04em; text-transform: uppercase; }
.doctor-name { font-size: 15px; font-weight: 700; color: var(--kg-blue); margin-bottom: 3px; line-height: 1.3; }
.doctor-role { font-size: 12px; color: var(--slate-light); margin-bottom: 14px; }
.doctor-links { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.doc-link { font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 6px; display: inline-flex; align-items: center; gap: 4px; transition: all .2s; }
.doc-link.profile { background: var(--violet-tint); color: var(--kg-blue); }
.doc-link.profile:hover { background: var(--kg-blue); color: #fff; }
.doc-link.appt { background: var(--kg-blue); color: #fff; }
.doc-link.appt:hover { background: var(--kg-blue-mid); }

/* ── Why KG Section ── */
.why-section { padding: 72px 0; background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { background: var(--ivory); border-radius: var(--rlg); padding: 28px 24px; border: 1px solid rgba(54,44,106,.07); transition: box-shadow .2s, transform .2s; }
.why-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); background: var(--white); }
.why-icon { font-size: 36px; margin-bottom: 16px; }
.why-title { font-size: 15px; font-weight: 700; color: var(--kg-blue); margin-bottom: 8px; }
.why-desc { font-size: 13px; color: var(--slate); line-height: 1.65; }
.why-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.why-text h2 { font-family: var(--font-display); font-size: clamp(22px, 2.8vw, 32px); font-weight: 700; color: var(--kg-blue); line-height: 1.25; margin-bottom: 14px; }
.why-text p { font-size: 15px; color: var(--slate); line-height: 1.72; margin-bottom: 14px; }
.why-text p:last-child { margin-bottom: 0; }
.why-text strong { color: var(--kg-blue); }
.why-points { display: flex; flex-direction: column; gap: 12px; }
.why-point { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; background: var(--ivory); border-radius: var(--r); border: 1px solid rgba(54,44,106,.07); }
.why-point-icon { font-size: 20px; flex-shrink: 0; }
.why-point-title { font-size: 14px; font-weight: 700; color: var(--kg-blue); margin-bottom: 3px; }
.why-point-desc { font-size: 12px; color: var(--slate); line-height: 1.55; }

/* ── Country Cards & Photo Panel ── */
.country-section { padding: 80px 0; background: var(--white); }
.country-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ccard { border-radius: var(--rlg); overflow: hidden; box-shadow: var(--sh-md); transition: box-shadow .25s, transform .25s; }
.ccard:hover { box-shadow: var(--sh-lg); transform: translateY(-3px); }
.ccard-head { padding: 32px 36px 28px; }
.ccard-aus .ccard-head { background: linear-gradient(135deg, var(--kg-blue) 0%, var(--kg-blue-mid) 100%); }
.ccard-uk .ccard-head { background: linear-gradient(135deg, var(--kg-blue-mid) 0%, var(--kg-blue-soft) 100%); }
.ccard-flag { font-size: 40px; margin-bottom: 14px; display: block; }
.ccard-title { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.ccard-auth { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 20px; }
.ccard-hl-list { display: flex; flex-direction: column; gap: 8px; }
.ccard-hl { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: rgba(255,255,255,.85); line-height: 1.45; }
.ccard-hl-icon { font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.ccard-body { background: var(--white); padding: 28px 36px; }
.ccard-blurb { font-size: 14px; color: var(--slate); line-height: 1.7; margin-bottom: 20px; }
.ccard-callout { font-size: 13px; font-weight: 600; padding: 10px 14px; border-radius: 7px; margin-bottom: 22px; line-height: 1.55; }
.ccard-aus .ccard-callout { background: var(--amber-light); color: #7a4a0a; border-left: 3px solid var(--gold); }
.ccard-uk .ccard-callout { background: var(--violet-tint); color: var(--kg-blue); border-left: 3px solid var(--kg-blue); }
.ccard-cta { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-radius: 9px; font-size: 15px; font-weight: 700; background: var(--kg-blue); color: #fff; transition: all .2s; }
.ccard-cta:hover { background: var(--kg-blue-mid); }
.ccard-cta-arrow { transition: transform .2s; }
.ccard:hover .ccard-cta-arrow { transform: translateX(4px); }

.photo-section { padding: 80px 0; background: var(--ivory); }
.photo-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.photo-text h2 { font-family: var(--font-display); font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: var(--kg-blue); line-height: 1.2; margin-bottom: 14px; }
.photo-text p { font-size: 15px; color: var(--slate); line-height: 1.72; margin-bottom: 12px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.t-chip { font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; background: var(--white); border: 1px solid rgba(54,44,106,.1); color: var(--kg-blue); }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 240px 200px; gap: 10px; }
.photo-slot-1 { grid-column: 1 / 3; grid-row: 1 / 2; }
.photo-slot-2 { grid-column: 1 / 2; grid-row: 2 / 3; }
.photo-slot-3 { grid-column: 2 / 3; grid-row: 2 / 3; }
.photo-slot { border-radius: var(--rlg); overflow: hidden; position: relative; background: var(--ivory-mid); border: 2px dashed rgba(54,44,106,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: border-color .2s, background .2s; }
.photo-slot:hover { border-color: rgba(201,150,42,.5); background: var(--amber-light); }
.photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-slot-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(54,44,106,.55) 0%, transparent 55%); opacity: 0; transition: opacity .25s; }
.photo-slot:hover .photo-slot-overlay { opacity: 1; }
.photo-slot-caption { position: absolute; bottom: 14px; left: 16px; right: 16px; font-size: 12px; font-weight: 600; color: #fff; opacity: 0; transition: opacity .25s; z-index: 1; }
.photo-slot:hover .photo-slot-caption { opacity: 1; }
.photo-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 16px; text-align: center; }
.photo-placeholder-icon { font-size: 28px; opacity: .35; }
.photo-placeholder-label { font-size: 12px; font-weight: 600; color: var(--kg-blue); opacity: .55; }
.photo-placeholder-hint { font-size: 10.5px; color: var(--slate-light); line-height: 1.5; }

/* ── FAQ Section ── */
.faq-section { padding: 72px 0; background: var(--white); }
.faq-layout { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; }
.faq-sidebar { position: sticky; top: 88px; }
.faq-sidebar h2 { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--kg-blue); margin-bottom: 10px; }
.faq-sidebar p { font-size: 13px; color: var(--slate); line-height: 1.65; margin-bottom: 20px; }
.faq-item { border-bottom: 1px solid rgba(54,44,106,.09); padding: 15px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; cursor: pointer; }
.faq-q-text { font-size: 14px; font-weight: 600; color: var(--kg-blue); line-height: 1.4; }
.faq-toggle { font-size: 20px; color: var(--gold); flex-shrink: 0; transition: transform .25s; font-weight: 300; line-height: 1; margin-top: 2px; }
.faq-a { font-size: 13px; color: var(--slate); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .35s ease, margin-top .2s; }
.faq-item.open .faq-a { max-height: 300px; margin-top: 10px; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }

/* ── Bottom CTA ── */
.bottom-cta { background: var(--kg-blue); padding: 64px 0; text-align: center; position: relative; overflow: hidden; }
.bottom-cta::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(201,150,42,.07); pointer-events: none; }
.bottom-cta h2 { font-family: var(--font-display); font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #fff; margin-bottom: 10px; position: relative; z-index: 1; }
.bottom-cta p { font-size: 15px; color: rgba(255,255,255,.7); margin-bottom: 30px; position: relative; z-index: 1; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-cta-gold { background: var(--gold); color: var(--kg-blue); font-size: 15px; font-weight: 700; padding: 14px 32px; border-radius: 10px; border: none; cursor: pointer; font-family: var(--font-body); display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-cta-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-cta-white { background: rgba(255,255,255,.1); color: #fff; font-size: 15px; font-weight: 600; padding: 14px 32px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.25); font-family: var(--font-body); display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-cta-white:hover { background: rgba(255,255,255,.16); }
.cta-note { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 14px; position: relative; z-index: 1; }

/* ══════════════════════════
   FOOTER
══════════════════════════ */
footer { background:var(--kg-blue); color:rgba(255,255,255,.75); padding:60px 0 28px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.footer-brand-desc { font-size:13px; color:rgba(255,255,255,.55); line-height:1.7; margin:14px 0 18px; max-width:280px; }
.footer-col-title { font-size:12px; font-weight:700; color:white; letter-spacing:.07em; text-transform:uppercase; margin-bottom:14px; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:8px; }
.footer-links a { font-size:13px; color:rgba(255,255,255,.6); transition:color .2s; }
.footer-links a:hover { color:var(--gold-light); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding-top:22px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-bottom-text { font-size:12px; color:rgba(255,255,255,.4); }
.footer-cert-badge { font-size:11px; font-weight:600; padding:4px 10px; border-radius:4px; background:rgba(201,150,42,.15); color:var(--gold-light); border:1px solid rgba(201,150,42,.25); }


/* ── Sticky Actions ── */
.sticky-actions { position: fixed; bottom: 24px; right: 24px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }
.sticky-btn, .sticky-wa, .sticky-call { width: 52px; height: 52px; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; font-size: 22px; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,.22); transition: all .2s; text-decoration: none; }
.sticky-btn.wa, .sticky-wa { background: #25d366; color: white; }
.sticky-btn.call, .sticky-call { background: var(--red-acc); color: white; }
.sticky-btn:hover, .sticky-wa:hover, .sticky-call:hover { transform: scale(1.1); }

/* ── Animations ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-left > *, .hero-inner > *, .blog-hero-inner > * { opacity: 0; animation: fadeUp .55s ease forwards; }
.hero-badges, .blog-hero-eyebrow { animation-delay: .05s; }
.hero h1, .blog-hero h1 { animation-delay: .15s; }
.hero-desc, .blog-hero-desc { animation-delay: .22s; }
.hero-actions, .hero-ctas, .blog-hero-stats { animation-delay: .3s; }
.hero-tags { animation-delay: .38s; }
.hero-stats { animation-delay: .4s; }
.hero-trust { animation-delay: .45s; }
.hero-right { opacity: 0; animation: fadeUp .55s ease .25s forwards; }

/* ── Responsive ── */
@media(max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 380px; gap: 36px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .steps::before { display: none; }
  .country-cards { grid-template-columns: 1fr; }
  .why-grid, .invest-grid, .doctors-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  
  /* Blog Layout Overrides */
  .blog-grid-area { grid-template-columns: 1fr 280px; gap: 32px; }
  .feat-card { grid-template-columns: 1fr; }
  .feat-img { min-height: 200px; }
  .media-grid { grid-template-columns: 1fr 1fr; }
}

@media(max-width: 768px) {
  .hero { padding: 48px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .book-card, .hero-card { display: none; }
  .hero-stats { flex-wrap: wrap; }
  .hstat { padding: 0 14px; }
  .why-split-grid, .conditions-grid, .doctors-grid, .why-grid, .photo-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-sidebar, .faq-left { position: static; }
  .nav-links { display: none; }
  .auth-strip-inner { gap: 14px; }
  .bs-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-rows: 200px 180px; }
  
  /* Blog Layout Overrides */
  .blog-grid-area { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .articles-grid { grid-template-columns: 1fr; }
  .feat-card { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: 1fr; }
  .nl-inner { flex-direction: column; gap: 20px; }
  .nl-form { width: 100%; flex-direction: column; }
  .blog-hero-stats { max-width: 100%; }
}

@media(max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
  .invest-grid { grid-template-columns: 1fr; }
  .cta-buttons, .hero-actions, .hero-ctas, .bs-actions { flex-direction: column; }
  .btn-wa, .btn-bk { justify-content: center; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .photo-slot-1, .photo-slot-2, .photo-slot-3 { grid-column: 1 / 2; grid-row: auto; height: 200px; }
  
  /* Blog Layout Overrides */
  .articles-grid { grid-template-columns: 1fr; }
}