/* ==========================================================================
   IncepBio — Pharmaceutical Consulting Page  (v9 — premium redesign)
   Scoped under .ib-consult / .ibc-*
   Brand colors only: #004D88 (navy) / #009C8D (teal) + paper neutrals
   Type: Lora (display/serif, regulatory gravitas) + Plus Jakarta Sans (body/UI)
   Signature device: audit reference tags — REF.01 / CL.02 — echoes GMP docs
   ========================================================================== */

.ib-consult {
  --navy: var(--ib-navy);
  --navy-deep: var(--ib-navy);
  --teal: var(--ib-teal);
  --teal-light: var(--ib-teal-light);
  --ink: var(--ib-navy);
  --slate: var(--ib-muted);
  --slate-soft: var(--ib-border-light);
  --paper: var(--ib-white);
  --surface: var(--ib-light-gray);
  --surface-soft: var(--ib-white);
  --line: var(--ib-border-light);
  --line-soft: var(--ib-border-light);
  --gradient: var(--ib-primary-gradient);
  --gradient-soft: var(--ib-hover-gradient);
  --shadow-sm: var(--shadow-sm);
  --shadow-md: var(--shadow-md);
  --shadow-lg: var(--shadow-glow);
  --radius-lg: var(--radius-lg);
  --radius-md: 12px;
  --radius-sm: 8px;
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --edge: clamp(20px, 5vw, 24px);

  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.ib-consult * { box-sizing: border-box; }

.ib-consult h1,
.ib-consult h2,
.ib-consult h3,
.ib-consult h4,
.ib-consult h5,
.ib-consult h6,
.ib-consult p,
.ib-consult a,
.ib-consult li,
.ib-consult span:not(.fas):not(.fa):not(.fab):not(.far) {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.ib-consult h1, .ib-consult h2, .ib-consult h3, .ib-consult h4 {
  color: var(--navy-deep);
  margin: 0;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.ib-consult p { margin: 0; color: var(--slate); line-height: 1.7; }
.ib-consult ul { margin: 0; padding: 0; list-style: none; }
.ib-consult a { text-decoration: none; }
.ib-consult svg { display: block; }
.ib-consult img { max-width: 100%; display: block; }

.ibc-container { max-width: 1220px; margin: 0 auto; padding: 0 var(--edge); }
.ibc-container--narrow { max-width: 820px; }

.ibc-section { padding: clamp(56px, 9vw, 108px) 0; position: relative; }
.ibc-section--soft { background: var(--surface-soft); }
.ibc-section--tight { padding: clamp(36px, 5vw, 56px) 0; }

.ibc-section__head { max-width: 660px; margin: 0 auto 48px; text-align: center; }
.ibc-section__head.is-left { margin: 0 0 44px; text-align: left; }

/* ---- Reference tag: signature device ---- */
.ibc-ref {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}
.ibc-ref::before {
  content: "";
  width: 18px; height: 1.5px;
  background: var(--teal);
}
.ibc-h2 { font-size: clamp(1.7rem, 3.1vw, 2.5rem); margin-bottom: 14px; font-weight: 800; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ibc-lead { font-size: 1.02rem; }

/* ---- Text Colors ---- */
.text-navy { color: var(--navy-deep) !important; }
.text-teal { color: var(--teal) !important; }
.text-orange { color: #C27A3D !important; }

/* ---- Buttons ---- */
.ibc-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.92rem;
  padding: 15px 30px; border-radius: var(--radius-full); border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer; white-space: nowrap;
}
.ibc-btn--primary { background: var(--gradient); color: #fff; box-shadow: 0 12px 28px rgba(0,77,136,0.26); }
.ibc-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(0,77,136,0.32); }
.ibc-btn--ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.ibc-btn--ghost:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-3px); }

/* ---- Reveal ---- */
[data-reveal], .reveal-up {
  opacity: 0; transform: translateY(26px);
  transition: opacity .8s cubic-bezier(.19,1,.22,1), transform .8s cubic-bezier(.19,1,.22,1);
}
[data-reveal].is-visible, .reveal-up.is-visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   1. HERO
   ========================================================================== */
.premium-hero {
  position: relative;
  padding: clamp(120px, 16vw, 168px) 0 clamp(48px, 7vw, 84px);
  background: #FFFFFF;
  overflow: hidden;
}
.premium-hero::before {
  display: none;
}
.molecular-bg { display: none; }
.hero-glow-1 {
  position: absolute; width: 62vw; height: 62vw; max-width: 560px; max-height: 560px;
  background: radial-gradient(circle, rgba(0,207,187,0.16) 0%, transparent 68%);
  top: -20%; right: -22%; pointer-events: none;
  animation: heroGlowDrift 13s ease-in-out infinite;
}
.hero-glow-2 {
  position: absolute; width: 50vw; height: 50vw; max-width: 460px; max-height: 460px;
  background: radial-gradient(circle, rgba(0,77,137,0.10) 0%, transparent 68%);
  bottom: -22%; left: -16%; pointer-events: none;
  animation: heroGlowDrift 15s ease-in-out infinite reverse;
}
@keyframes heroGlowDrift { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(3%,-3%) scale(1.07);} }

.hero-layout { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; width: 100%; }
.hero-text { max-width: 620px; margin: 0; text-align: left; }

.hero-badge-anniv {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 16px 7px 8px;
  background: rgba(0,156,141,0.07);
  border: 1px solid rgba(0,156,141,0.22);
  border-radius: var(--radius-full); margin-bottom: 26px;
}
.hero-badge-anniv .badge-icon-dot {
  width: 20px; height: 20px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 10px;
}
.hero-badge-anniv .pill-txt {
  font-family: var(--font-body); font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.14em; color: var(--teal); text-transform: uppercase;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 6vw, 3.5rem);
  font-weight: 800; color: var(--navy-deep);
  line-height: 1.14; letter-spacing: -0.01em;
  margin-bottom: 24px !important;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.accent-gradient {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-style: normal;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subheadings {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 800; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin: 0 0 24px 0 !important;
}
.hero-subheading-row {
  display: flex; align-items: center; justify-content: flex-start; gap: 10px; flex-wrap: wrap;
}
.hero-subheadings span { white-space: nowrap; opacity: .82; }
.hero-desc {
  font-size: clamp(14.5px, 2vw, 16.5px);
  color: var(--slate); line-height: 1.75 !important;
  max-width: 540px !important; margin: 0 0 32px 0 !important;
}
.hero-actions {
  display: flex; gap: 16px !important; align-items: center; justify-content: flex-start;
  flex-wrap: wrap; margin-top: 8px !important;
}
.btn-premium-pill, .btn-premium-pill-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.92rem;
  padding: 15px 30px; border-radius: var(--radius-full); width: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}
.btn-premium-pill { background: var(--gradient); color: #fff; box-shadow: 0 12px 30px rgba(0,77,136,0.26); }
.btn-premium-pill:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0,77,136,0.32); color: #fff; }
.btn-premium-pill-secondary { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.btn-premium-pill-secondary:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-3px); }

