/* =========================================================
   INCEPBIO ENTERPRISE GLOBAL DESIGN SYSTEM
   Version: 3.0 — Complete Rebuild
   ========================================================= */

/* ─── DESIGN TOKENS ─── */
:root {
  /* Brand Colors */
  --ib-navy: #004D88;
  --ib-navy-deep: #001F3D;
  --ib-navy-dark: #002244;
  --ib-teal: #009C8D;
  --ib-teal-light: #00CFBB;
  --ib-white: #FFFFFF;
  --ib-soft-mint: #F3FAF9;
  --ib-light-gray: #F7FBFC;
  --ib-ink: #0A1B28;
  --ib-muted: #536B7E;

  /* Gradients */
  --ib-primary-gradient: linear-gradient(135deg, #004D88 0%, #009C8D 100%);
  --ib-brand-gradient: linear-gradient(135deg, #004D88 0%, #009C8D 50%, #00CFBB 100%);
  --ib-dark-gradient: linear-gradient(135deg, #004D88 0%, #001224 100%);
  --ib-hover-gradient: linear-gradient(135deg, #009C8D 0%, #00CFBB 100%);

  /* Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 48, 92, 0.05);
  --shadow-md: 0 12px 30px rgba(0, 48, 92, 0.08);
  --shadow-lg: 0 24px 60px rgba(0, 48, 92, 0.14);

  /* Typography */
  --fs-hero: clamp(28px, 5vw, 52px);
  --fs-h1: clamp(26px, 4vw, 44px);
  --fs-h2: clamp(22px, 3.5vw, 36px);
  --fs-h3: clamp(18px, 2.5vw, 24px);
  --fs-body: 16px;
  --fs-sm: 14px;

  /* Spacing */
  --section-pad: clamp(60px, 8vw, 100px);
  --container-pad: 20px;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 99px;

  /* Transitions */
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s ease;
}

@media (min-width: 576px)  { :root { --container-pad: 28px; } }
@media (min-width: 768px)  { :root { --container-pad: 32px; } }
@media (min-width: 1200px) { :root { --container-pad: 24px; } }

/* ─── BASE RESET ─── */
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; display: block; }
.container, .container-xl {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}


/* ═══════════════════════════════════════════════════════════
   TYPOGRAPHY SYSTEM
   ═══════════════════════════════════════════════════════════ */

/* Light/White backgrounds: headings use brand gradient */
h1:not(.keep-white):not([style*="color"]),
h2:not(.keep-white):not([style*="color"]),
h3:not(.keep-white):not([style*="color"]),
.section-title:not(.keep-white),
.ib-gradient-text,
.sec-title {
  background: var(--ib-brand-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: var(--ib-navy) !important;
}

/* Dark/Gradient backgrounds: ALL headings must be white */
/* ─ Global CTA banners ─ */
.global-cta-banner h1,
.global-cta-banner h2,
.global-cta-banner h3,
.global-cta-banner h4,
.global-cta-banner .global-cta-title,

/* ─ Legacy CTA classes ─ */
.cqx-inline-cta h1, .cqx-inline-cta h2, .cqx-inline-cta h3, .cqx-inline-cta-title,
.tvr-inline-cta__content h3,
.csa-csv-cta h1, .csa-csv-cta h2, .csa-csv-cta h3,
.tk2-cta h1, .tk2-cta h2, .tk2-cta h3,
.ss-cta h1, .ss-cta h2, .ss-cta h3,
.io-horizontal-cta h1, .io-horizontal-cta h2, .io-horizontal-cta h3,
.io-cta-section h1, .io-cta-section h2, .io-cta-section h3,
.advisory-cta h1, .advisory-cta h2, .advisory-cta h3,
.ibc-cta h1, .ibc-cta h2, .ibc-cta h3,
.cta-band h1, .cta-band h2, .cta-band h3,
.ab-cta-section h1, .ab-cta-section h2, .ab-cta-section h3,

/* ─ Dark backgrounds/sections ─ */
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4,
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4,
.dark-overlay h1, .dark-overlay h2, .dark-overlay h3,
.black1-bg h1, .black1-bg h2, .black1-bg h3,
.bg-theme h1, .bg-theme h2, .bg-theme h3,

/* ─ Hero Sections (dark/image backgrounds) ─ */
.hero-5 h1, .hero-5 h2, .hero-5 h3,
.tvr-hero h1, .tvr-hero h2, .tvr-hero h3,
.cqx-hero h1, .cqx-hero h2, .cqx-hero h3,
.mc-hero h1, .mc-hero h2, .mc-hero h3,
.smoke-hero h1, .smoke-hero h2, .smoke-hero h3,

/* ─ Industry Cards ─ */
.industry-card h1, .industry-card h2, .industry-card h3, .industry-card h4,
.industry-content h1, .industry-content h2, .industry-content h3, .industry-content h4,

/* ─ Footer ─ */
.footer h1, .footer h2, .footer h3,
.footer-widget-title,

/* ─ Modals ─ */
.io-modal-top h1, .io-modal-top h2, .io-modal-top h3,

/* ─ Misc dark components ─ */
.premium-timeline-section h1, .premium-timeline-section h2, .premium-timeline-section h3,
.ib-services-cta h1, .ib-services-cta h2, .ib-services-cta h3,

/* ─ Helper class ─ */
.keep-white {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
}

/* Force body text on dark components */
.industry-card p, .industry-content p, .dark-overlay p { color: #E2E8F0 !important; }
.global-cta-banner p, .global-cta-banner .global-cta-desc { color: rgba(255,255,255,0.9) !important; -webkit-text-fill-color: rgba(255,255,255,0.9) !important; }


/* ═══════════════════════════════════════════════════════════
   UNIFIED BUTTON SYSTEM
   ═══════════════════════════════════════════════════════════ */

/* ─── Primary Button ─── */
.btn,
.btn--primary,
.btn-primary,
.btn-premium-pill,
.tvr-cta-btn,
.tvr-cta-btn--primary,
.ib-btn-premium {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 13px 28px !important;
  background: linear-gradient(135deg, #009C8D 0%, #004D88 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0 8px 20px rgba(0, 77, 136, 0.2) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
  letter-spacing: 0.01em !important;
}

.btn:hover,
.btn--primary:hover,
.btn-primary:hover,
.btn-premium-pill:hover,
.tvr-cta-btn:hover,
.tvr-cta-btn--primary:hover,
.ib-btn-premium:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 26px rgba(0, 156, 141, 0.4) !important;
  background: linear-gradient(135deg, #00CFBB 0%, #004D88 100%) !important;
  color: #ffffff !important;
}

/* ─── Secondary Button ─── */
.btn--secondary,
.btn-premium-pill-secondary,
.tvr-cta-btn--outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 13px 28px !important;
  background-color: #ffffff !important;
  color: #004D88 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  border: 1.5px solid transparent !important;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #009C8D 0%, #004D88 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  box-shadow: 0 6px 16px rgba(0, 77, 136, 0.1) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease, color 0.3s ease !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
  letter-spacing: 0.01em !important;
}

.btn--secondary:hover,
.btn-premium-pill-secondary:hover,
.tvr-cta-btn--outline:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 26px rgba(0, 156, 141, 0.4) !important;
  background-image: linear-gradient(135deg, #009C8D 0%, #004D88 100%), linear-gradient(135deg, #009C8D 0%, #004D88 100%) !important;
  color: #ffffff !important;
}

/* ─── Icon animations ─── */
.btn svg, .btn i,
.btn--primary svg, .btn--primary i,
.btn--secondary svg, .btn--secondary i,
.btn-premium-pill svg, .btn-premium-pill i,
.btn-premium-pill-secondary svg, .btn-premium-pill-secondary i,
.tvr-cta-btn svg, .tvr-cta-btn i,
.tvr-cta-btn--outline svg, .tvr-cta-btn--outline i,
.ib-btn-premium svg, .ib-btn-premium i {
  width: 16px !important;
  height: 16px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2px !important;
  flex-shrink: 0 !important;
  transition: transform 0.3s ease, color 0.3s ease !important;
}

.btn:hover svg, .btn:hover i,
.btn--primary:hover svg, .btn--primary:hover i,
.btn--secondary:hover svg, .btn--secondary:hover i,
.btn-premium-pill:hover svg,
.btn-premium-pill-secondary:hover svg,
.tvr-cta-btn:hover svg, .tvr-cta-btn--outline:hover svg,
.ib-btn-premium:hover svg {
  transform: translateX(4px) !important;
  color: #ffffff !important;
}


/* ═══════════════════════════════════════════════════════════
   GLOBAL CTA BANNER SYSTEM
   ═══════════════════════════════════════════════════════════ */

.global-cta-section {
  padding: 60px 0;
}

.global-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: linear-gradient(135deg, #004D88 0%, #001224 100%);
  padding: 36px 48px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 36, 68, 0.25);
}

.global-cta-bg-glow {
  position: absolute;
  top: -80px;
  right: 10%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(0,156,141,0.18) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}

.global-cta-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.global-cta-eyebrow {
  display: inline-block;
  color: #00ffeb !important;
  -webkit-text-fill-color: #00ffeb !important;
  background: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.global-cta-eyebrow::before {
  content: '● ';
}

.global-cta-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
}

.global-cta-desc {
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

.global-cta-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .global-cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 24px;
  }
  .global-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .global-cta-actions .btn,
  .global-cta-actions .btn--secondary {
    width: 100%;
    justify-content: center;
  }
}


/* ═══════════════════════════════════════════════════════════
   SECTION HEADER SYSTEM
   ═══════════════════════════════════════════════════════════ */

.sec-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(32px, 6vw, 54px);
}

.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  background: rgba(0, 156, 141, 0.07);
  border: 1px solid rgba(0, 156, 141, 0.18);
  color: var(--ib-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sec-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ib-teal-light);
  box-shadow: 0 0 8px rgba(0, 207, 187, 0.7);
}

.sec-desc {
  font-size: clamp(15px, 2vw, 17px);
  color: var(--ib-muted);
  line-height: 1.65;
}


/* ═══════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ═══════════════════════════════════════════════════════════ */

.reveal-up, .rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-up.is-visible, .rv.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE HELPERS
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .global-cta-eyebrow,
  .global-cta-title,
  .global-cta-desc { text-align: center; }
}



