/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   1. HERO â€” cinematic, glowing video frame, premium mobile stack
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.premium-hero {
  position: relative;
  min-height: auto;
  padding: 112px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ib-white);
  overflow: hidden;
}
.premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 77, 137, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 77, 137, 0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 60% 20%, black 20%, transparent 70%);
  pointer-events: none;
}
.molecular-bg {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at center, var(--ib-teal) 1.5px, transparent 1.5px),
    linear-gradient(to right, rgba(0, 156, 141, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 156, 141, 0.2) 1px, transparent 1px);
  background-size: 60px 60px, 60px 60px, 60px 60px;
  background-position: 0 0, 30px 30px, 30px 30px;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  animation: bgPan 40s linear infinite;
}
@keyframes bgPan {
  from { background-position: 0 0, 30px 30px, 30px 30px; }
  to { background-position: 60px 60px, 90px 90px, 90px 90px; }
}
.hero-glow-1 {
  position: absolute;
  width: 80vw; height: 80vw; max-width: 620px; max-height: 620px;
  background: radial-gradient(circle, rgba(0, 207, 187, 0.14) 0%, transparent 68%);
  top: -22%; right: -30%;
  pointer-events: none;
  animation: heroGlowDrift 12s ease-in-out infinite;
}
.hero-glow-2 {
  position: absolute;
  width: 70vw; height: 70vw; max-width: 560px; max-height: 560px;
  background: radial-gradient(circle, rgba(0, 77, 137, 0.09) 0%, transparent 68%);
  bottom: -25%; left: -20%;
  pointer-events: none;
  animation: heroGlowDrift 14s ease-in-out infinite reverse;
}
@keyframes heroGlowDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3%, -3%) scale(1.08); }
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.hero-text { max-width: 640px; margin: 0 auto; text-align: center; }
.hero-badge-anniv {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 8px;
  background: rgba(0, 156, 141, 0.07);
  border: 1px solid rgba(0, 156, 141, 0.18);
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}
.hero-badge-anniv .badge-icon-dot {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ib-teal), var(--ib-teal-light));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 10px;
}
.hero-badge-anniv .pill-txt {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--ib-teal);
  text-transform: uppercase;
}
.hero-title {
  font-size: var(--fs-hero);
  font-weight: 800;
  color: var(--ib-navy);
  line-height: 1.18;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
.accent-gradient {
  background: linear-gradient(135deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subheadings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--ib-navy-medium);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.hero-subheadings span { white-space: nowrap; }
.hero-desc {
  font-size: clamp(14.5px, 2vw, 17px);
  color: var(--ib-muted);
  line-height: 1.65;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-actions .btn-premium-pill,
.hero-actions .btn-premium-pill-secondary {
  width: 100%;
}

.hero-visual { position: relative; display: flex; justify-content: center; padding: 40px; }
.floating-glass-card {
  position: absolute;
  padding: 14px 22px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 25px 55px rgba(0, 48, 92, 0.18);
}
.floating-glass-card .fg-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ib-teal), var(--ib-teal-light));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 156, 141, 0.3);
}
.floating-glass-card span:not(.fg-icon) { font-size: 13.5px; font-weight: 800; color: var(--ib-navy); line-height: 1.2; }
.f-card-1 { top: 8%; left: -15%; animation: floatCard1 6s infinite ease-in-out; }
.f-card-2 { bottom: 8%; right: -15%; animation: floatCard2 7s infinite ease-in-out; }
.f-card-3 { bottom: -5%; left: 5%; animation: floatCard3 8s infinite ease-in-out; }
@keyframes floatCard1 { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(0, -20px, 0) rotate(-1.5deg); } }
@keyframes floatCard2 { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(0, 20px, 0) rotate(1.5deg); } }
@keyframes floatCard3 { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(0, -15px, 0) rotate(2deg); } }

.video-frame-container {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  padding: 4px;
  position: relative;
  background: conic-gradient(from var(--angle, 0deg), var(--ib-teal), var(--ib-teal-light), var(--ib-navy-medium), var(--ib-teal));
  animation: rotateBorder 6s linear infinite;
}
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotateBorder { to { --angle: 360deg; } }
.video-frame-inner {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--radius-xl) - 3px);
  overflow: hidden;
  position: relative;
  background: var(--ib-navy-deep);
}
.video-overlay-text {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}
.rotating-words {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 100%;
}
.rw-word {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  color: var(--ib-white);
  text-shadow: 0 4px 15px rgba(0,0,0,0.6);
  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; }
.rw-word:nth-child(4) { animation-delay: 9s; }
.rw-word:nth-child(5) { animation-delay: 12s; }
.rw-word:nth-child(6) { animation-delay: 15s; }

@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 video { width: 100%; height: 100%; object-fit: cover; }
.video-frame-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 77, 137,0.05) 0%, rgba(0, 77, 137,0.55) 100%);
  pointer-events: none;
}
.hero-live-badge {
  position: absolute;
  top: 16px; left: 16px;
  padding: 6px 13px;
  background: rgba(0, 77, 137, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  color: var(--ib-white);
  font-size: 10.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 3;
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ib-teal-light);
  box-shadow: 0 0 10px var(--ib-teal-light);
  animation: blinkLive 1.5s infinite;
}
@keyframes blinkLive { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

.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: 108%; height: 108%; animation: ringSpin 40s linear infinite; }
.hero-visual-rings .ring-2 { width: 128%; height: 128%; animation: ringSpin 60s linear infinite reverse; }
@keyframes ringSpin { to { transform: rotate(360deg); } }

/* Trust ticker */
.trust-ticker-container {
  width: 100%;
  background: var(--ib-soft-mint);
  border-top: 1px solid rgba(0, 156, 141, 0.12);
  border-bottom: 1px solid rgba(0, 156, 141, 0.12);
  padding: 14px 0;
  margin-top: 44px;
  position: relative;
  overflow: hidden;
}
.trust-ticker-inner { display: flex; width: 100%; }
.trust-ticker-track {
  display: flex;
  white-space: nowrap;
  gap: 32px;
  animation: tickerScroll 28s linear infinite;
  align-items: center;
}
.trust-ticker-track span { font-size: 12.5px; font-weight: 700; color: var(--ib-navy-medium); }
.ticker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ib-teal); flex-shrink: 0; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (min-width: 992px) {
  .premium-hero { min-height: 92vh; padding: 150px 0 100px; }
  .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; }
  .hero-actions .btn-premium-pill,
  .hero-actions .btn-premium-pill-secondary { width: auto; }
  .video-frame-container { max-width: 580px; }
  .trust-ticker-container { margin-top: 60px; }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .f-card-1 { left: 0 !important; }
  .f-card-2 { right: 0 !important; }
}
@media (max-width: 991.98px) {
  .floating-glass-card { display: none !important; }
  .hero-visual { padding: 20px !important; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   2. STATS â€” glass icon cards + calendar-style milestones
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.stats-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-light-gray); position: relative; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: clamp(40px, 6vw, 64px);
}
.stat-card-glass {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--ib-border-light);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}
.stat-card-glass::before {
  content: '';
  position: absolute;
  top: -40%; left: -40%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(0,156,141,0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.stat-card-glass:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(0, 156, 141, 0.25); }
.stat-card-glass:hover::before { opacity: 1; }
.stat-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,156,141,0.1), rgba(0, 207, 187,0.05));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  color: var(--ib-teal);
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.stat-number { font-size: clamp(26px, 4vw, 36px); font-weight: 800; color: var(--ib-navy); margin-bottom: 6px; line-height: 1; position: relative; z-index: 1; }
.stat-label { font-size: 13px; font-weight: 700; color: var(--ib-muted); position: relative; z-index: 1; }