/* -- hero visual -- */
.hero-visual { position: relative; display: flex; justify-content: center; padding: 20px; }
.floating-glass-card {
  position: absolute; padding: 13px 20px; border-radius: var(--radius-md);
  display: flex; align-items: center; gap: 11px; z-index: 5;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 22px 50px rgba(0,38,63,0.16);
}
.floating-glass-card .fg-icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,156,141,0.32);
}
.floating-glass-card span:not(.fg-icon) { font-family: var(--font-body); font-size: 13px; font-weight: 800; color: var(--navy); line-height: 1.2; }
.f-card-1 { top: 6%; left: -10%; animation: floatCard1 6s infinite ease-in-out; }
.f-card-2 { bottom: 6%; right: -10%; animation: floatCard2 7s infinite ease-in-out; }
.f-card-3 { bottom: -4%; left: 4%; animation: floatCard3 8s infinite ease-in-out; }
@keyframes floatCard1 { 0%,100%{transform:translate3d(0,0,0) rotate(0);} 50%{transform:translate3d(0,-16px,0) rotate(-1.4deg);} }
@keyframes floatCard2 { 0%,100%{transform:translate3d(0,0,0) rotate(0);} 50%{transform:translate3d(0,16px,0) rotate(1.4deg);} }
@keyframes floatCard3 { 0%,100%{transform:translate3d(0,0,0) rotate(0);} 50%{transform:translate3d(0,-12px,0) rotate(1.8deg);} }

.video-frame-container {
  width: 100%; max-width: 500px; aspect-ratio: 4 / 3.1;
  border-radius: var(--radius-lg); padding: 0; position: relative;
  box-shadow: var(--shadow-lg);
}
.video-frame-inner {
  width: 100%; height: 100%; border-radius: var(--radius-lg);
  overflow: hidden; position: relative; background: var(--navy-deep);
  border: 1px solid var(--line);
}
.video-overlay-text { position: absolute; bottom: 28px; left: 0; width: 100%; text-align: center; z-index: 10; pointer-events: auto;
  padding-bottom: 12px;
 }
.rotating-words { position: relative; display: inline-block; height: 36px; width: 100%; }
.rw-word {
  position: absolute; left: 50%; top: 0; transform: translateX(-50%) translateY(20px); opacity: 0;
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(20px, 3.6vw, 28px); font-weight: 600; color: #fff;
  text-shadow: 0 4px 15px rgba(0,0,0,0.55); white-space: nowrap;
  animation: fadeSlide 18s linear infinite;
}
.rw-word:nth-child(1){animation-delay:0s;} .rw-word:nth-child(2){animation-delay:3s;} .rw-word:nth-child(3){animation-delay:6s;}
@keyframes fadeSlide {
  0%{opacity:0;transform:translate(-50%,20px);} 5%{opacity:1;transform:translate(-50%,0);}
  12%{opacity:1;transform:translate(-50%,0);} 16.66%{opacity:0;transform:translate(-50%,-20px);} 100%{opacity:0;transform:translate(-50%,-20px);}
}
.video-frame-inner::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,38,63,0.05) 0%, rgba(0,38,63,0.5) 100%);
  pointer-events:none;
}
.hero-visual-rings { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; pointer-events:none; z-index:0; }
.hero-visual-rings span { position:absolute; border-radius:50%; border:1px dashed rgba(0,156,141,0.18); }
.hero-visual-rings .ring-1 { width:106%; height:106%; animation: ringSpin 44s linear infinite; }
.hero-visual-rings .ring-2 { width:122%; height:122%; animation: ringSpin 62s linear infinite reverse; }
@keyframes ringSpin { to { transform: rotate(360deg); } }

@media (min-width: 992px) {
  .hero-layout { grid-template-columns: 1.05fr 0.95fr; gap: 60px; }
  .hero-text { text-align: left; margin: 0; }
  .hero-subheadings, .hero-actions { justify-content: flex-start; }
  .btn-premium-pill, .btn-premium-pill-secondary { width: auto; }
}
@media (min-width: 992px) and (max-width: 1200px) { .f-card-1{left:0 !important;} .f-card-2{right:0 !important;} }

/* ==========================================================================
   ADVANTAGE SECTION (BENTO GRID)
   ========================================================================== */
.ibc-advantage-section { background: var(--surface); padding-top: 70px; padding-bottom: 70px; }

.ibc-adv-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ibc-adv-bento-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.ibc-adv-bento-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal);
}
.ibc-adv-large { grid-column: span 2; grid-row: span 2; background: var(--gradient); color: #fff; border:none; box-shadow: var(--shadow-md); }
.ibc-adv-large h3, .ibc-adv-large li { color: #fff !important; }
.ibc-adv-large .ibc-adv-icon i { color: #fff; }
.ibc-adv-large .ibc-adv-list li i { color: #fff; opacity: 0.8; }
.ibc-adv-wide { grid-column: span 2; grid-row: span 1; }

.ibc-adv-large-img {
  margin-top: 30px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 180px;
  width: 100%;
}
.ibc-adv-large-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  mix-blend-mode: luminosity;
  transition: transform 0.5s ease;
}
.ibc-adv-large:hover .ibc-adv-large-img img {
  transform: scale(1.05);
}

.ibc-adv-icon {
  width: 48px; height: 48px; border-radius: var(--radius-md);
  background: var(--surface-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 1.2rem; color: var(--teal);
}
.ibc-adv-icon i {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ibc-adv-large .ibc-adv-icon { background: rgba(255,255,255,0.15); }
.ibc-adv-bento-card h3 { font-size: 1.2rem; margin-bottom: 16px; font-weight: 700; color: var(--navy-deep); font-family: var(--font-body); }
.ibc-adv-list { display: flex; flex-direction: column; gap: 12px; margin-top: auto; }
.ibc-adv-list-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.ibc-adv-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--slate); font-weight: 500; line-height: 1.4; }
.ibc-adv-list li i { color: var(--teal); margin-top: 3px; font-size: 0.8rem; flex-shrink: 0; }

@media (max-width: 991px) {
  .ibc-adv-bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .ibc-adv-large, .ibc-adv-wide { grid-column: span 2; grid-row: auto; }
  .ibc-adv-list-2col { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .ibc-adv-bento { grid-template-columns: 1fr; }
  .ibc-adv-large, .ibc-adv-wide { grid-column: span 1; }
}

.hero-bottom-strip {
  margin-top: 50px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 40px;
  border-top: 1px dashed var(--line);
  padding-top: 24px;
}
.hbs-item {
  font-family: var(--font-body); font-weight: 700; font-size: 0.88rem;
  color: var(--navy-deep); display: flex; align-items: center; gap: 10px;
}
.hbs-item i { color: var(--teal); }

/* ==========================================================================
   TRUST STRIP
   ========================================================================== */
.ibc-trust {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 26px 0;
  background: var(--surface);
}
.ibc-trust__row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px 34px;
}
.ibc-trust__item {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.82rem;
  color: var(--slate); letter-spacing: 0.02em;
}
.ibc-trust__item svg { width: 17px; height: 17px; color: var(--teal); flex-shrink: 0; }

/* ==========================================================================
   2. INDUSTRY CHALLENGES — image-led editorial cards
   ========================================================================== */
.ibc-challenge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ibc-challenge-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex; flex-direction: column;
}
.ibc-challenge-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ibc-challenge-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--surface-soft); }
.ibc-challenge-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ibc-challenge-card:hover .ibc-challenge-card__media img { transform: scale(1.06); }
.ibc-challenge-card__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,38,63,0) 45%, rgba(0,38,63,0.65) 100%);
}

/* ==========================================================================
   TRANSFORMATION GRID (Challenges vs Solutions)
   ========================================================================== */
.ibc-transformation-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* Wrapper and Bento Layout for Transformation Section */