﻿/* ==========================================================================
   shared-components.css — Global Styles, Typography, Buttons & Modals
   ========================================================================== */

/* --- From home.css --- */
/* ==========================================================================
   home.css — IncepBio Premium Homepage Stylesheet (Mobile-First Rebuild)
   Strict Brand Colors:
   Navy Dark:   #004D88   Navy Medium: #004D88   Navy Deep: #001F3D
   Teal Main:   #009C8D   Teal Light:  #009C8D
   White:       #FFFFFF
   No other accent colors are introduced.
   Breakpoints: mobile (base) → 576px → 768px (tablet) → 992px → 1200px (desktop)
   ========================================================================== */

/* ── DESIGN TOKENS ── */
:root {
  --ib-navy: #004D88;
  --ib-navy-rgb: 0, 48, 92;
  --ib-navy-medium: #004D88;
  --ib-navy-medium-rgb: 0, 77, 137;
  --ib-navy-deep: #001F3D;

  --ib-teal: #009C8D;
  --ib-teal-rgb: 0, 156, 141;
  --ib-teal-light: #00CFBB;
  --ib-teal-light-rgb: 0, 207, 187;

  --ib-white: #FFFFFF;
  --ib-soft-mint: #F3FAF9;
  --ib-light-gray: #F7FBFC;
  --ib-ink: #0A1B28;
  --ib-muted: #536B7E;

  --ib-border-light: rgba(0, 48, 92, 0.08);
  --ib-border-glow: rgba(0, 156, 141, 0.25);

  --ib-secondary-orange: #883B00;
  --ib-secondary-orange-rgb: 136, 59, 0;

  --ib-gradient-green: linear-gradient(135deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%);
  --ib-primary-gradient: linear-gradient(135deg, var(--ib-navy-medium) 0%, var(--ib-teal) 100%);
  --ib-hover-gradient: linear-gradient(135deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%);

  --shadow-sm: 0 4px 12px rgba(0, 48, 92, 0.05);
  --shadow-md: 0 12px 30px rgba(0, 48, 92, 0.08);
  --shadow-lg: 0 24px 60px rgba(0, 48, 92, 0.14);
  --shadow-glass: 0 16px 40px rgba(0, 48, 92, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  --shadow-glow-teal: 0 0 0 1px rgba(0, 156, 141, 0.15), 0 20px 45px rgba(0, 156, 141, 0.18);
  --shadow-glow-cyan: 0 0 0 1px rgba(0, 207, 187, 0.3), 0 15px 35px rgba(0, 207, 187, 0.25);

  /* Mobile-first fluid type — scaled down for hero text balance */
  --fs-hero: clamp(24px, 6.5vw, 32px);
  --fs-sec-title: clamp(22px, 5vw, 26px);
  --fs-body: 15.5px;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 99px;

  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s ease;

  --container-pad: 20px;
}

@media (min-width: 576px) { :root { --container-pad: 28px; } }
@media (min-width: 768px) {
  :root {
    --fs-hero: clamp(38px, 5.6vw, 46px);
    --fs-sec-title: clamp(26px, 3.6vw, 32px);
    --container-pad: 32px;
  }
}
@media (min-width: 1200px) {
  :root {
    --fs-hero: clamp(46px, 3.6vw, 58px);
    --fs-sec-title: clamp(30px, 2.6vw, 38px);
    --container-pad: 24px;
  }
}

/* ── BASE ── */
.ib-redesign {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ib-ink);
  background-color: var(--ib-white);
  overflow-x: hidden;
  line-height: 1.6;
  font-size: var(--fs-body);
}
.ib-redesign .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
.ib-redesign * { box-sizing: border-box; }
.ib-redesign img { max-width: 100%; display: block; }

