/*
Theme Name:   IMCURE Premium (Astra Child)
Theme URI:    https://imcure.in
Description:  Premium healthcare-tech child theme for IMCURE.
Author:       IMCURE
Template:     astra
Version:      3.9.0
Text Domain:  astra-child
*/

/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* ============================================================
   DESIGN TOKENS — PREMIUM HEALTHCARE PALETTE
   Warm ivory + charcoal text + gold accents (IMCURE logo gold)
   ============================================================ */
:root {
  /* Backgrounds — clean white/blue family */
  --ic-bg:           #FFFFFF;
  --ic-bg-2:         #F5F8FF;
  --ic-bg-3:         #FFFFFF;
  --ic-bg-4:         #EEF3FF;

  /* Primary accent — deep blue */
  --ic-gold:         #003399;
  --ic-gold-2:       #002277;
  --ic-gold-light:   #4D7FE0;
  --ic-gold-glow:    rgba(0, 51, 153, 0.18);
  --ic-gold-faint:   rgba(0, 51, 153, 0.08);

  /* Secondary accent — blue */
  --ic-teal:         #003399;
  --ic-teal-2:       #002277;
  --ic-teal-glow:    rgba(0, 51, 153, 0.18);
  --ic-teal-faint:   rgba(0, 51, 153, 0.08);

  /* Text — near-black family */
  --ic-text-1:       #1A1A2E;
  --ic-text-2:       #4A4A6A;
  --ic-text-3:       #8888AA;

  /* Borders */
  --ic-border:       rgba(0, 0, 0, 0.09);
  --ic-border-2:     rgba(0, 0, 0, 0.16);

  /* Glass (for frosted panels) */
  --ic-glass:        rgba(255, 255, 255, 0.92);
  --ic-glass-2:      rgba(255, 255, 255, 0.98);

  /* Misc */
  --ic-purple:       #7C5CB8;
  --ic-green:        #2A8E6A;

  /* Radii */
  --ic-radius-sm:    8px;
  --ic-radius:       14px;
  --ic-radius-lg:    20px;
  --ic-radius-xl:    28px;

  /* Easings */
  --ic-ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --ic-spring:       cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Fonts */
  --ic-font-h:       'Nunito', system-ui, sans-serif;
  --ic-font-b:       'Inter', system-ui, sans-serif;

  /* Shadows */
  --ic-shadow-sm:    0 1px 8px rgba(0, 0, 0, 0.06);
  --ic-shadow:       0 4px 20px rgba(0, 0, 0, 0.08);
  --ic-shadow-md:    0 8px 32px rgba(0, 0, 0, 0.10);
  --ic-shadow-lg:    0 20px 56px rgba(0, 0, 0, 0.13);
}

/* ============================================================
   ASTRA HEADER SUPPRESSION
   Our child header.php fully replaces Astra's #masthead.
   ============================================================ */
#masthead,
#ast-fixed-header {
  display: none !important;
}

/* ============================================================
   ICH — IMCURE CUSTOM HEADER
   Premium cream/ivory navbar with gold accents.
   ============================================================ */

/* Body offset for fixed header */
.ich-has-custom-header #content {
  padding-top: 72px;
}
@media (max-width: 921px) {
  .ich-has-custom-header #content {
    padding-top: 64px;
  }
}

/* Header wrapper */
.ich-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  height: 72px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 921px) {
  .ich-header { height: 64px; }
}

.ich-header.ich-scrolled {
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom-color: rgba(0, 0, 51, 0.10);
  box-shadow: 0 2px 24px rgba(0, 0, 51, 0.08);
}

/* ── Homepage: solid white nav — logo always visible ── */
.home.ich-has-custom-header #content { padding-top: 72px; }
@media (max-width: 921px) { .home.ich-has-custom-header #content { padding-top: 64px; } }

/* Inner container */
.ich-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1100px) { .ich-inner { padding: 0 24px; } }
@media (max-width: 921px)  { .ich-inner { padding: 0 18px; } }

/* Logo */
.ich-logo-wrap {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  text-decoration: none;
}
.ich-logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.ich-logo {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 921px) { .ich-logo { height: 36px; } }
.ich-logo-text {
  font-family: var(--ic-font-h);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ic-text-1);
  letter-spacing: -0.04em;
}
.ich-logo-tagline {
  display: block;
  font-family: var(--ic-font-b);
  font-size: 0.59rem;
  font-weight: 700;
  font-variant: small-caps;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
  padding-top: 5px;
  margin-top: 3px;
  border-top: 1px solid rgba(0, 51, 153, 0.18);
  align-self: stretch;
  background: linear-gradient(90deg, #003399 10%, #4D7FE0 60%, #003399 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ich-tagline-shimmer 4s linear infinite;
}
@keyframes ich-tagline-shimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Desktop nav */
.ich-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 921px) { .ich-nav-links { display: none; } }

.ich-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 13px;
  font-family: var(--ic-font-b);
  font-size: 0.875rem;
  font-weight: 500;
  color: #2C2C2E;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
  letter-spacing: 0.01em;
}
.ich-nav-link:hover,
.ich-nav-link:focus-visible {
  color: var(--ic-gold);
  background: var(--ic-gold-faint);
  text-decoration: none;
}

/* Chevron */
.ich-chevron {
  transition: transform 0.22s ease;
  flex-shrink: 0;
  opacity: 0.5;
}
.ich-dropdown-btn:hover .ich-chevron,
.ich-dropdown.open .ich-chevron {
  transform: rotate(180deg);
  opacity: 0.8;
}

/* Dropdown wrapper */
.ich-dropdown { position: relative; }

/* Dropdown panel */
.ich-dropdown-panel {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  /* padding-top bridges the visual gap without leaving a hover dead-zone */
  padding: 8px 8px 8px 8px;
  margin-top: 8px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
/* Invisible hover bridge fills the gap above the panel */
.ich-dropdown-panel::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0; right: 0;
  height: 12px;
}
.ich-dropdown:hover .ich-dropdown-panel,
.ich-dropdown.open .ich-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Dropdown items */
.ich-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 9px;
  font-family: var(--ic-font-b);
  font-size: 0.875rem;
  font-weight: 500;
  color: #2C2C2E;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}
.ich-dropdown-item:hover {
  background: var(--ic-gold-faint);
  color: var(--ic-gold);
  text-decoration: none;
}
.ich-di-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--ic-gold-faint);
  color: var(--ic-gold);
  flex-shrink: 0;
  transition: background 0.18s ease;
}
.ich-dropdown-item:hover .ich-di-icon {
  background: var(--ic-gold-glow);
}

/* Mobile hamburger */
.ich-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 9px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.ich-hamburger:hover { background: rgba(0, 0, 0, 0.09); }
@media (max-width: 921px) { .ich-hamburger { display: flex; } }
.ich-ham-bar {
  width: 20px;
  height: 2px;
  background: #2C2C2E;
  border-radius: 2px;
  display: block;
  transition: transform 0.26s ease, opacity 0.26s ease, width 0.26s ease;
}
.ich-hamburger.open .ich-ham-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ich-hamburger.open .ich-ham-bar:nth-child(2) { opacity: 0; width: 0; }
.ich-hamburger.open .ich-ham-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile overlay */
.ich-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.ich-overlay.visible {
  display: block;
  opacity: 1;
}

/* Mobile drawer */
.ich-drawer {
  position: fixed;
  top: 0;
  right: -340px;
  width: 300px;
  max-width: 88vw;
  height: 100dvh;
  background: #FFFFFF;
  border-left: 1px solid rgba(0, 0, 51, 0.08);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  transition: right 0.30s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.ich-drawer.open { right: 0; }

.ich-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
}
.ich-drawer-close {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #48484A;
  transition: background 0.18s ease;
}
.ich-drawer-close:hover { background: rgba(0, 0, 0, 0.09); }

.ich-drawer-links {
  padding: 10px 10px 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.ich-drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-family: var(--ic-font-b);
  font-size: 0.97rem;
  font-weight: 500;
  color: #2C2C2E;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  width: 100%;
  text-align: left;
}
.ich-drawer-link:hover { background: var(--ic-gold-faint); color: var(--ic-gold); }

.ich-mob-accordion-btn.open .ich-chevron { transform: rotate(180deg); }
.ich-mob-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.28s ease;
  opacity: 0;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ich-mob-submenu.open { max-height: 200px; opacity: 1; }
.ich-mob-sublink {
  display: block;
  padding: 10px 14px;
  font-family: var(--ic-font-b);
  font-size: 0.9rem;
  color: #48484A;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.18s ease, color 0.18s ease;
}
.ich-mob-sublink:hover { background: var(--ic-gold-faint); color: var(--ic-gold); text-decoration: none; }

/* Focus outlines */
.ich-nav-link:focus-visible,
.ich-dropdown-item:focus-visible,
.ich-drawer-link:focus-visible,
.ich-mob-sublink:focus-visible,
.ich-hamburger:focus-visible,
.ich-drawer-close:focus-visible {
  outline: 2px solid var(--ic-gold);
  outline-offset: 2px;
}

/* ============================================================
   ICF — IMCURE CUSTOM FOOTER
   Clean premium footer — warm beige with charcoal text.
   ============================================================ */
.icf-footer {
  background: linear-gradient(135deg, #001066 0%, #002299 100%);
  border-top: none;
}
.icf-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 44px;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 36px 28px;
}
@media (max-width: 1024px) {
  .icf-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .icf-inner { grid-template-columns: 1fr; padding: 40px 20px 28px; gap: 24px; }
}

.icf-logo-link { display: inline-flex; text-decoration: none; margin-bottom: 14px; display: block; }
.icf-logo { height: 38px; width: auto; object-fit: contain; }
.icf-logo-text {
  font-family: var(--ic-font-h);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}

footer.icf-footer h4.icf-col-title,
.icf-footer .icf-col-title {
  font-family: var(--ic-font-h) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin-bottom: 18px !important;
}
.icf-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.icf-link {
  font-family: var(--ic-font-b);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  transition: color 0.18s ease;
  display: inline-block;
}
.icf-link:hover { color: #FF6600; }

.icf-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
}
.icf-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .icf-bottom-inner { padding: 12px 20px; flex-direction: column; align-items: flex-start; }
}
.icf-copy {
  font-family: var(--ic-font-b);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
#imcure-back-top {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--ic-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9990;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s ease;
  box-shadow: var(--ic-shadow);
}
#imcure-back-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#imcure-back-top:hover {
  box-shadow: var(--ic-shadow-md);
  transform: translateY(-3px);
}

/* ============================================================
   READING PROGRESS BAR
   ============================================================ */
#imcure-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ic-gold), var(--ic-gold-light));
  z-index: 99999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
  pointer-events: none;
}

/* ============================================================
   SCROLL ANIMATION CLASSES
   ============================================================ */
[data-ic-animate="fade-up"] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s var(--ic-ease), transform 0.65s var(--ic-ease);
}
[data-ic-animate="fade-in"] {
  opacity: 0;
  transition: opacity 0.65s var(--ic-ease);
}
[data-ic-animate="scale-in"] {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s var(--ic-ease), transform 0.6s var(--ic-spring);
}
[data-ic-animate].ic-visible {
  opacity: 1 !important;
  transform: none !important;
}
[data-ic-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ic-ease), transform 0.5s var(--ic-ease);
}
[data-ic-stagger].ic-visible > * { opacity: 1; transform: none; }
[data-ic-stagger].ic-visible > *:nth-child(1) { transition-delay: 0.05s; }
[data-ic-stagger].ic-visible > *:nth-child(2) { transition-delay: 0.11s; }
[data-ic-stagger].ic-visible > *:nth-child(3) { transition-delay: 0.17s; }
[data-ic-stagger].ic-visible > *:nth-child(4) { transition-delay: 0.23s; }
[data-ic-stagger].ic-visible > *:nth-child(5) { transition-delay: 0.29s; }
[data-ic-stagger].ic-visible > *:nth-child(6) { transition-delay: 0.35s; }