.ibc-transformation-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255,235,220,1) 0%, rgba(220,245,242,1) 100%);
}
.ibc-trans-bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(217, 119, 54, 0.05), transparent 50%), radial-gradient(circle at 70% 50%, rgba(0, 156, 141, 0.05), transparent 50%);
  z-index: 0;
}
.ibc-trans-wave-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 30vh;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="rgba(255,255,255,0.3)" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"/%3E%3C/svg%3E') no-repeat bottom center/cover;
  z-index: 0;
}
.ibc-trans-full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  z-index: 2;
}
.ibc-trans-head {
  text-align: center;
  margin-bottom: clamp(10px, 2vh, 30px);
}
.ibc-trans-head .ibc-h2 {
  font-size: clamp(1.8rem, 3.5vh, 2.5rem);
  font-weight: 800;
  margin-bottom: 5px;
}
.ibc-trans-head .ibc-lead {
  font-size: clamp(0.9rem, 1.8vh, 1.1rem);
  max-width: 600px;
  margin: 0 auto;
}
.ibc-transformation-wrapper {
  display: grid;
  grid-template-columns: 22% 56% 22%;
  gap: clamp(10px, 2vw, 30px);
  align-items: center;
  height: clamp(500px, 75vh, 850px);
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.ibc-trans-single-image {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ibc-trans-single-image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.ibc-transformation-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.ibc-transformation-headers {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(5px, 1.5vh, 15px);
  padding: 0 clamp(10px, 2vw, 40px);
}
.ibc-transformation-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.5vh, 18px);
  flex-grow: 1;
  justify-content: space-between;
}
.ibc-transformation-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
}
.ibc-trans-card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: clamp(8px, 1.5vh, 15px) clamp(10px, 2vw, 20px);
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ibc-trans-card:hover {
  transform: translateY(-2px);
}
.ibc-trans-card--challenge {
  border-left: 4px solid #d97736;
  box-shadow: -4px 0 15px rgba(217, 119, 54, 0.15);
}
.ibc-trans-card--solution {
  border-left: 4px solid #009c8d;
  box-shadow: -4px 0 15px rgba(0, 156, 141, 0.15);
}
.ibc-trans-icon {
  font-size: clamp(1.2rem, 2.5vh, 1.8rem);
  flex-shrink: 0;
}
.ibc-trans-card--challenge .ibc-trans-icon {
  color: #d97736;
}
.ibc-trans-card--solution .ibc-trans-icon {
  color: #009c8d;
}
.ibc-trans-content h3 {
  font-size: clamp(0.85rem, 1.8vh, 1.1rem);
  font-weight: 700;
  margin: 0 0 3px 0;
  line-height: 1.2;
}
.ibc-tc-desc {
  font-size: clamp(0.75rem, 1.4vh, 0.9rem);
  line-height: 1.3;
  margin: 0;
  color: #555;
}
.ibc-trans-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009c8d;
  font-size: clamp(1rem, 2vh, 1.5rem);
  opacity: 0.7;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
  .ibc-transformation-wrapper {
    grid-template-columns: 200px minmax(auto, 800px) 200px;
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .ibc-transformation-wrapper {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  
  .ibc-trans-single-image {
    display: none; /* Hide side images on mobile/tablet to give cards full width */
  }

  .ibc-transformation-headers {
    display: none; /* Hide headers since layout stacks */
  }

  .ibc-transformation-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ibc-trans-connector {
    transform: rotate(90deg);
    margin: 15px auto;
  }
}

.ibc-tb-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.ibc-tb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ibc-tb-item:hover img {
  transform: scale(1.05);
}

.ibc-tb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,38,63,0) 40%, rgba(0,38,63,0.7) 100%);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  pointer-events: none;
}

.ibc-tb-overlay span {
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.2;
}

.ibc-transformation-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

.ibc-transformation-row:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  z-index: 2;
}

.ibc-trans-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
}

.ibc-trans-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  z-index: 2;
  transition: transform 0.3s ease;
}

.ibc-transformation-row:hover .ibc-trans-icon {
  transform: scale(1.1);
}

.ibc-trans-content {
  z-index: 2;
}

.ibc-trans-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 6px;
}

.ibc-trans-card h3 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}

/* Challenge Side (Left) */
.ibc-trans-card--challenge {
  background: linear-gradient(135deg, rgba(136, 59, 0, 0.08) 0%, rgba(0, 207, 187, 0.03) 100%);
  border: 1px solid rgba(136, 59, 0, 0.15);
}

.ibc-trans-card--challenge .ibc-trans-icon {
  background: linear-gradient(135deg, rgba(136, 59, 0, 0.85) 0%, rgba(136, 59, 0, 0.6) 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(136, 59, 0, 0.2);
}

.ibc-trans-card--challenge .ibc-trans-label {
  color: #883B00;
}

.ibc-trans-card--challenge h3 {
  color: var(--navy-deep);
}

/* Solution Side (Right) */
.ibc-trans-card--solution {
  background: rgba(0, 156, 141, 0.04);
  border: 1px solid rgba(0, 156, 141, 0.1);
}

.ibc-trans-card--solution .ibc-trans-icon {
  background: var(--gradient);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 156, 141, 0.25);
}

.ibc-trans-card--solution .ibc-trans-label {
  color: var(--teal);
}

.ibc-trans-card--solution h3 {
  color: var(--navy-deep);
}

/* Connector */
.ibc-trans-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  position: relative;
  flex-shrink: 0;
}

.ibc-connector-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.3) 0%, rgba(0, 156, 141, 0.5) 100%);
  z-index: 1;
}