.team-strength-container { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: clamp(60px, 8vw, 80px); background: #ffffff; border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 50px); box-shadow: var(--shadow-md); border: 1px solid var(--ib-border-light); }
.team-strength-left h3 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: var(--ib-navy); margin-bottom: 16px; }
.team-strength-left p { font-size: 15px; color: var(--ib-muted); line-height: 1.6; margin-bottom: 24px; }
.team-trust-badges { display: flex; flex-direction: column; gap: 12px; }
.team-trust-badges span { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--ib-navy-medium); }
.team-trust-badges span i { color: var(--ib-teal); font-size: 18px; }

.team-strength-right h4 { font-size: 18px; font-weight: 800; color: var(--ib-navy); margin-bottom: 24px; }
.skill-bar-wrap { margin-bottom: 16px; }
.skill-bar-wrap:last-child { margin-bottom: 0; }
.skill-bar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 8px; }
.skill-bar-header span:first-child { font-size: 14px; font-weight: 700; color: var(--ib-navy-medium); }
.skill-bar-header span:last-child { font-size: 14px; font-weight: 800; color: var(--ib-teal); }
.skill-bar-track { width: 100%; height: 8px; background: rgba(0, 48, 92, 0.05); border-radius: 4px; overflow: hidden; position: relative; }
.skill-bar-fill { height: 100%; background: linear-gradient(90deg, var(--ib-teal), var(--ib-teal-light)); border-radius: 4px; box-shadow: 0 0 10px rgba(0, 156, 141, 0.4); animation: slideFill 1.5s ease-out forwards; }

@keyframes slideFill { from { width: 0; } }

@media (min-width: 992px) {
  .team-strength-container { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
}

.anniversary-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: stretch;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--ib-border-light);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 5vw, 50px);
  box-shadow: var(--shadow-md);
}
.anniversary-timeline-box { display: flex; flex-direction: column; }
.timeline-box-title { font-size: 18px; font-weight: 800; color: var(--ib-navy); margin-bottom: 22px; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MILESTONE RAIL â€” signature 10th-anniversary timeline
   Concept: a "validation rail" â€” the vertical line reads like an
   instrument calibration trace. Each stop is a certification stamp:
   an outlined "ghost" year sits behind the solid year, like a
   watermark on a compliance certificate. The final 2026 stop carries
   a live pulse to mark the anniversary as the present moment.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.milestones-rail-wrap {
  position: relative;
  padding-left: 46px;
}
.milestones-rail-line {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 15px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 48, 92, 0.1) 0%, rgba(0, 48, 92, 0.1) 100%);
  border-radius: 2px;
  overflow: hidden;
}
.milestones-rail-line::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(180deg, rgba(0,48,92,0.18) 0, rgba(0,48,92,0.18) 3px, transparent 3px, transparent 9px);
  opacity: 0.5;
}
.milestones-rail-fill {
  position: absolute;
  top: 0; left: 0; width: 100%;
  height: 0%;
  background: linear-gradient(180deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%);
  box-shadow: 0 0 12px rgba(0, 156, 141, 0.55);
  border-radius: 2px;
  transition: height 0.2s linear;
}
.milestones-rail-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.milestone-stop {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.milestone-node {
  position: absolute;
  left: -46px;
  top: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.milestone-node-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 156, 141, 0.35);
  transition: var(--transition-smooth);
}
.milestone-node-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--ib-white);
  border: 2.5px solid var(--ib-teal);
  box-shadow: 0 0 0 4px rgba(0, 156, 141, 0.12);
  transition: var(--transition-smooth);
  position: relative;
  z-index: 2;
}
.milestone-stop.is-active .milestone-node-dot {
  background: var(--ib-teal);
  box-shadow: 0 0 0 6px rgba(0, 156, 141, 0.2), 0 0 14px rgba(0, 156, 141, 0.6);
  transform: scale(1.15);
}
.milestone-stop.is-active .milestone-node-ring {
  border-color: rgba(0, 156, 141, 0.7);
  transform: scale(1.25);
}
.milestone-stop-card {
  position: relative;
  flex: 1;
  background: var(--ib-white);
  border: 1px solid var(--ib-border-light);
  border-radius: var(--radius-md);
  padding: 20px 20px 22px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  overflow: hidden;
}
.milestone-stop-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--ib-gradient-green);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.milestone-stop.is-active .milestone-stop-card,
.milestone-stop-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md), var(--shadow-glow-teal);
  border-color: rgba(0, 156, 141, 0.25);
}
.milestone-stop.is-active .milestone-stop-card::after,
.milestone-stop-card:hover::after { opacity: 1; }

.milestone-stop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.milestone-year-stamp {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-weight: 800;
  line-height: 1;
}
.milestone-year-stamp .yr-ghost {
  position: absolute;
  left: -2px;
  top: -14px;
  font-size: 44px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 48, 92, 0.1);
  letter-spacing: -1px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.milestone-year-stamp .yr-solid {
  position: relative;
  z-index: 1;
  font-size: 21px;
  background: var(--ib-gradient-green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-left: 2px;
}
.milestone-stop-icon {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ib-navy) 0%, var(--ib-navy-medium) 100%);
  color: var(--ib-teal-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.milestone-stop-card h4 { font-size: 15px; font-weight: 800; color: var(--ib-navy); margin-bottom: 6px; }
.milestone-stop-card p { font-size: 13px; color: var(--ib-muted); line-height: 1.6; margin: 0; }

.milestone-current-tag {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  background: rgba(0, 156, 141, 0.09);
  border: 1px solid rgba(0, 156, 141, 0.25);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ib-teal);
  margin-bottom: 10px;
}
.milestone-stop--current .milestone-current-tag { display: inline-flex; }
.milestone-current-tag .tag-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--ib-teal-light);
  box-shadow: 0 0 8px var(--ib-teal-light);
  animation: blinkLive 1.5s infinite;
}
.milestone-stop--current .milestone-stop-card {
  background: linear-gradient(180deg, var(--ib-white) 0%, var(--ib-soft-mint) 100%);
  border-color: rgba(0, 156, 141, 0.3);
}
.milestone-stop--current .milestone-stop-icon {
  background: var(--ib-gradient-green);
  color: var(--ib-white);
}

@media (min-width: 992px) {
  /* On desktop the rail moves to the center of its own column and cards
     alternate left/right, so it reads like a calibrated instrument axis
     rather than a plain list. */
  .milestones-rail-wrap { padding-left: 0; }
  .milestones-rail-line { left: 50%; margin-left: -1px; }
  .milestone-stop { padding-left: 0; }
  .milestone-stop:nth-child(odd) { justify-content: flex-end; padding-right: calc(50% + 26px); }
  .milestone-stop:nth-child(even) { justify-content: flex-start; padding-left: calc(50% + 26px); }
  .milestone-node { left: 50%; margin-left: -16px; }
  .milestone-stop-card { max-width: 320px; }
  .milestone-stop:nth-child(odd) .milestone-stop-top { flex-direction: row-reverse; }
  .milestone-stop:nth-child(odd) .milestone-stop-card::after { left: auto; right: 0; }
}