@media (prefers-reduced-motion: reduce) {
  .ib-redesign *, .ib-redesign *::before, .ib-redesign *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.ib-redesign a:focus-visible,
.ib-redesign button:focus-visible,
.ib-redesign input:focus-visible,
.ib-redesign textarea:focus-visible,
.ib-redesign select:focus-visible {
  outline: 2px solid var(--ib-teal);
  outline-offset: 2px;
}

.sec-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(32px, 6vw, 54px);
  padding: 0 4px;
}
.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  background: rgba(0, 156, 141, 0.07);
  border: 1px solid rgba(0, 156, 141, 0.15);
  color: var(--ib-teal);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.sec-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ib-teal-light);
  box-shadow: 0 0 8px rgba(0, 207, 187, 0.7);
}
.sec-title {
  font-size: var(--fs-sec-title);
  font-weight: 800;
  background: var(--ib-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--ib-navy); /* Fallback */
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}
.ib-redesign h2 {
  background: var(--ib-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-desc {
  font-size: clamp(14.5px, 2vw, 16.5px);
  color: var(--ib-muted);
  line-height: 1.65;
}

.reveal-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ── 2026-STYLE GLASS & GLOW PRIMITIVES ── */
.glass-panel {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-glass);
}
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

/* ── PREMIUM PILL BUTTONS ── */
.btn-premium-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1.5px solid transparent;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  color: var(--ib-white) !important;
  background: var(--ib-primary-gradient);
  box-shadow: 0 6px 20px rgba(0, 156, 141, 0.18);
  transition: var(--transition-smooth);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: none;
  outline: none;
  white-space: nowrap;
}
.btn-premium-pill:hover { background: var(--ib-hover-gradient); transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0, 156, 141, 0.35); color: #fff !important; }
.btn-premium-pill i { font-size: 12px; transition: transform 0.35s ease; }
.btn-premium-pill:hover i { transform: translateX(5px); }