.ibc-connector-arrow {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 2px solid var(--teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.ibc-transformation-row:hover .ibc-connector-arrow {
  background: var(--teal);
  color: #ffffff;
  border-color: var(--teal);
  transform: scale(1.1) translateX(4px);
}

/* Responsive */
@media (max-width: 1200px) {
  .ibc-transformation-wrapper {
    grid-template-columns: 220px 1fr 220px;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .ibc-trans-card {
    padding: 20px;
  }
  .ibc-trans-card h3 {
    font-size: 1.05rem;
  }
  .ibc-transformation-wrapper {
    grid-template-columns: 1fr;
  }
  .ibc-trans-bento {
    display: none;
  }
}

@media (max-width: 768px) {
  .ibc-transformation-row {
    flex-direction: column;
    padding: 16px;
    gap: 12px;
  }
}

.ibc-challenge-card__tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-weight: 800; font-size: 0.66rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: #fff;
}
.ibc-challenge-card__body { padding: 20px; display: flex; align-items: center; gap: 12px; }
.ibc-challenge-card__icon {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: var(--gradient-soft); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
}
.ibc-challenge-card__icon svg { width: 19px; height: 19px; }
.ibc-challenge-card h3 { font-size: 0.98rem; font-weight: 600; color: var(--navy-deep); font-family: var(--font-body); }

/* ==========================================================================
   3 & 7 (MERGED). PROCESS RAIL — clause-numbered, single source of truth
   ========================================================================== */
.ibc-process {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px;
  background: var(--line); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.ibc-process__step {
  background: var(--surface); padding: 30px 20px; position: relative;
  transition: background .3s ease;
}
.ibc-process__step:hover { background: var(--surface-soft); }
.ibc-process__clause {
  font-family: var(--font-body); font-weight: 800; font-size: 0.68rem;
  letter-spacing: 0.1em; color: var(--teal); margin-bottom: 14px; display: block;
}
.ibc-process__step h4 { font-size: 1.02rem; margin-bottom: 10px; }
.ibc-process__step p { font-size: 0.82rem; line-height: 1.55; }

/* ==========================================================================
   4 & 10 & 11 (MERGED). PRACTICE AREAS — bento + integration note
   ========================================================================== */
.ibc-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.ibc-flip-card { background: transparent; perspective: 1200px; width: 100%; height: 320px; }
.ibc-flip-inner {
  position: relative; width: 100%; height: 100%; text-align: center;
  transition: transform .8s cubic-bezier(.175,.885,.32,1.275);
  transform-style: preserve-3d; border-radius: var(--radius-lg);
}
.ibc-flip-card:hover .ibc-flip-inner { transform: rotateY(180deg); }
.ibc-flip-front, .ibc-flip-back {
  position: absolute; width: 100%; height: 100%;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  border-radius: var(--radius-lg); display: flex; flex-direction: column;
  justify-content: center; align-items: center; padding: 26px;
}
.ibc-flip-front { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); color: var(--navy-deep); }
.ibc-flip-back { background: var(--gradient); color: #fff; transform: rotateY(180deg); box-shadow: var(--shadow-md); }
.ibc-flip-back p { color: rgba(255,255,255,0.92) !important; font-size: 0.85rem; margin-bottom: 14px; }
.ibc-flip-back ul li { color: #fff !important; border-color: rgba(255,255,255,0.32); background: rgba(255,255,255,0.15); }
.ibc-flip-front .ibc-bento__icon { margin-bottom: 18px; }
.ibc-flip-front h3 { font-size: 1.08rem; margin: 0; color: var(--navy-deep); font-family: var(--font-body); font-weight: 700; }
.ibc-flip-back h3 { color: #fff !important; margin-bottom: 10px; font-size: 1.02rem; font-family: var(--font-body); font-weight: 700; }

.ibc-bento__item {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.ibc-bento__item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--teal); }
.ibc-bento__item--wide { grid-column: span 2; }
.ibc-bento__icon {
  width: 46px; height: 46px; border-radius: 13px;
  background: var(--gradient-soft); color: var(--navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.ibc-bento__icon svg { width: 22px; height: 22px; }
.ibc-bento__item h3 { font-size: 1.08rem; margin-bottom: 8px; font-family: var(--font-body); font-weight: 700; }
.ibc-bento__item p { font-size: 0.88rem; margin-bottom: 16px; flex-grow: 1; }
.ibc-chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.ibc-chip-list li {
  font-size: 0.74rem; font-weight: 700; color: var(--navy);
  background: var(--surface-soft); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: var(--radius-full);
}

.ibc-integration-note {
  margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 12px;
  flex-wrap: wrap; text-align: center;
  padding: 18px 24px; border-radius: var(--radius-md);
  background: var(--gradient-soft); border: 1px dashed rgba(0,156,141,0.35);
}
.ibc-integration-note p { font-family: var(--font-body); font-weight: 700; font-size: 0.88rem; color: var(--navy-deep); }
.ibc-integration-note strong { color: var(--teal); }

.text-navy { color: var(--navy); }
.text-teal { color: var(--teal); }

/* ==========================================================================
   3B. CONSULTING APPROACH — six-stage timeline (kept distinct from Process flow below:
       this is the at-a-glance overview strip; "How We Deliver" further down is the
       narrative walkthrough of the same six stages, told as a story).
   ========================================================================== */
.ibc-timeline { position: relative; padding-top: 10px; padding-bottom: 20px; }
.ibc-timeline__track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; position: relative; align-items: stretch; }

.ibc-timeline__step { position: relative; display: flex; align-items: stretch; }

.ibc-timeline__card { 
  background: linear-gradient(#fff, #fff) padding-box, var(--gradient) border-box; 
  border: 2px solid transparent;
  border-radius: var(--radius-lg); 
  padding: 30px 20px; 
  width: 100%; text-align: center; 
  display: flex; flex-direction: column; align-items: center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
  box-shadow: 0 5px 20px rgba(0, 77, 136, 0.15);
  position: relative;
  z-index: 2;
  height: 100%;
}
.ibc-timeline__step:hover .ibc-timeline__card { 
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 156, 141, 0.15);
}
.ibc-timeline__card-icon { font-size: 1.5rem; color: var(--teal); margin-bottom: 20px; }
.ibc-timeline__card h4 { font-size: 1.1rem; margin-bottom: 15px; font-family: var(--font-body); font-weight: 800; color: var(--navy-deep); }
.ibc-timeline__card ul { display: flex; flex-direction: column; gap: 8px; margin-bottom: 30px; }
.ibc-timeline__card li { font-size: 0.85rem; color: var(--slate); font-weight: 500; line-height: 1.4; }

.ibc-timeline__card-num {
  margin-top: auto; width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; font-family: var(--font-body);
  box-shadow: 0 4px 15px rgba(0, 156, 141, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}
.ibc-timeline__card-num::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50%; border: 2px solid var(--teal);
  animation: pulse-ring 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibc-timeline__step:hover .ibc-timeline__card-num {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 156, 141, 0.35);
  color: #fff;
}
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ==========================================================================
   7B. HOW WE DELIVER — narrative flow (story version of the same 6 stages)
   ========================================================================== */
.ibc-flow { position: relative; max-width: 880px; margin: 0 auto; padding: 8px 0; }
.ibc-flow__spine { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: linear-gradient(180deg, var(--line) 0%, var(--teal) 15%, var(--teal) 85%, var(--line) 100%); transform: translateX(-50%); }
.ibc-flow__step { position: relative; display: flex; align-items: center; width: 50%; margin-bottom: 30px; }
.ibc-flow__step--left { justify-content: flex-end; padding-right: 42px; }
.ibc-flow__step--right { justify-content: flex-start; padding-left: 42px; margin-left: 50%; }
.ibc-flow__node { position: absolute; top: 50%; translate: 0 -50%; width: 36px; height: 36px; border-radius: 50%; background: var(--gradient); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 800; font-size: 0.8rem; box-shadow: 0 0 0 6px var(--paper), var(--shadow-md); z-index: 1; }
.ibc-flow__step--left .ibc-flow__node { right: -18px; }
.ibc-flow__step--right .ibc-flow__node { left: -18px; }
.ibc-flow__card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px 22px; max-width: 320px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.ibc-flow__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ibc-flow__card h4 { font-size: 0.98rem; margin-bottom: 5px; font-family: var(--font-body); font-weight: 700; }
.ibc-flow__card p { font-size: 0.84rem; }

/* ==========================================================================
   10B. CONSULTING DOMAINS — the same practice areas, read as service scope
   ========================================================================== */
.ibc-domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ibc-domain-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; transition: transform .3s ease, box-shadow .3s ease; }
.ibc-domain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ibc-domain-card--accent { background: var(--gradient); border: none; }
.ibc-domain-card--accent h4, .ibc-domain-card--accent .ibc-domain-card__index { color: #fff !important; }
.ibc-domain-card--accent li { color: rgba(255,255,255,0.88) !important; }
.ibc-domain-card--accent li::before { background: #fff !important; }
.ibc-domain-card__index { display: block; font-family: var(--font-body); font-weight: 800; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.ibc-domain-card h4 { font-size: 1.08rem; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.ibc-domain-card li { position: relative; padding-left: 17px; font-size: 0.85rem; color: var(--slate); margin-bottom: 9px; }
.ibc-domain-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }

/* ==========================================================================
   11B. ORG INTEGRATION — hub & spoke
   ========================================================================== */
.ibc-org { max-width: 940px; margin: 0 auto; text-align: center; }
.ibc-org__hub { display: inline-flex; flex-direction: column; gap: 4px; background: var(--gradient); color: #fff; padding: 20px 38px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin-bottom: 36px; }
.ibc-org__hub span { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; font-style: italic; }
.ibc-org__hub small { font-family: var(--font-body); font-size: 0.76rem; opacity: .88; }
.ibc-org__spokes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ibc-org__box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 22px; text-align: left; position: relative; transition: transform .3s ease, box-shadow .3s ease; }
.ibc-org__box::before { content: ""; position: absolute; top: -18px; left: 50%; translate: -50% 0; width: 1px; height: 18px; background: var(--line); }
.ibc-org__box:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ibc-org__box h4 { font-size: 0.98rem; margin-bottom: 12px; font-family: var(--font-body); font-weight: 700; }
.ibc-org__box li { position: relative; padding-left: 15px; font-size: 0.82rem; color: var(--slate); margin-bottom: 7px; }
.ibc-org__box li::before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.ibc-org__tag { text-align: center; margin-top: 36px; font-family: var(--font-body); font-weight: 700; font-size: 0.88rem; color: var(--navy); }

/* ==========================================================================
   6. ENGAGEMENT MODELS
   ========================================================================== */
.ibc-engage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ibc-engage-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 24px 20px; transition: transform .3s ease, box-shadow .3s ease;
}
.ibc-engage-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ibc-engage-card__icon {
  width: 42px; height: 42px; border-radius: var(--radius-md);
  background: var(--gradient); color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.ibc-engage-card__icon svg { width: 20px; height: 20px; }
.ibc-engage-card h4 { font-size: 0.98rem; margin-bottom: 6px; font-family: var(--font-body); font-weight: 700; }
.ibc-engage-card p { font-size: 0.84rem; }

/* ==========================================================================
   5. INDUSTRIES — compact strip (no heavy cards)
   ========================================================================== */
.ibc-industry-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-radius: var(--radius-md); overflow: hidden; }
.ibc-industry-cell {
  background: var(--surface); padding: 22px 16px; display: flex; align-items: center; gap: 12px;
  transition: background .3s ease;
}
.ibc-industry-cell:hover { background: var(--surface-soft); }
.ibc-industry-cell svg { width: 22px; height: 22px; color: var(--teal); flex-shrink: 0; }
.ibc-industry-cell span { font-family: var(--font-body); font-weight: 700; font-size: 0.84rem; color: var(--navy-deep); }

/* ==========================================================================
   9. WHY INCEPBIO
   ========================================================================== */
.ibc-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ibc-why-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 24px; transition: transform .3s ease, box-shadow .3s ease; }
.ibc-why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ibc-why-card__icon { width: 42px; height: 42px; border-radius: var(--radius-md); background: var(--gradient-soft); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.ibc-why-card__icon svg { width: 20px; height: 20px; }
.ibc-why-card h4 { font-size: 0.96rem; margin-bottom: 6px; font-family: var(--font-body); font-weight: 700; }
.ibc-why-card p { font-size: 0.84rem; }

/* ==========================================================================
   8. TEAM
   ========================================================================== */
.ibc-team-grid--founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px; }
.ibc-team-grid--advisors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ibc-team-card {
  background: var(--surface); border-radius: var(--radius-md); margin-top: 54px; position: relative;
  text-align: center; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .4s ease, box-shadow .4s ease; border: 1px solid var(--line);
}
.ibc-team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ibc-team-card__image-wrapper {
  width: 128px; height: 128px; border-radius: 50%; margin: -54px auto 18px;
  border: 5px solid #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden;
  background: var(--surface-soft); position: relative;
  transition: transform .5s cubic-bezier(.4,0,.2,1), box-shadow .5s ease;
}
.ibc-team-card:hover .ibc-team-card__image-wrapper { transform: translateY(-8px) scale(1.02); box-shadow: 0 14px 28px rgba(0,156,141,0.25); }
.ibc-team-card__image-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s ease; }
.ibc-team-card:hover .ibc-team-card__image-wrapper img { transform: scale(1.1); }
.ibc-team-card__content { padding: 0 20px 20px; flex-grow: 1; }
.ibc-team-card__content h3 { font-size: 1.12rem; color: var(--navy-deep); margin-bottom: 4px; font-weight: 700; font-family: var(--font-body); }
.ibc-team-card__role {
  display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; margin-bottom: 14px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ibc-team-card__content p { font-size: 0.82rem; color: var(--slate); margin: 0; line-height: 1.55; }
.ibc-team-contact-info { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; text-align: left; border-top: 1px dashed var(--line); padding-top: 16px; }
.ibc-contact-pill { display: flex; align-items: center; gap: 10px; background: var(--surface-soft); padding: 8px 10px; border-radius: var(--radius-sm); border: 1px solid transparent; transition: all .3s ease; }
.ibc-contact-pill:hover { background: #fff; border-color: var(--teal-light); box-shadow: 0 4px 10px rgba(0,156,141,0.1); transform: translateY(-2px); }
.ibc-contact-icon { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(0,156,141,0.1); color: var(--teal); border-radius: 50%; font-size: 0.76rem; }
.ibc-contact-pill:hover .ibc-contact-icon { background: var(--teal); color: #fff; }
.ibc-contact-text { font-size: 0.76rem; color: var(--navy-deep); font-weight: 500; }
.ibc-contact-text strong { color: var(--slate); font-weight: 700; }
.ibc-team-card__footer { background: var(--gradient); padding: 14px; border-radius: 0 0 12px 12px; display: flex; justify-content: center; gap: 12px; }
.ibc-social-link { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); color: #fff; transition: all .3s ease; font-size: 0.86rem; }
.ibc-social-link:hover { background: #fff; color: var(--teal); transform: translateY(-2px); }
.ibc-team-note { text-align: center; font-size: 0.8rem; color: var(--slate-soft); margin-top: 26px; font-style: italic; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.ibc-faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden; }
.ibc-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; color: var(--navy-deep); padding: 18px 22px; }
.ibc-faq__q svg { width: 17px; height: 17px; color: var(--teal); flex-shrink: 0; transition: transform .3s ease; }
.ibc-faq__item.is-open .ibc-faq__q svg { transform: rotate(180deg); }
.ibc-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.ibc-faq__a p { padding: 0 22px 18px; font-size: 0.9rem; }
.ibc-faq__item.is-open .ibc-faq__a { max-height: 220px; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.ibc-cta { padding: clamp(56px,7vw,84px) 0; }
.ibc-cta__inner { background: var(--gradient); border-radius: 28px; padding: clamp(40px,6vw,60px) clamp(24px,5vw,48px); text-align: center; position: relative; overflow: hidden; }
.ibc-cta__inner::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1px); background-size: 22px 22px; opacity: .5; }
.ibc-cta__inner h2 { color: #fff; font-size: clamp(1.5rem,3vw,2.1rem); margin-bottom: 12px; position: relative; }
.ibc-cta__inner p { color: rgba(255,255,255,0.88); max-width: 580px; margin: 0 auto 26px; position: relative; }
.ibc-cta__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; position: relative; }
.ibc-cta__actions .btn-premium-pill, .ibc-cta__actions .btn-premium-pill-secondary { width: auto; }
.ibc-cta__actions .btn-premium-pill-secondary { background: transparent; border-color: rgba(255,255,255,0.5); color: #fff; }
.ibc-cta__actions .btn-premium-pill-secondary:hover { background: rgba(255,255,255,0.14); color: #fff; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .ibc-challenge-grid { grid-template-columns: repeat(2, 1fr); }
  .ibc-process { grid-template-columns: repeat(3, 1fr); }
  .ibc-process__step:nth-child(3) { border-right: none; }
  .ibc-bento { grid-template-columns: repeat(2, 1fr); }
  .ibc-bento__item--wide { grid-column: span 2; }
  .ibc-engage-grid { grid-template-columns: repeat(2, 1fr); }
  .ibc-industry-strip { grid-template-columns: repeat(2, 1fr); }
  .ibc-why-grid { grid-template-columns: repeat(2, 1fr); }
  .ibc-team-grid--advisors { grid-template-columns: repeat(2, 1fr); }
  .ibc-timeline__track { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .ibc-timeline__line { display: none; }
  .ibc-domain-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .ibc-org__spokes { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .ibc-trust__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .ibc-trust__item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    height: 100%;
    box-sizing: border-box;
  }
  .ibc-trust__item svg {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .premium-hero {
    padding: 120px 24px 50px !important;
    overflow-x: hidden;
  }
  .hero-layout {
    gap: 32px;
  }
  .hero-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-badge-anniv {
    margin: 0 auto 16px auto !important;
    white-space: nowrap;
    padding: 7px 16px;
  }
  .hero-badge-anniv .pill-txt {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .hero-title {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    line-height: 1.25;
    margin: 0 auto 16px auto !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    max-width: 100%;
    text-align: center;
  }
  .hero-subheadings {
    gap: 12px;
    margin: 0 auto 24px auto !important;
    font-size: 10px;
    line-height: 1.4;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .hero-subheading-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .hero-subheading-row .sep {
    display: none;
  }
  .hero-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 auto 32px auto !important;
    padding: 0 !important;
    max-width: 95% !important;
    text-align: center;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 16px !important;
    width: 100%;
    max-width: 320px;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .hero-actions .btn-premium-pill, 
  .hero-actions .btn-premium-pill-secondary {
    width: 100%;
    margin: 0 !important;
  }
  .hero-visual {
    padding: 0;
  }
  .hero-visual-rings {
    display: none;
  }
  .f-card-1, .f-card-2, .f-card-3 {
    display: none !important;
  }
  .video-frame-container {
    max-width: 100%;
    height: auto;
  }
  .hero-bottom-strip {
    margin-top: 32px;
    padding-top: 0;
    border-top: none;
    gap: 16px;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }
  .hbs-item {
    justify-content: flex-start;
    background: #fff;
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--line);
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .ibc-trust__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px;
  }
}

@media (max-width: 720px) {
  .ibc-section { padding: 48px 0; }
  .ibc-container { padding: 0 18px; }
  .ibc-challenge-grid { grid-template-columns: 1fr; }
  .ibc-process { grid-template-columns: 1fr; }
  .ibc-process__step { border-bottom: 1px solid var(--line); }
  .ibc-bento { grid-template-columns: 1fr; }
  .ibc-bento__item--wide { grid-column: span 1; }
  .ibc-engage-grid { grid-template-columns: 1fr; }
  .ibc-industry-strip { grid-template-columns: 1fr; }
  .ibc-why-grid { grid-template-columns: 1fr; }
  .ibc-team-grid--founders { grid-template-columns: 1fr; }
  .ibc-team-grid--advisors { grid-template-columns: 1fr; }
  .ibc-cta__actions { flex-direction: column; align-items: stretch; }
  .ibc-cta__actions .btn-premium-pill, .ibc-cta__actions .btn-premium-pill-secondary { width: 100%; }
  .ibc-timeline__track { grid-template-columns: 1fr; gap: 16px; margin: 0 10px; }
  .ibc-timeline__step { justify-content: center; }
  .ibc-flow__spine { left: 18px; }
  .ibc-flow__step, .ibc-flow__step--right { width: 100%; margin-left: 0; padding-left: 48px; padding-right: 0; justify-content: flex-start; }
  .ibc-flow__step--left .ibc-flow__node, .ibc-flow__step--right .ibc-flow__node { left: 0; right: auto; }
  .ibc-flow__card { max-width: 100%; }
}

@media (max-width: 460px) {
  .ibc-team-card__image-wrapper { width: 110px; height: 110px; margin-top: -46px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ib-consult [data-reveal], .ib-consult .reveal-up, .ib-consult .ibc-btn,
  .ib-consult .ibc-challenge-card, .ib-consult .ibc-bento__item, .ib-consult .ibc-team-card,
  .ib-consult .hero-glow-1, .ib-consult .hero-glow-2, .ib-consult .floating-glass-card,
  .ib-consult .hero-visual-rings span, .ib-consult .rw-word {
    transition: none !important; animation: none !important; opacity: 1 !important; transform: none !important;
  }
}

/* ==========================================================================
   ADVISORY BOARD SECTION (2-COLUMN PREMIUM REDESIGN)
   ========================================================================== */
.ibc-advisory-board-2col {
  padding: 100px 0;
  background: linear-gradient(180deg, #F9FBFD 0%, #FFFFFF 100%);
  position: relative;
  overflow: hidden;
}
.ibc-advisory-board-2col::before {
  content: '';
  position: absolute;
  top: -20%; left: -10%;
  width: 50vw; height: 50vw;
  background: radial-gradient(circle, rgba(0,77,136,0.04) 0%, transparent 70%);
  pointer-events: auto;
  padding-bottom: 12px;

}
.ibc-advisory-board-2col::after {
  content: '';
  position: absolute;
  bottom: -20%; right: -10%;
  width: 40vw; height: 40vw;
  background: radial-gradient(circle, rgba(0,156,141,0.06) 0%, transparent 70%);
  pointer-events: auto;
  padding-bottom: 12px;

}
.advisory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.advisory-image {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,77,136,0.15);
  transform: perspective(1000px) rotateY(5deg);
  transition: transform 0.5s ease;
}
.advisory-image:hover {
  transform: perspective(1000px) rotateY(0deg);
}
.advisory-image img {
  width: 100%;
  height: auto;
  display: block;
}
.advisory-content .ibc-h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 24px;
}
.advisory-content .ibc-p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--slate);
  margin-bottom: 32px;
}
.advisory-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advisory-benefits li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  padding: 16px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 156, 141, 0.15);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advisory-benefits li:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 24px rgba(0,77,136,0.08);
}
.adv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(0, 156, 141, 0.1), rgba(0, 77, 136, 0.05));
  color: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}
.adv-icon svg {
  width: 20px;
  height: 20px;
}
.advisory-cta {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

.advisory-cta .btn-premium-pill {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff !important;
  padding: 20px 48px;
  background: linear-gradient(135deg, #004D88, #009C8D) !important;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 77, 136, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  border: none;
}

.advisory-cta .btn-premium-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 77, 136, 0.4);
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .advisory-cta {
    margin-top: 32px;
    width: 100%;
  }
  .advisory-cta .btn-premium-pill {
    width: 100%;
    padding: 18px 24px;
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .advisory-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .advisory-image {
    max-width: 600px;
    margin: 0 auto;
    transform: none;
  }
  .advisory-image:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .ibc-advisory-board-2col {
    padding: 60px 0;
  }
  .advisory-content .ibc-h2 {
    font-size: 2rem;
  }
  .advisory-benefits li { 
    font-size: 1rem; 
    padding: 12px; 
  } 
}

/* ==========================================================================
   EXPERT NETWORK HERO GRID
   ========================================================================== */
.expert-grid-visual {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.eg-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.eg-col-center {
  margin-top: -30px;
}
.eg-col-left, .eg-col-right {
  margin-top: 30px;
}

.eg-card {
  background: #fff;
  border: 1px solid rgba(0, 77, 136, 0.08);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

.eg-card:hover, .eg-card:focus {
  transform: translateY(-8px);
  border-color: rgba(0, 156, 141, 0.3);
  box-shadow: 0 15px 35px rgba(0, 156, 141, 0.15);
}

.eg-card-front {
  padding: 15px 10px;
  transition: opacity 0.4s ease;
}

.eg-card img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  margin: 0 auto 15px auto;
  display: block;
  border: 3px solid rgba(0, 156, 141, 0.15);
  background: #fff;
  padding: 3px;
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.eg-card:hover img, .eg-card:focus img {
  transform: scale(1.05);
  border-color: rgba(0, 156, 141, 0.5);
}

.eg-info h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0b1a2e;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.eg-info p {
  font-size: 0.75rem;
  color: #009C8D;
  margin: 0;
  font-weight: 600;
}

/* Back / Overlay */
.eg-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  padding: 15px;
  border-radius: 12px;
}

.eg-card:hover .eg-card-back,
.eg-card:focus .eg-card-back {
  opacity: 1;
  transform: translateY(0);
}

.eg-exp {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0b1a2e;
  margin-bottom: 12px;
  display: block;
}

.eg-linkedin {
  display: inline-block;
  background: #0077b5;
  color: #fff;
  font-size: 0.8rem;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0 4px 10px rgba(0, 119, 181, 0.3);
}

.eg-linkedin:hover {
  background: #005582;
  color: #fff;
  transform: translateY(-2px);
}

.eg-logo-card {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(0, 156, 141, 0.2);
  box-shadow: 0 0 30px rgba(0, 156, 141, 0.1);
  border-radius: 12px;
}

.eg-logo-card img {
  width: 100%;
  max-width: 120px;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .expert-grid-visual {
    max-width: 500px;
    margin-top: 40px;
    gap: 10px;
  }
  .eg-column {
    gap: 10px;
  }
  .eg-card {
    padding: 10px;
  }
  .eg-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }
  .eg-info h6 {
    font-size: 0.75rem;
  }
  .eg-info p {
    font-size: 0.65rem;
  }
}
@media (max-width: 576px) {
  .expert-grid-visual {
    flex-direction: column;
    max-width: 320px;
    margin: 30px auto;
  }
  .eg-col-center, .eg-col-left, .eg-col-right {
    margin-top: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .eg-card {
    width: 46%;
    padding: 12px 10px;
  }
  .eg-logo-card {
    width: 100%;
    order: -1;
  }
}

/* Trust Indicators */
.hero-trust-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 30px 0 10px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 77, 136, 0.1);
  width: 100%;
}
.hti-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #4a5568;
  font-weight: 500;
}
.hti-item i {
  color: var(--teal);
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .hero-trust-indicators {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .hero-trust-indicators {
    gap: 20px 15px;
    padding: 25px 0 10px 0;
  }
  .hti-item {
    width: 45%;
    font-size: 0.85rem;
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hti-item {
    width: 100%;
    justify-content: center;
  }
}


/* ==========================================================================
   Compact Premium Trust Bar Overrides
   ========================================================================== */
.ibc-trust {
  width: 100% !important;
  padding: 16px 0 !important;
  margin-top: -30px !important;
  margin-bottom: 30px !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(0, 77, 136, 0.08) !important;
  border-bottom: 1px solid rgba(0, 77, 136, 0.08) !important;
  overflow: hidden !important;
  position: relative;
  z-index: 5;
}

.ibc-trust .ibc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.ibc-trust__row {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 15px !important;
}

.ibc-trust__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #475569 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  white-space: nowrap !important;
  font-family: var(--font-body) !important;
  line-height: 1 !important;
  height: 100% !important;
}

.ibc-trust__item svg {
  width: 18px !important;
  height: 18px !important;
  color: #009C8D !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

/* Tablet: 3 columns, 2 rows */
@media (max-width: 991px) {
  .ibc-trust__row {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
}

/* Mobile: 2 columns, 3 rows */
@media (max-width: 768px) {
  .ibc-trust {
    padding: 12px 0 !important;
    margin-bottom: 24px !important;
  }
  .ibc-trust__row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 10px !important;
  }
  .ibc-trust__item {
    font-size: 0.8rem !important;
    /* allow wrap on very small screens, but center text */
    white-space: normal !important; 
    text-align: center !important;
    flex-direction: column !important; /* Stack icon and text for better fit */
  }
  .ibc-connector-line {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.3) 0%, rgba(0, 156, 141, 0.5) 100%);
  }
  .ibc-transformation-row:hover .ibc-connector-arrow {
    transform: scale(1.1) translateY(4px);
  }
}

/* ==========================================================================
   INDUSTRIES BENTO GRID (Left Side Image)
   ========================================================================== */
.ibc-industry-bento {
  display: flex;
  gap: 16px;
  max-width: 480px;
  height: 520px; /* Controlled height so it isn't too big */
  margin: 0 auto;
}

.ibc-ind-bento-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,34,68,0.12);
}

.ibc-ind-bento-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ibc-ind-bento-img:hover img {
  transform: scale(1.06);
}

.ibc-ind-img-main {
  flex: 1.2;
  height: 100%;
}

.ibc-ind-bento-side {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.ibc-ind-img-sub {
  flex: 1;
  height: calc(50% - 8px);
}

/* Responsive */
@media (max-width: 991px) {
  .ibc-industry-bento {
    height: 400px;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .ibc-industry-bento {
    height: 320px;
  }
}

/* ==========================================================================
   TEAM QUALIFICATIONS (Infographic Bento Grid)
   ========================================================================== */
.ibc-qualifications-section {
  background: var(--paper);
}

.ibc-qualifications-layout {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ibc-qual-text {
  flex: 1;
}

.ibc-qual-highlights {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
}

.ibc-qual-highlights li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.05rem;
  color: var(--navy-deep);
  font-weight: 600;
}

.ibc-qual-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 156, 141, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 0.9rem;
}

.ibc-infographic-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.ibc-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 34, 68, 0.05);
  border: 1px solid var(--line-soft);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 140px;
}