.anniversary-video-box { margin-top: 24px; }

/* Live "readout" strip â€” echoes the instrument-gauge theme of the rail:
   as the visitor scrolls the timeline, this updates to show which
   milestone is currently in focus, tying the video and rail together. */
.video-readout {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ib-navy-deep);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  cursor: default;
  box-shadow: var(--shadow-sm);
}
.video-readout .readout-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ib-teal-light);
  box-shadow: 0 0 10px var(--ib-teal-light);
  animation: blinkLive 1.5s infinite;
  flex-shrink: 0;
}
.video-readout .readout-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.video-readout .readout-label {
  font-size: 9.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.video-readout .readout-value {
  font-size: 13.5px; font-weight: 700; color: var(--ib-white);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: opacity 0.25s ease;
}
.video-thumbnail-wrap { width: 100%; border-radius: var(--radius-md); overflow: hidden; position: relative; box-shadow: var(--shadow-lg); aspect-ratio: 16/10; cursor: pointer; }
.video-thumbnail-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.video-thumbnail-wrap:hover img { transform: scale(1.05); }
.play-pulse-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--ib-teal); color: var(--ib-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; z-index: 3;
  box-shadow: 0 0 0 0 rgba(0, 156, 141, 0.4);
  animation: playPulse 2s infinite;
}
.video-thumbnail-wrap:hover .play-pulse-btn { background: var(--ib-teal-light); }
@keyframes playPulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 156, 141, 0.4); }
  70% { box-shadow: 0 0 0 20px rgba(0, 156, 141, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 156, 141, 0); }
}
.video-info-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 77, 137, 0.88) 100%);
  padding: 20px; display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--ib-white); z-index: 2;
}
.video-badge {
  align-self: flex-start; background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  padding: 4px 12px; border-radius: var(--radius-full); font-size: 10px; font-weight: 700;
  margin-bottom: 10px; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.2);
}
.video-info-overlay h4 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.video-info-overlay p { font-size: 13px; opacity: 0.85; margin-bottom: 0; }

.stats-bottom-statement { text-align: center; margin-top: 40px; }
.stats-bottom-statement p { font-size: 15px; font-weight: 700; color: var(--ib-navy-medium); }

@media (min-width: 576px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 992px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .anniversary-showcase-grid { grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: start; }
  .anniversary-video-box {
    margin-top: 0;
    position: sticky;
    top: 110px; /* clears the fixed header while scrolling past the taller timeline */
  }
  /* Video keeps a true landscape frame at every screen size instead of
     stretching to match the (now much taller) timeline column. */
  .video-thumbnail-wrap { height: auto; aspect-ratio: 16/9; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   3. SOLUTIONS â€” glass cards
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.services-bento-section { padding: clamp(60px, 9vw, 100px) 0; }
.solutions-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.solution-item-card {
  position: relative;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  border: 1px solid var(--ib-border-light);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.solution-item-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-glow-teal); border-color: rgba(0, 156, 141, 0.25); }
.solution-card-glow {
  position: absolute; width: 150px; height: 150px;
  background: radial-gradient(circle, rgba(0, 156, 141, 0.08) 0%, transparent 70%);
  top: -75px; right: -75px; pointer-events: none;
}
.solution-icon {
  width: 54px; height: 54px; border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--ib-navy) 0%, var(--ib-navy-medium) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--ib-teal-light);
  margin-bottom: 22px;
}
.solution-item-card h3 { font-size: 19px; font-weight: 800; color: var(--ib-navy); margin-bottom: 12px; }
.solution-item-card p { font-size: 14px; color: var(--ib-muted); line-height: 1.6; margin-bottom: 24px; flex-grow: 1; }
.solution-pill-actions { display: flex; flex-direction: column; gap: 10px; }
.solutions-bottom-statement { text-align: center; margin-top: 40px; }
.solutions-bottom-statement p { font-size: 15px; font-weight: 700; color: var(--ib-navy-medium); }

@media (min-width: 992px) { .solutions-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   4. WHY INCEPBIO â€” signature radial infographic
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.why-incepbio-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-white); position: relative; overflow: hidden; }

/* Signature element: radial "why" wheel, echoing the reference deck's
   petal-flow infographic, rebuilt fully in brand navy/teal */
.why-radial-wrap {
  position: relative;
  max-width: 560px;
  margin: 0 auto clamp(40px, 6vw, 60px);
  aspect-ratio: 1 / 1;
}
.why-radial-hub {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 34%; height: 34%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ib-navy) 0%, var(--ib-navy-medium) 100%);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 77, 137,0.28);
  z-index: 3;
  padding: 8px;
}
.why-radial-hub .hub-icon { font-size: 18px; color: var(--ib-teal-light); margin-bottom: 6px; }
.why-radial-hub .hub-title { font-size: clamp(13px, 2.4vw, 16px); font-weight: 800; line-height: 1.25; color: #fff; }
.why-radial-hub .hub-sub { font-size: 9px; font-weight: 600; letter-spacing: 0.3px; opacity: 0.75; margin-top: 6px; line-height: 1.35; color: #fff; }
.why-radial-ring {
  position: absolute; inset: 6%;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 156, 141, 0.28);
}
.why-node {
  position: absolute;
  width: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.why-node-dot {
  width: 52px; height: 52px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border: 1px solid var(--ib-border-light);
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--ib-teal);
  font-size: 18px;
  font-weight: 800;
  transition: var(--transition-smooth);
}
.why-node:hover .why-node-dot {
  background: linear-gradient(135deg, var(--ib-teal), var(--ib-teal-light));
  color: #fff;
  transform: scale(1.1);
  box-shadow: var(--shadow-glow-teal);
}
.why-node-label { font-size: 14px; font-weight: 800; color: var(--ib-navy); line-height: 1.4; }

/* positions computed for 6 nodes around the circle (desktop); mobile falls back to list */
.why-node[data-pos="0"] { top: 3%;  left: 50%; }
.why-node[data-pos="1"] { top: 21%; left: 92%; }
.why-node[data-pos="2"] { top: 65%; left: 92%; }
.why-node[data-pos="3"] { top: 97%; left: 50%; }
.why-node[data-pos="4"] { top: 65%; left: 8%; }
.why-node[data-pos="5"] { top: 21%; left: 8%; }

.why-radial-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.why-list-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--ib-white);
  border: 1px solid var(--ib-border-light);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow-sm);
}
.why-list-num {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0,156,141,0.09);
  color: var(--ib-teal);
  font-weight: 800; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.why-list-card h4 { font-size: 14.5px; font-weight: 800; color: var(--ib-navy); margin-bottom: 4px; }
.why-list-card p { font-size: 12.5px; color: var(--ib-muted); margin: 0; line-height: 1.5; }