/* ============================================================
   GRADIENT TEXT — gold on light background
   ============================================================ */
.ic-gradient-text {
  background: linear-gradient(135deg, var(--ic-gold) 0%, var(--ic-gold-2) 60%, #8B6914 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Pulsing pill dot */
.ic-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  animation: icPillPulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes icPillPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}

/* ============================================================
   BLOG PAGE — .ic-* components
   White cards on warm ivory background.
   ============================================================ */

/* Wrapper */
.ic-blog-page-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 96px;
}

/* Blog header */
.ic-blog-header {
  text-align: center;
  padding: 64px 20px 48px;
  position: relative;
}
.ic-blog-header h1 {
  font-family: var(--ic-font-h);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 14px;
  color: var(--ic-text-1);
}
.ic-blog-header p {
  font-family: var(--ic-font-b);
  font-size: 1.02rem;
  color: var(--ic-text-2);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Pill badge */
.ic-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ic-font-b);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 14px;
}
.ic-pill-teal {
  color: var(--ic-gold);
  background: var(--ic-gold-faint);
  border: 1px solid rgba(200, 149, 44, 0.22);
}

/* Search bar */
.ic-blog-search {
  position: relative;
  max-width: 480px;
  margin-bottom: 28px;
}
.ic-blog-search input[type="text"] {
  width: 100%;
  padding: 13px 48px 13px 46px;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  color: var(--ic-text-1);
  font-size: 0.92rem;
  font-family: var(--ic-font-b);
  outline: none;
  box-shadow: var(--ic-shadow-sm);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.ic-blog-search input[type="text"]:focus {
  border-color: var(--ic-gold);
  box-shadow: 0 0 0 3px var(--ic-gold-glow);
}
.ic-blog-search input[type="text"]::placeholder {
  color: var(--ic-text-3);
}
.ic-blog-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ic-text-3);
  pointer-events: none;
  width: 17px;
  height: 17px;
}
.ic-blog-search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ic-gold);
  border: none;
  border-radius: 999px;
  padding: 7px 16px;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--ic-font-b);
  transition: background 0.2s ease;
}
.ic-blog-search-btn:hover { background: var(--ic-gold-2); }

/* Category filter */
.ic-blog-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.ic-filter-tab {
  padding: 7px 18px;
  border-radius: 999px;
  font-family: var(--ic-font-b);
  font-size: 0.84rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1.5px solid rgba(0, 0, 0, 0.10);
  background: #FFFFFF;
  color: var(--ic-text-2);
  text-decoration: none;
  box-shadow: var(--ic-shadow-sm);
}
.ic-filter-tab:hover,
.ic-filter-tab.active {
  background: var(--ic-gold);
  border-color: var(--ic-gold);
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 4px 12px var(--ic-gold-glow);
}

/* Featured post */
.ic-blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--ic-radius-xl);
  overflow: hidden;
  margin-bottom: 48px;
  min-height: 320px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--ic-shadow);
  transition: transform 0.35s var(--ic-spring), box-shadow 0.35s ease;
}
.ic-blog-featured:hover {
  transform: translateY(-3px);
  box-shadow: var(--ic-shadow-lg);
  text-decoration: none;
  color: inherit;
}
.ic-blog-featured-img {
  overflow: hidden;
  min-height: 240px;
}
.ic-blog-featured-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.5s ease;
}
.ic-blog-featured:hover .ic-blog-featured-img img { transform: scale(1.04); }

.ic-blog-thumb-placeholder {
  width: 100%; height: 100%;
  min-height: 200px;
  background: linear-gradient(135deg, var(--ic-bg-2), var(--ic-bg-4));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.12);
}

.ic-blog-featured-content {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ic-blog-featured-badge {
  display: inline-block;
  font-family: var(--ic-font-b);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ic-gold);
  background: var(--ic-gold-faint);
  border: 1px solid rgba(200, 149, 44, 0.22);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.ic-blog-featured-title {
  font-family: var(--ic-font-h);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--ic-text-1);
}
.ic-blog-featured-excerpt {
  font-family: var(--ic-font-b);
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ic-text-2);
  flex: 1;
}
.ic-blog-featured-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* Blog grid */
.ic-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
  padding: 0 0 44px;
}

/* Blog card */
.ic-blog-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--ic-radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--ic-shadow-sm);
  transition: transform 0.35s var(--ic-spring),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}
.ic-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 149, 44, 0.25);
  box-shadow: var(--ic-shadow-lg);
  text-decoration: none;
  color: inherit;
}

.ic-blog-thumb {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.ic-blog-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.5s ease;
}
.ic-blog-card:hover .ic-blog-thumb img { transform: scale(1.05); }

.ic-blog-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ic-blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.ic-blog-cat {
  font-family: var(--ic-font-b);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ic-gold);
  background: var(--ic-gold-faint);
  border: 1px solid rgba(200, 149, 44, 0.18);
  border-radius: 999px;
  padding: 3px 10px;
  text-decoration: none;
}
.ic-blog-date {
  font-family: var(--ic-font-b);
  font-size: 0.76rem;
  color: var(--ic-text-3);
}
.ic-blog-title {
  font-family: var(--ic-font-h);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ic-text-1);
  line-height: 1.38;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.ic-blog-card:hover .ic-blog-title { color: var(--ic-gold); }
.ic-blog-excerpt {
  font-family: var(--ic-font-b);
  font-size: 0.85rem;
  color: var(--ic-text-3);
  line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.ic-read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--ic-font-b);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ic-gold);
  margin-top: 14px;
  text-decoration: none;
  transition: gap 0.22s ease;
}
.ic-blog-card:hover .ic-read-more,
.ic-blog-featured:hover .ic-read-more { gap: 8px; }

/* Post meta */
.ic-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ic-post-tag {
  font-family: var(--ic-font-b);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ic-gold);
  background: var(--ic-gold-faint);
  border: 1px solid rgba(200, 149, 44, 0.18);
  border-radius: 999px;
  padding: 4px 12px;
  text-decoration: none;
}
.ic-post-date-reading {
  font-family: var(--ic-font-b);
  font-size: 0.82rem;
  color: var(--ic-text-3);
  display: flex;
  align-items: center;
  gap: 7px;
}
.ic-post-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--ic-text-3);
  display: inline-block;
}

/* Post header (single.php) */
.ic-post-header {
  padding: 64px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
.ic-post-title {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.75rem, 5vw, 3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.18 !important;
  margin: 18px 0 16px !important;
  color: var(--ic-text-1) !important;
}
.ic-post-excerpt {
  font-family: var(--ic-font-b);
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--ic-text-2);
  max-width: 660px;
  margin-bottom: 24px;
}
.ic-post-featured-image {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: var(--ic-radius-xl) !important;
  margin-bottom: 44px;
  box-shadow: var(--ic-shadow-md);
}

/* Post content */
.ic-post-content {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--ic-font-b);
  font-size: 1.05rem;
  line-height: 1.82;
  color: var(--ic-text-2);
}
.ic-post-content h2 {
  font-family: var(--ic-font-h);
  font-size: 1.7rem;
  font-weight: 700;
  margin: 44px 0 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  letter-spacing: -0.02em;
  color: var(--ic-text-1);
}
.ic-post-content h3 {
  font-family: var(--ic-font-h);
  font-size: 1.28rem;
  font-weight: 700;
  margin: 32px 0 12px;
  letter-spacing: -0.01em;
  color: var(--ic-text-1);
}
.ic-post-content h4 {
  font-family: var(--ic-font-h);
  font-size: 1.08rem;
  font-weight: 600;
  margin: 24px 0 10px;
  color: var(--ic-text-1);
}
.ic-post-content p { margin-bottom: 20px; }
.ic-post-content a {
  color: var(--ic-gold);
  border-bottom: 1px solid rgba(200, 149, 44, 0.3);
  padding-bottom: 1px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ic-post-content a:hover { color: var(--ic-gold-2); border-bottom-color: var(--ic-gold-2); }
.ic-post-content blockquote {
  border-left: 3px solid var(--ic-gold);
  margin: 28px 0;
  padding: 16px 22px;
  background: var(--ic-gold-faint);
  border-radius: 0 var(--ic-radius-sm) var(--ic-radius-sm) 0;
  font-style: italic;
  color: var(--ic-text-2);
}
.ic-post-content pre, .ic-post-content code {
  background: var(--ic-bg-4);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: var(--ic-radius-sm);
  font-size: 0.9rem;
  color: var(--ic-text-1);
}
.ic-post-content pre { padding: 18px; overflow-x: auto; }
.ic-post-content code { padding: 2px 7px; display: inline; }
.ic-post-content ul, .ic-post-content ol { padding-left: 22px; margin-bottom: 20px; }
.ic-post-content ul li::marker, .ic-post-content ol li::marker { color: var(--ic-gold); }
.ic-post-content li { margin-bottom: 7px; }
.ic-post-content img { border-radius: var(--ic-radius-lg) !important; margin: 8px 0; width: 100%; }

/* Author box */
.ic-author-box {
  background: var(--ic-bg-4);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--ic-radius-xl);
  padding: 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin: 52px 0 36px;
}
.ic-author-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.09);
  flex-shrink: 0;
}
.ic-author-name {
  font-family: var(--ic-font-h);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ic-text-1);
  margin-bottom: 3px;
}
.ic-author-name a { color: inherit; text-decoration: none; }
.ic-author-role {
  font-family: var(--ic-font-b);
  font-size: 0.74rem;
  color: var(--ic-gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 9px;
}
.ic-author-bio {
  font-family: var(--ic-font-b);
  font-size: 0.87rem;
  line-height: 1.65;
  color: var(--ic-text-2);
}

/* Related posts */
.ic-related-posts {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 44px;
  margin-top: 44px;
}
.ic-related-title {
  font-family: var(--ic-font-h) !important;
  font-size: 1.28rem !important;
  font-weight: 700 !important;
  margin-bottom: 22px !important;
  letter-spacing: -0.02em;
  color: var(--ic-text-1) !important;
}

/* Post navigation */
.ic-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 32px;
  margin-top: 32px;
}
.ic-post-nav-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--ic-radius-lg);
  padding: 16px 20px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--ic-shadow-sm);
  transition: all 0.25s ease;
}
.ic-post-nav-link:hover {
  border-color: var(--ic-gold);
  box-shadow: var(--ic-shadow);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}
.ic-post-nav-link.ic-next { text-align: right; align-items: flex-end; }
.ic-post-nav-dir {
  font-family: var(--ic-font-b);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--ic-text-3);
}
.ic-post-nav-title {
  font-family: var(--ic-font-h);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ic-text-1);
  line-height: 1.4;
}

/* Pagination */
.ic-pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  flex-wrap: wrap;
}
.ic-pagination .page-numbers {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--ic-radius-sm);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  color: var(--ic-text-2);
  font-family: var(--ic-font-b);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--ic-shadow-sm);
  transition: all 0.2s ease;
}
.ic-pagination .page-numbers:hover,
.ic-pagination .page-numbers.current {
  background: var(--ic-gold);
  border-color: var(--ic-gold);
  color: #FFFFFF;
  box-shadow: 0 4px 12px var(--ic-gold-glow);
}
.ic-pagination .page-numbers.dots { background: transparent; border-color: transparent; box-shadow: none; cursor: default; }