.ibc-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 34, 68, 0.08);
}

.ibc-info-card:nth-child(1) { grid-column: span 6; padding: 32px; background: rgba(0, 156, 141, 0.03); border-color: rgba(0, 156, 141, 0.15); min-height: 180px; }
.ibc-info-card:nth-child(2) { grid-column: span 3; }
.ibc-info-card:nth-child(3) { grid-column: span 3; }
.ibc-info-card:nth-child(4) { grid-column: span 3; }
.ibc-info-card:nth-child(5) { grid-column: span 3; }

.ibc-info-val {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--navy-deep);
  margin-bottom: 8px;
  font-family: var(--font-display);
}
.ibc-info-card:nth-child(1) .ibc-info-val {
  font-size: 3.5rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ibc-info-pct {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--teal);
  margin-left: 2px;
}
.ibc-info-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-body);
}

.ibc-info-bg-chart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  z-index: 0;
}

  }
  .ibc-trans-connector {
    width: 100%;
    height: 40px;
  }
  .ibc-connector-line {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.3) 0%, rgba(0, 156, 141, 0.5) 100%);
  }
  .ibc-transformation-row:hover .ibc-connector-arrow {
    transform: scale(1.1) translateY(4px);
  }
}

/* ==========================================================================
   INDUSTRIES BENTO GRID (Left Side Image)
   ========================================================================== */