/* â”€â”€ Expected Business Value Grid Layout â”€â”€ */
.business-value-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.business-value-card.glass-panel {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid var(--ib-border-light);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  box-shadow: var(--shadow-md);
}
.value-card-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--ib-navy);
  margin-bottom: 24px;
}
.value-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.value-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.check-icon-wrap {
  font-size: 18px;
  color: var(--ib-teal);
  margin-top: 2px;
}
.check-text-wrap strong {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--ib-navy);
  margin-bottom: 4px;
}
.check-text-wrap p {
  font-size: 13px;
  color: var(--ib-muted);
  margin: 0;
  line-height: 1.5;
}
.business-value-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.why-img-wrapper img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: block;
}
.why-img-overlay-card {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: var(--ib-navy);
  color: var(--ib-white);
  padding: 16px 22px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-md);
  z-index: 2;
}
.why-img-overlay-card .big-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--ib-teal-light);
  line-height: 1;
}
.why-img-overlay-card .lbl {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .business-value-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: center;
  }
  .business-value-card.glass-panel {
    padding: 40px;
  }
}

.why-mid-statement { text-align: center; margin: 44px 0; }
.why-mid-statement p { font-size: 15px; font-weight: 700; color: var(--ib-navy-medium); }

.delivery-workflow-wrap { width: 100%; }
.process-flow-container { position: relative; margin-top: 30px; }
.process-line { position: absolute; top: 10px; bottom: 10px; left: 24px; width: 3px; height: auto; right: auto; background: #dde6ee; z-index: 1; }
.process-line-progress { width: 100%; height: 0%; background: linear-gradient(180deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%); transition: height 1.2s ease; }
.process-steps { display: flex; flex-direction: column; gap: 26px; position: relative; z-index: 2; padding-left: 0; }
.process-step { display: flex; flex-direction: row; align-items: center; gap: 18px; text-align: left; max-width: 100%; }
.step-dot-wrap {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--ib-white); border: 3px solid #dde6ee;
  color: #64748b; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: var(--transition-smooth);
}
.process-step.active .step-dot-wrap { border-color: var(--ib-teal); background: var(--ib-teal); color: var(--ib-white); box-shadow: 0 0 0 5px rgba(0, 156, 141, 0.12); }
.step-info h4 { font-size: 14.5px; font-weight: 800; color: var(--ib-navy); margin-bottom: 4px; }
.step-info p { font-size: 12.5px; color: var(--ib-muted); line-height: 1.5; margin-bottom: 0; }
.workflow-bottom-statement { text-align: center; margin-top: 36px; }
.workflow-bottom-statement p { font-size: 14.5px; font-weight: 700; color: var(--ib-navy-medium); }

@media (min-width: 768px) {
  .why-radial-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .why-radial-wrap { display: block; }
  .why-radial-list-mobile { display: none; }
  .why-img-container { margin-top: 0; }
  .process-line { top: 25px; bottom: auto; left: 10%; right: 10%; width: auto; height: 3px; }
  .process-line-progress { width: 0%; height: 100%; background: linear-gradient(90deg, var(--ib-teal) 0%, var(--ib-teal-light) 100%); transition: width 1.2s ease; }
  .process-steps { flex-direction: row; justify-content: space-between; }
  .process-step { flex-direction: column; text-align: center; max-width: 180px; }
}
@media (max-width: 991.98px) {
  .why-radial-wrap { display: none; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   5. INDUSTRIES + TRUST BANNER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.industries-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-soft-mint); position: relative; }
.industries-grid-4 { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: clamp(40px, 6vw, 60px); }
.industry-tile { position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 260px; box-shadow: 0 10px 25px rgba(0, 48, 92, 0.08); cursor: pointer; transition: all 0.4s ease; }
.industry-tile::before { content: ''; position: absolute; inset: 0; background: rgba(0, 48, 92, 0.25); z-index: 1; transition: opacity 0.4s; opacity: 0.5; pointer-events: none; }
.industry-tile:hover::before { opacity: 0.1; }
.industry-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); z-index: 0; position: relative; }
.industry-tile:hover img { transform: scale(1.1); }
.industry-content { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(0, 48, 92, 0.95) 100%); padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--ib-white); z-index: 2; transition: all 0.4s ease; border-bottom: 3px solid transparent; }
.industry-tile:hover .industry-content { border-bottom-color: var(--ib-teal); }
.industry-icon-wrap { font-size: 26px; color: var(--ib-teal-light); margin-bottom: 12px; transform: translateY(0); transition: transform 0.4s ease; display: inline-block; }
.industry-tile:hover .industry-icon-wrap { transform: translateY(-5px) scale(1.1); color: #fff; }
.industry-content h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; text-shadow: 0 2px 8px rgba(0,0,0,0.6); letter-spacing: 0.2px; color: #ffffff !important; }
.industry-reveal-text { font-size: 14px; opacity: 0.95; margin-bottom: 0; max-height: none; line-height: 1.5; text-shadow: 0 1px 3px rgba(0,0,0,0.8); color: rgba(255, 255, 255, 0.95) !important; }
.industries-bottom-statement { text-align: center; margin-bottom: clamp(40px, 6vw, 70px); }
.industries-bottom-statement p { font-size: 15px; font-weight: 700; color: var(--ib-navy-medium); }

@media (min-width: 768px) { .industries-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) {
  .industries-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .industry-tile { height: 340px; }
  .industry-reveal-text { opacity: 0; max-height: 0; overflow: hidden; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); transform: translateY(12px); }
  .industry-tile:hover .industry-reveal-text { opacity: 1; max-height: 120px; margin-top: 8px; transform: translateY(0); }
  .industry-tile:hover { box-shadow: 0 18px 45px rgba(0, 156, 141, 0.25); transform: translateY(-4px); }
}

.trust-banner-overlay {
  background: var(--ib-gradient-green);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 6vw, 50px);
  color: var(--ib-white);
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,0.12);
  position: relative;
  overflow: hidden;
}
.trust-banner-overlay::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 60%);
  pointer-events: none;
}
.trust-banner-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.trust-banner-inner h2 { font-size: clamp(19px, 3.4vw, 28px); font-weight: 800; margin-bottom: 14px; color: var(--ib-white); text-shadow: 0 2px 4px rgba(0, 48, 92, 0.15); }
.trust-banner-inner p { font-size: 14px; opacity: 0.95; line-height: 1.6; margin-bottom: 26px; color: var(--ib-white); }
.trust-banner-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.trust-banner-actions .btn-premium-pill, .trust-banner-actions .btn-premium-pill-secondary { width: 100%; }
@media (min-width: 576px) { .trust-banner-actions .btn-premium-pill, .trust-banner-actions .btn-premium-pill-secondary { width: auto; } }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   6. FEATURED DIGITAL SOLUTIONS â€” glow cards
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.featured-solutions-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-white); }
.glow-cards-grid-2 { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.glow-card {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  color: var(--ib-ink);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 50px) clamp(24px, 4vw, 40px);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--ib-border-light);
  transition: var(--transition-smooth);
}
.glow-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-glow-teal);
  border-color: rgba(0, 156, 141, 0.25);
}
.glow-card-spotlight {
  position: absolute; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(0, 207, 187, 0.15) 0%, transparent 70%);
  top: -150px; left: -150px; pointer-events: none; border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.15s ease-out, top 0.15s ease-out;
}
.glow-card-content { position: relative; z-index: 2; }
.glow-card-icon { font-size: 32px; color: var(--ib-teal); margin-bottom: 20px; }
.glow-card h3 { font-size: 20px; font-weight: 800; color: var(--ib-navy); margin-bottom: 6px; }
.glow-card-badge { display: inline-block; font-size: 10.5px; font-weight: 700; color: var(--ib-teal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.glow-card p { font-size: 14px; color: var(--ib-muted); line-height: 1.6; margin-bottom: 26px; }
.glow-card-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--ib-teal); text-decoration: none !important; transition: var(--transition-fast); }
.glow-card-link:hover { color: var(--ib-navy); }
.glow-card-link i { font-size: 12px; transition: transform 0.2s; }
.glow-card-link:hover i { transform: translateX(4px); }