/* Archive header */
.ic-blog-page-wrap h1.page-title,
.ic-blog-header h1 {
  font-family: var(--ic-font-h);
  color: var(--ic-text-1);
}

/* Empty state */
.ic-empty-state {
  text-align: center;
  padding: 72px 20px;
}
.ic-empty-state h2 {
  font-family: var(--ic-font-h);
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: var(--ic-text-1);
}

/* 404 page */
.ic-404-number {
  font-family: var(--ic-font-h);
  font-size: clamp(6rem, 18vw, 11rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--ic-gold), var(--ic-gold-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes icFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}
@keyframes icFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ============================================================
   TESTIMONIALS PAGE
   ============================================================ */
.ic-testimonials-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 88px;
}
/* Featured video section */
.ic-video-section {
  max-width: 520px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
}
.ic-video-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ic-font-b);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #003399;
  background: rgba(0, 51, 153, 0.07);
  border: 1px solid rgba(0, 51, 153, 0.15);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 20px;
}
.ic-video-player-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 51, 153, 0.13), 0 4px 16px rgba(0,0,0,0.08);
  border: 1px solid rgba(0, 51, 153, 0.1);
  background: #000;
  aspect-ratio: 16 / 9;
}
.ic-video-player {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 600px) {
  .ic-video-section { padding: 0 16px; margin-bottom: 40px; }
  .ic-video-player-wrap { border-radius: 14px; }
}

.ic-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  padding-bottom: 44px;
}
.ic-testimonial-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--ic-radius-xl);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--ic-shadow-sm);
  transition: transform 0.35s var(--ic-spring), box-shadow 0.28s ease, border-color 0.28s ease;
  position: relative;
}
.ic-testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 149, 44, 0.22);
  box-shadow: var(--ic-shadow-lg);
}
.ic-testimonial-quote-mark {
  font-size: 3.5rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: var(--ic-gold);
  opacity: 0.25;
  position: absolute;
  top: 18px;
  right: 22px;
}
.ic-testimonial-stars { display: flex; gap: 3px; }
.ic-testimonial-star { color: var(--ic-gold-light); font-size: 1rem; }
.ic-testimonial-star.empty { opacity: 0.25; }
.ic-testimonial-text {
  font-family: var(--ic-font-b);
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ic-text-2);
  font-style: italic;
  flex: 1;
}
.ic-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.ic-testimonial-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.09);
  flex-shrink: 0;
  background: var(--ic-bg-4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.ic-testimonial-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.ic-testimonial-name {
  font-family: var(--ic-font-h);
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ic-text-1);
  margin-bottom: 2px;
}
.ic-testimonial-role { font-family: var(--ic-font-b); font-size: 0.76rem; color: var(--ic-gold); font-weight: 600; }
.ic-testimonial-company { font-family: var(--ic-font-b); font-size: 0.76rem; color: var(--ic-text-3); margin-left: 2px; }

/* ============================================================
   GLOBAL PREMIUM LIGHT THEME
   Applies healthcare aesthetic site-wide via Kubio stable class
   names and Astra layout classes.
   ============================================================ */

/* Light canvas */
html,
body,
#page,
.site,
.hfeed {
  background-color: var(--ic-bg) !important;
}

/* Premium fonts */
body,
input, textarea, select, button {
  font-family: var(--ic-font-b);
  color: var(--ic-text-2);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ic-font-h) !important;
  letter-spacing: -0.02em;
  color: var(--ic-text-1) !important;
}

/* Kubio section/column containers transparent over light canvas */
.h-section-global-spacing,
.h-section-grid-container,
.h-navigation-padding,
.h-row,
.h-flex-basis,
.h-y-container,
.h-column__content {
  background-color: transparent !important;
}

/* Astra layout areas */
.ast-article-single,
.entry-content,
.site-content,
#secondary,
.ast-container {
  background-color: transparent !important;
}

/* Hide the auto-generated "Home" page title on the front page */
.home .entry-header,
.home .entry-title {
  display: none !important;
}

/* Global headings dark on light bg */
h1, h2, h3, h4, h5, h6,
.entry-title, .page-title {
  color: var(--ic-text-1) !important;
}

/* Body text */
body, p { color: var(--ic-text-2); }

/* Kubio text blocks */
.h-text-block h1, .h-text-block h2,
.h-text-block h3, .h-text-block h4,
.h-text-block h5, .h-text-block h6 {
  font-family: var(--ic-font-h) !important;
  color: var(--ic-text-1) !important;
  font-weight: 700 !important;
}
.h-text-block p, .h-text-block li,
.h-text-block span {
  font-family: var(--ic-font-b) !important;
  color: var(--ic-text-2) !important;
}

/* Kubio buttons */
.h-button, .h-btn, [class*="kubio-btn"] {
  font-family: var(--ic-font-b) !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
}

/* Site title */
.site-title a,
.ast-site-name-wrap .site-title a { color: var(--ic-text-1) !important; }
.site-description { color: var(--ic-text-3) !important; }

/* ============================================================
   HOME PAGE — VISUAL TRANSFORMATION
   The home page content lives in one Elementor text-editor
   widget. These rules create visual sections, stat cards,
   feature grids, and a hero from the raw heading/paragraph
   structure without touching the database.
   ============================================================ */

/* ── Widen the home page content area ── */
.home #primary { max-width: 100%; padding-top: 0; }
.home .entry-content { padding: 0; max-width: 100%; }
.home .elementor-1147 { max-width: 1160px; margin: 0 auto; padding: 0 24px 80px; }
.home .elementor-widget-text-editor { max-width: 100%; }

/* Remove Astra's default article padding on home */
.home .ast-article-single { padding: 0 !important; background: transparent !important; }
.home .site-content .ast-container { padding: 0 !important; max-width: 100% !important; }

/* ── Paragraph base ── */
.home .elementor-widget-text-editor p {
  color: var(--ic-text-2);
  line-height: 1.75;
  font-size: 1rem;
  margin-bottom: 14px;
  max-width: 760px;
}

/* ── HR — ornamental section divider ── */
.home .elementor-widget-text-editor hr {
  border: none;
  border-top: 1px solid var(--ic-border);
  margin: 72px 0;
  position: relative;
}
.home .elementor-widget-text-editor hr::after {
  content: '◆';
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  background: var(--ic-bg);
  padding: 0 14px;
  color: var(--ic-gold);
  font-size: 0.75rem;
  letter-spacing: 2px;
}

/* ── h2 — section titles ── */
.home .elementor-widget-text-editor h2 {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem) !important;
  font-weight: 800 !important;
  color: var(--ic-text-1) !important;
  margin: 64px 0 18px !important;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ic-gold-faint);
  line-height: 1.2 !important;
}

/* First h2 = hero headline */
.home .elementor-widget-text-editor > h2:first-child {
  background: linear-gradient(135deg, var(--ic-bg-4) 0%, var(--ic-bg-2) 100%);
  border: none;
  border-left: 5px solid var(--ic-gold);
  border-radius: 0 16px 16px 0;
  padding: 40px 48px 40px 40px !important;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  margin: 0 0 0 0 !important;
  max-width: 100%;
}

/* ── h3 — feature / stat headings ── */
.home .elementor-widget-text-editor h3 {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem) !important;
  font-weight: 700 !important;
  color: var(--ic-gold) !important;
  margin: 40px 0 10px !important;
  padding-left: 18px;
  position: relative;
}
.home .elementor-widget-text-editor h3::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 80%;
  min-height: 18px;
  background: var(--ic-gold);
  border-radius: 2px;
}

/* ── h1 — big section banner headlines ── */
.home .elementor-widget-text-editor h1 {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.7rem, 3vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: var(--ic-text-1) !important;
  text-align: center;
  margin: 80px auto 20px !important;
  max-width: 820px;
  line-height: 1.2 !important;
  position: relative;
}
.home .elementor-widget-text-editor h1::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: var(--ic-gold);
  margin: 14px auto 0;
  border-radius: 2px;
}

/* ── Feature / Product lists → card grid ── */
.home .elementor-widget-text-editor ul {
  list-style: none !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin: 18px 0 8px !important;
}
.home .elementor-widget-text-editor ul > li {
  background: var(--ic-bg-3);
  border: 1px solid var(--ic-border);
  border-radius: 10px;
  padding: 16px 18px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.home .elementor-widget-text-editor ul > li::before {
  content: '';
  display: none;
}
.home .elementor-widget-text-editor ul > li::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ic-gold), var(--ic-gold-light));
  border-radius: 10px 10px 0 0;
}
.home .elementor-widget-text-editor ul > li:hover {
  box-shadow: var(--ic-shadow);
  transform: translateY(-2px);
}
.home .elementor-widget-text-editor ul > li > p {
  margin: 0 !important;
  color: var(--ic-text-2) !important;
  font-size: 0.93rem !important;
  line-height: 1.55 !important;
  max-width: none !important;
}

/* ── "Why Businesses" h3 stat group: visual boost ──
   Each h3 followed by paragraphs gets a subtle card
   background via adjacent sibling treatment. ── */
.home .elementor-widget-text-editor h3 + p {
  background: var(--ic-bg-2);
  border-radius: 0 0 10px 10px;
  padding: 14px 18px 14px 18px;
  margin-left: 18px;
  margin-top: -4px;
  border-left: 2px solid var(--ic-gold-faint);
}
.home .elementor-widget-text-editor h3 + p + p {
  margin-left: 18px;
  color: var(--ic-text-3) !important;
  font-size: 0.9rem !important;
}

/* ── Center intro paragraph after first h2 hero ── */
.home .elementor-widget-text-editor > h3:first-of-type,
.home .elementor-widget-text-editor > h3:first-of-type + p {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home .elementor-widget-text-editor > h3:first-of-type {
  padding-left: 0 !important;
  color: var(--ic-text-2) !important;
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  margin-top: 28px !important;
}
.home .elementor-widget-text-editor > h3:first-of-type::before { display: none; }

@media (max-width: 768px) {
  .home .elementor-1147 { padding: 0 16px 60px; }
  .home .elementor-widget-text-editor > h2:first-child {
    padding: 28px 24px !important;
  }
  .home .elementor-widget-text-editor ul {
    grid-template-columns: 1fr 1fr;
  }
  .home .elementor-widget-text-editor h1 { margin: 56px auto 16px !important; }
}
@media (max-width: 480px) {
  .home .elementor-widget-text-editor ul {
    grid-template-columns: 1fr;
  }
}

/* Astra footer → replaced by our ICF footer, but override just in case */
#colophon,
.site-footer,
.ast-small-footer,
.ast-footer-overlay,
.footer-widget-area,
.footer-adv-overlay {
  background-color: var(--ic-bg-4) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.ast-small-footer-wrap { color: var(--ic-text-3) !important; }
.ast-small-footer a { color: var(--ic-text-2) !important; }

/* ============================================================
   RESPONSIVE — .ic-* elements
   ============================================================ */
@media (max-width: 1024px) {
  .ic-blog-featured { grid-template-columns: 1fr; }
  .ic-blog-featured-img { min-height: 220px; height: 220px; }
  .ic-blog-featured-content { padding: 26px 22px; }
}
@media (max-width: 768px) {
  .ic-blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .ic-post-nav { grid-template-columns: 1fr; }
  .ic-author-box { flex-direction: column; }
  .ic-post-title { font-size: clamp(1.5rem, 7vw, 2.25rem) !important; }
  .ic-blog-page-wrap { padding: 0 16px 60px; }
  .ic-blog-filter { gap: 7px; }
  .ic-testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
  .ic-testimonials-wrap { padding: 0 16px 60px; }
}
@media (max-width: 480px) {
  .ic-blog-featured-content { padding: 20px 16px; }
  .ic-blog-body { padding: 16px 18px 18px; }
  .ic-filter-tab { padding: 6px 13px; font-size: 0.78rem; }
  .ic-blog-thumb { height: 165px; }
}

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
.ic-blog-card:focus-visible,
.ic-post-nav-link:focus-visible,
.ic-filter-tab:focus-visible {
  outline: 2px solid var(--ic-gold);
  outline-offset: 3px;
  border-radius: var(--ic-radius);
}

/* ============================================================
   ICHP — IMCURE CUSTOM HOME PAGE  (front-page.php)
   Sections: hero · services · features · elementor content
             · blog strip · cta banner
   ============================================================ */

/* ── Outer wrapper ── */
.ichp-wrap {
  background: var(--ic-bg);
  overflow-x: hidden;
}

/* ── Shared section inner max-width ── */
.ichp-hero-inner,
.ichp-services-inner,
.ichp-features-inner,
.ichp-blog-inner,
.ichp-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .ichp-hero-inner,
  .ichp-services-inner,
  .ichp-features-inner,
  .ichp-blog-inner,
  .ichp-cta-inner { padding: 0 20px; }
}

/* ── Section eyebrow label ── */
.ichp-section-label {
  font-family: var(--ic-font-b);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ic-gold);
  margin: 0 0 10px;
}