.btn-premium-pill-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  color: var(--ib-navy) !important;
  background: var(--ib-white);
  border: 1.5px solid transparent;
  background-image: linear-gradient(var(--ib-white), var(--ib-white)),
    linear-gradient(120deg, var(--ib-navy-medium) 0%, var(--ib-teal) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 12px rgba(0, 156, 141, 0.05);
  transition: var(--transition-smooth);
  cursor: pointer;
  white-space: nowrap;
}
.btn-premium-pill-secondary:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 48, 92, 0.35);
  color: var(--ib-white) !important;
  background-image: linear-gradient(120deg, var(--ib-navy-medium) 0%, var(--ib-teal) 100%),
    linear-gradient(120deg, var(--ib-navy-medium) 0%, var(--ib-teal) 100%);
}
.btn-premium-pill-secondary i { font-size: 12px; transition: transform 0.35s ease; }
.btn-premium-pill-secondary:hover i { transform: translateX(5px); }


/* --- Buttons from header.css --- */
/* ==========================================================================
   BUTTONS — Design-system consistent with Hero pill buttons
   ========================================================================== */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;          /* ~14px 28px — matches hero pill */
  font-size: 0.875rem;              /* 14px */
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: var(--radius-pill); /* pill — matches hero */
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.btn svg {
  vertical-align: middle;
  margin-bottom: 2px;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

/* ── Primary Button: navy→teal gradient, matches hero "Talk To Our Experts" ── */
.btn--primary {
  background: linear-gradient(135deg, #004D88 0%, #009C8D 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 20px rgba(0, 156, 141, 0.22);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #009C8D 0%, #00CFBB 100%);
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(0, 207, 187, 0.3), 0 15px 35px rgba(0, 207, 187, 0.28);
  color: #ffffff;
}

.btn--primary:hover svg {
  transform: translateX(4px);
}

.btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 156, 141, 0.18);
}