.ibc-industry-bento {
  display: flex;
  gap: 16px;
  max-width: 480px;
  height: 520px; /* Controlled height so it isn't too big */
  margin: 0 auto;
}

.ibc-ind-bento-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,34,68,0.12);
}

.ibc-ind-bento-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ibc-ind-bento-img:hover img {
  transform: scale(1.06);
}

.ibc-ind-img-main {
  flex: 1.2;
  height: 100%;
}

.ibc-ind-bento-side {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.ibc-ind-img-sub {
  flex: 1;
  height: calc(50% - 8px);
}

/* Responsive */
@media (max-width: 991px) {
  .ibc-industry-bento {
    height: 400px;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .ibc-industry-bento {
    height: 320px;
  }
}

/* ==========================================================================
   TEAM QUALIFICATIONS (Infographic Bento Grid)
   ========================================================================== */
.ibc-qualifications-section {
  background: var(--paper);
}

.ibc-qualifications-layout {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ibc-qual-text {
  flex: 1;
}

.ibc-qual-text .ibc-ref {
  display: inline-block;
  margin-bottom: 16px;
}

.ibc-qual-text .ibc-h2 {
  margin-bottom: 24px;
}

.ibc-qual-text .ibc-lead {
  margin-bottom: 32px;
}

.ibc-qual-highlights {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ibc-qual-highlights li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.05rem;
  color: var(--navy-deep);
  font-weight: 600;
}

.ibc-qual-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 156, 141, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: var(--teal);
  font-size: 0.9rem;
}

.ibc-infographic-chart-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 34, 68, 0.08);
  border: 1px solid var(--line-soft);
}