/* ── Section heading ── */
.ichp-section-h {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--ic-text-1) !important;
  line-height: 1.2 !important;
  margin: 0 0 40px !important;
}
.ichp-section-h em {
  font-style: normal;
  color: var(--ic-gold);
}

/* ─────────── BUTTONS ─────────── */
.ichp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--ic-gold);
  color: #fff !important;
  font-family: var(--ic-font-b);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid var(--ic-gold);
  box-shadow: 0 4px 18px rgba(200,149,44,0.28);
  transition: background 0.22s, box-shadow 0.22s, transform 0.2s;
  white-space: nowrap;
}
.ichp-btn-primary:hover {
  background: var(--ic-gold-2);
  border-color: var(--ic-gold-2);
  box-shadow: 0 6px 24px rgba(200,149,44,0.40);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff !important;
}
.ichp-btn-primary.ichp-btn-lg { font-size: 1rem; padding: 16px 36px; }

.ichp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  color: var(--ic-text-1) !important;
  font-family: var(--ic-font-b);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid var(--ic-border-2);
  transition: border-color 0.22s, color 0.22s, background 0.22s;
  white-space: nowrap;
}
.ichp-btn-outline:hover {
  border-color: var(--ic-gold);
  color: var(--ic-gold) !important;
  background: var(--ic-gold-faint);
  text-decoration: none;
}
.ichp-btn-outline.ichp-btn-lg { font-size: 1rem; padding: 16px 36px; }
.ichp-btn-outline.ichp-btn-sm { font-size: 0.82rem; padding: 8px 18px; }

/* ─────────── 1 · HERO ─────────── */
.ichp-hero {
  background: linear-gradient(160deg, var(--ic-bg) 0%, var(--ic-bg-4) 55%, var(--ic-bg-2) 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.ichp-hero::before {
  content: '';
  position: absolute;
  top: -140px; right: -100px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(200,149,44,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ichp-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 820px) {
  .ichp-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .ichp-hero-ctas { justify-content: center; }
}

.ichp-eyebrow {
  display: inline-block;
  font-family: var(--ic-font-b);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ic-gold);
  background: var(--ic-gold-faint);
  border: 1px solid rgba(200,149,44,0.22);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 22px;
}

.ichp-hero-h {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
  color: var(--ic-text-1) !important;
  margin: 0 0 20px !important;
}
.ichp-gold-text { color: var(--ic-gold); }

.ichp-hero-sub {
  font-family: var(--ic-font-b);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ic-text-2);
  max-width: 520px;
  margin-bottom: 36px;
}
@media (max-width: 820px) { .ichp-hero-sub { max-width: 100%; } }

.ichp-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hero visual */
.ichp-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
}
@media (max-width: 820px) { .ichp-hero-visual { height: 200px; } }

.ichp-hero-icon { width: 120px; height: 120px; }
@media (max-width: 820px) { .ichp-hero-icon { width: 80px; height: 80px; } }

.ichp-pulse-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(200,149,44,0.2);
  animation: ichpPulse 3.5s ease-in-out infinite;
  pointer-events: none;
}
.ichp-pulse-ring-1 { width: 200px; height: 200px; animation-delay: 0s; }
.ichp-pulse-ring-2 { width: 310px; height: 310px; animation-delay: 0.9s; }
@keyframes ichpPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50%       { opacity: 0.2; transform: scale(1.04); }
}

.ichp-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: var(--ic-font-b);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ic-text-1);
  box-shadow: var(--ic-shadow);
  white-space: nowrap;
  animation: ichpFloat 4s ease-in-out infinite;
  z-index: 2;
}
.ichp-badge-1 { top: 16px; left: -10px; animation-delay: 0s; }
.ichp-badge-2 { bottom: 24px; right: -10px; animation-delay: 1.6s; }
@keyframes ichpFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-9px); }
}
@media (max-width: 820px) {
  .ichp-badge-1 { top: 8px; left: 8%; }
  .ichp-badge-2 { bottom: 8px; right: 8%; }
}

/* ─────────── 2 · SERVICES ─────────── */
.ichp-services {
  padding: 80px 0;
  background: #fff;
}

.ichp-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 680px) {
  .ichp-services-grid { grid-template-columns: 1fr; }
}

.ichp-svc-card {
  display: flex;
  flex-direction: column;
  background: var(--ic-bg);
  border: 1px solid var(--ic-border);
  border-radius: var(--ic-radius-xl);
  padding: 32px 28px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ic-spring), box-shadow 0.3s, border-color 0.3s;
}
.ichp-svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ic-gold), var(--ic-gold-light));
  border-radius: var(--ic-radius-xl) var(--ic-radius-xl) 0 0;
  opacity: 0;
  transition: opacity 0.28s;
}
.ichp-svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ic-shadow-lg);
  border-color: rgba(200,149,44,0.25);
  text-decoration: none;
  color: inherit;
}
.ichp-svc-card:hover::before { opacity: 1; }

.ichp-svc-icon-wrap {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ic-gold-faint);
  border-radius: var(--ic-radius);
  color: var(--ic-gold);
  margin-bottom: 18px;
  transition: background 0.22s;
}
.ichp-svc-card:hover .ichp-svc-icon-wrap { background: var(--ic-gold-glow); }

.ichp-svc-title {
  font-family: var(--ic-font-h) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: var(--ic-text-1) !important;
  margin: 0 0 10px !important;
}

.ichp-svc-desc {
  font-family: var(--ic-font-b);
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--ic-text-2);
  flex: 1;
  margin-bottom: 20px;
}

.ichp-svc-arrow {
  font-family: var(--ic-font-b);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ic-gold);
  transition: letter-spacing 0.2s;
}
.ichp-svc-card:hover .ichp-svc-arrow { letter-spacing: 0.04em; }

/* ─────────── 3 · FEATURES ─────────── */
.ichp-features {
  padding: 80px 0;
  background: var(--ic-bg-2);
}

.ichp-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 900px) {
  .ichp-features-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 480px) {
  .ichp-features-grid { grid-template-columns: 1fr; }
}

.ichp-feat {
  background: #fff;
  border: 1px solid var(--ic-border);
  border-radius: var(--ic-radius-lg);
  padding: 24px 20px;
  transition: transform 0.28s var(--ic-spring), box-shadow 0.24s;
}
.ichp-feat:hover {
  transform: translateY(-4px);
  box-shadow: var(--ic-shadow-md);
}

.ichp-feat-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ic-gold-faint);
  border-radius: 10px;
  color: var(--ic-gold);
  margin-bottom: 14px;
}

.ichp-feat-title {
  font-family: var(--ic-font-h) !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  color: var(--ic-text-1) !important;
  margin: 0 0 8px !important;
}

.ichp-feat-desc {
  font-family: var(--ic-font-b);
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--ic-text-3);
  margin: 0;
}

/* ─────────── 4 · ELEMENTOR CONTENT WRAPPER ─────────── */
.ichp-elementor-content {
  padding: 72px 0;
  background: var(--ic-bg);
}

/* ─────────── 5 · BLOG STRIP ─────────── */
.ichp-blog {
  padding: 80px 0;
  background: #fff;
}

.ichp-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.ichp-blog-header .ichp-section-h { margin-bottom: 0 !important; }

.ichp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .ichp-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .ichp-blog-grid { grid-template-columns: 1fr; } }

.ichp-post-card {
  display: flex;
  flex-direction: column;
  background: var(--ic-bg);
  border: 1px solid var(--ic-border);
  border-radius: var(--ic-radius-xl);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s var(--ic-spring), box-shadow 0.3s, border-color 0.3s;
}
.ichp-post-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ic-shadow-lg);
  border-color: rgba(200,149,44,0.22);
  text-decoration: none;
  color: inherit;
}

.ichp-post-thumb {
  width: 100%; height: 180px;
  overflow: hidden; flex-shrink: 0;
}
.ichp-post-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.ichp-post-card:hover .ichp-post-thumb img { transform: scale(1.06); }

.ichp-post-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ichp-post-date {
  font-family: var(--ic-font-b);
  font-size: 0.73rem;
  color: var(--ic-text-3);
  display: block;
  margin-bottom: 6px;
}

.ichp-post-title {
  font-family: var(--ic-font-h) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--ic-text-1) !important;
  line-height: 1.4 !important;
  margin: 0 0 8px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.ichp-post-card:hover .ichp-post-title { color: var(--ic-gold) !important; }

.ichp-post-excerpt {
  font-family: var(--ic-font-b);
  font-size: 0.84rem;
  color: var(--ic-text-3);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.ichp-read-more {
  font-family: var(--ic-font-b);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ic-gold);
  margin-top: 14px;
  display: inline-block;
}