/* ── Secondary Button: white with gradient border, matches hero "Explore Our Solutions" ── */
.btn--secondary {
  background-color: #ffffff;
  color: #004D88;
  /* gradient border via background-clip trick */
  border: 1.5px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(120deg, #004D88 0%, #009C8D 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 12px rgba(0, 156, 141, 0.06);
}

.btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 48, 92, 0.16);
  color: #ffffff;
  background-image: linear-gradient(120deg, #004D88 0%, #009C8D 100%),
    linear-gradient(120deg, #004D88 0%, #009C8D 100%);
}

.btn--secondary:hover svg {
  transform: translateX(3px);
  color: #ffffff;
}

.btn--secondary:active {
  transform: translateY(0);
}

.btn--secondary svg {
  color: var(--color-primary-teal);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), color 200ms ease;
}

.btn--full {
  width: 100%;
}


/* --- Tokens from footer.css --- */
/* ==========================================================================
   footer.css — IncepBio Reusable Footer Stylesheet
   Include this on EVERY page that uses footer.html.
   If header.css is already loaded on the same page, the :root tokens
   below are redundant (but harmless — CSS custom properties just
   re-declare) so you can safely include both.
   ========================================================================== */

:root {
  --ib-navy: #004D88;
  --ib-navy-medium: #004D88;
  --ib-navy-deep: #001F3D;
  --ib-teal: #009C8D;
  --ib-teal-light: #00CFBB;
  --ib-white: #FFFFFF;
  --ib-muted: #536B7E;
  --radius-full: 99px;
  --transition-fast: all 0.2s ease;
  --container-pad: 20px;
}
@media (min-width: 576px) { :root { --container-pad: 28px; } }
@media (min-width: 768px) { :root { --container-pad: 32px; } }
@media (min-width: 1200px) { :root { --container-pad: 24px; } }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

/* =========================================================
   PREMIUM INDUSTRIES GRID (Redesign)
   ========================================================= */
.premium-ind-section {
  padding: 80px 0;
  background: var(--bg-soft, #f8f9fa);
}
.premium-ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.premium-ind-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,28,56,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.04);
}
.premium-ind-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,198,181,0.15);
}
.premium-ind-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.premium-ind-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,28,56,0) 0%, rgba(0,28,56,0.1) 100%);
  z-index: 1;
}
.premium-ind-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.premium-ind-card:hover .premium-ind-img img {
  transform: scale(1.08);
}
.premium-ind-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.premium-ind-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-900, #001a33);
  margin-bottom: 8px;
  line-height: 1.3;
}
.premium-ind-content p {
  font-size: 0.88rem;
  color: var(--text-muted, #555);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1100px) {
  .premium-ind-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .premium-ind-grid { grid-template-columns: repeat(2, 1fr); }
  .premium-ind-img { height: 180px; }
}
@media (max-width: 500px) {
  .premium-ind-grid { grid-template-columns: 1fr; }
  .premium-ind-img { height: 220px; }
}













/* =========================================================
   PREMIUM SLIDER TIMELINE (VERTICAL IMAGE)
   ========================================================= */
.premium-slider-timeline {
  padding: 100px 0 120px;
  background: #f8fbfa;
  overflow: hidden;
}

.timeline-slider-wrapper {
  max-width: 1000px;
  margin: 100px auto 0;
  position: relative;
}

.timeline-slider-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 156, 141, 0.08);
  display: flex;
  align-items: center;
  min-height: 400px; /* Adjusted height */
  position: relative;
  width: 90%; /* Wider card */
  margin-left: auto;
  padding-left: 48%; /* Space for overlapping landscape image */
  z-index: 1;
}

.timeline-slider-image {
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: 52%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15);
  z-index: 2;
  background: #fff;
}

.ts-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s ease, transform 1.2s ease;
}
.ts-img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.ts-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.4) 100%);
  z-index: 3;
  pointer-events: none;
}

.timeline-slider-content {
  padding: 60px 80px 60px 50px;
  position: relative;
  width: 100%;
}

.ts-items-wrapper {
  position: relative;
  min-height: 180px;
  width: 100%;
}

.ts-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-30%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.ts-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  z-index: 2;
}

.ts-year {
  font-size: 18px;
  font-weight: 800;
  color: var(--ib-teal);
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}

.ts-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--ib-navy);
  margin-bottom: 18px;
  line-height: 1.2;
}

.ts-desc {
  font-size: 16px;
  color: var(--ib-muted);
  line-height: 1.6;
  margin: 0;
}

.ts-pagination {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
}