@media (min-width: 768px) { .glow-cards-grid-2 { grid-template-columns: repeat(2, 1fr); } }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   7. CERTIFICATIONS, TESTIMONIALS, CLIENT LOGOS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.certifications-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-light-gray); position: relative; }
.certifications-and-awards-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: clamp(50px, 8vw, 80px); }
.certifications-block h3 { font-size: 17px; font-weight: 800; color: var(--ib-navy); margin-bottom: 18px; }
.cert-badges-horizontal { display: flex; flex-direction: column; gap: 14px; }
.cert-badge-card { flex: 1; background: var(--ib-white); border: 1px solid var(--ib-border-light); border-radius: var(--radius-md); padding: 22px; box-shadow: var(--shadow-sm); }
.cert-badge-icon { font-size: 22px; color: var(--ib-teal); margin-bottom: 14px; }
.cert-badge-card h4 { font-size: 14px; font-weight: 800; color: var(--ib-navy); margin-bottom: 6px; }
.cert-badge-card p { font-size: 11.5px; color: var(--ib-muted); margin-bottom: 0; }
.regulatory-list-wrap { display: flex; flex-wrap: wrap; gap: 8px; }
.regulatory-list-wrap span { background: var(--ib-white); border: 1px solid var(--ib-border-light); padding: 6px 13px; border-radius: var(--radius-full); font-size: 11.5px; font-weight: 700; color: var(--ib-navy-medium); }

.award-block-showcase {
  background: linear-gradient(135deg, var(--ib-white) 0%, var(--ib-soft-mint) 100%);
  border: 1px solid rgba(0, 156, 141, 0.22);
  border-top: 4px solid var(--ib-teal);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; justify-content: space-between;
}
.award-showcase-ribbon {
  align-self: flex-start;
  background: linear-gradient(135deg, var(--ib-navy), var(--ib-navy-medium));
  color: var(--ib-white); padding: 6px 14px; border-radius: var(--radius-full);
  font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 22px;
}
.award-showcase-header h4 { font-size: 19px; font-weight: 800; color: var(--ib-navy); margin-bottom: 6px; }
.award-by { font-size: 12.5px; color: var(--ib-teal); font-weight: 700; }
.award-block-showcase p { font-size: 14px; color: var(--ib-muted); line-height: 1.6; margin: 18px 0 26px; }

.clients-marquee-strip { margin-bottom: clamp(60px, 10vw, 100px); }
.marquee-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding: 0 10px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.marquee-title-label { 
    font-size: 22px; 
    font-weight: 700; 
    color: var(--ib-teal); 
    margin: 0; 
    letter-spacing: 0.5px; 
}
.marquee-view-all { font-size: 14px; font-weight: 700; color: var(--ib-navy); background: #f8fafc; padding: 10px 24px; border-radius: 50px; transition: all 0.3s ease; text-decoration: none; border: 1px solid #e2e8f0; }
.marquee-view-all:hover { background: var(--ib-teal); color: #fff; border-color: var(--ib-teal); }

.marquee-wrapper { overflow: hidden; width: 100%; display: flex; flex-direction: column; background: var(--ib-white); padding: 50px 0; }
.marquee-track { display: flex; gap: 70px; align-items: center; width: max-content; }
.track-left { animation: logoScrollLeft 45s linear infinite; }
.track-right { animation: logoScrollRight 45s linear infinite; margin-top: 50px; }

.marquee-track img { height: 85px; width: auto; max-width: 260px; object-fit: contain; opacity: 1; transition: all 0.3s ease; }
.marquee-track img:hover { transform: scale(1.08); }
.marquee-wrapper:hover .marquee-track { animation-play-state: paused; }

@keyframes logoScrollLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes logoScrollRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }

@media (max-width: 768px) {
  .marquee-header-row { flex-direction: column; gap: 16px; text-align: center; }
  .marquee-title-label { font-size: 18px; }
  .marquee-track img { height: 50px; }
  .track-right { margin-top: 40px; }
  .marquee-wrapper { padding: 40px 0; }
}

.testimonials-slider-block { max-width: 1200px; margin: 0 auto; position: relative; padding: 40px 0; }
.slider-title-label { text-align: center; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--ib-teal); margin-bottom: 40px; }
.slider-container.glass-panel {
  position: relative; overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(0, 156, 141, 0.15);
  border-radius: var(--radius-xl);
  padding: 60px 20px 40px;
  box-shadow: 0 20px 50px rgba(0, 48, 92, 0.05);
}
.testimonial-bg-glow { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0, 156, 141, 0.1) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; pointer-events: none; }

.slider-track { position: relative; height: 350px; display: flex; justify-content: center; align-items: center; perspective: 1000px; }
.testimonial-slide {
  position: absolute;
  width: 100%; max-width: 380px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0; pointer-events: none;
  transform: translateX(0) scale(0.8);
  z-index: 0;
}

.testimonial-card-premium { background: var(--ib-white); padding: 40px 30px; border-radius: var(--radius-lg); border: 1px solid rgba(0, 156, 141, 0.1); height: 100%; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0, 48, 92, 0.08); transition: var(--transition-smooth); }
.testimonial-card-premium:hover { box-shadow: 0 15px 40px rgba(0, 48, 92, 0.12); border-color: rgba(0, 156, 141, 0.3); }

.quote-mark { font-size: 40px; color: rgba(0, 156, 141, 0.15); margin-bottom: 10px; line-height: 1; text-align: center; }
.testimonial-rating { color: #F59E0B; font-size: 14px; margin-bottom: 20px; display: flex; justify-content: center; gap: 4px; }
.testimonial-card-premium p { font-family: 'Lora', Georgia, serif; font-size: 16px; color: var(--ib-navy); line-height: 1.6; flex-grow: 1; text-align: center; margin-bottom: 30px; font-style: italic; }

.testimonial-client-info { display: flex; align-items: center; justify-content: center; gap: 16px; border-top: 1px dashed var(--ib-border-light); padding-top: 20px; }
.client-avatar { width: 140px; height: auto; min-height: 50px; background: transparent !important; display: flex; align-items: center; justify-content: flex-start; flex-shrink: 0; box-shadow: none !important; border: none !important; padding: 0 !important; }
.client-avatar img { width: auto; height: auto; max-width: 100%; max-height: 55px; object-fit: contain; padding: 0 !important; mix-blend-mode: multiply; }

.testimonial-meta { text-align: left; }
.testimonial-meta h5 { font-size: 15px; font-weight: 800; color: var(--ib-navy); margin-bottom: 4px; }
.testimonial-meta p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; color: var(--ib-muted); margin-bottom: 0; font-style: normal; text-align: left; line-height: 1.4; }
.verified-badge { color: var(--ib-teal); font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; }