/* ─────────── 6 · CTA BANNER ─────────── */
.ichp-cta {
  background: linear-gradient(135deg, var(--ic-bg-4) 0%, var(--ic-bg-2) 100%);
  border-top: 1px solid rgba(200,149,44,0.14);
  border-bottom: 1px solid rgba(200,149,44,0.14);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ichp-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(200,149,44,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ichp-cta-h {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.55rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--ic-text-1) !important;
  margin: 0 0 14px !important;
}

.ichp-cta-sub {
  font-family: var(--ic-font-b);
  font-size: 1rem;
  color: var(--ic-text-2);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.ichp-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─────────── ICHP accessibility ─────────── */
.ichp-btn-primary:focus-visible,
.ichp-btn-outline:focus-visible,
.ichp-svc-card:focus-visible,
.ichp-post-card:focus-visible {
  outline: 2px solid var(--ic-gold);
  outline-offset: 3px;
}

/* ============================================================
   IHP — IMCURE HOMEPAGE PREMIUM REDESIGN (front-page.php v2)
   All classes prefixed ihp- to avoid collision with existing
   ich- / ic- / ichp- styles.
   ============================================================ */

/* ── Variables ── */
:root {
  --ihp-gold:     #003399;
  --ihp-gold-2:   #002277;
  --ihp-gold-dim: rgba(0,51,153,0.10);
  --ihp-gold-glow:rgba(0,51,153,0.25);
  --ihp-cream:    #EEF3FF;
  --ihp-cream-2:  #E0EAFF;
  --ihp-dark:     #001066;
  --ihp-dark-2:   #002299;
  --ihp-dark-3:   #003399;
  --ihp-text:     #1A1A2E;
  --ihp-text-2:   #4A4A6A;
  --ihp-text-3:   #8888AA;
  --ihp-border:   rgba(0,51,153,0.10);
  --ihp-r:        16px;
  --ihp-r-lg:     24px;
  --ihp-r-xl:     32px;
  --ihp-sh:       0 4px 24px rgba(0,51,153,0.07);
  --ihp-sh-lg:    0 20px 64px rgba(0,51,153,0.12), 0 4px 16px rgba(0,0,0,0.05);
  --ihp-ease:     cubic-bezier(0.4,0,0.2,1);
  --ihp-spring:   cubic-bezier(0.34,1.56,0.64,1);
}

/* ── Page wrapper ── */
.ihp-page { overflow-x: hidden; background: #fff; }

/* ── Full-bleed sections need Astra container reset ── */
/* Astra sets display:flex on .site-content .ast-container — override to block so
   our full-width custom template is not treated as a narrow flex item. */
.home .site-content .ast-container,
.home .ast-container {
  display: block !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.home .ihp-page { width: 100% !important; min-width: 0; }
.home .ast-article-single { padding: 0 !important; background: transparent !important; }
.home .entry-content { padding: 0 !important; max-width: 100% !important; }
.home #primary { max-width: 100% !important; padding: 0 !important; }

/* ── Shared inner wrap ── */
.ihp-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) { .ihp-wrap { padding: 0 20px; } }

/* ── Section labels ── */
.ihp-eyebrow {
  display: inline-block;
  font-family: var(--ic-font-b);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ihp-gold);
  margin-bottom: 10px;
}
.ihp-eyebrow-gold { color: #FF6600 !important; }
.ihp-showcase .ihp-eyebrow { color: #FF6600 !important; }
.ihp-cta-section .ihp-eyebrow { color: #FF6600 !important; }

/* ── Section heading ── */
.ihp-sec-h {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--ihp-text) !important;
  line-height: 1.18 !important;
  margin: 0 0 18px !important;
}
.ihp-sec-h-light { color: #fff !important; }
.ihp-sec-sub {
  font-family: var(--ic-font-b);
  font-size: 1rem;
  color: var(--ihp-text-2);
  line-height: 1.72;
  max-width: 560px;
  margin: 0 auto;
}
.ihp-sec-head { text-align: center; margin-bottom: 52px; }

/* ── Gold text ── */
.ihp-gold { color: var(--ihp-gold); }
/* Hero accent — blue highlight on the white hero */
.ihp-hero-accent { color: var(--ihp-gold); }

/* ═══════════ BUTTONS ═══════════ */
.ihp-btn-gold {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--ihp-gold);
  color: #fff !important;
  font-family: var(--ic-font-b);
  font-size: 0.9rem; font-weight: 700;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid var(--ihp-gold);
  box-shadow: 0 4px 20px var(--ihp-gold-glow);
  text-decoration: none;
  transition: background 0.22s, box-shadow 0.22s, transform 0.2s;
  white-space: nowrap;
}
.ihp-btn-gold:hover {
  background: var(--ihp-gold-2); border-color: var(--ihp-gold-2);
  box-shadow: 0 6px 28px var(--ihp-gold-glow);
  transform: translateY(-2px); text-decoration: none; color: #fff !important;
}
.ihp-btn-gold.ihp-btn-lg { font-size: 1rem; padding: 15px 34px; }

.ihp-btn-border {
  display: inline-flex; align-items: center; gap: 5px;
  background: transparent; color: var(--ihp-text) !important;
  font-family: var(--ic-font-b); font-size: 0.9rem; font-weight: 600;
  padding: 13px 26px; border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.18);
  text-decoration: none;
  transition: border-color 0.22s, color 0.22s, background 0.22s;
  white-space: nowrap;
}
.ihp-btn-border:hover {
  border-color: var(--ihp-gold); color: var(--ihp-gold) !important;
  background: var(--ihp-gold-dim); text-decoration: none;
}

.ihp-btn-light {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.12); color: #fff !important;
  font-family: var(--ic-font-b); font-size: 0.9rem; font-weight: 600;
  padding: 13px 26px; border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.35);
  text-decoration: none;
  transition: background 0.22s, border-color 0.22s;
  white-space: nowrap;
}
.ihp-btn-light.ihp-btn-lg { font-size: 1rem; padding: 15px 34px; }
.ihp-btn-light:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); text-decoration: none; color: #fff !important; }

/* ═══════════ 1 · HERO ═══════════ */
.ihp-hero {
  background: linear-gradient(155deg, var(--ihp-cream) 0%, #fff 45%, var(--ihp-cream-2) 100%);
  padding: 88px 0 104px;
  position: relative;
  overflow: hidden;
}
/* Particle canvas — above slides, below content */
.ihp-hero .ihp-particles {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
}
/* Hero inner wrap stays above everything */
.ihp-hero .ihp-wrap {
  position: relative;
  z-index: 3;
}

.ihp-hero-bg-orb {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(80px);
}
.ihp-orb-a {
  width: 500px; height: 500px;
  top: -180px; right: -120px;
  background: rgba(0,51,153,0.09);
}
.ihp-orb-b {
  width: 360px; height: 360px;
  bottom: -100px; left: -80px;
  background: rgba(0,51,153,0.06);
}

.ihp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .ihp-hero-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .ihp-hero-actions, .ihp-badges-row { justify-content: center; }
}

.ihp-eyebrow-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ic-font-b); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ihp-gold);
  background: var(--ihp-gold-dim);
  border: 1px solid rgba(0,51,153,0.25);
  border-radius: 999px; padding: 6px 14px;
  margin-bottom: 20px;
}

.ihp-hero-h1 {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
  color: var(--ihp-text) !important;
  margin: 0 0 20px !important;
}

.ihp-hero-lead {
  font-family: var(--ic-font-b);
  font-size: 1.05rem; line-height: 1.76;
  color: var(--ihp-text-2);
  max-width: 500px;
  margin-bottom: 34px;
}
@media (max-width: 900px) { .ihp-hero-lead { max-width: 100%; } }

.ihp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.ihp-badges-row {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-top: 28px;
}
.ihp-trust-chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--ic-font-b); font-size: 0.78rem; font-weight: 600;
  color: var(--ihp-text-2);
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 999px; padding: 5px 12px;
  backdrop-filter: blur(8px);
}

/* Dashboard card */
.ihp-hero-visual { position: relative; }

.ihp-dash-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: var(--ihp-r-lg);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--ihp-sh-lg);
}

