:root {
  --accent: #006488;
  --accent-dark: #004c66;
  --accent-light: #e6f2f6;
  --accent-lighter: #f3f9fb;
  --border: #d6dee1;
  --text-primary: #1a2b32;
  --text-secondary: #4d5f66;
  --navy: #0f2a38;

  --shadow-sm: 0 8px 24px rgba(15, 42, 56, 0.07);
  --shadow-md: 0 18px 48px rgba(15, 42, 56, 0.12);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;

  
}

/* ---------- Banner ---------- */
.hcb-banner { color: #ffffff; }
.hcb-banner .hcb-wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.hcb-hero-title { margin: 0; font-size: 26px; font-weight: 700; }

/* Hero */
.hcb-banner { position: relative; overflow: hidden; padding: 0; background: linear-gradient(rgba(0,63,84,.55), rgba(0,63,84,.55)), url('../img/background-bird-slider.svg') center/cover no-repeat, #00526B; isolation: isolate; }
.hcb-banner-icon { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); width: 340px; height: 340px; z-index: -1; pointer-events: none; opacity: .1; color: #8fd1e3; }
.hcb-hero-grid { display: grid !important; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); align-items: center !important; gap: 80px !important; min-height: 510px; padding-top: 60px; padding-bottom: 60px; padding-left: 50px; padding-right: 50px; width: 90%; justify-self: center;}
.hcb-hero-copy-wrap { max-width: 720px; }
.hcb-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 40px; color: #a9c2cc; font-size: 12px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.hcb-breadcrumb span { color: #fff; }
.hcb-banner .hcb-hero-title { margin: 0; max-width: 760px; font-size: clamp(42px, 5vw, 45px); line-height: 1.03; letter-spacing: -2.4px; font-weight: 700; }
.hcb-banner .hcb-hero-title em { color: #2DC6EA; font-style: normal; }
.hcb-hero-description { max-width: 650px; margin: 24px 0 0; color: #cfe3ea; font-size: 17px; line-height: 1.75; }
.hcb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hcb-hero-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border-radius: 10px; font-size: 14px; font-weight: 800; text-decoration: none; }
.hcb-hero-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.hcb-hero-btn--primary { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); }
.hcb-hero-btn:hover, .hcb-hero-btn:focus-visible { background: #1B99C1; border-color: #1B99C1; color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.45); }
.hcb-hero-btn:hover { transform: translateY(-1px); }
.hcb-hero-insights-card { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); background: rgba(255,255,255,.08); box-shadow: 0 22px 60px rgba(0,0,0,.18); backdrop-filter: blur(8px); width: 90%;}
.hcb-hero-insights-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; pointer-events: none; }
.hcb-hero-card-label { margin-bottom: 5px; color: #a9c2cc; font-size: 12px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.hcb-hero-feature { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 12px 10px; border-top: 1px solid rgba(255,255,255,.13); text-decoration: none; color: inherit; cursor: pointer; border-radius: 10px; transition: background 0.15s ease; }
.hcb-hero-feature:hover { background: rgb(255 255 255 / 20%); }
.hcb-hero-feature:first-of-type { border-top: 0; padding-top: 18px; }
.hcb-hero-feature:last-child { padding-bottom: 18px; }
.hcb-hero-feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; background: rgba(143,209,227,.12); color: #fff; transition: color 0.15s ease; }
.hcb-hero-feature:hover .hcb-hero-feature-icon { color: #2DC6EA; }
.hcb-hero-feature-icon svg { width: 25px; height: 25px; }
.hcb-hero-feature strong { display: block; margin-bottom: 2px; color: #fff; font-size: 15px; }
.hcb-hero-feature span { color: #a9c2cc; font-size: 12px; line-height: 1.5; }

/* Editorial workspace */
  main.hcb-page-shell { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 25px; align-items: start; padding-top: 54px; padding-bottom: 82px; }
.hcb-section-nav { position: sticky; top: 80px; }
.hcb-section-nav-head { margin-bottom: 18px; padding: 0 6px; }
.hcb-section-nav-head span { display: block; margin-bottom: 3px; color: var(--accent); font-size: 14px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.hcb-section-nav-head strong { color: var(--navy); font-size: 18px; }
.hcb-tabs { display: flex; flex-direction: column; overflow: visible; margin: 0; border: 0; border-radius: 0; gap: 8px; }
.hcb-tab { display: flex; flex: none; justify-content: flex-start; justify-content: center; min-height: 62px; padding: 13px 14px; border: 1px solid transparent !important; border-radius: 12px; background: transparent; color: var(--text-secondary); font-size: 13px; text-align: left; cursor: pointer; outline: none;}
.hcb-tab:focus{ outline: none; }
/* .hcb-tabs { display: flex; flex-direction: row; overflow-x: auto; padding: 3px 0 10px; scroll-snap-type: x mandatory; } */
.hcb-tab { min-width: 190px; justify-content: flex-start; min-height: 60px; scroll-snap-align: start; text-align: left; gap: 8px; align-items: center; font-weight: 600;}
.hcb-tab .hcb-icon { width: 20px; height: 20px; }
.hcb-tab .hcb-chevron { margin-left: auto; transform: rotate(-90deg); }
.hcb-tab .hcb-chevron { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.15s ease; }
.hcb-tab:hover:not(.hcb-tab--active) { border-color:#a3a3a3  !important; color: var(--accent); }
.hcb-tab--active { border-color: var(--accent) !important; color: var(--accent); font-weight: 600; }
.hcb-tab--active .hcb-chevron { transform: rotate(-90deg); }
.hcb-nav-support { margin-top: 22px; padding: 20px; border-radius: 16px; background: var(--accent-lighter); color: var(--text-secondary); font-size: 14px; }
.hcb-nav-support strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 16px; }
.hcb-nav-support a { display: inline-block; margin-top: 10px; font-weight: 800; }
.hcb-content-column { min-width: 0; }
.hcb-tab-panel { animation: hcbPanelIn .28s ease both; }
@keyframes hcbPanelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hcb-panel-heading { margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.hcb-eyebrow { display: block; margin-bottom: 0px; color: var(--accent); font-size: 14px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.hcb-panel-heading h2 { margin: 0 0 10px; color: var(--navy); font-size: clamp(28px, 4vw, 40px); line-height: 1.15; letter-spacing: -1.2px; }
.hcb-panel-heading p { max-width: 780px; margin: 0; color: var(--text-secondary); font-size: 16px; }
.hcb-panel-desc-clamp { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.hcb-panel-desc-clamp.hcb-expanded { display: block; -webkit-line-clamp: unset; overflow: visible; }
.hcb-panel-desc-toggle { display: inline-block; margin-top: 8px; padding: 0; border: 0; background: none; color: var(--accent); font-size: 14px; font-weight: 700; cursor: pointer; outline: none;}
.hcb-panel-desc-toggle:focus{outline: none;} 
.hcb-panel-desc-toggle:hover { color: var(--navy); }
.hcb-tab-panel h2 { margin-top: 10px; color: var(--navy); font-size: 28px; line-height: 1.25; letter-spacing: -.6px; font-weight: 600; }
.hcb-tab-panel h3 { position: relative; margin-top: 48px; padding-left: 18px; color: var(--navy); font-size: 22px; }
.hcb-tab-panel h3::before { content: ""; position: absolute; left: 0; top: 5px; bottom: 4px; width: 4px; border-radius: 4px; background: var(--accent); }
.hcb-intro-paragraph { max-width: none; margin: 0; font-size: 16px; line-height: 1.8; }
ul.hcb-check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; }
ul.hcb-check-list li { position: relative; margin: 0; padding: 16px 18px 16px 48px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
ul.hcb-check-list li::before { content: "✓"; position: absolute; left: 16px; top: 16px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--accent-light); color: var(--accent); font-size: 12px; font-weight: 800; }
.hcb-split { margin-top: 42px; padding: 32px; grid-template-columns: minmax(0,1.25fr) minmax(240px,.75fr); border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.hcb-split h3 { margin-top: 0; }
.hcb-illustration { position: relative; overflow: hidden; min-height: 320px; border: 0; border-radius: 16px; background: linear-gradient(145deg, var(--accent-lighter), var(--accent-light)); color: transparent; }
.hcb-illustration::before { content: "$11.1T"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--accent); font-size: 46px; font-weight: 800; letter-spacing: -2px; }
.hcb-illustration::after { content: "Global healthcare spending · 2024"; position: absolute; left: 0; right: 0; bottom: 88px; color: var(--text-secondary); font-size: 12px; font-weight: 700; }
.hcb-table-wrap { margin: 22px 0 34px; border: 1px solid var(--border); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
table.hcb-data-table caption { padding: 15px 18px; border-radius: 13px 13px 0 0; background: var(--navy); text-align: left; }
table.hcb-data-table th, table.hcb-data-table td { border-width: 0 0 1px; padding: 13px 18px; }
table.hcb-data-table tr:last-child td { border-bottom: 0; }
table.hcb-data-table td:last-child { color: var(--navy); font-weight: 800; text-align: right; }
.hcb-scope-list { padding: 28px 30px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; }
.hcb-country-list span { padding: 7px 13px; border-radius: 99px; background: var(--accent-lighter); color: var(--accent-dark); font-weight: 700; }
.hcb-feasibility-note { padding: 18px 20px 18px 52px; border: 0; border-left: 4px solid var(--accent); border-radius: 10px; box-shadow: var(--shadow-sm); }
ul.hcb-data-sources { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 28px; padding: 26px 30px 26px 48px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; }
ul.hcb-data-sources li { margin: 0; }

/* ---------- Contact form ---------- */
.hcb-contact-section { background: var(--accent-lighter); border-radius: 12px; padding: 30px; margin-top: 40px; }
.hcb-contact-section h3 { margin-top: 0; text-align: center; }
form.hcb-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 700px; margin: 0 auto; }
form.hcb-contact-form .hcb-full { grid-column: 1 / -1; }
form.hcb-contact-form label { font-size: 13px; font-weight: 600; display: block; margin-bottom: 6px; color: var(--text-primary); }
form.hcb-contact-form input, form.hcb-contact-form select {
  width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; font-family: inherit;
}
form.hcb-contact-form input:focus, form.hcb-contact-form select:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.hcb-phone-row { display: flex; gap: 8px; }
.hcb-phone-row select { max-width: 90px; }

.hcb-security-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hcb-security-code { background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 8px 16px; font-weight: 700; letter-spacing: 3px; color: var(--accent-dark); }
.hcb-refresh-btn { border: none; background: none; cursor: pointer; color: var(--accent); font-size: 18px; }

.hcb-submit-btn {
  background: var(--accent); color: #fff; border: none; padding: 13px 28px; border-radius: 6px;
  font-size: 15px; font-weight: 700; cursor: pointer; justify-self: center; transition: background 0.15s ease;
}
.hcb-submit-btn:hover { background: var(--accent-dark); }

.hcb-privacy-note { text-align: center; font-size: 12px; color: var(--text-secondary); margin-top: 8px; }

/* ---------- Industry Report List panel ---------- */
.hcb-prl-search { display: flex; align-items: center; border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; margin-bottom: 24px; gap: 10px; }
.hcb-prl-search input { flex: 1; border: none; outline: none; font-size: 15px; width: 100%; }
.hcb-prl-search button { border: none; background: none; color: var(--accent); cursor: pointer; }
.hcb-prl-search button svg { width: 18px; height: 18px; }
#industrySearchForm{width: 100%;}
.hcb-prl-layout { display: grid; grid-template-columns: 1fr 260px; gap: 15px; align-items: start; }

.hcb-press-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.hcb-press-item { padding: 24px; border: 1px solid var(--border); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }

.hcb-banner .right-banner{
  width: 340px;
  position: absolute;
  right: -26px;
  
  top: 78px;
  opacity: 0.8;
}
/* .hcb-press-item:first-child { padding-top: 0; } */
.hcb-press-item h4 { margin: 0 0 8px; font-size: 15px; line-height: 1.5; }
.hcb-press-item h4 a { color: var(--accent); font-weight: 700; }
.hcb-press-list { display: grid; gap: 14px; height: 900px; overflow-y: scroll;}
.hcb-press-item p { margin: 0 0 8px; color: var(--text-secondary); font-size: 14px; }
.hcb-press-item .hcb-meta { font-size: 12px; color: var(--text-secondary); font-weight: 600; background: #f3f9fb; padding: 5px 9px; border-radius: 6px;}
.hcb-press-item .hcb-meta span.hcb-cat { color: var(--accent); }
.hcb-press-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.hcb-press-footer .hcb-meta { margin-left: auto; text-align: right; white-space: nowrap; }
.hcb-press-actions { display: flex; gap: 10px; }
.hcb-press-btn { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 6px 12px; border-radius: 7px; font-size: 12px; text-decoration: none; transition: all .15s ease; }
.hcb-press-btn svg { width: 13px; height: 13px; flex-shrink: 0; }
.hcb-press-btn-buy .buy_btn_img { width: 150px; height: 30px; flex-shrink: 0; transition: all .15s ease; }
.hcb-press-btn-buy .buy_btn_img:hover{ transform: translateY(-2px) scale(1.05);}

.hcb-press-btn--sample { color: #fff; background: #046489; border: 1px solid #046489; }
.hcb-press-btn--sample:hover { background: #034d68; border-color: #034d68; transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 14px rgba(211,211,211,.6); color: #fff; }
.hcb-press-btn--buy { color: #fff; background: #6BAA11; border: 1px solid #6BAA11; }
.hcb-press-btn--buy:hover { background: #55880d; border-color: #55880d; transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 14px rgba(211,211,211,.6); color: #fff;}

.hcb-load-more-wrap { text-align: center; margin-top: 24px; }
.hcb-load-more-btn {
  background: #fff; border: 1px solid var(--accent); color: var(--accent); font-weight: 700;
  padding: 11px 26px; border-radius: 6px; cursor: pointer; font-size: 14px;
}
.hcb-load-more-btn:hover { background: var(--accent-light); }
.hcb-prl-sidebar{
  position: sticky;
  top: 80px;
}
.hcb-expertise-link a{color: var(--text-primary);}
.hcb-prl-sidebar h4 { color: var(--accent); font-size: 16px; margin: 0 0 14px; font-weight: 700; }
.hcb-expertise-list { list-style: none; padding: 0; margin: 0 0 36px; border-top: 1px solid var(--border); }
 .hcb-expertise-list { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: #fff; }
  .hcb-expertise-list li { padding: 12px 14px; }
.hcb-expertise-list li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text-primary); cursor: pointer;
}
.hcb-expertise-list li:hover { color: var(--accent); }
.hcb-expertise-list li .hcb-plus { color: var(--accent); font-weight: 700; font-size: 16px; }
.hcb-expertise-parent { flex-direction: column; align-items: stretch; cursor: pointer; }
.hcb-expertise-row { display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: left; }
.hcb-expertise-parent.hcb-open .hcb-plus { transform: rotate(45deg); }
.hcb-expertise-sublist { width:100%; padding-left: 10px; list-style: none; margin: 10px 0 0; padding: 0 0 0 14px; border-left: 2px solid var(--accent-light); }
.hcb-expertise-sublist li { padding: 6px 0; border: 0; font-size: 14px; color: var(--text-secondary); }
.hcb-expertise-sublist li:hover { color: var(--accent); }
.hcb-expertise-sublist li a{  color: var(--text-secondary);}

.hcb-client-box {
  border: 1px solid var(--border); border-radius: 8px; padding: 20px;
  display: flex; align-items: center; justify-content: center; font-weight: 800;
  letter-spacing: 2px; color: var(--accent-dark); font-size: 18px;
}

/* ---------- Footer ---------- */
.hcb-footer { background: var(--navy); color: #cfe3ea; padding: 40px 0 24px; font-size: 13px; }
.hcb-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.hcb-footer h4 { color: #ffffff; font-size: 14px; margin: 0 0 14px; }
.hcb-footer a { color: #cfe3ea; }
.hcb-footer ul { list-style: none; padding: 0; margin: 0; }
.hcb-footer ul li { margin-bottom: 8px; }
.hcb-newsletter-row { display: flex; gap: 8px; margin-top: 10px; }
.hcb-newsletter-row input { flex: 1; padding: 9px 10px; border-radius: 6px; border: none; font-size: 13px; }
.hcb-newsletter-row button { background: var(--accent); color: #fff; border: none; padding: 9px 16px; border-radius: 6px; font-weight: 700; cursor: pointer; }
.hcb-footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); margin-top: 30px; padding-top: 18px; text-align: center; font-size: 12px; color: #9fb6c0; }

/* ---------- Epidemiology report panel (own design, per reference image) ---------- */
.hcb-epi { --e-navy: #0b3b4a; --e-teal: #0e6d86; --e-orange: #f2a900; --e-red: #c0392b;
  --e-lightbg: #eef6f8; --e-text: #33454b; color: var(--e-text); }
.hcb-epi h4.hcb-epi-h { color: var(--e-navy); font-size: 17px; font-weight: 800; margin: 34px 0 12px; text-transform: uppercase; letter-spacing: 0.3px; }
.hcb-epi p { color: var(--e-text); margin: 0 0 12px; }
.hcb-epi .hcb-epi-grid { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }

.hcb-epi-help-box { background: var(--e-lightbg); border: 1px solid var(--border); border-radius: 10px; padding: 24px 20px; margin: 18px 0 26px; }
.hcb-epi-help-box h5 { text-align: center; color: var(--e-navy); font-size: 15px; margin: 0 0 26px; text-transform: uppercase; }
.hcb-epi-timeline { display: flex; justify-content: space-between; position: relative; padding: 0 4px; }
.hcb-epi-timeline::before { content: ""; position: absolute; top: 50%; left: 4%; right: 4%; height: 2px; background: var(--border); z-index: 0; }
.hcb-epi-step { flex: 1; text-align: center; position: relative; z-index: 1; padding: 0 6px; }
.hcb-epi-step .hcb-num { width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background: #fff; border: 2px solid var(--e-teal); color: var(--e-teal); font-weight: 800; margin: 0 auto 10px; }
.hcb-epi-step.hcb-mid { margin-top: 44px; }
.hcb-epi-step:not(.hcb-mid) .hcb-step-txt { margin-bottom: 10px; }
.hcb-epi-step .hcb-step-txt { font-size: 12px; color: var(--e-text); min-height: 44px; }
.hcb-epi-dl-btn-wrap { text-align: center; margin-top: 22px; }
.hcb-epi-dl-btn { display: inline-block; background: var(--e-navy); color: #fff; font-weight: 700; font-size: 13px;
  padding: 11px 22px; border-radius: 4px; border: 1px solid var(--e-red); cursor: pointer; }
.hcb-epi-dl-outline { display: inline-block; background: #fff; color: var(--e-red); font-weight: 700; font-size: 13px;
  padding: 10px 18px; border-radius: 4px; border: 1px solid var(--e-red); cursor: pointer; margin-top: 6px; }
.hcb-epi-dl-outline:hover, .hcb-epi-dl-btn:hover { opacity: 0.85; }

.hcb-epi-scope { display: grid; grid-template-columns: 1fr 220px; gap: 24px; align-items: start; margin-top: 10px; }
ul.hcb-epi-arrow-list { list-style: none; padding: 0; margin: 0 0 10px; }
ul.hcb-epi-arrow-list li { padding-left: 20px; position: relative; margin-bottom: 12px; font-size: 14px; }
ul.hcb-epi-arrow-list li::before { content: "\00bb"; position: absolute; left: 0; color: var(--e-teal); font-weight: 800; }
.hcb-epi-flags { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.hcb-epi-flag { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.hcb-flag-chip { width: 26px; height: 18px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: #fff; flex-shrink: 0; }

.hcb-epi-note { font-style: italic; font-size: 13px; color: var(--e-text); margin: 14px 0; }

.hcb-epi-donut-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin: 18px 0; }
.hcb-epi-donut { width: 130px; height: 130px; border-radius: 50%; flex-shrink: 0;
  background: conic-gradient(var(--e-teal) 0% 90%, var(--e-lightbg) 90% 100%);
  display: flex; align-items: center; justify-content: center; }
.hcb-epi-donut-inner { width: 90px; height: 90px; border-radius: 50%; background: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; font-weight: 800; color: var(--e-navy); font-size: 20px; }
.hcb-epi-donut-inner span { font-size: 10px; font-weight: 600; color: var(--e-text); }

.hcb-epi-table-wrap { overflow-x: auto; margin: 18px 0; }
table.hcb-epi-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 13px; }
table.hcb-epi-table caption { background: var(--e-navy); color: #fff; font-weight: 700; padding: 12px; caption-side: top; text-transform: uppercase; font-size: 14px; }
table.hcb-epi-table th, table.hcb-epi-table td { border: 1px solid var(--border); padding: 9px 10px; text-align: center; }
table.hcb-epi-table thead th { background: var(--e-teal); color: #fff; font-size: 12px; }
table.hcb-epi-table td:first-child, table.hcb-epi-table th:first-child { text-align: left; background: var(--e-lightbg); font-weight: 700; }
table.hcb-epi-table tbody tr:nth-child(even) td:not(:first-child) { background: var(--e-lightbg); }

.hcb-epi-two-col { display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start; }
.hcb-epi-flag-mini-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 14px 0; }
.hcb-epi-flag-mini { text-align: center; font-size: 11px; font-weight: 700; }
.hcb-epi-flag-mini .hcb-flag-chip { width: 100%; height: 30px; border-radius: 4px; margin-bottom: 4px; font-size: 10px; }

.hcb-epi-side-box { background: var(--e-lightbg); border-radius: 10px; padding: 16px; }
.hcb-epi-side-box h6 { margin: 0 0 12px; color: var(--e-navy); font-size: 13px; }
.hcb-epi-side-list { list-style: none; padding: 0; margin: 0 0 10px; }
.hcb-epi-side-list li { padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.hcb-epi-side-list li a { color: var(--e-teal); font-style: italic; }

/* Key findings circular diagram */
.hcb-epi-keyfindings { background: var(--e-lightbg); border: 1px solid var(--border); border-radius: 10px; padding: 26px 20px; margin: 24px 0; }
.hcb-epi-keyfindings h5 { text-align: center; color: var(--e-navy); font-size: 15px; margin: 0 0 26px; text-transform: uppercase; }
.hcb-epi-kf-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: center; }
.hcb-epi-kf-center { grid-column: 1 / -1; display: flex; justify-content: center; margin: 10px 0; }
.hcb-epi-kf-circle { width: 160px; height: 160px; border-radius: 50%; background: #fff; border: 6px solid var(--e-teal);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hcb-epi-kf-circle .hcb-lbl { font-size: 11px; color: var(--e-text); }
.hcb-epi-kf-circle .hcb-val { font-size: 18px; font-weight: 800; color: var(--e-navy); }
.hcb-epi-kf-stat { font-size: 13px; }
.hcb-epi-kf-stat .hcb-t { font-weight: 700; color: var(--e-navy); }
.hcb-epi-kf-stat .hcb-v { font-size: 15px; font-weight: 800; }
.hcb-epi-kf-age-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; font-size: 12px; }

.hcb-epi-disease-box { background: var(--e-navy); border-radius: 10px; padding: 20px; margin-top: 30px; }
.hcb-epi-disease-box h5 { color: #fff; text-align: center; font-size: 16px; margin: 0 0 18px; text-transform: uppercase; }
.hcb-epi-disease-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; }
ul.hcb-epi-disease-list { list-style: none; padding: 0; margin: 0; }
ul.hcb-epi-disease-list li { color: #eaf4f7; font-size: 13px; padding: 6px 0 6px 18px; position: relative; }
ul.hcb-epi-disease-list li::before { content: "\00bb"; position: absolute; left: 0; color: var(--e-orange); font-weight: 800; }
.hcb-epi-loadmore-wrap { text-align: center; margin-top: 16px; }
.hcb-epi-loadmore-btn { background: #fff; color: var(--e-navy); border: none; padding: 8px 20px; border-radius: 4px; font-weight: 700; font-size: 12px; cursor: pointer; }

/* Sidebar: report list + sample form */
.hcb-epi-sidebar { display: flex; flex-direction: column; gap: 20px; }
.hcb-epi-list-box { background: var(--e-navy); border-radius: 10px; overflow: hidden; }
.hcb-epi-list-box h6 { background: var(--e-navy); color: #fff; margin: 0; padding: 14px 16px; font-size: 13px; text-transform: uppercase; text-align: center; }
.hcb-epi-list-box ul { list-style: none; margin: 0; padding: 10px 16px; background: #fff; }
.hcb-epi-list-box ul li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 13px; font-style: italic; }
.hcb-epi-list-box ul li a { color: var(--e-navy); }
.hcb-epi-list-box .hcb-viewmore { text-align: center; padding: 12px; background: #fff; }
.hcb-epi-list-box .hcb-viewmore button { background: var(--e-navy); color: #fff; border: none; padding: 8px 18px; border-radius: 4px; font-size: 12px; font-weight: 700; cursor: pointer; }

.hcb-epi-sample-box { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hcb-epi-sample-box h6 { background: var(--e-navy); color: #fff; margin: 0; padding: 14px 16px; font-size: 13px; text-transform: uppercase; text-align: center; }
.hcb-epi-sample-form { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.hcb-epi-sample-form input, .hcb-epi-sample-form select { padding: 9px 10px; border: 1px solid var(--border); border-radius: 5px; font-size: 13px; font-family: inherit; }
.hcb-epi-phone-row { display: flex; gap: 6px; }
.hcb-epi-phone-row select { max-width: 70px; }
.hcb-epi-sec-row { display: flex; align-items: center; gap: 8px; }
.hcb-epi-sec-code { background: var(--e-lightbg); border-radius: 5px; padding: 8px 12px; font-weight: 800; letter-spacing: 2px; color: var(--e-navy); font-size: 13px; }
.hcb-epi-download-now { background: var(--e-orange); color: #fff; border: none; padding: 11px; border-radius: 5px; font-weight: 800; font-size: 13px; cursor: pointer; letter-spacing: 0.5px; }

@media(max-width:1200px){
  .hcb-banner .hcb-hero-title{
    font-size: clamp(42px, 5vw, 45px);
  }
  .hcb-breadcrumb{
    margin-bottom: 20px;
  }
  .hcb-hero-insights-card::before{
    content: '';
    display: none;
  }
  .hcb-banner .hcb-wrap{
    padding: 20px 10px;
  }
  .hcb-hero-insights-card{
    padding: 25px 20px;
  }
  .hcb-hero-feature-icon{
    width: 45px;
    height: 45px;
  }
  .hcb-hero-feature-icon svg{
    width: 22px;
    height: 22px;
  }
  .hcb-hero-feature{
    padding: 10px 10px;
  }
  .hcb-hero-grid{
    min-height:450px
  }
}
@media(min-width:992px) and (max-width:1199px){
  .hcb-press-footer{
    flex-direction: column-reverse;
    align-items:center;
  }
  .hcb-press-footer .hcb-meta{
    margin-left:0;
    text-align: center;
  }
}
@media(max-width:992px){
  .hcb-hero-insights-card{
    padding: 15px 20px;
  }
  .hcb-banner .hcb-hero-title {
        font-size: clamp(35px, 5vw, 35px);
    }
    .hcb-hero-actions{
      margin-top: 22px;
    }
    .hcb-hero-feature:last-child {
    padding-bottom: 10px;
}
    .hcb-hero-grid {
        min-height: 380px;
    }
    .hcb-hero-feature-icon {
        width: 40px;
        height: 40px;
    }
    .hcb-hero-feature strong{
      font-size: 14px;
    }

    .hcb-prl-layout{
      grid-template-columns:auto;
    }
    .hc-spending-right{
      display: none;
      
    }
    .hcb-hero-grid{
      grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
    }
     .hcb-press-footer{
    flex-direction: column-reverse;
    align-items:center;
  }
  .hcb-press-footer .hcb-meta{
    margin-left:0;
    text-align: center;
  }

  .fixme, .fixme1{
    width: 100%;
  }
  .hcb-banner .right-banner{
    display: none;
  }
  .hcb-hero-grid{
    width: 100%;
  }
}
@media(max-width:767px){
  .hcb-hero-insights-card{
    display: none;
  }
  .hcb-hero-grid{
    grid-template-columns:1fr;
  }
      .hcb-hero-grid {
        min-height: 300px;
    }

    .hcb-hero-btn{
      padding: 10px 20px;
    }
    .hcb-hero-description{
      margin-top: 16px;
    }
    .hcb-section-nav{
      position: relative;
      top: 0;
    }
    main.hcb-page-shell{
      grid-template-columns:1fr;
      padding-top: 30px;
    }
    .hcb-nav-support{
      display: none;
    }
    .hcb-tabs{
      flex-direction: row;
      flex-wrap: wrap;
    }
    .hcb-prl-layout{
      grid-template-columns:1fr;
    }
        .hcb-banner .hcb-hero-title {
        font-size: clamp(30px, 5vw, 40px);
    }
    .hcb-hero-description{
      font-size: 14px;
    }
    .hcb-hero-btn{
      min-height: auto;
    }
        .hcb-breadcrumb {
        margin-bottom: 10px;
    }
    .hcb-tab-panel h2{
      font-size: 22px;
    }
    .hcb-panel-heading p{
      font-size: 14px;
    }
    .hcb-banner{
      background: linear-gradient(rgba(0,63,84,.55), rgba(0,63,84,.55)), #00526B;
    }
    .hcb-banner-icon{
      display: none;
    }
     .hcb-section-nav .hcb-section-nav-head{
      display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 8px 16px;
        background: #fff;
        border: 1px solid #0d6b7d;
        border-radius: 10px;
        cursor: pointer;
        min-height: 54px;
        user-select: none;
        margin-bottom: 5px;
     }
     .hcb-section-nav .hcb-section-nav-head::after {
        content: "";
        width: 12px;
        height: 12px;
        flex-shrink: 0;
        border-right: 2px solid #0d6b7d;
        border-bottom: 2px solid #0d6b7d;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
        margin-top: -4px;
    }
    .hcb-section-nav.is-open .hcb-section-nav-head::after {
        transform: rotate(-135deg);
        margin-top: 2px;
    }
    .hcb-section-nav.is-open .hcb-section-nav-head {
        border-radius: 10px 10px 0 0;
        margin-bottom: 5px;
    }
     .hcb-section-nav .hcb-tabs {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #0d6b7d;
        border-top: none;
        border-radius: 0 0 10px 10px;
        transition: max-height 0.28s ease, opacity 0.2s ease;
    }
 
    /* Open state */
    .hcb-section-nav.is-open .hcb-tabs {
        max-height: 600px;
        opacity: 1;
        visibility: visible;
    }
 
    /* Stack tabs flush inside the dropdown */
    .hcb-section-nav .hcb-tabs .hcb-tab {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        margin: 0;
        border: none;
        border-top: 0.5px solid #eef2f3;
        border-radius: 0;
        background: #fff;
        text-align: left;
        min-height: 52px;
        cursor: pointer;
    }
    .hcb-section-nav .hcb-tabs .hcb-tab:first-child {
        border-top: none;
    }
 
    /* Icon + label + chevron alignment */
    .hcb-section-nav .hcb-tabs .hcb-tab .hcb-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        color: #0d6b7d;
    }
    .hcb-section-nav .hcb-tabs .hcb-tab > span {
        flex: 1;
        font-size: 0.96rem;
        font-weight: 500;
        color: #1a2b30;
    }
    .hcb-section-nav .hcb-tabs .hcb-tab .hcb-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        color: #0d6b7d;
        transform: rotate(-90deg); /* point right, like a link arrow */
    }
 
    /* Active item highlight */
    .hcb-section-nav .hcb-tabs .hcb-tab--active,
    .hcb-section-nav .hcb-tabs .hcb-tab[aria-selected="true"] {
        background: #f2f8f9;
    }
 
    /* Support / CTA block spacing under the dropdown */
    .hcb-section-nav .hcb-nav-support {
        margin-top: 16px;
    }

    .hcb-section-nav-head strong{
      font-size: 16px;
    }
    #load_data_message{
      margin-top: 10px;
    }
    .hcb-press-footer{
      justify-content: center;
    }
    .hcb-press-item{
      padding: 14px;
    }
}
@media(max-width:600px){
  .hcb-press-actions{
    flex-direction: column;
  }
  .hcb-press-footer{
    flex-direction: column-reverse;
    align-items: center;
  }
  .hcb-press-footer .hcb-meta{
    margin-left: 0;
    text-align: center;
  }
  .hcb-press-btn-buy .buy_btn_img{
    width: 100%;
    height: 35px;
  }
  .hcb-press-btn{
    font-size: 14px;
  }
  .statical-box .price-box{
    width: 100%;
  }
}

.flag-.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container .selected-flag{
  border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
   border-color: #5691ab;
  /* overflow: hidden; */
}
.intl-tel-input .country-list .country{
  border: none;
}
.intl-tel-input .country-list{
  width: 300px;
}