.ibc-chart-container {
  position: relative;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
}

.ibc-chart-center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.ibc-chart-overall {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy-deep);
  line-height: 1;
}

.ibc-chart-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.ibc-chart-legend {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ibc-legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.ibc-legend-item:hover {
  background: rgba(0, 77, 136, 0.04);
}

.ibc-legend-box {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ibc-legend-text {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy-deep);
}



@media (max-width: 991px) {
  .ibc-qualifications-layout {
    flex-direction: column;
    gap: 40px;
  }
  .ibc-infographic-chart-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
  .ibc-chart-container {
    width: 240px;
    height: 240px;
  }
  .ibc-chart-legend {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ==========================================================================
   PREMIUM ENTERPRISE CHALLENGES SECTION REDESIGN
   ========================================================================== */

.ibc-premium-challenges {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
}

/* Background Pattern */
.ibc-premium-challenges::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    radial-gradient(circle at 15% 50%, rgba(0, 207, 187, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 85% 30%, rgba(136, 59, 0, 0.04) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
    url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h40v40H0V0zm20 20h20v20H20V20zM0 20h20v20H0V20zM20 0h20v20H20V0z" fill="none" stroke="%23e8e8e8" stroke-width="1"/></svg>');
  z-index: -1;
}

.ibc-pc-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.ibc-pc-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, rgba(0,207,187,0.1) 0%, rgba(0,156,141,0.1) 100%);
  color: #009C8D;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 15px;
}

.ibc-pc-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.ibc-pc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Premium Card */
.ibc-pc-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ibc-pc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, #883B00, #C27A3D, #00CFBB, #009C8D);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ibc-pc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0,0,0,0.04);
}

.ibc-pc-card:hover::before {
  opacity: 1;
}

/* Challenge Section */
.ibc-pc-challenge {
  background: #F7F1EA;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  border-left: 3px solid #C27A3D;
}

.ibc-pc-icon-c {
  width: 32px;
  height: 32px;
  background: #fff;
  color: #C27A3D;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(194, 122, 61, 0.1);
}

.ibc-pc-challenge h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #883B00;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.ibc-pc-challenge p {
  font-size: 0.8rem;
  color: rgba(136, 59, 0, 0.8);
  margin: 0;
  line-height: 1.4;
}