.ihp-dash-topbar {
  display: flex; align-items: center; gap: 8px;
  background: var(--ihp-dark-2);
  padding: 10px 16px;
}
.ihp-win-dots { display: flex; gap: 5px; }
.ihp-wd { width: 10px; height: 10px; border-radius: 50%; }
.ihp-wd-r { background: #FF5F57; }
.ihp-wd-y { background: #FEBC2E; }
.ihp-wd-g { background: #28C840; }
.ihp-dash-title-txt { font-family: var(--ic-font-b); font-size: 0.74rem; color: rgba(255,255,255,0.6); flex: 1; text-align: center; }
.ihp-live-badge { font-family: var(--ic-font-b); font-size: 0.68rem; font-weight: 700; color: #4CAF50; }

.ihp-kpi-strip {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(0,0,0,0.06); padding: 16px 0 0;
}
.ihp-kpi {
  display: flex; align-items: center; gap: 8px;
  padding: 0 14px 14px;
}
.ihp-kpi-ico {
  width: 28px; height: 28px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ihp-kico-gold { background: rgba(0,51,153,0.15); color: var(--ihp-gold); }
.ihp-kico-green { background: rgba(74,155,111,0.15); color: #4A9B6F; }
.ihp-kico-blue  { background: rgba(91,143,212,0.15); color: #5B8FD4; }
.ihp-kpi-n { font-family: var(--ic-font-h); font-size: 0.96rem; font-weight: 700; color: var(--ihp-text); }
.ihp-kpi-l { font-family: var(--ic-font-b); font-size: 0.66rem; color: var(--ihp-text-3); }

.ihp-chart-box { padding: 14px 16px 8px; background: #FAFAFA; }
.ihp-chart-lbl { font-family: var(--ic-font-b); font-size: 0.7rem; font-weight: 700; color: var(--ihp-text-3); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.ihp-area-svg { width: 100%; height: 72px; display: block; }

.ihp-prog-list { padding: 12px 16px 16px; display: flex; flex-direction: column; gap: 9px; }
.ihp-prog-row { display: flex; align-items: center; gap: 8px; }
.ihp-prog-name { font-family: var(--ic-font-b); font-size: 0.72rem; color: var(--ihp-text-2); width: 88px; flex-shrink: 0; }
.ihp-prog-track { flex: 1; height: 5px; background: rgba(0,0,0,0.07); border-radius: 999px; overflow: hidden; }
.ihp-prog-fill { height: 100%; width: var(--fw,50%); background: var(--ihp-gold); border-radius: 999px; transition: width 1.4s var(--ihp-ease); }
.ihp-pf-green { background: #4A9B6F; }
.ihp-pf-blue  { background: #5B8FD4; }
.ihp-prog-pct { font-family: var(--ic-font-b); font-size: 0.7rem; font-weight: 700; color: var(--ihp-text-3); width: 28px; text-align: right; flex-shrink: 0; }

/* Floating tags */
.ihp-float-tag {
  position: absolute;
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px; padding: 9px 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  backdrop-filter: blur(12px);
  font-family: var(--ic-font-b);
  white-space: nowrap;
  z-index: 3;
  animation: ihpFloat 4s ease-in-out infinite;
}
.ihp-float-tag b { display: block; font-size: 0.78rem; font-weight: 700; color: var(--ihp-text); }
.ihp-float-tag span { display: block; font-size: 0.66rem; color: var(--ihp-text-3); }
.ihp-ft-top { top: -18px; right: -18px; animation-delay: 0s; }
.ihp-ft-bottom { bottom: -18px; left: -18px; animation-delay: 1.8s; }
.ihp-green-dot { width: 10px; height: 10px; border-radius: 50%; background: #4CAF50; flex-shrink: 0; }
@keyframes ihpFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@media (max-width: 900px) { .ihp-ft-top { top: -12px; right: 4px; } .ihp-ft-bottom { bottom: -12px; left: 4px; } }

/* ═══════════ HERO OVERRIDE — deep blue full-width ═══════════ */
.ihp-hero {
  background: #ffffff !important;
  padding: 88px 0 100px !important;
}
.ihp-hero-grid { display: block !important; text-align: center; }
.ihp-hero-visual,
.ihp-float-tag { display: none !important; }
.ihp-hero-text { max-width: 820px; margin: 0 auto; text-align: center; }
.ihp-hero-h1 { color: var(--ihp-text) !important; }
.ihp-hero-lead {
  color: var(--ihp-text-2) !important;
  max-width: 620px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 34px !important;
}
.ihp-hero-actions { justify-content: center; }
.ihp-badges-row { justify-content: center; }
.ihp-hero .ihp-trust-chip {
  background: var(--ihp-gold-dim) !important;
  color: var(--ihp-text-2) !important;
  border-color: rgba(0,51,153,0.15) !important;
}
.ihp-hero .ihp-eyebrow-chip {
  background: var(--ihp-gold-dim) !important;
  color: var(--ihp-gold) !important;
  border-color: rgba(0,51,153,0.20) !important;
}
.ihp-orb-a { background: rgba(0,51,153,0.13) !important; width: 600px !important; height: 600px !important; z-index: 2; }
.ihp-orb-b { background: rgba(255,102,0,0.08) !important; width: 420px !important; height: 420px !important; z-index: 2; }

/* ── Hero background slideshow ── */
.ihp-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.ihp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: ihpHeroSlide 60s linear infinite;
  will-change: opacity;
}
.ihp-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
/* 15 images × 4s each = 60s cycle. Each image visible 4s (1s fade in + 2s hold + 1s fade out) */
@keyframes ihpHeroSlide {
  0%      { opacity: 0; }
  1.67%   { opacity: 1; }
  5%      { opacity: 1; }
  6.67%   { opacity: 0; }
  100%    { opacity: 0; }
}
/* Light overlay — keeps text crisp while letting photos show through */
.ihp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.28);
  z-index: 1;
}

@media (max-width: 900px) {
  .ihp-hero { padding: 60px 0 72px !important; }
  .ihp-hero-lead { max-width: 100% !important; }
}

/* ═══════════ BUTTONS — orange primary CTA ═══════════ */
.ihp-btn-gold,
.ich-cta-btn {
  background: #FF6600 !important;
  border-color: #FF6600 !important;
  box-shadow: 0 4px 20px rgba(255,102,0,0.30) !important;
}
.ihp-btn-gold:hover,
.ich-cta-btn:hover {
  background: #E55A00 !important;
  border-color: #E55A00 !important;
  box-shadow: 0 6px 28px rgba(255,102,0,0.40) !important;
}

/* ═══════════ TRUST BAR ═══════════ */
.ihp-trust-bar {
  background: var(--ihp-dark);
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.ihp-trust-bar .ihp-wrap {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.ihp-tb-label {
  font-family: var(--ic-font-b); font-size: 0.8rem; font-weight: 600;
  color: rgba(255,255,255,0.5); white-space: nowrap; flex-shrink: 0;
}
.ihp-tb-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.12); flex-shrink: 0; }
.ihp-tb-tags {
  display: flex; gap: 20px; flex-wrap: wrap; flex: 1;
}
.ihp-tb-tags span {
  font-family: var(--ic-font-b); font-size: 0.78rem; font-weight: 700;
  color: rgba(255,255,255,0.4); letter-spacing: 0.03em;
}
@media (max-width: 600px) { .ihp-tb-divider { display: none; } }

/* ═══════════ PARTNER MARQUEE ═══════════ */
.ihp-marquee {
  padding: 52px 0;
  background: #fff;
  border-top: 1px solid rgba(0,51,153,0.07);
  border-bottom: 1px solid rgba(0,51,153,0.07);
  overflow: hidden;
}
.ihp-marquee-label {
  text-align: center;
  font-family: var(--ic-font-b);
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ic-text-3);
  margin: 0 0 24px;
}
.ihp-marquee-viewport {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
@keyframes ihpMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-100% / 6)); }
}
.ihp-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: ihpMarquee 36s linear infinite;
  will-change: transform;
}
.ihp-marquee-track:hover { animation-play-state: paused; }
.ihp-marquee-track img {
  height: 72px;
  width: auto;
  display: block;
  flex-shrink: 0;
  filter: grayscale(1) opacity(0.50);
  transition: filter 0.35s ease;
}
.ihp-marquee-track:hover img { filter: grayscale(0.1) opacity(0.90); }

/* ═══════════ PHOTO STRIP — auto-scroll marquee ═══════════ */
.ihp-photos { padding: 80px 0 0; background: #fff; }
.ihp-photo-strip {
  margin-top: 48px;
  overflow: hidden;
  padding-bottom: 20px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.ihp-photo-track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 8px 0;
  animation: ihpPhotoScroll 32s linear infinite;
  will-change: transform;
}
.ihp-photo-track:hover { animation-play-state: paused; }
@keyframes ihpPhotoScroll {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.ihp-photo-card {
  flex-shrink: 0;
  width: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 28px rgba(0,51,153,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ihp-photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,51,153,0.16);
}
.ihp-photo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.ihp-photo-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(0,16,102,0.82) 0%, transparent 100%);
  font-family: var(--ic-font-b);
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .ihp-photo-card { width: 240px; }
  .ihp-photo-card img { height: 180px; }
}

/* ═══════════ 2 · SERVICES ═══════════ */
.ihp-services { padding: 96px 0; background: #fff; }

.ihp-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .ihp-svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ihp-svc-grid { grid-template-columns: 1fr; } }

.ihp-svc-card {
  background: #fff;
  border: 1px solid var(--ihp-border);
  border-radius: var(--ihp-r-lg);
  padding: 28px 24px;
  position: relative; overflow: hidden;
  transition: transform 0.3s var(--ihp-spring), box-shadow 0.3s, border-color 0.3s;
  box-shadow: var(--ihp-sh);
  will-change: transform;
}
.ihp-svc-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--ihp-gold), rgba(0,51,153,0.4));
  opacity: 0; transition: opacity 0.28s;
}
.ihp-svc-card:hover { transform: translateY(-5px); box-shadow: var(--ihp-sh-lg); border-color: rgba(0,51,153,0.25); }
.ihp-svc-card:hover::after { opacity: 1; }

.ihp-svc-ico {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; margin-bottom: 16px;
  transition: background 0.22s;
}
.ihp-ico-blue   { background: rgba(91,143,212,0.12); color: #5B8FD4; }
.ihp-ico-green  { background: rgba(74,155,111,0.12); color: #4A9B6F; }
.ihp-ico-gold   { background: rgba(0,51,153,0.12); color: var(--ihp-gold); }
.ihp-ico-purple { background: rgba(124,92,184,0.12); color: #7C5CB8; }
.ihp-ico-teal   { background: rgba(32,178,170,0.12); color: #20B2AA; }
.ihp-ico-rose   { background: rgba(220,80,100,0.12); color: #DC5064; }
.ihp-svc-card:hover .ihp-svc-ico { background: rgba(0,51,153,0.14); color: var(--ihp-gold); }

.ihp-svc-card h3 {
  font-family: var(--ic-font-h) !important;
  font-size: 1.06rem !important; font-weight: 700 !important;
  color: var(--ihp-text) !important; margin: 0 0 8px !important;
}
.ihp-svc-card p {
  font-family: var(--ic-font-b);
  font-size: 0.87rem; line-height: 1.68;
  color: var(--ihp-text-2); margin: 0 0 18px;
}
.ihp-svc-card a {
  font-family: var(--ic-font-b); font-size: 0.82rem; font-weight: 700;
  color: var(--ihp-gold); text-decoration: none;
  transition: letter-spacing 0.2s;
}
.ihp-svc-card:hover a { letter-spacing: 0.04em; text-decoration: none; }

/* ═══════════ 3 · FEATURE SECTIONS ═══════════ */
.ihp-feat-section { padding: 96px 0; background: #fff; }
.ihp-feat-alt { background: var(--ihp-cream); }

.ihp-feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.ihp-feat-flip { }
@media (max-width: 900px) {
  .ihp-feat-grid { grid-template-columns: 1fr; gap: 48px; }
  .ihp-feat-flip .ihp-feat-text { order: -1; }
}

.ihp-feat-text .ihp-sec-h { text-align: left; }
.ihp-feat-desc {
  font-family: var(--ic-font-b);
  font-size: 0.97rem; line-height: 1.76;
  color: var(--ihp-text-2); margin-bottom: 22px;
}
.ihp-feat-list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 9px;
}
.ihp-feat-list li {
  font-family: var(--ic-font-b); font-size: 0.9rem; color: var(--ihp-text-2);
  padding-left: 22px; position: relative;
}
.ihp-feat-list li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ihp-gold);
}

/* ── Mgmt dashboard art ── */
.ihp-mgmt-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: var(--ihp-r-lg);
  overflow: hidden;
  box-shadow: var(--ihp-sh-lg);
  display: flex;
}
.ihp-mgmt-sidebar {
  width: 46px; background: var(--ihp-dark-2);
  display: flex; flex-direction: column; align-items: center;
  padding: 14px 0; gap: 14px; flex-shrink: 0;
}
.ihp-mgmt-logo-dot {
  width: 26px; height: 26px; border-radius: 6px;
  background: var(--ihp-gold);
  font-family: var(--ic-font-h); font-size: 0.6rem; font-weight: 800;
  color: #fff; display: flex; align-items: center; justify-content: center;
}
.ihp-mgmt-nav { display: flex; flex-direction: column; gap: 8px; }
.ihp-mn {
  width: 30px; height: 30px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.35); cursor: pointer;
}
.ihp-mn-active { background: rgba(0,51,153,0.18); color: var(--ihp-gold); }

.ihp-mgmt-body { flex: 1; padding: 14px; overflow: hidden; }
.ihp-mgmt-topbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
}
.ihp-mgmt-pg-title { font-family: var(--ic-font-h); font-size: 0.8rem; font-weight: 700; color: var(--ihp-text); }
.ihp-mgmt-av { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--ihp-gold), var(--ihp-gold-2)); }