.ts-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ts-dot.active {
  height: 35px;
  border-radius: 10px;
  background: var(--ib-teal);
  box-shadow: 0 4px 12px rgba(0,156,141,0.3);
}
.ts-dot:hover:not(.active) {
  background: #ccc;
}

/* Responsive */
@media (max-width: 991px) {
  .timeline-slider-card {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-top: 140px;
    min-height: auto;
  }
  .timeline-slider-image {
    position: relative;
    left: 0;
    top: -60px;
    transform: none;
    width: 90%;
    max-width: 500px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  .timeline-slider-content {
    padding: 10px 40px 70px;
    margin-top: -40px;
  }
  .ts-pagination {
    flex-direction: row;
    top: auto;
    bottom: 25px;
    right: 50%;
    transform: translateX(50%);
  }
  .ts-dot.active {
    height: 10px;
    width: 35px;
  }
}

@media (max-width: 575px) {
  .timeline-slider-image {
    aspect-ratio: 16 / 10;
    width: 95%;
    top: -50px;
  }
  .timeline-slider-content {
    padding: 0 20px 70px;
  }
  .ts-title {
    font-size: 26px;
  }
  .ts-items-wrapper {
    min-height: 220px;
  }
}









/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MODALS â€” premium glass, consult / contact / award / video
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0, 77, 137, 0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  z-index: 9999;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.modal-overlay.active, .modal-overlay.is-open { display: flex !important; }
.modal-box {
  background: var(--ib-white);
  border-radius: 24px 24px 0 0;
  width: 100%;
  max-width: 520px;
  padding: 32px 24px;
  position: relative;
  box-shadow: var(--shadow-lg);
  animation: modalInUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  overflow-y: auto;
  max-height: 92vh;
}
.modal-box--wide { max-width: 720px; }
.video-modal-box { background: transparent !important; box-shadow: none !important; padding: 0 !important; max-width: 800px; border-radius: 0; }
.video-modal-wrap { width: 100%; }
@keyframes modalInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

.modal-close {
  position: absolute; top: 18px; right: 18px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ib-light-gray); border: none; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ib-muted); transition: var(--transition-fast); z-index: 10;
}
.modal-close:hover { background: var(--ib-teal); color: var(--ib-white); }
.modal-close--light { background: rgba(255,255,255,0.15); color: var(--ib-white); }
.modal-close--light:hover { background: var(--ib-white); color: var(--ib-navy); }

.modal-title { font-size: clamp(19px, 3.6vw, 22px); font-weight: 800; color: var(--ib-navy); margin-bottom: 8px; }
.modal-sub { font-size: 13.5px; color: var(--ib-muted); margin-bottom: 22px; }
.modal-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: flex; flex-direction: column; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.form-field label { font-size: 11px; font-weight: 800; color: var(--ib-navy); text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid #dde6ee; border-radius: var(--radius-sm);
  font-size: 14px; background: var(--ib-light-gray); outline: none; transition: var(--transition-fast);
  font-family: inherit;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ib-teal); background: var(--ib-white); box-shadow: 0 0 0 3px rgba(0,156,141,0.1); }
.form-field textarea { height: 90px; resize: vertical; }
.form-checkbox { margin-top: 8px; }
.modal-submit {
  background: linear-gradient(135deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%);
  color: var(--ib-white); border: none; padding: 15px;
  font-weight: 800; font-size: 15px; border-radius: var(--radius-sm); cursor: pointer;
  transition: var(--transition-fast); box-shadow: 0 8px 22px rgba(0,156,141,0.28);
}
.modal-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,156,141,0.36); }
.modal-note { font-size: 10.5px; color: var(--ib-muted); text-align: center; }