/* Desktop classes */
@media (min-width: 992px) {
  .slide-active { opacity: 1; pointer-events: auto; transform: translateX(0) scale(1); z-index: 3; }
  .slide-prev { opacity: 0.6; pointer-events: auto; transform: translateX(-105%) scale(0.85); z-index: 2; cursor: pointer; }
  .slide-next { opacity: 0.6; pointer-events: auto; transform: translateX(105%) scale(0.85); z-index: 2; cursor: pointer; }
  .slide-hidden { opacity: 0; transform: translateX(0) scale(0.7); z-index: 1; }
}
/* Tablet classes */
@media (min-width: 768px) and (max-width: 991px) {
  .slide-active { opacity: 1; pointer-events: auto; transform: translateX(-55%) scale(1); z-index: 3; }
  .slide-next { opacity: 1; pointer-events: auto; transform: translateX(55%) scale(1); z-index: 3; }
  .slide-prev { opacity: 0; transform: translateX(-100%) scale(0.8); z-index: 1; }
  .slide-hidden { opacity: 0; transform: translateX(100%) scale(0.8); z-index: 1; }
}
/* Mobile classes */
@media (max-width: 767px) {
  .slide-active { opacity: 1; pointer-events: auto; transform: translateX(0) scale(1); z-index: 3; }
  .slide-prev { opacity: 0; transform: translateX(-100%) scale(0.9); z-index: 1; }
  .slide-next { opacity: 0; transform: translateX(100%) scale(0.9); z-index: 1; }
  .slide-hidden { opacity: 0; transform: scale(0.8); z-index: 1; }
}

.slider-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 40px; position: relative; z-index: 10; }
.slider-nav-btn { width: 48px; height: 48px; border-radius: 50%; background: var(--ib-white); border: 1px solid var(--ib-border-light); color: var(--ib-navy); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition-fast); box-shadow: var(--shadow-sm); font-size: 16px; }
.slider-nav-btn:hover { background: var(--ib-teal); color: var(--ib-white); border-color: var(--ib-teal); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 156, 141, 0.3); }

.slider-dots { display: flex; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(0, 48, 92, 0.2); cursor: pointer; transition: var(--transition-fast); }
.dot.active { background: var(--ib-teal); transform: scale(1.3); }

.certifications-bottom-statement { text-align: center; margin-top: 40px; }
.certifications-bottom-statement p { font-size: 14px; font-weight: 700; color: var(--ib-navy-medium); }

@media (min-width: 768px) { 
  .cert-badges-horizontal { flex-direction: row; }
}
@media (min-width: 992px) { 
  .certifications-and-awards-grid { grid-template-columns: 1.1fr 0.9fr; gap: 50px; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   8. KNOWLEDGE HUB, RESOURCES, NEWSLETTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.blog-editorial-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-white); position: relative; }
.hub-categories-strip { display: flex; justify-content: flex-start; gap: 10px; flex-wrap: nowrap; overflow-x: auto; margin-bottom: 40px; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
.hub-categories-strip span { background: var(--ib-light-gray); border: 1px solid var(--ib-border-light); padding: 8px 16px; border-radius: var(--radius-full); font-size: 12px; font-weight: 700; color: var(--ib-navy); cursor: pointer; transition: var(--transition-fast); white-space: nowrap; flex-shrink: 0; }
.hub-categories-strip span:hover { background: var(--ib-navy); color: var(--ib-white); }

.hub-blog-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 30px; margin-bottom: 40px; }
.hub-article-card-new { background: #ffffff; padding: 32px 24px; border-radius: 16px; border: 1px solid var(--ib-border-light); box-shadow: 0 10px 30px rgba(0, 48, 92, 0.05); text-decoration: none !important; display: flex; flex-direction: column; transition: all 0.3s ease; height: 100%; color: var(--ib-navy) !important; overflow: hidden; }
.hub-article-card-new:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 48, 92, 0.1); border-color: rgba(0, 156, 141, 0.3); }
.article-img-wrap { margin: -32px -24px 24px; height: 200px; overflow: hidden; }
.article-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.hub-article-card-new:hover .article-img-wrap img { transform: scale(1.05); }
.hub-article-card-new .article-meta { margin-bottom: 16px; }
.hub-article-card-new .badge-tag { font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }
.hub-article-card-new .badge-tag.validation-cqv { background: rgba(0, 156, 141, 0.1); color: var(--ib-teal); }
.hub-article-card-new .badge-tag.thermal-validation { background: rgba(220, 53, 69, 0.1); color: #dc3545; }
.hub-article-card-new .badge-tag.automation { background: rgba(111, 66, 193, 0.1); color: #6f42c1; }
.hub-article-card-new h4 { font-size: 17px; font-weight: 800; color: var(--ib-navy); margin-bottom: 12px; line-height: 1.4; }
.hub-article-card-new p { font-size: 14px; color: var(--ib-muted); line-height: 1.6; margin-bottom: 24px; flex-grow: 1; }
.hub-article-card-new .read-more-link { font-size: 13.5px; font-weight: 800; color: var(--ib-teal); transition: all 0.3s ease; }
.hub-article-card-new:hover .read-more-link { padding-left: 5px; color: var(--ib-teal-light); }

.blog-bottom-statement { text-align: center; margin-top: 40px; }
.blog-bottom-statement p { font-size: 14px; font-weight: 700; color: var(--ib-navy-medium); }

@media (min-width: 768px) { .hub-blog-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; } }
  .btn-newsletter-submit { width: auto; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   9. FAQ & FINAL CTA
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.faq-accordion-section { padding: clamp(60px, 9vw, 100px) 0; background: var(--ib-light-gray); position: relative; }
.faq-container { max-width: 800px; margin: 0 auto clamp(50px, 8vw, 70px); display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--ib-white); border: 1px solid var(--ib-border-light); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-trigger { width: 100%; background: none; border: none; padding: 20px 22px; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 800; color: var(--ib-navy); cursor: pointer; outline: none; }
.faq-icon-arrow { color: var(--ib-teal); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.active .faq-icon-arrow { transform: rotate(180deg); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-content-inner { padding: 0 22px 22px; font-size: 13.5px; color: var(--ib-muted); line-height: 1.6; }

.final-cta-section { width: 100%; }
.final-cta-card-gradient {
  background: var(--ib-gradient-green);
  border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 60px) clamp(24px, 4vw, 40px);
  text-align: center;
  color: var(--ib-white);
  border: 1px solid rgba(255,255,255,0.12);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.final-cta-card-gradient::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.25), transparent 60%);
  pointer-events:none;
}
.final-cta-card-gradient h2 {
  font-size: clamp(21px, 4vw, 32px);
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  color: var(--ib-white);
  text-shadow: 0 2px 4px rgba(0, 48, 92, 0.15);
}
.final-cta-card-gradient p {
  font-size: 14.5px;
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto 26px;
  line-height: 1.6;
  position: relative;
  color: var(--ib-white);
}
.final-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; position: relative; }
.final-cta-buttons .btn-premium-pill {
  background: var(--ib-navy);
  color: var(--ib-white) !important;
  box-shadow: 0 6px 20px rgba(0, 48, 92, 0.25);
}
.final-cta-buttons .btn-premium-pill:hover {
  background: var(--ib-navy-medium);
  box-shadow: 0 14px 32px rgba(0, 77, 137, 0.35);
  transform: translateY(-2px);
}
.final-cta-buttons .btn-premium-pill-secondary {
  background: var(--ib-white);
  color: var(--ib-navy) !important;
  border: 1.5px solid transparent;
  background-image: linear-gradient(var(--ib-white), var(--ib-white)), linear-gradient(135deg, var(--ib-white) 0%, var(--ib-white) 100%);
}
.final-cta-buttons .btn-premium-pill-secondary:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--ib-navy) !important;
  transform: translateY(-2px);
}
.final-cta-bottom-text { font-size: 11px; font-weight: 700; color: var(--ib-white); text-transform: uppercase; letter-spacing: 1px; position: relative; opacity: 0.9; }