.ihp-mkpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 12px; }
.ihp-mkpi-box { background: var(--ihp-cream); border-radius: 8px; padding: 10px; }
.ihp-mkn { font-family: var(--ic-font-h); font-size: 1rem; font-weight: 800; }
.ihp-mkn-gold  { color: var(--ihp-gold); }
.ihp-mkn-green { color: #4A9B6F; }
.ihp-mkn-blue  { color: #5B8FD4; }
.ihp-mkl { font-family: var(--ic-font-b); font-size: 0.62rem; color: var(--ihp-text-3); }
.ihp-mkt { font-family: var(--ic-font-b); font-size: 0.62rem; font-weight: 700; }
.ihp-up { color: #4CAF50; }

.ihp-mtable-head {
  display: grid; grid-template-columns: 40px 1fr 1fr 64px;
  gap: 6px; padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-family: var(--ic-font-b); font-size: 0.62rem;
  font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--ihp-text-3);
}
.ihp-mtable-row {
  display: grid; grid-template-columns: 40px 1fr 1fr 64px;
  gap: 6px; align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.ihp-mav {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
}
.ihp-mav-1 { background: linear-gradient(135deg,#5B8FD4,#7C5CB8); }
.ihp-mav-2 { background: linear-gradient(135deg,#4A9B6F,#20B2AA); }
.ihp-mav-3 { background: linear-gradient(135deg,var(--ihp-gold),#DC5064); }
.ihp-memp { display: flex; flex-direction: column; }
.ihp-men { font-family: var(--ic-font-b); font-size: 0.72rem; font-weight: 600; color: var(--ihp-text); }
.ihp-met { font-family: var(--ic-font-b); font-size: 0.62rem; color: var(--ihp-text-3); }
.ihp-mprog { font-family: var(--ic-font-b); font-size: 0.7rem; color: var(--ihp-text-2); }
.ihp-chip {
  display: inline-block; font-family: var(--ic-font-b);
  font-size: 0.6rem; font-weight: 700; border-radius: 999px;
  padding: 2px 8px; text-align: center;
}
.ihp-chip-active  { background: rgba(74,155,111,0.15); color: #4A9B6F; }
.ihp-chip-pending { background: rgba(255,193,7,0.15); color: #B8860B; }
.ihp-chip-green   { background: rgba(74,155,111,0.15); color: #4A9B6F; }
.ihp-chip-yellow  { background: rgba(255,193,7,0.15); color: #B8860B; }
.ihp-chip-blue    { background: rgba(91,143,212,0.15); color: #5B8FD4; }

/* ── Network visual ── */
.ihp-net-visual {
  position: relative;
  width: 100%; aspect-ratio: 1;
  max-width: 420px; margin: 0 auto;
}
.ihp-net-ring {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid rgba(0,51,153,0.18);
  animation: ihpPulse 3.5s ease-in-out infinite;
}
.ihp-nr-1 { width: 30%;  height: 30%;  animation-delay: 0s; }
.ihp-nr-2 { width: 60%;  height: 60%;  animation-delay: 0.6s; }
.ihp-nr-3 { width: 90%;  height: 90%;  animation-delay: 1.2s; }
@keyframes ihpPulse { 0%,100%{opacity:.7;transform:translate(-50%,-50%) scale(1)} 50%{opacity:.2;transform:translate(-50%,-50%) scale(1.03)} }

.ihp-net-core {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--ihp-gold-dim);
  border: 2px solid rgba(0,51,153,0.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  z-index: 2;
  font-family: var(--ic-font-h); font-size: 0.56rem; font-weight: 800;
  color: var(--ihp-gold);
}
.ihp-city { position: absolute; display: flex; align-items: center; gap: 4px; z-index: 3; }
.ihp-city-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(0,51,153,0.5);
  border: 2px solid rgba(0,51,153,0.8);
  box-shadow: 0 0 6px rgba(0,51,153,0.4);
  flex-shrink: 0;
}
.ihp-city-dot-gold { background: var(--ihp-gold); border-color: var(--ihp-gold); }
.ihp-city-name { font-family: var(--ic-font-b); font-size: 0.66rem; color: var(--ihp-text-2); white-space: nowrap; }
.ihp-city-gold { color: var(--ihp-gold); font-weight: 700; }
.ihp-net-stats {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  display: flex; gap: 24px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(12px);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px; padding: 10px 20px;
  box-shadow: var(--ihp-sh);
  white-space: nowrap;
}
.ihp-ns { text-align: center; }
.ihp-ns-n { font-family: var(--ic-font-h); font-size: 0.96rem; font-weight: 800; color: var(--ihp-gold); }
.ihp-ns-l { font-family: var(--ic-font-b); font-size: 0.64rem; color: var(--ihp-text-3); }

/* ── Interactive city nodes ── */
.ihp-city-i { cursor: pointer; }
.ihp-city-i:hover { z-index: 10; }

.ihp-city-dot-wrap {
  position: relative;
  width: 8px; height: 8px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.ihp-city-dot-wrap .ihp-city-dot {
  position: relative; z-index: 2;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.ihp-city-i:hover .ihp-city-dot {
  transform: scale(2.0) !important;
  background: #FF6600 !important;
  border-color: #FF6600 !important;
  box-shadow: 0 0 14px rgba(255,102,0,0.70) !important;
}

/* Ripple ring around each city dot */
.ihp-city-pulse {
  position: absolute;
  top: 50%; left: 50%;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,51,153,0.50);
  transform: translate(-50%, -50%) scale(0.4);
  animation: ihpCityPulse 2.6s ease-out infinite;
  pointer-events: none; z-index: 1;
}
.ihp-cp-gold { border-color: rgba(255,102,0,0.55); animation-delay: 0.5s; }
@keyframes ihpCityPulse {
  0%   { transform: translate(-50%,-50%) scale(0.4); opacity: 0.9; }
  100% { transform: translate(-50%,-50%) scale(3.2); opacity: 0; }
}

/* Tooltip card */
.ihp-city-card {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  min-width: 162px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px 9px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.13), 0 2px 8px rgba(0,51,153,0.08);
  border: 1px solid rgba(0,51,153,0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 20;
}
.ihp-city-card.ihp-cc-right { left: auto; right: 0; }
.ihp-city-i:hover .ihp-city-card { opacity: 1; transform: translateY(0); }
/* downward caret */
.ihp-city-card::after {
  content: '';
  position: absolute;
  top: 100%; left: 14px;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.ihp-cc-right.ihp-city-card::after { left: auto; right: 14px; }

.ihp-cc-city {
  font-family: var(--ic-font-h);
  font-size: 0.82rem; font-weight: 800;
  color: var(--ic-text-1); margin-bottom: 3px;
}
.ihp-cc-prov {
  font-family: var(--ic-font-b);
  font-size: 0.70rem; font-weight: 700;
  color: var(--ihp-gold); margin-bottom: 7px;
}
.ihp-cc-specs { display: flex; gap: 4px; flex-wrap: wrap; }
.ihp-cc-specs span {
  font-size: 0.60rem; font-weight: 600;
  background: var(--ihp-gold-dim);
  color: var(--ihp-gold);
  border-radius: 4px; padding: 2px 7px;
}

/* ═══════════ 4 · STATS ═══════════ */
.ihp-stats {
  background: var(--ihp-dark);
  padding: 88px 0;
  position: relative; overflow: hidden;
}
.ihp-stats::before {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(0,51,153,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ihp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2px;
  margin-top: 48px;
}
@media (max-width: 768px) { .ihp-stats-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .ihp-stats-grid { grid-template-columns: 1fr; } }

.ihp-stat-card {
  text-align: center; padding: 36px 20px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.ihp-stat-card:last-child { border-right: none; }
@media (max-width: 768px) { .ihp-stat-card:nth-child(2) { border-right: none; } .ihp-stat-card { border-right: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); } }

.ihp-stat-ico { color: #FF6600; margin-bottom: 14px; display: flex; justify-content: center; opacity: 0.85; }
.ihp-stat-num-wrap { display: flex; align-items: flex-end; justify-content: center; gap: 2px; margin-bottom: 8px; }
.ihp-stat-n {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1 !important;
}
.ihp-stat-sfx {
  font-family: var(--ic-font-h); font-size: 1.4rem; font-weight: 800;
  color: #FF6600; line-height: 1.5; align-self: flex-start;
}
.ihp-stat-lbl {
  font-family: var(--ic-font-b); font-size: 0.82rem;
  color: rgba(255,255,255,0.45); letter-spacing: 0.02em;
}

/* ═══════════ APP SHOWCASE ═══════════ */
.ihp-app-section {
  padding: 96px 0;
  background: var(--ihp-cream);
  overflow: hidden;
}
.ihp-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .ihp-app-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* Text side */
.ihp-app-text .ihp-feat-list { margin-bottom: 32px; }

/* Phone mockup container */
.ihp-app-phones {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .ihp-app-phones { height: 420px; }
}

.ihp-phone {
  position: absolute;
  transition: transform 0.4s ease;
}
.ihp-phone-back {
  transform: translateX(-60px) translateY(20px) rotate(-6deg);
  z-index: 1;
}
.ihp-phone-front {
  transform: translateX(60px) translateY(-20px) rotate(4deg);
  z-index: 2;
}
.ihp-app-phones:hover .ihp-phone-back  { transform: translateX(-70px) translateY(24px) rotate(-8deg); }
.ihp-app-phones:hover .ihp-phone-front { transform: translateX(64px) translateY(-24px) rotate(5deg); }

/* Phone frame */
.ihp-phone-frame {
  width: 220px;
  background: #0a0a0a;
  border-radius: 40px;
  padding: 12px;
  box-shadow:
    0 0 0 2px #1a1a1a,
    0 0 0 4px #2a2a2a,
    0 24px 64px rgba(0,0,0,0.35),
    0 8px 24px rgba(0,51,153,0.15);
  position: relative;
}
.ihp-phone-notch {
  width: 80px;
  height: 22px;
  background: #0a0a0a;
  border-radius: 0 0 16px 16px;
  margin: 0 auto 6px;
  position: relative;
  z-index: 2;
}
.ihp-phone-notch::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%; transform: translateX(-50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #1e1e1e;
  box-shadow: 0 0 0 2px #0d0d0d;
}
.ihp-phone-screen {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}
.ihp-phone-screen img {
  width: 100%;
  display: block;
  height: 420px;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 900px) {
  .ihp-phone-frame { width: 170px; }
  .ihp-phone-screen img { height: 320px; }
  .ihp-phone-back  { transform: translateX(-44px) translateY(16px) rotate(-6deg); }
  .ihp-phone-front { transform: translateX(44px) translateY(-16px) rotate(4deg); }
}
@media (max-width: 600px) {
  .ihp-phone-frame { width: 140px; }
  .ihp-phone-screen img { height: 260px; }
  .ihp-phone-back  { transform: translateX(-36px) translateY(12px) rotate(-6deg); }
  .ihp-phone-front { transform: translateX(36px) translateY(-12px) rotate(4deg); }
  .ihp-app-phones  { height: 320px; }
}

/* ═══════════ 5 · WHY IMCURE ═══════════ */
.ihp-why { padding: 96px 0; background: var(--ihp-cream); }

.ihp-why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
@media (max-width: 900px) { .ihp-why-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .ihp-why-grid { grid-template-columns: 1fr; } }

.ihp-why-card {
  background: #fff;
  border: 1px solid var(--ihp-border);
  border-radius: var(--ihp-r-lg);
  padding: 26px 22px;
  transition: transform 0.28s var(--ihp-spring), box-shadow 0.25s;
  will-change: transform;
}
.ihp-why-card:hover { transform: translateY(-4px); box-shadow: var(--ihp-sh-lg); }

.ihp-why-ico {
  width: 42px; height: 42px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.ihp-wico-gold   { background: rgba(0,51,153,0.12); color: var(--ihp-gold); }
.ihp-wico-blue   { background: rgba(91,143,212,0.12); color: #5B8FD4; }
.ihp-wico-purple { background: rgba(124,92,184,0.12); color: #7C5CB8; }
.ihp-wico-teal   { background: rgba(32,178,170,0.12); color: #20B2AA; }
.ihp-wico-green  { background: rgba(74,155,111,0.12); color: #4A9B6F; }
.ihp-wico-rose   { background: rgba(220,80,100,0.12); color: #DC5064; }

.ihp-why-card h3 {
  font-family: var(--ic-font-h) !important;
  font-size: 0.98rem !important; font-weight: 700 !important;
  color: var(--ihp-text) !important; margin: 0 0 7px !important;
}
.ihp-why-card p {
  font-family: var(--ic-font-b);
  font-size: 0.84rem; line-height: 1.65;
  color: var(--ihp-text-2); margin: 0;
}

/* ═══════════ 6 · TESTIMONIALS ═══════════ */
.ihp-testimonials { padding: 96px 0; background: #fff; }

.ihp-test-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 22px;
}
@media (max-width: 900px) { .ihp-test-grid { grid-template-columns: 1fr; } }

.ihp-test-card {
  background: #fff;
  border: 1px solid var(--ihp-border);
  border-radius: var(--ihp-r-lg);
  padding: 28px 24px;
  box-shadow: var(--ihp-sh);
  transition: transform 0.28s var(--ihp-spring), box-shadow 0.25s;
  display: flex; flex-direction: column; gap: 14px;
}
.ihp-test-card:hover { transform: translateY(-4px); box-shadow: var(--ihp-sh-lg); }

.ihp-stars-row { display: flex; gap: 3px; }
.ihp-test-q {
  font-family: var(--ic-font-b); font-size: 0.91rem;
  line-height: 1.7; color: var(--ihp-text-2);
  flex: 1; margin: 0;
}
.ihp-test-foot { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,0.06); }
.ihp-tav {
  width: 38px; height: 38px; border-radius: 50%; overflow: hidden;
  flex-shrink: 0; background: var(--ihp-gold-dim);
  display: flex; align-items: center; justify-content: center;
}
.ihp-tav-ph { color: var(--ihp-gold); }
.ihp-tav img, .ihp-tav-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.ihp-test-name { font-family: var(--ic-font-h); font-size: 0.88rem; font-weight: 700; color: var(--ihp-text); }
.ihp-test-role { font-family: var(--ic-font-b); font-size: 0.73rem; color: var(--ihp-text-3); }

/* ═══════════ 7 · PLATFORM SHOWCASE ═══════════ */
.ihp-showcase { padding: 96px 0; background: var(--ihp-dark); }
.ihp-showcase .ihp-sec-h { color: #fff !important; }
.ihp-showcase .ihp-sec-sub { color: rgba(255,255,255,0.45); }
.ihp-showcase .ihp-eyebrow { color: var(--ihp-gold); }

.ihp-showcase-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
@media (max-width: 900px) { .ihp-showcase-grid { grid-template-columns: 1fr; } }

.ihp-sc-card {
  background: var(--ihp-dark-2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--ihp-r-lg);
  overflow: hidden;
  padding: 0 0 20px;
  transition: transform 0.28s var(--ihp-spring), border-color 0.25s;
}
.ihp-sc-card:hover { transform: translateY(-5px); border-color: rgba(0,51,153,0.25); }

.ihp-sc-header {
  display: flex; align-items: center; gap: 5px;
  background: var(--ihp-dark-3); padding: 10px 16px;
  margin-bottom: 14px;
}
.ihp-sc-dot { width: 8px; height: 8px; border-radius: 50%; }
.ihp-scd-r { background: #FF5F57; }
.ihp-scd-y { background: #FEBC2E; }
.ihp-scd-g { background: #28C840; }
.ihp-sc-title {
  font-family: var(--ic-font-b); font-size: 0.72rem; font-weight: 700;
  color: rgba(255,255,255,0.5); margin-left: 6px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ihp-sc-chart { display: block; width: 100%; height: 72px; padding: 0 16px; margin-bottom: 12px; }
.ihp-sc-kpis { display: flex; gap: 16px; padding: 0 16px; }
.ihp-sck-n { font-family: var(--ic-font-h); font-size: 1rem; font-weight: 800; color: #fff; }
.ihp-sck-gold { color: #FF6600 !important; }
.ihp-sck-l { font-family: var(--ic-font-b); font-size: 0.66rem; color: rgba(255,255,255,0.35); }
.ihp-sc-claims { display: flex; flex-direction: column; gap: 2px; padding: 0 12px; }
.ihp-scl-row {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 8px; border-radius: 7px;
  transition: background 0.2s;
}
.ihp-scl-row:hover { background: rgba(255,255,255,0.04); }
.ihp-scl-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.ihp-scl-id { font-family: var(--ic-font-b); font-size: 0.68rem; color: rgba(255,255,255,0.5); flex: 1; }
.ihp-scl-amt { font-family: var(--ic-font-b); font-size: 0.74rem; font-weight: 700; color: rgba(255,255,255,0.8); }
.ihp-sc-rings { padding: 0 16px; display: flex; align-items: center; gap: 14px; }
.ihp-rings-svg { width: 110px; height: 110px; flex-shrink: 0; }
.ihp-rings-leg { display: flex; flex-direction: column; gap: 7px; }
.ihp-rl { display: flex; align-items: center; gap: 6px; font-family: var(--ic-font-b); font-size: 0.7rem; color: rgba(255,255,255,0.55); }
.ihp-rl span { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

/* ═══════════ 8 · CTA BANNER ═══════════ */
.ihp-cta-section {
  background: linear-gradient(135deg, #001066 0%, #002299 30%, #003399 60%, #001066 100%);
  padding: 96px 0;
  text-align: center; position: relative; overflow: hidden;
}
.ihp-cta-orb-a, .ihp-cta-orb-b {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
}
.ihp-cta-orb-a { width: 400px; height: 400px; top: -150px; right: -100px; background: rgba(0,51,153,0.12); }
.ihp-cta-orb-b { width: 300px; height: 300px; bottom: -120px; left: -80px; background: rgba(0,51,153,0.08); }
.ihp-cta-section .ihp-wrap { position: relative; z-index: 1; }
.ihp-cta-h {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem) !important;
  font-weight: 800 !important; letter-spacing: -0.03em !important;
  color: #fff !important; margin: 10px 0 16px !important; line-height: 1.2 !important;
}
.ihp-cta-sub {
  font-family: var(--ic-font-b); font-size: 1rem;
  color: rgba(255,255,255,0.55); max-width: 500px; margin: 0 auto 40px; line-height: 1.72;
}
.ihp-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══════════ CONTACT PAGE ═══════════ */
.icc-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px 96px;
}
@media (max-width: 768px) { .icc-wrap { padding: 48px 20px 72px; } }

.icc-header {
  text-align: center;
  margin-bottom: 56px;
}
.icc-eyebrow {
  display: inline-block;
  font-family: var(--ic-font-b);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ihp-gold);
  background: var(--ihp-gold-dim);
  border: 1px solid rgba(0,51,153,0.25);
  border-radius: 999px; padding: 6px 14px;
  margin-bottom: 18px;
}
.icc-h1 {
  font-family: var(--ic-font-h) !important;
  font-size: clamp(2rem,4vw,3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--ihp-text) !important;
  margin: 0 0 16px !important;
}
.icc-gold { color: var(--ihp-gold); }
.icc-sub {
  font-family: var(--ic-font-b);
  font-size: 1.05rem; line-height: 1.7;
  color: var(--ihp-text-2);
  max-width: 560px; margin: 0 auto;
}

/* Info cards */
.icc-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 560px) { .icc-cards { grid-template-columns: 1fr; } }

.icc-card {
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.icc-card:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,0.11);
  transform: translateY(-3px);
}
.icc-card-ico {
  width: 48px; height: 48px; border-radius: 13px;
  background: var(--ihp-gold-dim);
  color: var(--ihp-gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.icc-ico-green  { background: rgba(74,155,111,0.12); color: #27ae60; }
.icc-ico-blue   { background: rgba(91,143,212,0.12); color: #3b82f6; }
.icc-ico-purple { background: rgba(139,92,246,0.12); color: #7c3aed; }

.icc-card-body { display: flex; flex-direction: column; gap: 4px; }
.icc-card-label {
  font-family: var(--ic-font-b);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ihp-text-3);
}
.icc-card-value {
  font-family: var(--ic-font-b);
  font-size: 1rem; font-weight: 600;
  color: var(--ihp-text);
  text-decoration: none;
  line-height: 1.5;
}
a.icc-card-value:hover { color: var(--ihp-gold); }
.icc-addr { font-size: 0.9rem; line-height: 1.6; }
.icc-card-note {
  font-family: var(--ic-font-b);
  font-size: 0.76rem; color: var(--ihp-text-3);
}

/* Social row */
.icc-social-row {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-bottom: 56px;
}
.icc-social-label {
  font-family: var(--ic-font-b);
  font-size: 0.84rem; font-weight: 600;
  color: var(--ihp-text-2);
}
.icc-social-btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--ic-font-b);
  font-size: 0.86rem; font-weight: 600;
  color: var(--ihp-text);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 999px;
  padding: 9px 18px;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.icc-social-btn:hover {
  background: rgba(0,51,153,0.08);
  border-color: var(--ihp-gold);
  color: var(--ihp-gold);
}
.icc-fb:hover { background: rgba(24,119,242,0.08); border-color: #1877f2; color: #1877f2; }
.icc-li:hover { background: rgba(10,102,194,0.08); border-color: #0a66c2; color: #0a66c2; }

/* App download row */
.icc-app-row {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 56px;
}
.icc-store-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1.5px solid rgba(0,0,0,0.15);
  background: #111;
  color: #fff;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  min-width: 152px;
}
.icc-store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  color: #fff;
}
.icc-store-text {
  display: flex; flex-direction: column; line-height: 1.2;
}
.icc-store-sub {
  font-size: 0.65rem; font-weight: 400; opacity: 0.75; letter-spacing: 0.02em;
}
.icc-store-name {
  font-size: 0.95rem; font-weight: 700; letter-spacing: 0.01em;
}
.icc-apple { background: #000; }
.icc-apple:hover { background: #1a1a1a; }
.icc-google { background: #1a1a2e; }
.icc-google:hover { background: #16213e; }

/* Existing content body (contact form etc.) */
.icc-content-body {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
@media (max-width: 600px) { .icc-content-body { padding: 28px 20px; } }
.icc-content-body:empty { display: none; }

/* ═══════════ FOOTER (4-column enterprise) ═══════════ */
.icf-footer {
  background: var(--ihp-dark);
  font-family: var(--ic-font-b);
}
.icf-main { padding: 72px 0 48px; }
.icf-inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.icf-cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1024px) { .icf-cols { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 560px)  { .icf-cols { grid-template-columns: 1fr; gap: 28px; } }

.icf-logo-link { display: inline-block; margin-bottom: 14px; }
.icf-logo { height: 40px; width: auto; display: block; object-fit: contain; }
.icf-logo-text {
  font-family: var(--ic-font-h); font-size: 1.3rem; font-weight: 800;
  color: #fff; letter-spacing: -0.04em;
}
.icf-tagline { font-size: 0.85rem; line-height: 1.7; color: rgba(255,255,255,0.38); margin: 0 0 20px; max-width: 260px; }

.icf-social-row { display: flex; gap: 10px; }
.icf-social {
  width: 36px; height: 36px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
}
.icf-social:hover {
  background: rgba(0,51,153,0.18);
  border-color: rgba(0,51,153,0.35);
  color: var(--ihp-gold) !important;
  text-decoration: none;
}

.icf-col-title {
  font-family: var(--ic-font-h);
  font-size: 0.82rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: #ffffff;
  margin: 0 0 18px;
}
.icf-link-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.icf-link {
  font-size: 0.87rem; color: rgba(255,255,255,0.55) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.icf-link:hover { color: var(--ihp-gold) !important; text-decoration: none; }

.icf-cert-badge {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 20px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ihp-gold);
  background: rgba(0,51,153,0.10);
  border: 1px solid rgba(0,51,153,0.22);
  border-radius: 999px; padding: 5px 12px;
}

.icf-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0;
}
.icf-bottom-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
}
.icf-copy { font-size: 0.78rem; color: rgba(255,255,255,0.28); }
.icf-made { font-size: 0.75rem; color: rgba(255,255,255,0.18); }

/* Remove old icf styles from potentially conflicting Astra footer */
#colophon, .site-footer, .ast-small-footer, .footer-adv-overlay { display: none !important; }

/* ═══════════ HEADER: Get Started CTA button ═══════════ */
.ich-cta-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--ic-font-b);
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff !important;
  background: var(--ihp-gold);
  border: 2px solid var(--ihp-gold);
  border-radius: 999px;
  padding: 9px 20px;
  text-decoration: none;
  margin-left: 10px;
  box-shadow: 0 3px 14px var(--ihp-gold-glow);
  transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
  white-space: nowrap;
  cursor: pointer;
}
.ich-cta-btn:hover {
  background: var(--ihp-gold-2);
  border-color: var(--ihp-gold-2);
  box-shadow: 0 5px 20px var(--ihp-gold-glow);
  transform: translateY(-1px);
  text-decoration: none;
  color: #fff !important;
}
.ich-drawer-cta {
  margin: 8px 16px 16px;
  justify-content: center;
}

/* ═══════════ FOCUS / A11Y ═══════════ */
.ihp-btn-gold:focus-visible,
.ihp-btn-border:focus-visible,
.ihp-svc-card:focus-visible,
.ihp-why-card:focus-visible,
.ihp-test-card:focus-visible {
  outline: 2px solid var(--ihp-gold);
  outline-offset: 3px;
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  #imcure-back-top,
  #imcure-progress { display: none !important; }
  .ich-header { position: static !important; }
}