@media (min-width: 640px) {
  .modal-overlay { align-items: center; padding: 20px; }
  .modal-box { border-radius: var(--radius-lg); animation: modalIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards; padding: 40px; }
  @keyframes modalIn { from { opacity: 0; transform: scale(0.95) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
  .form-row { flex-direction: row; }
}

/* â”€â”€ Contact Section (Reference Design) â”€â”€ */
.contact-section { background: var(--ib-surface, #F8FAFC); padding: clamp(60px, 8vw, 100px) 0; position: relative; }
.contact-inner-ref {
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 40px; 
}
@media (min-width: 992px) {
  .contact-inner-ref {
    grid-template-columns: 38% 1fr;
    gap: 60px;
  }
}
.contact-left-col { display: flex; flex-direction: column; }
.contact-right-col { display: flex; flex-direction: column; }

/* Header Block */
.contact-header-block {
  text-align: left;
  margin-bottom: 30px;
}
.ref-badge-outline {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--ib-teal-deep);
  background: var(--ib-white);
  border: 1px solid rgba(0, 156, 141, 0.2);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ref-solid-heading {
  font-size: clamp(32px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: var(--ib-navy-deep) !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !important;
  background: none !important;
  -webkit-text-fill-color: var(--ib-navy-deep) !important;
}
.ref-desc {
  font-size: 16px;
  color: var(--ib-muted);
  line-height: 1.6;
  max-width: 90%;
  margin-bottom: 40px;
}

/* Profile Card */
.ref-profile-card {
  background: var(--ib-white);
  border-radius: var(--radius-lg);
  padding: 30px;
  border: 1px solid rgba(0, 48, 92, 0.05);
  box-shadow: 0 10px 40px rgba(0, 48, 92, 0.04);
}
.ref-profile-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ref-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.ref-avatar::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 156, 141, 0.1), rgba(0, 207, 187, 0.2));
  z-index: 0;
}
.ref-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.ref-profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ref-badge-primary {
  font-size: 9px;
  font-weight: 800;
  color: var(--ib-teal);
  background: rgba(0, 156, 141, 0.08);
  border: 1px solid rgba(0, 156, 141, 0.2);
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ref-name {
  font-size: 24px;
  font-weight: 800;
  color: var(--ib-navy-deep);
  margin-bottom: 8px;
}
.ref-badge-role {
  font-size: 10px;
  font-weight: 800;
  color: var(--ib-teal-deep);
  background: var(--ib-teal-tint);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ref-divider {
  border: none;
  border-top: 1px solid rgba(0, 48, 92, 0.05);
  margin: 30px 0;
}
.ref-contact-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 10px;
}
.ref-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
  color: var(--ib-navy);
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition-fast);
}
.ref-link:hover {
  color: var(--ib-teal);
}
.ref-icon {
  width: 32px;
  height: 32px;
  background: var(--ib-surface);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ib-teal);
  font-size: 14px;
}
.ref-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 156, 141, 0.3);
  border-radius: 6px;
  color: var(--ib-teal-deep);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  margin-top: 8px;
  width: max-content;
  transition: var(--transition-fast);
}
.ref-btn-outline:hover {
  background: rgba(0, 156, 141, 0.05);
  border-color: var(--ib-teal);
}
.ref-external { font-size: 10px; }

/* Form Card */
.ref-form-card {
  background: var(--ib-white);
  border-radius: var(--radius-lg);
  padding: 40px 50px;
  border: 1px solid rgba(0, 48, 92, 0.05);
  box-shadow: 0 10px 40px rgba(0, 48, 92, 0.04);
}
.ref-form-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--ib-navy-deep);
  margin-bottom: 12px;
}
.ref-title-underline {
  width: 40px;
  height: 3px;
  background: var(--ib-teal);
  border-radius: 2px;
  margin-bottom: 40px;
}

/* Form Fields */
.ref-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ref-row { grid-template-columns: 1fr 1fr; }
}
.ref-input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.ref-row .ref-input-group {
  margin-bottom: 0;
}
.ref-input-group label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ib-navy-deep);
  margin-bottom: 8px;
}
.ref-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.ref-input-wrapper i {
  position: absolute;
  left: 16px;
  color: var(--ib-teal);
  font-size: 14px;
}
.ref-input-wrapper input, .ref-input-wrapper select {
  width: 100%;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--ib-border-light);
  border-radius: 8px;
  background: var(--ib-white);
  color: var(--ib-navy);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: var(--transition-fast);
}
.ref-input-wrapper select {
  appearance: none;
  padding-left: 16px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23004D88%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E") no-repeat right 16px center;
  background-size: 16px;
}
.ref-input-wrapper textarea {
  width: 100%;
  height: 120px;
  padding: 14px 16px;
  border: 1px solid var(--ib-border-light);
  border-radius: 8px;
  background: var(--ib-white);
  color: var(--ib-navy);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: none;
  transition: var(--transition-fast);
}
.ref-input-wrapper input::placeholder, .ref-input-wrapper textarea::placeholder {
  color: var(--ib-muted);
}
.ref-input-wrapper input:focus, .ref-input-wrapper select:focus, .ref-input-wrapper textarea:focus {
  border-color: var(--ib-teal);
  box-shadow: 0 0 0 3px rgba(0, 156, 141, 0.1);
}
.ref-textarea-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: auto !important;
  color: var(--ib-border-light) !important;
}