@media (min-width: 576px) { .final-cta-buttons .btn-premium-pill, .final-cta-buttons .btn-premium-pill-secondary { width: auto; } }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   10. FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.premium-footer { 
  background: linear-gradient(135deg, var(--ib-navy-deep), #002244); 
  color: #ffffff; 
  padding: 35px 0 15px; 
  border-top: 3px solid var(--ib-teal); 
  position: relative;
  overflow: hidden;
}
.premium-footer::before {
  content: ''; position: absolute; top: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0, 207, 187, 0.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none;
}
.premium-footer::after {
  content: ''; position: absolute; bottom: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0, 156, 141, 0.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none;
}
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px; position: relative; z-index: 2; }
.footer-logo img { height: 38px; margin-bottom: 12px; filter: brightness(0) invert(1); }
.footer-col-main p { font-size: 13.5px; color: rgba(255,255,255,0.7); line-height: 1.5; margin-bottom: 16px; }
.footer-socials { display: flex; gap: 12px; }
.footer-social-link { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; color: var(--ib-teal-light); font-size: 15px; text-decoration: none !important; transition: var(--transition-fast); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(5px); }
.footer-social-link:hover { background: var(--ib-teal); color: var(--ib-white); border-color: var(--ib-teal); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,207,187,0.3); }
.footer-col-links h4, .footer-col-newsletter h4 { font-size: 14.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; color: #ffffff !important; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-links li a { font-size: 13.5px; color: rgba(255,255,255,0.7); text-decoration: none !important; transition: var(--transition-fast); font-weight: 500; }
.footer-links li a:hover { color: var(--ib-teal-light); padding-left: 6px; }
.footer-contact-info { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact-item i, .footer-contact-item svg { color: var(--ib-teal-light); font-size: 18px; margin-top: 2px; width: 18px; height: 18px; flex-shrink: 0; }
.footer-contact-item h5 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: var(--ib-teal-light) !important; margin-bottom: 6px; }
.footer-contact-item a, .footer-contact-item p { font-size: 13.5px; color: rgba(255,255,255,0.85); font-weight: 500; text-decoration: none !important; margin-bottom: 0; line-height: 1.5; transition: var(--transition-fast); }
.footer-contact-item a:hover { color: var(--ib-teal-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 16px; display: flex; flex-direction: column; gap: 12px; text-align: center; position: relative; z-index: 2; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 0; }
.footer-bottom-links { font-size: 13px; font-weight: 700; display: flex; gap: 12px; color: rgba(255,255,255,0.5); justify-content: center; flex-wrap: wrap; }
.footer-bottom-links span { color: rgba(255,255,255,0.6); }

.footer-col-newsletter p { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 12px; margin-top: -6px; line-height: 1.4; }
.footer-newsletter-form { display: flex; gap: 6px; width: 100%; }
.footer-newsletter-form input { flex: 1; padding: 12px 16px; border-radius: var(--radius-full); border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); color: #fff; outline: none; }
.footer-newsletter-form input::placeholder { color: rgba(255,255,255,0.5); font-size: 13px; }
.footer-newsletter-form button { width: 42px; height: 42px; border-radius: var(--radius-full); border: none; background: var(--ib-teal); color: #fff; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; }
.footer-newsletter-form button:hover { background: var(--ib-navy); transform: translateY(-2px); }

.footer-addresses { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 10px; margin-bottom: 20px; position: relative; z-index: 2; }
.footer-addresses h4 { font-size: 14.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; color: #ffffff; }
.footer-address-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.footer-address-card h5 { font-size: 13px; font-weight: 800; color: var(--ib-teal-light); margin-bottom: 8px; }
.footer-address-card a { font-size: 13.5px; color: rgba(255,255,255,0.7); text-decoration: none; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; transition: color 0.2s ease; }
.footer-address-card a:hover { color: var(--ib-white); }
.footer-address-card i { margin-top: 3px; color: var(--ib-teal-light); }

@media (min-width: 576px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } .footer-address-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 992px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 30px; }
  .footer-address-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
  .footer-bottom-links { justify-content: flex-end; }
}
/* â”€â”€ 9.5 Talk To Our Expert Section â”€â”€ */
.expert-contact-section {
  padding: clamp(60px, 9vw, 100px) 0;
  background: var(--ib-white);
  position: relative;
}
/* â”€â”€ Contact Section â”€â”€ */
.contact-section { padding: clamp(40px, 6vw, 80px) 0; position: relative; }
.contact-card-premium { background: var(--ib-white); border-radius: var(--radius-xl); box-shadow: 0 20px 60px rgba(0, 48, 92, 0.08); overflow: hidden; position: relative; border: 1.5px solid transparent; background-image: linear-gradient(var(--ib-white), var(--ib-white)), var(--ib-primary-gradient); background-origin: border-box; background-clip: padding-box, border-box; }
.contact-card-premium::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: linear-gradient(90deg, var(--ib-teal), var(--ib-navy)); }
.contact-inner { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 40px; 
}
@media (min-width: 992px) {
  .contact-inner {
    grid-template-columns: 38% 1fr;
  }
}
.contact-left-col {
  display: flex;
  flex-direction: column;
}
.contact-right-col {
  display: flex;
  flex-direction: column;
}
.contact-header-block {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 16px;
}
.contact-header-block h2 {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 800;
  color: var(--ib-navy);
  margin-bottom: 12px;
  line-height: 1.2;
}
.contact-header-block p {
  font-size: clamp(15px, 2vw, 16px);
  color: var(--ib-muted);
  max-width: 100%;
  line-height: 1.6;
}
.contact-person { display: flex; gap: 16px; align-items: center; padding-top: 24px; border-top: 1px dashed var(--ib-border-light); }
.cp-avatar { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 3px solid var(--ib-white); box-shadow: var(--shadow-md); flex-shrink: 0; }
.cp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.cp-info h4 { font-size: 16px; font-weight: 800; color: var(--ib-navy); margin-bottom: 4px; }
.cp-role { font-size: 12px; font-weight: 700; color: var(--ib-teal); text-transform: uppercase; margin-bottom: 12px; letter-spacing: 0.5px; }
.cp-links { display: flex; flex-direction: column; gap: 10px; }
.cp-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--ib-navy-medium); text-decoration: none; transition: var(--transition-fast); }
.cp-link svg { width: 16px; height: 16px; color: var(--ib-teal); transition: var(--transition-fast); }
.cp-link:hover { color: var(--ib-teal); transform: translateX(3px); }