/* Transformation Arrow */
.ibc-pc-transform {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin: -6px 0;
  position: relative;
  z-index: 3;
}

.ibc-pc-transform i {
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009C8D;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,207,187,0.2);
}

/* Solution Section */
.ibc-pc-solution {
  background: #EAFBF8;
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  border-left: 3px solid #00CFBB;
}

.ibc-pc-icon-s {
  width: 32px;
  height: 32px;
  background: #00CFBB;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0, 207, 187, 0.3);
}

.ibc-pc-solution h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #007A6E;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.ibc-pc-solution p {
  font-size: 0.8rem;
  color: rgba(0, 122, 110, 0.8);
  margin: 0;
  line-height: 1.4;
}

/* Outcome Section */
.ibc-pc-outcome {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ibc-pc-outcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 207, 187, 0.1);
  color: #008578;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  width: 100%;
  justify-content: center;
}

.ibc-pc-outcome-badge i {
  font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .ibc-pc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ibc-pc-grid {
    grid-template-columns: 1fr;
  }
  .ibc-premium-challenges {
    padding: 60px 0;
  }
}
/* ==========================================================================
   PREMIUM ENTERPRISE CHALLENGES WITH IMAGES (BASED ON REFERENCE)
   ========================================================================== */

.ibc-premium-trans-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 1;
  background: url('../img/consulting_panoramic_bg.jpg') center/cover no-repeat;
}
.ibc-premium-trans-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.93);
  z-index: -1;
}

/* Background gradient split like reference image */
.ibc-premium-trans-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: -1;
  display: flex;
}

.ibc-bg-left {
  flex: 1;
  background: #FFFFFF;
  position: relative;
}
.ibc-bg-left::after {
  display: none;
}

.ibc-bg-right {
  flex: 1;
  background: #FFFFFF;
  position: relative;
}
.ibc-bg-right::after {
  display: none;
}

.ibc-container-wide {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.ibc-pc-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 2;
}

.ibc-pc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #009C8D;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ibc-pc-eyebrow::before, .ibc-pc-eyebrow::after {
  content: '';
  width: 20px; height: 2px;
  background: #009C8D;
}

.ibc-pc-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #004D88; /* Incepbio Blue */
  margin-bottom: 15px;
}
.ibc-pc-title span {
  color: #009C8D; /* Teal */
}

.ibc-trans-wrapper-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

/* Left and Right Images */
.ibc-trans-img-left, .ibc-trans-img-right {
  flex: 0 0 28%; /* Increased for better size relative to table */
  display: flex;
  align-items: center;
  align-self: stretch;
}

.ibc-trans-img-left img, .ibc-trans-img-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 800px;
  margin-bottom: 0;
}

/* Center Flow */
.ibc-trans-center-new {
  flex: 1;
  max-width: 850px;
  padding: 20px 0;
  z-index: 2;
}

.ibc-tc-headers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 40px;
}

.ibc-tc-h-left {
  color: #C27A3D;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 1px;
}

.ibc-tc-h-right {
  color: #009C8D;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 1px;
}

.ibc-tc-rows {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Dotted vertical line */
.ibc-tc-rows::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  border-left: 2px dashed rgba(0,0,0,0.1);
  z-index: 0;
}

.ibc-tc-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
.ibc-tc-row:hover {
  transform: scale(1.02);
}

/* Card General */
.ibc-tc-card {
  flex: 0 0 45%;
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ibc-tc-row:hover .ibc-tc-card {
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

/* Challenge Card */
.ibc-tc-card-challenge {
  background: #FFF8F2;
  border: 1px solid rgba(194, 122, 61, 0.2);
}

.ibc-tc-card-challenge .ibc-tc-icon {
  background: linear-gradient(135deg, #883B00 0%, #E8833A 100%);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(136, 59, 0, 0.3);
}

.ibc-tc-card-challenge h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.ibc-tc-card-challenge p {
  color: #666;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
}

/* Solution Card */
.ibc-tc-card-solution {
  background: #F0FBF9;
  border: 1px solid rgba(0, 207, 187, 0.2);
}

.ibc-tc-card-solution .ibc-tc-icon {
  background: linear-gradient(135deg, #004D88 0%, #009C8D 100%);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 77, 136, 0.3);
}

.ibc-tc-card-solution h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #007A6E;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.ibc-tc-card-solution p {
  color: #666;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
}

/* Center Arrow */
.ibc-tc-arrow-circle {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 32px; height: 32px;
  background: #fff;
  color: #009C8D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 156, 141, 0.2);
  z-index: 2;
  border: 1px solid #009C8D;
}

/* Responsive */
@media (max-width: 1200px) {
  .ibc-trans-img-left, .ibc-trans-img-right {
    display: none; /* Hide images on smaller screens */
  }
  .ibc-trans-center-new {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .ibc-tc-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
  }
  .ibc-tc-rows::before {
    display: none;
  }
  .ibc-tc-card {
    flex: 1 1 auto;
  }
  .ibc-tc-arrow-circle {
    position: relative;
    top: auto; left: auto;
    transform: none;
    margin: -10px auto;
    z-index: 3;
  }
  .ibc-tc-headers {
    display: none;
  }
}

/* Make person images clear and crisp */
.ibc-trans-img-left img, .ibc-trans-img-right img {
  /* Removed mix-blend-mode to match premium solid look */
}