.ref-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: var(--ib-teal);
  color: var(--ib-white);
  border: none;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
  transition: var(--transition-smooth);
}
.ref-submit-btn:hover {
  background: var(--ib-teal-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 156, 141, 0.25);
}

/* Award popup â€” premium, with clear image placeholder */
.award-popup { text-align: center; }
.award-popup__ribbon {
  display: inline-block;
  background: linear-gradient(135deg, var(--ib-navy), var(--ib-navy-medium));
  color: var(--ib-white); padding: 6px 16px; border-radius: var(--radius-full);
  font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 22px;
}
.award-image-wrap {
  position: relative; width: 132px; height: 132px; margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--ib-light-gray);
  border: 2px dashed rgba(0, 156, 141, 0.35);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.award-image-glow { position: absolute; inset: -24px; background: radial-gradient(circle, rgba(0, 156, 141, 0.22) 0%, transparent 70%); border-radius: 50%; animation: awardGlowPulse 2.5s infinite; z-index: 0; }
@keyframes awardGlowPulse { 0%, 100% { transform: scale(1); opacity: 0.7; } 50% { transform: scale(1.15); opacity: 1; } }
.award-image-wrap img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; border-radius: 50%; }
/* IMAGE PLACEHOLDER: this icon + text shows only if no image is supplied via #awardPopupImg src.
   Replace the src on that <img> tag with your award/certificate photo â€” it will auto-fill this circle. */
.award-image-fallback { position: relative; z-index: 2; font-size: 40px; color: var(--ib-teal); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.award-image-fallback small { font-size: 9px; font-weight: 700; color: var(--ib-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.award-popup__title { font-size: 19px; font-weight: 800; color: var(--ib-navy); margin-bottom: 10px; }
.award-popup__sub { font-size: 13.5px; color: var(--ib-muted); line-height: 1.55; margin-bottom: 22px; }
.award-popup__cta { width: 100%; }

/* =========================================================
   GLOBAL CTA SYSTEM
   ========================================================= */
.global-cta-section {
  padding: 60px 0;
  background: var(--white, #ffffff);
}
.global-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(135deg, #004D88 0%, #001224 100%);
  padding: 32px 40px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.global-cta-bg-glow {
  position: absolute;
  top: -100px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,156,141,0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}
.global-cta-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.global-cta-eyebrow {
  display: inline-block;
  color: #00ffeb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.global-cta-eyebrow::before {
  content: '●';
  color: #00ffeb;
  margin-right: 6px;
}
.global-cta-title {
  color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0;
}
.global-cta-desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  margin: 0;
  max-width: 800px;
}
.global-cta-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .global-cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }
  .global-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .global-cta-actions .btn,
  .global-cta-actions .btn--secondary {
    width: 100%;
    justify-content: center;
  }
}


/* ─── ACCESSIBILITY HELPERS ─── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ─── FOCUS VISIBLE ─── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #009C8D;
  outline-offset: 3px;
  border-radius: 4px;
}

/* ─── SKIP LINK ─── */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #004D88;
  color: white;
  padding: 8px 16px;
  z-index: 9999;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { top: 0; }

/* ─── MOBILE OVERFLOW FIX ─── */
html, body { overflow-x: hidden; max-width: 100%; }

/* ─── RESPONSIVE IMAGE FIX ─── */
img { max-width: 100%; height: auto; }

/* ─── PRINT STYLES ─── */
@media print {
  .global-cta-section, .header, .footer nav { display: none; }
}

/* ─── FIX HEADER SVG ICONS VISIBILITY ─── */
/* Force solid stroke on all header buttons (Brochure, Contact Us, Book Consult) */
.incepbio-header__actions .btn svg path,
.incepbio-header__actions .btn svg polyline,
.incepbio-header__actions .btn svg line,
.incepbio-header__actions .btn i,
.incepbio-header .btn svg path,
.incepbio-header .btn svg polyline,
.incepbio-header .btn svg line,
.incepbio-header .btn svg,
.incepbio-header__actions .btn svg {
  stroke: #ffffff !important;
  fill: none !important;
  color: #ffffff !important;
}

/* Force social icons to be visible over gradient text fills */
.top-socials a svg {
  fill: var(--color-primary-teal, #009c8d) !important;
  stroke: none !important;
  color: var(--color-primary-teal, #009c8d) !important;
}
.top-socials a:hover svg {
  fill: #ffffff !important;
  color: #ffffff !important;
}