.contact-form-panel { padding: clamp(50px, 8vw, 80px); background: #ffffff; display: flex; flex-direction: column; justify-content: center; position: relative; border-left: 1px solid var(--ib-border-light); }
.contact-form-panel::after { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(0, 156, 141, 0.05) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.contact-form-panel h3 { font-size: clamp(28px, 4vw, 32px); font-weight: 800; color: var(--ib-navy); margin-bottom: 40px; }

.cf-row { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 30px; }
.floating-input-group { position: relative; margin-bottom: 30px; }
.cf-row .floating-input-group { margin-bottom: 0; }
.floating-input-group input, .floating-input-group select, .floating-input-group textarea {
  width: 100%; padding: 28px 0 8px; border: none; border-bottom: 2px solid rgba(0, 48, 92, 0.2); background: transparent; color: var(--ib-navy); font-family: inherit; font-size: 16px; outline: none !important; box-shadow: none !important; transition: var(--transition-fast);
}
.floating-input-group select { padding-right: 20px; appearance: none; background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23004D88%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat right center; background-size: 10px; }
.floating-input-group select option { background: var(--ib-white); color: var(--ib-navy); }
.floating-input-group textarea { height: 120px; resize: none; margin-bottom: 0; padding-top: 24px; }
.floating-input-group label { position: absolute; left: 0; top: 16px; color: rgba(0, 48, 92, 0.6); font-size: 16px; pointer-events: none; transition: var(--transition-fast); font-weight: 500; background: transparent; padding: 0; margin: 0; }
.floating-input-group input:focus, .floating-input-group select:focus, .floating-input-group textarea:focus { border-bottom-color: var(--ib-teal); }
.floating-input-group input:focus ~ label, .floating-input-group input:not(:placeholder-shown) ~ label,
.floating-input-group select:focus ~ label, .floating-input-group select:valid ~ label,
.floating-input-group textarea:focus ~ label, .floating-input-group textarea:not(:placeholder-shown) ~ label { top: -4px; font-size: 11px; color: var(--ib-teal); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; background: #ffffff; padding-right: 8px; }
.cf-submit { margin-top: 20px; padding: 18px 36px; background: var(--ib-primary-gradient); color: var(--ib-white); font-weight: 800; font-size: 16px; border: none; border-radius: var(--radius-full); cursor: pointer; transition: var(--transition-smooth); box-shadow: 0 8px 20px rgba(0, 77, 137, 0.25); display: inline-flex; align-items: center; justify-content: center; width: auto; }
.cf-submit:hover { background: var(--ib-hover-gradient); color: var(--ib-white); transform: translateY(-3px); box-shadow: var(--shadow-glow-cyan); }

@media (min-width: 768px) {
  .cf-row { grid-template-columns: 1fr 1fr; }
}

/* Chatbot widget â€” small polish for mobile */
@media (max-width: 480px) {
  #incepBotWrapper { bottom: 16px !important; right: 16px !important; }
  #incepBotWindow { width: calc(100vw - 32px) !important; max-width: 360px; }
}

/* ====================================================
   CONTACT SECTION REDESIGN (Get In Touch)
   ==================================================== */

.contact-profile-panel {
  background: var(--ib-white);
  padding: 40px 30px;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 40px rgba(0,77,136,0.06);
  border: 1px solid rgba(0,77,136,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 340px;
  margin-right: auto;
}

.contact-form-panel {
  flex: 1;
}

/* Premium Avatar */
.cp-avatar-premium {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}
.cp-avatar-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0,181,173,0.15) 0%, transparent 60%);
  z-index: 0;
  border-radius: 50%;
}
.cp-avatar-premium img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--ib-white);
  box-shadow: 0 12px 30px rgba(0,77,136,0.12);
}

/* Premium Info */
.cp-info-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cp-name-premium {
  font-size: 24px;
  font-weight: 800;
  color: var(--ib-navy);
  margin-bottom: 8px;
}
.cp-badge-premium {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: var(--ib-primary-gradient);
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 28px;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0,77,136,0.15);
}

/* Premium CTA Links */
.cp-links-premium {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.cp-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--ib-light-gray);
  color: var(--ib-navy);
  text-decoration: none !important;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
}
.cp-link-icon {
  font-size: 16px;
}
.cp-link-btn:hover {
  background: var(--ib-navy);
  color: var(--ib-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,77,136,0.15);
}
.linkedin-btn {
  background: #f0f6ff;
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.2);
}
.linkedin-btn:hover {
  background: #0a66c2;
  color: var(--ib-white);
  border-color: #0a66c2;
}

/* Mobile Stacking Reflow handled by grid automatically */
.ib-gradient-divider-wrap { padding: 0 var(--container-pad); }
.ib-gradient-divider {
  height: 2px;
  max-width: 1240px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent 0%, var(--ib-navy-medium) 20%, var(--ib-teal) 50%, var(--ib-teal-light) 80%, transparent 100%);
  opacity: 0.5;
  border-radius: 2px;
}
.why-radial-hub { transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); opacity: 0; }
.why-node { opacity: 0; }
.why-node-dot { transform: scale(0.5); opacity: 0; transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease; }
.why-node-label { opacity: 0; transform: translateY(8px); transition: opacity 0.5s ease, transform 0.5s ease; }

.why-radial-wrap.is-active .why-radial-hub { opacity: 1; }
.why-radial-wrap.is-active .why-node { opacity: 1; }
.why-radial-wrap.is-active .why-node-dot { transform: scale(1); opacity: 1; }
.why-radial-wrap.is-active .why-node-label { opacity: 1; transform: translateY(0); }

.why-radial-wrap.is-active .why-node[data-pos="0"] .why-node-dot,
.why-radial-wrap.is-active .why-node[data-pos="0"] .why-node-label { transition-delay: 0.1s; }
.why-radial-wrap.is-active .why-node[data-pos="1"] .why-node-dot,
.why-radial-wrap.is-active .why-node[data-pos="1"] .why-node-label { transition-delay: 0.35s; }
.why-radial-wrap.is-active .why-node[data-pos="2"] .why-node-dot,
.why-radial-wrap.is-active .why-node[data-pos="2"] .why-node-label { transition-delay: 0.6s; }
.why-radial-wrap.is-active .why-node[data-pos="3"] .why-node-dot,
.why-radial-wrap.is-active .why-node[data-pos="3"] .why-node-label { transition-delay: 0.85s; }
.why-radial-wrap.is-active .why-node[data-pos="4"] .why-node-dot,
.why-radial-wrap.is-active .why-node[data-pos="4"] .why-node-label { transition-delay: 1.1s; }
.why-radial-wrap.is-active .why-node[data-pos="5"] .why-node-dot,
.why-radial-wrap.is-active .why-node[data-pos="5"] .why-node-label { transition-delay: 1.35s; }
.why-radial-ring {
  position: absolute; inset: 6%;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 156, 141, 0.28);
  animation: whyRingSpin 30s linear infinite;
}

@keyframes whyRingSpin { to { transform: rotate(360deg); } }
