/* 
 * Studies Learning Premium - SL Business (Elite Corporate)
 * Theme: Soft-Tech / Elite B2B
 */

:root {
  --sp-biz-navy: #0f172a;
  --sp-biz-blue: #0047ff;
  --sp-biz-cyan: #00d4aa;
  --sp-biz-soft-blue: #f1f5f9;
  --sp-biz-text: #1e293b;
  --sp-biz-text-muted: #64748b;
  --sp-biz-glass: rgba(255, 255, 255, 0.7);
}

.studies-p-biz-main {
  background: #f8fbff;
  overflow-x: hidden;
}

.studies-p-biz-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem; /* Reduced from 4rem */
}

/* ====================================================================
   HERO BUSINESS — Light AI Platform Design
   ═══════════════════════════════════════════════════════════ */
.biz-hero {
  position: relative;
  width: 100%;
  min-height: 540px;
  background: linear-gradient(160deg, #f8fafc 0%, #f1f5f9 40%, #e8f0fe 100%);
  overflow: hidden;
  color: #1e293b;
  margin-top: 0;
}

/* Background decorations */
.biz-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.biz-hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 60% 50%,
      rgba(0, 71, 255, 0.04) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 30%,
      rgba(139, 92, 246, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 20% 80%,
      rgba(34, 211, 238, 0.02) 0%,
      transparent 50%
    );
}

.biz-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(0, 71, 255, 0.06) 1px,
    transparent 0
  );
  background-size: 32px 32px;
  opacity: 0.5;
}

.biz-hero-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}

.biz-hero-bg-orb--1 {
  width: 500px;
  height: 500px;
  background: #0047ff;
  top: -10%;
  right: 10%;
}

.biz-hero-bg-orb--2 {
  width: 350px;
  height: 350px;
  background: #7c3aed;
  bottom: 10%;
  left: 5%;
}

.biz-hero-bg-orb--3 {
  width: 300px;
  height: 300px;
  background: #22d3ee;
  top: 50%;
  right: 30%;
}

/* Shell */
.biz-hero-shell {
  position: relative;
  z-index: 1;
  max-width: 1340px;
  margin: 0 auto;
  padding: 6rem 2rem 1rem; /* Reduced from 3rem */
}

/* Layout */
.biz-hero-layout {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 440px;
}

/* Content */
.biz-hero-content {
  flex: 1;
  max-width: 580px;
  padding-left: 1px;
}

.biz-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0047ff, #6366f1);
  padding: 0.25rem 0.7rem;
  border-radius: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.biz-hero-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.biz-hero-title-accent {
  background: linear-gradient(
    135deg,
    #0047ff 0%,
    #6366f1 50%,
    #22d3ee 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: bizHeroShimmer 4s ease-in-out infinite;
}

@keyframes bizHeroShimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.biz-hero-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 1rem;
  max-width: 500px;
}

.biz-hero-desc strong {
  font-weight: 700;
  color: #1e293b;
}

/* Key Stats Grid */
.biz-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.biz-hero-stat {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.65rem 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.biz-hero-stat:hover {
  border-color: #c7d2fe;
  box-shadow: 0 4px 12px rgba(0, 71, 255, 0.06);
  transform: translateY(-2px);
}

.biz-hero-stat-val {
  display: block;
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0047ff;
  line-height: 1.1;
  margin-bottom: 0.1rem;
  letter-spacing: -0.02em;
}

.biz-hero-stat-lbl {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Trust Badges */
.biz-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
}

.biz-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.68rem;
  font-weight: 500;
  color: #64748b;
  padding: 0.25rem 0.55rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}

.biz-hero-badge .ph {
  color: #0047ff;
  font-size: 0.75rem;
}

/* Search */
.biz-hero-search {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.35rem;
  margin-bottom: 0.45rem;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.biz-hero-search:focus-within {
  border-color: rgba(0, 71, 255, 0.35);
  box-shadow:
    0 0 0 3px rgba(0, 71, 255, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.biz-hero-search-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.85rem;
  color: #94a3b8;
}

.biz-hero-search-input input {
  flex: 1;
  border: none;
  background: none;
  color: #1e293b;
  font-size: 0.88rem;
  font-family: inherit;
  outline: none;
}

.biz-hero-search-input input::placeholder {
  color: #94a3b8;
}

.biz-hero-search-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #0047ff, #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1);
  will-change: transform;
  animation: bizSearchBtnPulse 1.8s ease-in-out 0.5s infinite;
}

.biz-hero-search-btn:hover {
  transform: scale(1.25) rotate(10deg);
  box-shadow:
    0 10px 35px rgba(0, 71, 255, 0.65),
    0 0 100px rgba(0, 71, 255, 0.25);
  animation: none;
}

.biz-hero-search-btn:active {
  transform: scale(0.9) rotate(-8deg);
  box-shadow: 0 2px 10px rgba(0, 71, 255, 0.5);
}

@keyframes bizSearchBtnPulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 4px 16px rgba(0, 71, 255, 0.3);
  }
  10% {
    transform: scale(1.35) rotate(12deg);
    box-shadow:
      0 14px 45px rgba(0, 71, 255, 0.7),
      0 0 120px rgba(0, 71, 255, 0.3);
  }
  22% {
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 6px 22px rgba(0, 71, 255, 0.4);
  }
  34% {
    transform: scale(1.28) rotate(9deg);
    box-shadow:
      0 12px 40px rgba(0, 71, 255, 0.6),
      0 0 100px rgba(0, 71, 255, 0.25);
  }
  48% {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 5px 18px rgba(0, 71, 255, 0.35);
  }
  62% {
    transform: scale(1.2) rotate(7deg);
    box-shadow:
      0 10px 35px rgba(0, 71, 255, 0.55),
      0 0 80px rgba(0, 71, 255, 0.2);
  }
  78% {
    transform: scale(1);
    box-shadow: 0 4px 16px rgba(0, 71, 255, 0.3);
  }
}

/* Category Chips */
.biz-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.biz-hero-chip {
  font-size: 0.72rem;
  font-weight: 500;
  color: #64748b;
  padding: 0.35rem 0.7rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s;
}

.biz-hero-chip:hover {
  background: rgba(0, 71, 255, 0.08);
  border-color: rgba(0, 71, 255, 0.25);
  color: #0047ff;
}

/* CTA Buttons */
.biz-hero-cta {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.biz-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.biz-hero-btn--primary {
  background: linear-gradient(135deg, #0047ff, #6366f1);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 71, 255, 0.25);
  animation: bizCtaPulse 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s infinite;
}

.biz-hero-btn--primary:hover {
  transform: translateY(-6px) scale(1.15);
  box-shadow: 0 25px 60px rgba(0, 71, 255, 0.55), 0 0 100px rgba(0, 71, 255, 0.2);
  animation: none;
}

.biz-hero-btn--primary:active {
  transform: scale(0.95) translateY(1px);
}

.biz-hero-btn--primary i {
  font-size: 1rem;
}

.biz-hero-btn--secondary {
  background: transparent;
  color: #0047ff;
  border: 1.5px solid #0047ff;
}

.biz-hero-btn--secondary:hover {
  background: #0047ff;
  color: #fff;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 35px rgba(0, 71, 255, 0.35);
}

.biz-hero-btn--secondary i {
  font-size: 0.9rem;
}

@keyframes bizCtaPulse {
  0%, 100% { transform: translateY(0) scale(1) rotate(0deg); box-shadow: 0 4px 14px rgba(0, 71, 255, 0.25); }
  30% { transform: translateY(-8px) scale(1.12) rotate(-1deg); box-shadow: 0 30px 70px rgba(0, 71, 255, 0.55), 0 0 120px rgba(0, 71, 255, 0.2); }
  60% { transform: translateY(-4px) scale(1.06) rotate(0.5deg); box-shadow: 0 15px 40px rgba(0, 71, 255, 0.4); }
}

/* Trust Avatars */
.biz-hero-trust {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.biz-hero-avatars {
  display: flex;
}

.biz-hero-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  flex-shrink: 0;
  margin-left: -7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.biz-hero-avatar:first-child {
  margin-left: 0;
}

.biz-hero-trust-text {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════
   VISUAL: Robot + Podium + Floating Cards
   ═══════════════════════════════════════════════════════════ */
.biz-hero-visual {
  flex: 1;
  position: relative;
  height: 420px;
  min-width: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Podium */
.biz-hero-podium {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 70px;
  z-index: 2;
}

.biz-hero-podium-ring {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 40px;
  border-radius: 50%;
  border: 2.5px solid rgba(0, 71, 255, 0.6);
  box-shadow:
    0 0 40px rgba(0, 71, 255, 0.5),
    0 0 80px rgba(0, 71, 255, 0.3),
    0 0 120px rgba(0, 71, 255, 0.15),
    inset 0 0 40px rgba(0, 71, 255, 0.2);
  animation: bizRingPulse 3s ease-in-out infinite;
}

.biz-hero-podium-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 35px;
  background: radial-gradient(
    ellipse,
    rgba(0, 71, 255, 0.7) 0%,
    rgba(0, 71, 255, 0.3) 40%,
    transparent 70%
  );
  border-radius: 50%;
  animation: bizPodiumPulse 3s ease-in-out infinite;
}

@keyframes bizRingPulse {
  0%,
  100% {
    border-color: rgba(0, 71, 255, 0.6);
    box-shadow:
      0 0 40px rgba(0, 71, 255, 0.5),
      0 0 80px rgba(0, 71, 255, 0.3),
      0 0 120px rgba(0, 71, 255, 0.15),
      inset 0 0 40px rgba(0, 71, 255, 0.2);
  }
  50% {
    border-color: rgba(100, 160, 255, 0.8);
    box-shadow:
      0 0 50px rgba(100, 160, 255, 0.6),
      0 0 100px rgba(100, 160, 255, 0.4),
      0 0 150px rgba(100, 160, 255, 0.2),
      inset 0 0 50px rgba(100, 160, 255, 0.25);
  }
}

@keyframes bizPodiumPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.1);
  }
}

/* Robot */
.biz-hero-robot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: auto;
  z-index: 5;
  filter: drop-shadow(0 20px 60px rgba(0, 71, 255, 0.35));
  animation: bizRobotFloat 6s ease-in-out infinite;
}

@keyframes bizRobotFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-12px);
  }
}

/* ═══════════════════════════════════════════════════════════
   FLOATING CARDS — Glassmorphism (Compact)
   ═══════════════════════════════════════════════════════════ */
.biz-hero-float {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 14px;
  padding: 0.7rem 0.85rem;
  color: #1e293b;
  pointer-events: none;
  opacity: 0;
  animation: bizFloatIn 0.6s ease forwards;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.05);
}

.biz-hero-float-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}

.biz-hero-float-header .ph-fill {
  font-size: 0.75rem;
  color: #0047ff;
}

.biz-hero-float-sub {
  font-size: 0.6rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 0.35rem;
}

.biz-hero-float-text {
  font-size: 0.62rem;
  color: #475569;
  line-height: 1.35;
  margin: 0;
}

@keyframes bizFloatIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Card positions */
.biz-hero-float--progress {
  top: -4%;
  left: 8%;
  width: 150px;
  animation-delay: 0.2s;
}

.biz-hero-float--reco {
  top: -4%;
  right: 5%;
  width: 195px;
  animation-delay: 0.4s;
}

.biz-hero-float--objectif {
  bottom: 24%;
  left: 5%;
  width: 150px;
  animation-delay: 0.6s;
}

.biz-hero-float--stats {
  bottom: 10%;
  right: 3%;
  width: 175px;
  animation-delay: 0.8s;
}

/* Progress Ring */
.biz-hero-progress-ring {
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0 auto 0.3rem;
}

.biz-hero-progress-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.biz-hero-progress-ring-bg {
  stroke: #e2e8f0;
}

.biz-hero-progress-ring-fill {
  stroke-linecap: round;
}

.biz-hero-progress-pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e293b;
}

/* Reco Card */
.biz-hero-reco-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem;
  background: rgba(0, 71, 255, 0.06);
  border-radius: 8px;
  margin-bottom: 0.4rem;
}

.biz-hero-reco-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  flex-shrink: 0;
}

.biz-hero-reco-info {
  display: flex;
  flex-direction: column;
}

.biz-hero-reco-info strong {
  font-size: 0.62rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.biz-hero-reco-info span {
  font-size: 0.55rem;
  color: #94a3b8;
}

.biz-hero-reco-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.35rem;
}

.biz-hero-reco-meta span {
  font-size: 0.55rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.biz-hero-reco-meta .ph {
  color: #0047ff;
  font-size: 0.6rem;
}

.biz-hero-reco-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.35rem;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  border-radius: 7px;
  font-size: 0.58rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* Objectif Bars */
.biz-hero-bars {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.2rem;
}

.biz-hero-bar {
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
}

.biz-hero-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #22d3ee, #0047ff);
  border-radius: 2px;
  transition: width 1s ease;
}

.biz-hero-bar-labels {
  display: flex;
  justify-content: space-between;
}

.biz-hero-bar-labels span {
  font-size: 0.52rem;
  color: #94a3b8;
}

/* Stats Card */
.biz-hero-stats-num {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.1rem;
}

.biz-hero-stats-growth {
  font-size: 0.55rem;
  font-weight: 600;
  color: #0047ff;
  margin-bottom: 0.3rem;
  display: block;
}

.biz-hero-mini-chart {
  width: 100%;
  height: 28px;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .biz-hero-shell {
    padding: 5rem 2rem 1rem;
  }
  .biz-hero-layout {
    flex-direction: column;
    text-align: center;
    min-height: auto;
  }
  .biz-hero-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .biz-hero-desc {
    max-width: 100%;
  }
  .biz-hero-stats {
    max-width: 400px;
  }
  .biz-hero-cta {
    justify-content: center;
  }
  .biz-hero-trust {
    justify-content: center;
  }
  .biz-hero-visual {
    min-width: auto;
    width: 100%;
    height: 380px;
    margin-top: 1rem;
  }
  .biz-hero-float--progress {
    left: 5%;
    top: -4%;
  }
  .biz-hero-float--reco {
    right: 5%;
    top: -4%;
  }
  .biz-hero-float--objectif {
    left: 5%;
    bottom: 22%;
  }
  .biz-hero-float--stats {
    right: 5%;
    bottom: 8%;
  }
}

@media (max-width: 768px) {
  .biz-hero-shell {
    padding: 4rem 1rem 1rem;
  }
  .biz-hero-title {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
  .biz-hero-stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .biz-hero-search {
    flex-direction: column;
    border-radius: 12px;
  }
  .biz-hero-search-input {
    width: 100%;
  }
  .biz-hero-search-btn {
    width: 100%;
    height: 38px;
    border-radius: 10px;
  }
  .biz-hero-btn--primary {
    padding: 0.65rem 1.2rem;
  }
  .biz-hero-btn--secondary {
    padding: 0.65rem 1.2rem;
  }
  .biz-hero-visual {
    height: 300px;
  }
  .biz-hero-robot {
    width: 240px;
  }
  .biz-hero-float {
    padding: 0.6rem 0.7rem;
    border-radius: 12px;
  }
  .biz-hero-float--progress {
    width: 130px;
    left: 2%;
    top: -4%;
  }
  .biz-hero-float--reco {
    width: 160px;
    right: 2%;
    top: -4%;
  }
  .biz-hero-float--objectif {
    width: 130px;
    left: 2%;
    bottom: 16%;
  }
  .biz-hero-float--stats {
    width: 145px;
    right: 2%;
    bottom: 3%;
  }
  .biz-hero-stats-num {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .biz-hero-shell {
    padding: 4rem 1rem 1rem;
  }
  .biz-hero-badges {
    gap: 0.35rem;
  }
  .biz-hero-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.45rem;
  }
  .biz-hero-cta {
    flex-direction: column;
    width: 100%;
  }
  .biz-hero-btn {
    width: 100%;
    justify-content: center;
    padding: 0.65rem 1.2rem;
    font-size: 0.8rem;
  }
  .biz-hero-visual {
    height: 260px;
  }
  .biz-hero-robot {
    width: 170px;
  }
  .biz-hero-float--reco,
  .biz-hero-float--stats {
    display: none;
  }
  .biz-hero-float--progress {
    left: 2%;
    width: 115px;
  }
  .biz-hero-float--objectif {
    left: 2%;
    width: 115px;
  }
}

/* ====================================================================
   TRUST SECTION — Logo Row
==================================================================== */
.biz-trust {
  padding: 0.5rem 2rem 1rem;
  background: transparent;
  margin-top: -0.5rem;
}

.biz-trust-inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 2rem; /* Reduced from 3rem */
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.biz-trust-label {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #94a3b8;
  margin-bottom: 1.5rem;
}

.biz-trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: nowrap;
  overflow: hidden;
}

.biz-trust-logo {
  flex-shrink: 0;
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.biz-trust-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

.biz-trust-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.biz-trust-logo--text {
  width: 100px;
  height: 40px;
}

.biz-trust-logo svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .biz-trust-logos {
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .biz-trust-logo {
    width: 80px;
    height: 40px;
  }
  .biz-trust-inner {
    padding: 1.5rem 2rem;
  }
}

/* Override trust logos on smaller screens — horizontal scroll */
@media (max-width: 768px) {
  .biz-trust-logos {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 1.2rem;
    padding: 0 0.5rem;
  }
  .biz-trust-logos::-webkit-scrollbar {
    display: none;
  }
  .biz-trust-logo {
    flex-shrink: 0;
    opacity: 0.85;
  }
}

@media (max-width: 600px) {
  .biz-trust-logos {
    gap: 0.6rem;
  }
  .biz-trust-logo {
    width: 70px;
    height: 36px;
  }
  .biz-trust-inner {
    padding: 1.2rem 1.5rem;
  }
}

/* ====================================================================
   METRICS BAR — Premium Stats
==================================================================== */
.biz-metrics-section {
  height: 100px;
  background: linear-gradient(to bottom, #fff 0%, #f8fbff 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.biz-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

.metric-card {
  padding: 0.8rem;
  background: #fff;
  border-radius: 0.75rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 71, 255, 0.03);
  border: 1px solid rgba(0, 71, 255, 0.05);
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 71, 255, 0.06);
  border-color: rgba(0, 71, 255, 0.08);
}

.metric-val {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--sp-biz-blue);
  line-height: 1;
  margin-bottom: 0.2rem;
  letter-spacing: -0.02em;
}

.metric-label {
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--sp-biz-text-muted);
}

@media (max-width: 768px) {
  .biz-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .metric-val {
    font-size: 2rem;
  }
}

/* ====================================================================
   SHARED SECTION STYLES
 ==================================================================== */
.biz-section-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: var(--sp-biz-navy);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
}

.biz-section-desc {
  font-size: 0.75rem;
  color: var(--sp-biz-text-muted);
  line-height: 1.4;
  margin: 0 0 0.8rem;
  max-width: 220px;
}

.biz-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--sp-biz-navy);
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border: 1.5px solid var(--sp-biz-navy);
  border-radius: 999px;
  transition: all 0.3s ease;
}

.biz-link-btn:hover {
  background: var(--sp-biz-navy);
  color: #fff;
}

.biz-link-btn i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.biz-link-btn:hover i {
  transform: translateX(3px);
}

/* ====================================================================
   OFFRES STRATÉGIQUES — 4 plateformes
==================================================================== */
.biz-offers {
  padding: 2rem 0 1rem;
  background: #fff;
}

.biz-offers-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
  min-height: 100px;
}

.biz-offers-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

/* Typer */
.biz-offers-typer {
  display: inline;
  position: relative;
}

.biz-offers-typer-text {
  background: linear-gradient(135deg, #0047ff 0%, #6366f1 50%, #22d3ee 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: bizTyperShimmer 3s ease-in-out infinite;
}

@keyframes bizTyperShimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.biz-offers-typer-cursor {
  display: inline-block;
  font-weight: 100;
  color: #0047ff;
  animation: bizTyperBlink 0.7s step-end infinite;
  margin-left: 2px;
  -webkit-text-fill-color: #0047ff;
}

@keyframes bizTyperBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.biz-offers-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.biz-offers-cta {
  text-align: center;
  margin-top: 1.5rem;
}

.biz-offers-cta p {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0;
}

.biz-offers-cto a {
  color: #0047ff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.biz-offers-cta a:hover {
  border-bottom-color: #0047ff;
}

/* Grid & Cards */
.biz-offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto 1.5rem;
}

.biz-offer-card {
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

.biz-offer-card:hover {
  transform: translateY(-4px);
}

.biz-offer-icon {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.biz-offer-name {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.2rem;
  line-height: 1.2;
  word-break: break-word;
}

.biz-offer-sub {
  font-size: 0.72rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.biz-offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.biz-offer-list li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
}

.biz-offer-list li i {
  font-size: 0.75rem;
  flex-shrink: 0;
}

.biz-offer-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  transition: all 0.3s ease;
}

/* Card: Packs (light blue) */
.biz-offer-card--pack {
  background: linear-gradient(160deg, #f8faff 0%, #eef4ff 100%);
  border: 1px solid rgba(0, 71, 255, 0.1);
}
.biz-offer-card--pack:hover {
  border-color: rgba(0, 71, 255, 0.25);
  box-shadow: 0 20px 50px rgba(0, 71, 255, 0.1);
}
.biz-offer-card--pack .biz-offer-icon { color: #0047ff; }
.biz-offer-card--pack .biz-offer-name { color: #0f172a; }
.biz-offer-card--pack .biz-offer-sub { color: #64748b; }
.biz-offer-card--pack .biz-offer-list li { color: #334155; }
.biz-offer-card--pack .biz-offer-list li i { color: #0047ff; }
.biz-offer-card--pack .biz-offer-btn {
  background: #0047ff;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 71, 255, 0.2);
}
.biz-offer-card--pack .biz-offer-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 71, 255, 0.3);
}

/* Card: Campus (dark blue) */
.biz-offer-card--campus {
  background: linear-gradient(160deg, #03060d 0%, #080c18 40%, #0a1020 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.biz-offer-card--campus:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.biz-offer-card--campus .biz-offer-icon { color: #22d3ee; }
.biz-offer-card--campus .biz-offer-name { color: #fff; }
.biz-offer-card--campus .biz-offer-sub { color: rgba(255, 255, 255, 0.55); }
.biz-offer-card--campus .biz-offer-list li { color: rgba(255, 255, 255, 0.75); }
.biz-offer-card--campus .biz-offer-list li i { color: #22d3ee; }
.biz-offer-card--campus .biz-offer-btn {
  background: transparent;
  color: #22d3ee;
  border: 1.5px solid #22d3ee;
}
.biz-offer-card--campus .biz-offer-btn:hover {
  background: #22d3ee;
  color: #0f172a;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(34, 211, 238, 0.3);
}

@media (max-width: 768px) {
  .biz-offers-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .biz-offer-card {
    padding: 1.25rem 1rem;
  }
}

/* ====================================================================
   E-CAMPUS CORPORATE
==================================================================== */
.biz-ecampus {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8faff 0%, #eef4ff 100%);
}

.biz-ecampus-layout {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.biz-ecampus-visual {
  flex: 1 1 0;
  min-width: 0;
}

.biz-ecampus-content {
  flex: 0 0 440px;
}

.biz-ecampus-tag {
  display: inline-flex;
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0047ff, #6366f1);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.biz-ecampus-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

.biz-ecampus-title-accent {
  background: linear-gradient(135deg, #0047ff, #6366f1, #22d3ee);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: bizHeroShimmer 4s ease-in-out infinite;
}

.biz-ecampus-desc {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  max-width: 480px;
}

.biz-ecampus-features {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.biz-ecampus-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.biz-ecampus-feature i {
  font-size: 1.1rem;
  color: #0047ff;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.biz-ecampus-feature strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}

.biz-ecampus-feature span {
  display: block;
  font-size: 0.7rem;
  color: #64748b;
  line-height: 1.3;
}

.biz-ecampus-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #0047ff, #6366f1);
  color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 71, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.biz-ecampus-btn:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 45px rgba(0, 71, 255, 0.4);
}

@media (max-width: 768px) {
  .biz-ecampus-layout {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .biz-ecampus-visual {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .biz-ecampus-content {
    text-align: center;
  }
  .biz-ecampus-features {
    align-items: center;
  }
  .biz-ecampus-feature {
    text-align: left;
    max-width: 320px;
  }
}

/* ====================================================================
   BRAND STRIP — SL Corporate
==================================================================== */
.biz-group-strip {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 1rem 0;
}

.biz-group-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.biz-group-strip-brand {
  display: flex;
  flex-direction: column;
}

.biz-group-strip-name {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.biz-group-strip-tag {
  font-size: 0.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.biz-group-strip-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.biz-group-strip-links a {
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.biz-group-strip-links a:hover {
  color: #22d3ee;
}

.biz-group-strip-dot {
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.2);
}

.biz-group-strip-copy {
  font-size: 0.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .biz-group-strip-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .biz-group-strip-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ====================================================================
   CATÉGORIES POPULAIRES
 ==================================================================== */
.biz-categories {
  padding: 1.5rem 0 1rem;
  background: #fff;
}

.biz-categories-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.biz-categories-text {
  flex: 0 0 200px;
  padding-top: 0.5rem;
}

.biz-categories-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}

.biz-cat-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  padding: 0.8rem 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.biz-cat-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.biz-cat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 0.5rem;
}

.biz-cat-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--sp-biz-navy);
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.biz-cat-count {
  font-size: 0.62rem;
  color: var(--sp-biz-text-muted);
  font-weight: 500;
}

@media (max-width: 1024px) {
  .biz-categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .biz-categories-layout {
    flex-direction: column;
    gap: 1.5rem;
  }
  .biz-categories-text {
    flex: none;
  }
  .biz-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====================================================================
   FORMATIONS TENDANCES
 ==================================================================== */
.biz-trending {
  padding: 1rem 0 1.5rem;
  background: #fff;
}

.biz-trending-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.biz-trending-text {
  flex: 0 0 200px;
  padding-top: 0.5rem;
}

.biz-trending-carousel {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.biz-trending-track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 2.5rem;
}

.biz-trending-track::-webkit-scrollbar {
  display: none;
}

.biz-trending-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  color: var(--sp-biz-navy);
  z-index: 5;
  transition: all 0.3s ease;
}

.biz-trending-next:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%) scale(1.08);
}

/* Course Card */
.biz-course-card {
  flex: 0 0 220px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.biz-course-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.biz-course-img {
  position: relative;
  height: 120px;
  overflow: hidden;
}

.biz-course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biz-course-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.52rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}

.biz-course-badge--top {
  background: #ef4444;
}

.biz-course-badge--new {
  background: #10b981;
}

.biz-course-badge--popular {
  background: #6366f1;
}

.biz-course-icon {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--sp-biz-blue);
}

.biz-course-body {
  padding: 0.7rem 0.8rem;
}

.biz-course-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sp-biz-navy);
  margin: 0 0 0.3rem;
  line-height: 1.25;
}

.biz-course-meta {
  font-size: 0.62rem;
  color: var(--sp-biz-text-muted);
  margin-bottom: 0.35rem;
}

.biz-course-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.58rem;
  color: var(--sp-biz-text-muted);
  margin-bottom: 0.35rem;
}

.biz-course-rating {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  font-weight: 600;
  color: var(--sp-biz-navy);
}

.biz-course-rating .ph-fill {
  color: #f59e0b;
  font-size: 0.65rem;
}

.biz-course-price {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--sp-biz-navy);
}

.biz-course-price--free {
  color: #10b981;
}

@media (max-width: 768px) {
  .biz-trending-layout {
    flex-direction: column;
    gap: 1.5rem;
  }
  .biz-trending-text {
    flex: none;
  }
  .biz-course-card {
    flex: 0 0 200px;
  }
}

/* ====================================================================
   AI COACH SECTION
 ==================================================================== */
.biz-ai-coach {
  padding: 0.75rem 0;
  background: #fff;
}

.biz-ai-coach-card {
  background: linear-gradient(160deg, #03060d 0%, #080c18 40%, #0a1020 100%);
  border-radius: 1rem;
  padding: 0.75rem 1.25rem;
  display: grid;
  grid-template-columns: 350px 180px 250px;
  justify-content: start;
  align-items: center;
  gap: 0.6rem;
  overflow: hidden;
  position: relative;
}

.biz-ai-coach-card::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, transparent 60%);
  top: -80px;
  right: -40px;
  pointer-events: none;
}

.biz-ai-coach-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.1) 0%, transparent 50%);
  bottom: -50px;
  left: 20%;
  pointer-events: none;
}

.biz-ai-coach-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.biz-ai-coach-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 0.95rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 0.15rem;
  letter-spacing: -0.02em;
}

.biz-ai-coach-title span { color: #22d3ee; }

.biz-ai-coach-desc {
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.25;
  margin: 0 0 0.25rem;
}

.biz-ai-coach-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.biz-ai-coach-features li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.48rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.biz-ai-coach-features li i { color: #22d3ee; font-size: 0.55rem; }

.biz-ai-coach-userchat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  z-index: 2;
  align-self: center;
}

.biz-ai-coach-aireply {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.biz-ai-chat-user {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  align-self: flex-end;
  margin-bottom: 0.1rem;
}

.biz-ai-chat-avatar {
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.35rem; color: rgba(255, 255, 255, 0.5);
}

.biz-ai-chat-label { font-size: 0.4rem; font-weight: 600; color: rgba(255, 255, 255, 0.45); }

.biz-ai-chat-bubble {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px 7px 2px 7px;
  padding: 0.25rem 0.4rem;
  font-size: 0.48rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 140px;
  align-self: flex-end;
}

.biz-ai-response-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  padding: 0.35rem 0.5rem;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.biz-ai-response-header {
  display: flex; align-items: center; gap: 0.2rem; margin-bottom: 0.1rem;
}

.biz-ai-response-icon {
  width: 12px; height: 12px; border-radius: 3px;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.35rem; color: #fff;
}

.biz-ai-response-header span { font-size: 0.45rem; font-weight: 700; color: #fff; }
.biz-ai-response-text { font-size: 0.45rem; color: rgba(255, 255, 255, 0.5); margin: 0 0 0.15rem; }

.biz-ai-response-path {
  display: flex; align-items: center; gap: 0.3rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 5px; padding: 0.2rem 0.3rem; margin-bottom: 0.15rem;
}

.biz-ai-path-badge {
  width: 20px; height: 20px; border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.biz-ai-path-badge span { font-size: 0.55rem; font-weight: 800; color: #fff; line-height: 1; }
.biz-ai-path-info strong { display: block; font-size: 0.48rem; font-weight: 700; color: #fff; }
.biz-ai-path-info span { font-size: 0.38rem; color: rgba(255, 255, 255, 0.4); }

.biz-ai-response-list {
  list-style: none; padding: 0; margin: 0 0 0.15rem;
  display: flex; flex-direction: column; gap: 0.05rem;
}

.biz-ai-response-list li {
  display: flex; align-items: center; gap: 0.15rem;
  font-size: 0.44rem; color: rgba(255, 255, 255, 0.65);
}

.biz-ai-response-list li i { color: #22d3ee; font-size: 0.45rem; }

.biz-ai-response-salary { font-size: 0.4rem; color: rgba(255, 255, 255, 0.45); margin-bottom: 0.15rem; }
.biz-ai-response-salary strong { color: #fff; }

.biz-ai-response-btn {
  display: block; width: 100%; text-align: center;
  padding: 0.25rem 0.35rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 4px; font-size: 0.44rem; font-weight: 700; color: #fff;
  text-decoration: none; transition: all 0.25s ease;
}

.biz-ai-response-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(99, 102, 241, 0.4);
}

.biz-ai-coach-brain-wrap {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  pointer-events: none;
  z-index: 1;
}

.biz-ai-brain {
  width: 180px; height: auto;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.6)) drop-shadow(0 0 50px rgba(139, 92, 246, 0.4));
  animation: bizBrainFloat 4s ease-in-out infinite;
}

@keyframes bizBrainFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-3px); }
}

.biz-ai-coach-orb {
  position: absolute; width: 110px; height: 110px; border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, transparent 60%);
  top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;
}

.biz-ai-coach-rings {
  position: absolute; width: 160px; height: 160px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  pointer-events: none; z-index: 2;
}

.biz-ai-coach-ring { position: absolute; border-radius: 50%; top: 50%; left: 50%; }

.biz-ai-coach-ring:nth-child(1) {
  width: 140px; height: 42px;
  border: 1.5px solid rgba(192, 132, 252, 0.35);
  transform: translate(-50%, -50%) rotate(-25deg);
  animation: bizRingRotate1 9s linear infinite;
  box-shadow: 0 0 8px rgba(192, 132, 252, 0.3);
}

.biz-ai-coach-ring:nth-child(2) {
  width: 150px; height: 46px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  transform: translate(-50%, -50%) rotate(30deg);
  animation: bizRingRotate2 13s linear infinite reverse;
  box-shadow: 0 0 6px rgba(168, 85, 247, 0.25);
}

@keyframes bizRingRotate1 {
  from { transform: translate(-50%, -50%) rotate(-25deg); }
  to { transform: translate(-50%, -50%) rotate(335deg); }
}

@keyframes bizRingRotate2 {
  from { transform: translate(-50%, -50%) rotate(30deg); }
  to { transform: translate(-50%, -50%) rotate(390deg); }
}

.biz-ai-coach-stars { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

.biz-ai-star {
  position: absolute; width: 2px; height: 2px;
  background: rgba(255, 255, 255, 0.5); border-radius: 50%;
  animation: bizStarPulse 2.5s ease-in-out infinite;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

.biz-ai-star:nth-child(1) { top: 12%; left: 42%; animation-delay: 0s; }
.biz-ai-star:nth-child(2) { top: 22%; left: 68%; animation-delay: 0.4s; }
.biz-ai-star:nth-child(3) { top: 50%; left: 75%; animation-delay: 0.8s; }
.biz-ai-star:nth-child(4) { top: 72%; left: 58%; animation-delay: 1.2s; }
.biz-ai-star:nth-child(5) { top: 32%; left: 85%; animation-delay: 1.6s; }
.biz-ai-star:nth-child(6) { top: 82%; left: 38%; animation-delay: 2s; }
.biz-ai-star:nth-child(7) { top: 8%; left: 82%; animation-delay: 0.3s; }

@keyframes bizStarPulse {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.4); }
}

@media (max-width: 1024px) {
  .biz-ai-coach-card {
    grid-template-columns: 280px 140px 200px;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
  }
  .biz-ai-coach-title { font-size: 0.75rem; }
  .biz-ai-coach-brain-wrap { width: 130px; height: 130px; right: 0.75rem; }
  .biz-ai-brain { width: 140px; }
}

@media (max-width: 768px) {
  .biz-ai-coach-card {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    text-align: center;
  }
  .biz-ai-coach-left { align-items: center; }
  .biz-ai-coach-features { align-items: center; }
  .biz-ai-coach-userchat { align-items: center; }
  .biz-ai-chat-user { align-self: center; }
  .biz-ai-chat-bubble { align-self: center; }
  .biz-ai-coach-aireply { align-items: center; }
  .biz-ai-response-card { max-width: 100%; }
  .biz-ai-coach-brain-wrap {
    position: relative; right: auto; top: auto; transform: none;
    width: 100%; height: 130px; margin-top: 0.25rem;
  }
  .biz-ai-brain { width: 130px; }
}

/* ====================================================================
   POURQUOI CHOISIR
==================================================================== */
.biz-why-us {
  padding: 1.5rem 0 1rem;
  background: #fff;
}

.biz-why-us-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.biz-why-us-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: var(--sp-biz-navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
  flex: 0 0 220px;
}

.biz-why-us-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.biz-why-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
}

.biz-why-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.biz-why-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.biz-why-info {
  display: flex;
  flex-direction: column;
}

.biz-why-val {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--sp-biz-navy);
  line-height: 1;
  letter-spacing: -0.02em;
}

.biz-why-label {
  font-size: 0.6rem;
  color: var(--sp-biz-text-muted);
  line-height: 1.3;
  margin-top: 0.1rem;
}

@media (max-width: 1024px) {
  .biz-why-us-layout {
    flex-direction: column;
    gap: 1rem;
  }
  .biz-why-us-title {
    flex: none;
  }
  .biz-why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .biz-why-us-grid {
    grid-template-columns: 1fr;
  }
  .biz-why-card {
    padding: 0.7rem;
  }
}

/* ====================================================================
   TÉMOIGNAGES
==================================================================== */
.biz-testimonials {
  padding: 1.5rem 0 2rem;
  background: #fff;
}

.biz-testimonials-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.biz-testimonials-text {
  flex: 0 0 200px;
  padding-top: 0.5rem;
}

.biz-testimonials-carousel {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.biz-testimonials-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 2.5rem;
}

.biz-testimonials-track::-webkit-scrollbar {
  display: none;
}

.biz-testi-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  color: var(--sp-biz-navy);
  z-index: 5;
  transition: all 0.3s ease;
}

.biz-testi-next:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%) scale(1.05);
}

.biz-testi-card {
  flex: 0 0 260px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  padding: 1rem;
  transition: all 0.3s ease;
}

.biz-testi-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.biz-testi-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.biz-testi-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.biz-testi-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sp-biz-navy);
}

.biz-testi-role {
  font-size: 0.62rem;
  color: var(--sp-biz-text-muted);
}

.biz-testi-quote {
  font-size: 0.72rem;
  color: #475569;
  line-height: 1.5;
  margin: 0 0 0.7rem;
  font-style: italic;
}

.biz-testi-stars {
  display: flex;
  gap: 0.15rem;
}

.biz-testi-stars i {
  font-size: 0.8rem;
  color: #f59e0b;
}

@media (max-width: 768px) {
  .biz-testimonials-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .biz-testimonials-text {
    flex: none;
  }
  .biz-testi-card {
    flex: 0 0 240px;
  }
}

/* ====================================================================
   PRICING SECTION
==================================================================== */
.biz-pricing {
  padding: 3rem 0;
  background: #fff;
}

.biz-pricing-layout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.biz-pricing-text {
  flex: 0 0 260px;
  padding-top: 1rem;
}

.biz-pricing-cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.biz-price-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.8rem;
  position: relative;
  transition: all 0.3s ease;
}

.biz-price-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.biz-price-card--featured {
  border-color: #6366f1;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.12);
}

.biz-price-card--featured:hover {
  box-shadow: 0 16px 48px rgba(99, 102, 241, 0.18);
}

.biz-price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #6366f1;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
}

.biz-price-tier {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--sp-biz-navy);
  margin-bottom: 0.15rem;
}

.biz-price-audience {
  font-size: 0.72rem;
  color: var(--sp-biz-text-muted);
  margin-bottom: 1rem;
}

.biz-price-val {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--sp-biz-navy);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.biz-price-val span {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--sp-biz-text-muted);
}

.biz-price-desc {
  font-size: 0.8rem;
  color: var(--sp-biz-text-muted);
  line-height: 1.5;
  margin: 0 0 1.2rem;
}

.biz-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.biz-price-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: #475569;
}

.biz-price-features li i {
  color: #10b981;
  font-size: 0.85rem;
  font-weight: 700;
}

.biz-price-btn {
  display: block;
  text-align: center;
  padding: 0.7rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.biz-price-btn--outline {
  background: transparent;
  border: 1.5px solid #e2e8f0;
  color: var(--sp-biz-navy);
}

.biz-price-btn--outline:hover {
  border-color: var(--sp-biz-navy);
  background: #f8fafc;
}

.biz-price-btn--primary {
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  color: #fff;
  border: none;
}

.biz-price-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}

@media (max-width: 1024px) {
  .biz-pricing-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .biz-pricing-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .biz-pricing-text {
    flex: none;
  }
}

/* ====================================================================
   ACTUALITÉS & CONSEILS
==================================================================== */
.biz-blog {
  padding: 3rem 0;
  background: #fff;
}

.biz-blog-layout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.biz-blog-text {
  flex: 0 0 260px;
  padding-top: 1rem;
}

.biz-blog-carousel {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.biz-blog-track {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 3rem;
}

.biz-blog-track::-webkit-scrollbar {
  display: none;
}

.biz-blog-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--sp-biz-navy);
  z-index: 5;
  transition: all 0.3s ease;
}

.biz-blog-next:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%) scale(1.05);
}

.biz-blog-card {
  flex: 0 0 280px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.biz-blog-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.biz-blog-img {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.biz-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biz-blog-tag {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: #6366f1;
}

.biz-blog-date {
  position: absolute;
  bottom: 0.7rem;
  left: 0.7rem;
  font-size: 0.6rem;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.biz-blog-body {
  padding: 1rem;
}

.biz-blog-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sp-biz-navy);
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.biz-blog-meta {
  font-size: 0.65rem;
  color: var(--sp-biz-text-muted);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

@media (max-width: 768px) {
  .biz-blog-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .biz-blog-text {
    flex: none;
  }
  .biz-blog-card {
    flex: 0 0 240px;
  }
}

/* ====================================================================
   FINAL CTA V2
==================================================================== */
.biz-final-cta-v2 {
  padding: 2rem 0 4rem;
  background: #fff;
}

.biz-final-cta-v2-inner {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
  border-radius: 1.5rem;
  padding: 3.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.biz-final-cta-v2-inner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.biz-final-cta-v2-title {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.biz-final-cta-v2-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  position: relative;
  z-index: 2;
}

.biz-final-cta-v2-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.biz-final-cta-v2-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

@media (max-width: 768px) {
  .biz-final-cta-v2-inner {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 2rem;
  }
}

/* ====================================================================
   DASHBOARD TEASER — Premium SaaS Look
==================================================================== */
.biz-dashboard-teaser {
  padding: 10rem 0;
  background: #f8fbff;
}

.teaser-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 5rem;
}

.teaser-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 850;
  color: var(--sp-biz-navy);
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.teaser-title .highlight {
  color: var(--sp-biz-blue);
}

.teaser-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  color: var(--sp-biz-text-muted);
  line-height: 1.6;
}

.biz-mockup-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #0f172a;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mockup-top-bar {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
}

.mockup-logo-area {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mockup-logo {
  height: 20px;
  width: auto;
  filter: brightness(0) invert(1);
}

.mockup-breadcrumb {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.mockup-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

.mockup-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 10px;
  border-radius: 99px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
}
.badge-text {
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
}

.mockup-content-layout {
  display: flex;
  min-height: 400px;
}

.mockup-sidebar {
  width: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mockup-nav-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.mockup-nav-item::after {
  content: "Cliquez";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(0, 71, 255, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mockup-nav-item:hover::after {
  opacity: 1;
}

.mockup-nav-item.active::after {
  content: "Actif";
  color: rgba(0, 71, 255, 0.6);
  opacity: 1;
}

.mockup-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding-right: 2.2rem;
}

.mockup-nav-item.active {
  background: rgba(0, 71, 255, 0.1);
  color: var(--sp-biz-blue);
  padding-right: 2rem;
  animation: mockupNavPulse 2s ease-in-out infinite;
}

@keyframes mockupNavPulse {
  0%, 100% { box-shadow: inset 3px 0 0 rgba(0, 71, 255, 0); }
  50% { box-shadow: inset 3px 0 0 rgba(0, 71, 255, 0.6); }
}

.mockup-main {
  flex: 1;
  background: #111827;
  padding: 2rem;
}

.mockup-welcome h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.italic-highlight {
  font-style: italic;
  color: var(--sp-biz-blue);
}

.mockup-welcome p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  margin-bottom: 2rem;
}

.mockup-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns to fill space better */
  gap: 1rem;
  margin-bottom: 2rem;
}

.mockup-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top-width: 3px;
  border-radius: 1rem;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.stat-data .stat-number {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.stat-data .stat-desc {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  text-transform: uppercase;
}

.mockup-chart-teaser {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1rem;
  padding: 1.5rem;
}

.chart-header {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem;
}

.chart-bar-group {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  height: 80px;
}

.chart-bar {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.chart-bar.active {
  background: var(--sp-biz-blue);
  box-shadow: 0 0 15px rgba(0, 71, 255, 0.3);
}

.mockup-tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.mockup-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mini components inside mockup */
.mockup-section-header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.mini-course-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mini-img {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.mini-course-card span {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.mini-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mini-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 12px;
}

.mini-list-item i {
  color: #10b981;
}
.mini-list-item span {
  color: #fff;
  font-size: 0.85rem;
  flex: 1;
}
.mini-list-item strong {
  color: var(--sp-biz-blue);
  font-size: 0.85rem;
}

.mini-user-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mini-user {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
}

.mini-avatar {
  width: 32px;
  height: 32px;
  background: #3b82f6;
  border-radius: 50%;
}

.mini-user-info span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  display: block;
}
.mini-user-info small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

/* Journey Section */
.biz-journey-section {
  padding: 10rem 0;
  background: #fff;
  position: relative;
}

.journey-header {
  text-align: center;
  margin-bottom: 6rem;
}

.journey-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--sp-biz-navy);
  letter-spacing: -0.04em;
}

.journey-title span {
  color: var(--sp-biz-blue);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}

.journey-card {
  position: relative;
  padding: 3rem 2rem;
  background: #f8fbff;
  border-radius: 2.5rem;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 71, 255, 0.03);
}

.journey-card:hover {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 71, 255, 0.08);
  border-color: rgba(0, 71, 255, 0.1);
}

.journey-step-num {
  font-size: 4rem;
  font-weight: 950;
  color: var(--sp-biz-blue);
  opacity: 0.08;
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.journey-icon-wrap {
  width: 64px;
  height: 64px;
  background: var(--sp-biz-blue);
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 20px rgba(0, 71, 255, 0.2);
}

.journey-card-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--sp-biz-navy);
  margin-bottom: 1rem;
}

.journey-card-text {
  font-size: 0.95rem;
  color: var(--sp-biz-text-muted);
  line-height: 1.6;
}

.journey-line {
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 2rem;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 71, 255, 0.2) 0,
    rgba(0, 71, 255, 0.2) 4px,
    transparent 4px,
    transparent 8px
  );
  z-index: 1;
}

@media (max-width: 1200px) {
  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .journey-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .biz-journey-section {
    padding: 5rem 0;
  }
}

/* 4. Pricing Dreamy Glass */
/* ====================================================================
   ELITE BUSINESS PACKAGES CAROUSEL
==================================================================== */
.studies-p-pkg-carousel-section {
  padding: 8rem 0;
  background: #ffffff;
  overflow: hidden;
}

.studies-p-pkg-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.studies-p-pkg-carousel-kicker {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--sp-biz-blue);
  margin-bottom: 0.8rem;
}

.studies-p-pkg-carousel-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--sp-biz-navy);
  line-height: 1.1;
  margin: 0;
}

.studies-p-pkg-carousel-title span {
  color: var(--sp-biz-blue);
}

.studies-p-pkg-carousel-nav {
  display: flex;
  gap: 1rem;
}

.studies-p-pkg-carousel-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(0, 71, 255, 0.1);
  background: #fff;
  color: var(--sp-biz-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.studies-p-pkg-carousel-btn:hover {
  background: var(--sp-biz-blue);
  color: #fff;
  border-color: var(--sp-biz-blue);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 71, 255, 0.2);
}

.studies-p-pkg-carousel-wrapper {
  position: relative;
  padding: 1rem 0;
}

.studies-p-pkg-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.studies-p-pkg-carousel-slide {
  flex: 0 0 calc(25% - 1.875rem);
  min-width: 300px;
}

.studies-p-pkg-carousel-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

.studies-p-pkg-carousel-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 71, 255, 0.1);
}

.studies-p-pkg-carousel-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.studies-p-pkg-carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.studies-p-pkg-carousel-card:hover .studies-p-pkg-carousel-img-wrap img {
  transform: scale(1.1);
}

.studies-p-pkg-carousel-cat {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(0, 71, 255, 0.9);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.studies-p-pkg-carousel-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.studies-p-pkg-carousel-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  line-height: 1.3;
  color: var(--sp-biz-navy);
}

.studies-p-pkg-carousel-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.studies-p-pkg-carousel-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sp-biz-blue);
}

.studies-p-pkg-carousel-action {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--sp-biz-navy);
  display: flex;
  align-items: center;
  gap: 8px;
}

.studies-p-pkg-carousel-footer-cta {
  margin-top: 4rem;
  text-align: center;
}

.studies-p-pkg-carousel-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2.5rem;
  background: transparent;
  border: 2px solid var(--sp-biz-blue);
  color: var(--sp-biz-blue);
  border-radius: 99px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.studies-p-pkg-carousel-btn-outline:hover {
  background: var(--sp-biz-blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 71, 255, 0.2);
}

@media (max-width: 1200px) {
  .studies-p-pkg-carousel-slide {
    flex: 0 0 calc(33.333% - 1.666rem);
  }
}

@media (max-width: 992px) {
  .studies-p-pkg-carousel-slide {
    flex: 0 0 calc(50% - 1.25rem);
  }
}

@media (max-width: 768px) {
  .studies-p-pkg-carousel-slide {
    flex: 0 0 85%;
  }
  .studies-p-pkg-carousel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

/* Mini components inside mockup (Catalogue, Packages, Teams) */
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.mini-course-card {
  background: rgba(255, 255, 255, 0.04);
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mini-img {
  height: 50px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border-radius: 10px;
}

.mini-course-card span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.mini-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mini-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.mini-list-item i {
  color: #10b981;
  font-size: 1.2rem;
}
.mini-list-item span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  flex: 1;
  font-weight: 600;
}
.mini-list-item strong {
  color: var(--sp-biz-blue);
  font-size: 0.85rem;
}

.mini-user-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mini-user {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.02);
}

.mini-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #3b82f6 0%, #2dd4bf 100%);
  border-radius: 50%;
}

.mini-user-info span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: block;
}
.mini-user-info small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}

/* ====================================================================
   HELIX JOURNEY — Minimalist & Abstract
==================================================================== */
.biz-helix-journey {
  padding: 12rem 0;
  background: #fff;
  overflow: hidden;
}

.helix-header {
  margin-bottom: 8rem;
  text-align: center;
}

.helix-kicker {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--sp-biz-blue);
  margin-bottom: 1rem;
}

.helix-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 950;
  color: var(--sp-biz-navy);
  letter-spacing: -0.05em;
}

.helix-title span {
  color: var(--sp-biz-blue);
}

.helix-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.helix-step {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.helix-step:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.helix-node {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid rgba(0, 71, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--sp-biz-blue);
  box-shadow: 0 20px 40px rgba(0, 71, 255, 0.05);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  flex-shrink: 0;
}

.helix-step:hover .helix-node {
  background: var(--sp-biz-blue);
  color: #fff;
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 30px 60px rgba(0, 71, 255, 0.2);
}

.helix-content {
  flex: 1;
}

.helix-content h3 {
  font-size: 1.8rem;
  font-weight: 850;
  color: var(--sp-biz-navy);
  margin-bottom: 0.8rem;
}

.helix-content p {
  font-size: 1.1rem;
  color: var(--sp-biz-text-muted);
  line-height: 1.6;
  max-width: 400px;
}

.helix-step:nth-child(even) p {
  margin-left: auto;
}

.helix-line {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 71, 255, 0.1) 10%,
    rgba(0, 71, 255, 0.1) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 1;
}

/* ====================================================================
   BENTO INSIGHTS — Modern Grid
==================================================================== */
.biz-insights-bento {
  padding: 8rem 0;
  background: #f8fbff;
}

.bento-header {
  margin-bottom: 5rem;
}

.bento-title {
  font-size: 3rem;
  font-weight: 900;
  color: var(--sp-biz-navy);
  letter-spacing: -0.03em;
}

.bento-title span {
  color: var(--sp-biz-blue);
}

.bento-subtitle {
  font-size: 1.2rem;
  color: var(--sp-biz-text-muted);
  margin-top: 0.5rem;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2rem;
}

.bento-card {
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 71, 255, 0.05);
  transition: all 0.5s ease;
}

.card-large {
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 4rem;
  background: #0f172a;
}

.card-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(15, 23, 42, 0.9) 0%,
    rgba(30, 58, 138, 0.4) 100%
  );
  z-index: 1;
}

.card-large .card-content {
  position: relative;
  z-index: 2;
  max-width: 550px;
}

.card-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 99px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.card-large .card-title {
  font-size: 2.8rem;
  font-weight: 850;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.card-large .card-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
}

.card-link {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: gap 0.3s ease;
}

.card-link:hover {
  gap: 1.2rem;
}

.bento-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card-podcast {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.podcast-thumb {
  height: 180px;
  background: #e2e8f0;
}

.podcast-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-podcast .card-content {
  padding: 2rem;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--sp-biz-blue);
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.card-podcast .card-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--sp-biz-navy);
  line-height: 1.3;
}

.card-footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.duration {
  font-size: 0.8rem;
  color: var(--sp-biz-text-muted);
  font-weight: 600;
}
.card-footer i {
  font-size: 1.8rem;
  color: var(--sp-biz-blue);
}

.card-whitepaper {
  background: #0f172a;
  padding: 2.5rem;
  display: flex;
  align-items: center;
}

.card-whitepaper .card-meta {
  color: rgba(255, 255, 255, 0.5);
}
.card-whitepaper .card-title {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
  flex: 1;
}
.card-download {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 1100px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .card-large {
    min-height: 400px;
    padding: 2.5rem;
  }
  .helix-step,
  .helix-step:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }
  .helix-line {
    display: none;
  }
  .helix-content p {
    margin: 0 auto;
  }
}

/* Mini content details in mockup */
.img-biz-1 {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
}
.img-biz-2 {
  background-image: url("https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
}
.img-biz-3 {
  background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
}

.mini-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.mini-tag {
  font-size: 0.6rem;
  color: var(--sp-biz-blue);
  font-weight: 800;
  text-transform: uppercase;
}
.mini-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.item-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.item-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}
.item-status {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.4);
}
.item-qty {
  font-size: 0.8rem;
  color: var(--sp-biz-blue);
}

.av-1 {
  background-image: url("https://i.pravatar.cc/100?u=sarah");
  background-size: cover;
}
.av-2 {
  background-image: url("https://i.pravatar.cc/100?u=marc");
  background-size: cover;
}
.av-3 {
  background-image: url("https://i.pravatar.cc/100?u=ines");
  background-size: cover;
}
.u-progress {
  font-size: 0.65rem;
  color: #10b981;
  font-weight: 700;
}

/* Modal Style */
.biz-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
}

.biz-modal.active {
  display: flex;
}

.biz-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.biz-modal.active .biz-modal-overlay {
  opacity: 1;
}

.biz-modal-container {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 32px;
  overflow: hidden;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 50px 100px -20px rgba(15, 23, 42, 0.3);
}

.biz-modal.active .biz-modal-container {
  transform: translateY(0);
  opacity: 1;
}

.biz-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: #f1f5f9;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.biz-modal-close:hover {
  background: var(--sp-biz-navy);
  color: #fff;
  transform: rotate(90deg);
}

.biz-modal-body {
  padding: 3rem;
  overflow-y: auto;
  max-height: 90vh;
}

.biz-modal-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 4rem;
}

.modal-side-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modal-thumb {
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.stat-box {
  background: #f8fbff;
  padding: 1.5rem;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.stat-val {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--sp-biz-blue);
}

.stat-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

.modal-main-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--sp-biz-navy);
  margin-bottom: 2rem;
}

.modal-tabs {
  display: flex;
  gap: 2rem;
  border-bottom: 2px solid #f1f5f9;
  margin-bottom: 2rem;
}

.tab-btn {
  background: transparent;
  border: none;
  padding: 1rem 0;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab-btn.active {
  color: var(--sp-biz-blue);
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--sp-biz-blue);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

#modal-description {
  line-height: 1.8;
  color: #475569;
  font-size: 1.05rem;
}

.modal-formations-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.formation-item-info h4 {
  margin: 0;
  font-weight: 700;
  color: var(--sp-biz-navy);
}

.formation-item-info span {
  font-size: 0.8rem;
  color: #64748b;
}

.modal-benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.modal-benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  color: #475569;
}

.modal-benefits-list li i {
  color: #22c55e;
  font-size: 1.2rem;
}

/* Professional Pricing: Dreamy Glass (Restored from line 259 onwards) */
.studies-p-biz-pricing-dreamy {
  padding: 3rem 0 6rem;
  background: radial-gradient(circle at 50% 0%, #f8fbff 0%, #ffffff 100%);
}

.biz-pricing-grid-glass {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-top: 3rem;
}

.biz-price-card-premium {
  background: white;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(15, 23, 42, 0.04);
  padding: 5rem 3.5rem;
  border-radius: 4rem;
  text-align: center;
  position: relative;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.03);
}

.biz-price-card-premium:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 60px 120px rgba(15, 23, 42, 0.08);
}

.plan-label {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: var(--sp-biz-text-muted);
  margin-bottom: 1.5rem;
}

.plan-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--sp-biz-navy);
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.plan-price span {
  font-size: 1.1rem;
  color: var(--sp-biz-text-muted);
  font-weight: 600;
}

.plan-desc {
  color: var(--sp-biz-text-muted);
  margin-bottom: 3rem;
}

.plan-features {
  list-style: none;
  text-align: left;
  margin-bottom: 4rem;
  flex-grow: 1;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
  color: var(--sp-biz-text);
}

.plan-features li i {
  color: var(--sp-biz-cyan);
  font-size: 1.2rem;
}

.btn-plan {
  background: var(--sp-biz-soft-blue);
  color: var(--sp-biz-navy);
  padding: 1.1rem 2rem;
  border-radius: 12px; /* Square/Slightly rounded for business feel */
  font-weight: 800;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05);
  width: 100%;
}

.btn-plan:hover {
  transform: translateY(-5px);
  background: var(--sp-biz-navy);
  color: #fff;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.15);
}

.btn-plan:active {
  transform: translateY(-2px) scale(0.98);
}

/* Featured Card */
.biz-price-card-premium.featured {
  background: var(--sp-biz-navy);
  color: white;
  border: none;
  overflow: hidden;
}

.biz-price-card-premium.featured .plan-label,
.biz-price-card-premium.featured .plan-price,
.biz-price-card-premium.featured .plan-desc,
.biz-price-card-premium.featured .plan-features li {
  color: white;
}

.biz-price-card-premium.featured .plan-price span {
  color: rgba(255, 255, 255, 0.6);
}

.biz-price-card-premium.featured .btn-plan {
  background: var(--sp-biz-cyan);
  color: var(--sp-biz-navy);
  border: none;
  box-shadow: 0 8px 25px rgba(0, 212, 170, 0.25);
}

.biz-price-card-premium.featured .btn-plan:hover {
  background: #fff;
  color: var(--sp-biz-navy);
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 212, 170, 0.35);
}

.plan-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: var(--sp-biz-cyan);
  color: var(--sp-biz-navy);
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
}

.glint-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: none;
}

.biz-price-card-premium.featured:hover .glint-overlay {
  animation: glintEffect 1s ease forwards;
}

@keyframes glintEffect {
  from {
    left: -100%;
  }
  to {
    left: 200%;
  }
}

/* 5. Final CTA Aura */
.biz-final-cta {
  padding: 5rem 0 12rem;
}

.cta-glass-card {
  background: var(--sp-biz-navy);
  padding: 7rem 4rem;
  border-radius: 4rem;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-glass-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(0, 71, 255, 0.15) 0%,
    transparent 60%
  );
  z-index: 1;
}

.cta-glass-card h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}

.cta-glass-card p {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 5;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 5;
}

.btn-biz-primary {
  background: var(--sp-biz-blue);
  color: #fff;
  padding: 1.1rem 2.2rem;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(30, 58, 138, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-biz-primary:hover {
  transform: translateY(-5px);
  background: var(--sp-biz-navy);
  box-shadow: 0 15px 35px rgba(30, 58, 138, 0.3);
}

.btn-biz-text {
  color: white;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.btn-biz-text:hover {
  color: var(--sp-biz-cyan);
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .hero-assistant-wrap {
    width: 100%;
    margin-top: 4rem;
  }
  .biz-sol-grid-minimal,
  .biz-pricing-grid-glass {
    grid-template-columns: 1fr;
  }
  .hero-cta-group {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .cta-glass-card {
    padding: 3rem 1.5rem;
    border-radius: 2rem;
  }
  .cta-glass-card h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .cta-glass-card p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  .cta-actions {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
  }
  .btn-biz-primary {
    width: 100%;
    padding: 1rem;
  }
  .btn-biz-text {
    width: 100%;
    justify-content: center;
  }
}

/* ====================================================================
   BUTTONS & CTA
==================================================================== */
.biz-all-pkgs-cta {
  text-align: center;
  margin-top: 5rem;
}

.btn-biz-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 3rem;
  border: 1px solid #e2e8f0;
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-biz-outline:hover {
  background: #f8fafc;
  border-color: #0f172a;
  transform: translateY(-2px);
}

/* ====================================================================
   FORMATIONS SECTION
==================================================================== */
.biz-formations-section {
  padding: 10rem 0;
  background: #fcfdfe;
  border-top: 1px solid #f1f5f9;
}

.biz-course-card .biz-elite-img {
  filter: grayscale(1) brightness(0.9);
}

.biz-course-card:hover .biz-elite-img {
  filter: grayscale(0.5) brightness(1);
}

/* ====================================================================
   HELIX JOURNEY — Minimalist & Abstract Ascension
==================================================================== */
.biz-helix-journey {
  padding: 12rem 0;
  background: #fff;
  overflow: hidden;
}

.helix-header {
  margin-bottom: 8rem;
  text-align: center;
}

.helix-kicker {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--sp-biz-blue);
  margin-bottom: 1.5rem;
}

.helix-title {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 950;
  color: var(--sp-biz-navy);
  letter-spacing: -0.05em;
  line-height: 1;
}

.helix-title span {
  color: var(--sp-biz-blue);
}

.helix-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.helix-step {
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
  z-index: 2;
  transition: all 0.6s var(--sp-biz-ease, ease);
}

.helix-step:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.helix-node {
  width: 90px;
  height: 90px;
  background: #fff;
  border: 1px solid rgba(0, 71, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--sp-biz-blue);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  flex-shrink: 0;
  position: relative;
}

.helix-step::before {
  content: attr(data-step);
  position: absolute;
  top: -2rem;
  left: 100px;
  font-size: 6rem;
  font-weight: 950;
  color: var(--sp-biz-blue);
  opacity: 0.03;
  z-index: -1;
}

.helix-step:nth-child(even)::before {
  left: auto;
  right: 100px;
}

.helix-step:hover .helix-node {
  background: var(--sp-biz-blue);
  color: #fff;
  transform: scale(1.15) rotate(15deg);
  box-shadow: 0 30px 70px rgba(0, 71, 255, 0.25);
  border-color: var(--sp-biz-blue);
}

.helix-content {
  flex: 1;
}

.helix-content h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--sp-biz-navy);
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

.helix-content p {
  font-size: 1.2rem;
  color: var(--sp-biz-text-muted);
  line-height: 1.7;
  max-width: 450px;
}

.helix-step:nth-child(even) p {
  margin-left: auto;
}

.helix-line {
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: 50%;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 10px,
    rgba(0, 71, 255, 0.2) 10px,
    rgba(0, 71, 255, 0.2) 20px
  );
  background-size: 100% 200%;
  transform: translateX(-50%);
  z-index: 1;
  animation: helixLineFlow 20s linear infinite;
}

@keyframes helixLineFlow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}

.helix-step:hover .helix-content {
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 71, 255, 0.15);
  border-color: var(--sp-biz-blue);
  transform: scale(1.02);
}

.helix-node::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 1px solid var(--sp-biz-blue);
  opacity: 0;
  animation: helixNodePulse 2s infinite;
}

@keyframes helixNodePulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ====================================================================
   BENTO INSIGHTS — Strategic Curation
==================================================================== */
.biz-insights-bento {
  padding: 10rem 0;
  background: linear-gradient(to bottom, #fff, #f8fbff);
}

.bento-header {
  margin-bottom: 6rem;
  max-width: 700px;
}

.bento-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 950;
  color: var(--sp-biz-navy);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.bento-title span {
  color: var(--sp-biz-blue);
}

.bento-subtitle {
  font-size: 1.3rem;
  color: var(--sp-biz-text-muted);
  margin-top: 1rem;
  line-height: 1.6;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 2.5rem;
}

.bento-card {
  background: #fff;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.04);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.bento-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.1);
}

.card-large {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding: 5rem;
  background: #0f172a;
}

.card-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(15, 23, 42, 0.95) 0%,
    rgba(30, 58, 138, 0.3) 100%
  );
  z-index: 1;
}

.card-large .card-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.card-tag {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 99px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.card-large .card-title {
  font-size: 3.2rem;
  font-weight: 950;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.card-large .card-text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 3rem;
  line-height: 1.7;
}

.card-link {
  color: #fff;
  font-weight: 750;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.card-link i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.card-link:hover i {
  transform: translateX(8px);
}

.bento-stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.card-podcast {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.podcast-thumb {
  height: 220px;
  background: #1e293b;
  overflow: hidden;
}

.podcast-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.8s ease;
}
.card-podcast:hover img {
  transform: scale(1.1);
}

.card-podcast .card-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--sp-biz-blue);
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
}

.card-podcast .card-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--sp-biz-navy);
  line-height: 1.3;
  margin-bottom: auto;
}

.card-footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.duration {
  font-size: 0.9rem;
  color: var(--sp-biz-text-muted);
  font-weight: 700;
}
.card-footer i {
  font-size: 2.2rem;
  color: var(--sp-biz-blue);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.card-footer i:hover {
  transform: scale(1.2);
}

.card-whitepaper {
  background: #0f172a;
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.card-whitepaper .card-meta {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
}
.card-whitepaper .card-title {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  flex: 1;
  line-height: 1.4;
}
.card-download {
  color: #fff;
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
.card-download:hover {
  transform: translateY(3px);
}

/* Mockup Content Styling */
.img-biz-1 {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
}
.img-biz-2 {
  background-image: url("https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
}
.img-biz-3 {
  background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
}

.mini-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.mini-tag {
  font-size: 0.6rem;
  color: var(--sp-biz-blue);
  font-weight: 800;
  text-transform: uppercase;
}
.mini-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.item-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.bg-green-dim {
  background: rgba(16, 185, 129, 0.1);
  color: #34d399;
}
.item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.item-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}
.item-status {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.4);
}
.item-qty {
  font-size: 0.8rem;
  color: var(--sp-biz-blue);
}

.av-1 {
  background-image: url("https://i.pravatar.cc/100?u=sarah");
  background-size: cover;
}
.av-2 {
  background-image: url("https://i.pravatar.cc/100?u=marc");
  background-size: cover;
}
.av-3 {
  background-image: url("https://i.pravatar.cc/100?u=ines");
  background-size: cover;
}
.u-progress {
  font-size: 0.7rem;
  color: #10b981;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .card-large {
    min-height: 400px;
    padding: 3rem;
  }
  .helix-step,
  .helix-step:nth-child(even) {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .helix-line {
    display: none;
  }
  .helix-content p {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .studies-p-biz-container {
    padding: 0 2rem;
  }
  .card-large .card-title {
    font-size: 2.2rem;
  }
  .helix-title {
    font-size: 2.8rem;
  }
}

/* ====================================================================
   RE-DESIGN: HELIX HORIZONTAL PINNED
==================================================================== */
.biz-helix-journey {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 600px; /* Fixed height to avoid too much vertical space */
  display: flex;
  align-items: center;
}

.helix-pinned-wrapper {
  display: flex;
  align-items: center;
  padding: 0 10vw;
  gap: 10rem;
  width: max-content;
  position: relative;
  transition: transform 0.1s linear;
}

.helix-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
  width: 400px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.helix-node {
  width: 85px;
  height: 85px;
  background: var(--sp-biz-blue); /* Default Blue */
  color: #fff; /* Default White text */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 10px 30px rgba(0, 71, 255, 0.2);
  border: 4px solid #fff;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 5;
}

.helix-step:hover .helix-node {
  background: #4f46e5; /* Indigo on hover */
  transform: scale(1.15) rotate(15deg);
  box-shadow: 0 15px 40px rgba(79, 70, 229, 0.3);
}

.helix-content {
  padding: 3rem;
  background: #fff;
  border-radius: 2.5rem;
  border: 3px solid rgba(0, 71, 255, 0.12); /* Strengthened Border */
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);
  transition: all 0.5s ease;
  position: relative;
}

.helix-step:hover .helix-content {
  border-color: #4f46e5; /* Indigo border on hover */
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(79, 70, 229, 0.1);
}

.helix-line-horizontal {
  position: absolute;
  top: 42px; /* Center of node */
  left: 10vw;
  right: 10vw;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    transparent,
    transparent 10px,
    rgba(0, 71, 255, 0.2) 10px,
    rgba(0, 71, 255, 0.2) 20px
  );
  background-size: 200% 100%;
  z-index: 1;
  animation: helixLineFlowX 20s linear infinite;
}

@keyframes helixLineFlowX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.helix-header-sticky {
  position: absolute;
  top: 4rem;
  left: 6rem;
  z-index: 10;
}

/* ====================================================================
   BENTO RE-FINEMENT — Captured Look
==================================================================== */
.biz-insights-bento {
  padding: 12rem 0;
  background: #fcfdfe;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 2rem;
}

.card-large {
  min-height: 650px;
  background-image: url("https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=1200");
  background-size: cover;
  background-position: center;
  border-radius: 3rem;
  display: flex;
  align-items: flex-end;
  padding: 5rem;
  position: relative;
  overflow: hidden;
}

.card-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.95) 0%,
    rgba(15, 23, 42, 0.2) 60%,
    transparent 100%
  );
  z-index: 1;
}

.card-large .card-content {
  position: relative;
  z-index: 2;
  max-width: 550px;
}

.card-large .card-title {
  font-size: 3.2rem;
  font-weight: 950;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}

.card-large .card-text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3rem;
  line-height: 1.6;
}

.card-podcast {
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.podcast-thumb {
  position: relative;
  height: 200px;
}

.play-overlay {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: var(--sp-biz-blue);
  background: #fff;
  border-radius: 50%;
  line-height: 1;
}

.card-podcast .card-content {
  padding: 2.5rem;
}

.card-podcast .card-title {
  font-size: 1.4rem;
  font-weight: 850;
  color: var(--sp-biz-navy);
  line-height: 1.3;
}

.card-whitepaper {
  background: #060818;
  border-radius: 2.5rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-whitepaper .card-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 850;
  margin-top: 1rem;
}

.card-download {
  color: #fff;
  font-size: 2rem;
  margin-top: 2rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.card-download:hover {
  opacity: 1;
}

/* FIX: Packages Margin */
.studies-p-pkg-carousel-section {
  padding: 10rem 0;
}

.biz-packs .studies-p-biz-container {
  padding: 0 2rem;
}

@media (max-width: 1200px) {
  .helix-step {
    flex-direction: column;
    text-align: center;
    margin-bottom: 5rem;
  }
  .helix-node {
    margin: 2rem 0;
  }
  .helix-line {
    display: none;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
}

/* ====================================================================
   REFINEMENTS: FINAL POLISH
==================================================================== */

/* 1. Robot Adjustment — removed (old hero replaced) */

/* 2. Packages Margin Fix */
.studies-p-pkg-carousel-section {
  padding: 8rem 0;
}

.studies-p-pkg-carousel-section .studies-p-biz-container {
  padding: 0 6rem !important; /* Extreme margins */
}

/* 3. Dashboard Catalogue Text Visibility */
.mini-course-card {
  background: rgba(255, 255, 255, 0.08) !important;
}

.mini-title {
  color: #ffffff !important; /* Force white on dark mockup background */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.mini-tag {
  color: var(--sp-biz-cyan) !important;
}

/* 4. Helix Journey Passive Animations */
.helix-node {
  animation: helixFloat 3s ease-in-out infinite;
}

.helix-step:nth-child(even) .helix-node {
  animation-delay: 1.5s;
}

.helix-content {
  animation: helixSlide 4s ease-in-out infinite alternate;
}

@keyframes helixFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes helixSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

.helix-step:nth-child(even) .helix-content {
  animation-name: helixSlideReverse;
}

@keyframes helixSlideReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}

/* 5. Insights Section Height Limit & Visibility */
.biz-insights-bento .bento-grid {
  height: 500px; /* Fixed height */
  overflow: visible; /* Changed to visible to avoid cutting cards if they exceed slightly */
}

.card-large {
  min-height: 500px !important;
  height: 500px !important;
}

.bento-stack {
  height: 500px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-podcast {
  height: 280px; /* Slightly taller */
  flex: none;
}

.card-whitepaper {
  height: 200px; /* Adjusted to fit the remaining space */
  flex: none;
  padding: 2rem !important;
}

.card-large .card-title {
  font-size: 2.2rem;
}

/* Force Package Margin on Carousel */
.studies-p-pkg-carousel-wrapper {
  padding: 2rem 6rem;
  margin: 0 -6rem; /* Negative margin to counteract container padding but we want visible padding */
  overflow: visible;
}

.studies-p-pkg-carousel-track {
  padding-right: 6rem; /* Ensure right corner has margin */
}

/* ====================================================================
   RE-INVENT: HELIX JOURNEY — Digital Blueprint Flow
==================================================================== */
.biz-helix-journey {
  background: #060818; /* Deep Midnight for high contrast */
  color: #fff;
  height: 800px; /* Slightly taller for more presence */
}

.helix-header-sticky {
  left: 5rem;
  top: 5rem;
}

.helix-header-sticky .helix-title {
  color: #fff;
  font-size: 4.5rem;
  text-shadow: 0 0 30px rgba(0, 71, 255, 0.3);
}

.helix-pinned-wrapper {
  padding-left: 30vw; /* Start further in */
  gap: 15rem;
}

.helix-step {
  width: 450px;
  text-align: left;
  align-items: flex-start;
  perspective: 1000px;
}

.helix-node {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--sp-biz-blue), var(--sp-biz-cyan));
  border: none;
  font-size: 2.2rem;
  box-shadow: 0 0 40px rgba(0, 71, 255, 0.4);
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
}

.helix-content {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem;
  border-radius: 0; /* Industrial Blueprint Look */
  border-left: 5px solid var(--sp-biz-blue);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  transform: rotateY(-10deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.helix-step:hover .helix-content {
  transform: rotateY(0) scale(1.05);
  background: rgba(15, 23, 42, 0.9);
  border-left-color: var(--sp-biz-cyan);
  box-shadow: 0 50px 100px rgba(0, 71, 255, 0.2);
}

.helix-step::before {
  /* Oversized Step Number */
  content: attr(data-step);
  position: absolute;
  top: -4rem;
  right: -2rem;
  font-size: 15rem;
  font-weight: 950;
  color: #fff;
  opacity: 0.05;
  font-family: var(--font-display);
  z-index: -1;
  transition: opacity 0.6s ease;
}

.helix-step:hover::before {
  opacity: 0.15;
  color: var(--sp-biz-blue);
}

.helix-content h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.helix-content p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.15rem;
}

.helix-line-horizontal {
  background: repeating-linear-gradient(
    to right,
    transparent,
    transparent 20px,
    rgba(0, 71, 255, 0.3) 20px,
    rgba(0, 71, 255, 0.3) 40px
  );
  height: 4px;
  top: 50px;
}

/* Add a background grid for the "Blueprint" feel */
.biz-helix-journey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 71, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 71, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  pointer-events: none;
}

/* ====================================================================
   RE-INVENT: THE NEBULA FLOW (Pure Creativity)
==================================================================== */
.biz-helix-journey {
  background: #020617; /* Even deeper space */
  height: 900px;
  display: flex;
  align-items: center;
  perspective: 2000px;
}

.nebula-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(0, 71, 255, 0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(79, 70, 229, 0.1), transparent 40%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.helix-pinned-wrapper {
  padding: 0 40vw; /* Start with dramatic entrance */
  gap: 25rem; /* Massive space for narrative breathing */
  display: flex;
  align-items: center;
}

.helix-step {
  width: 550px;
  position: relative;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Asymmetric vertical positioning for dynamic flow */
.helix-step:nth-child(odd) {
  transform: translateY(-80px);
}
.helix-step:nth-child(even) {
  transform: translateY(80px);
}

.helix-step:hover {
  transform: translateY(0) scale(1.05) !important;
}

.nebula-node-wrap {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
}

.liquid-node {
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, var(--sp-biz-blue), #4f46e5);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: liquidMorph 8s ease-in-out infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  box-shadow: 0 0 50px rgba(0, 71, 255, 0.3);
}

@keyframes liquidMorph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

.helix-content {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 5rem;
  border-radius: 4rem;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.helix-content h3 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.helix-content p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  max-width: 400px;
}

.helix-step-number {
  position: absolute;
  top: -2rem;
  left: 2rem;
  font-size: 10rem;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.03);
  z-index: -1;
}

.nebula-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1000 400" xmlns="http://www.w3.org/2000/svg"><path d="M0,200 C200,100 400,300 600,200 C800,100 1000,200" stroke="rgba(0,71,255,0.1)" stroke-width="2" fill="none" /></svg>');
  background-size: cover;
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 0;
}

/* Old robot titan scale removed — new hero uses .biz-hero-robot */

/* ====================================================================
   RE-INVENT: THE PRISTINE FLOW (Light Theme & Compact)
==================================================================== */
.biz-helix-journey {
  background: #f8fafc; /* Soft light background */
  height: 600px; /* Reduced height */
  display: flex;
  align-items: center;
  perspective: 1500px;
}

.nebula-bg {
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 71, 255, 0.03), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(0, 71, 255, 0.05), transparent 30%);
}

.helix-header-sticky .helix-title {
  color: var(--sp-biz-navy);
  font-size: 3.2rem;
  text-shadow: none;
}

.helix-pinned-wrapper {
  padding: 0 20vw;
  gap: 12rem;
}

.helix-step {
  width: 380px;
}

/* Re-adjust vertical stagger for 600px height */
.helix-step:nth-child(odd) {
  transform: translateY(-40px);
}
.helix-step:nth-child(even) {
  transform: translateY(40px);
}

.liquid-node {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid rgba(0, 71, 255, 0.1);
  color: var(--sp-biz-blue);
  box-shadow: 0 10px 30px rgba(0, 71, 255, 0.05);
  font-size: 2rem;
}

.helix-content {
  background: #fff;
  border: 1px solid rgba(0, 71, 255, 0.08);
  padding: 2.5rem;
  border-radius: 2rem;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.03);
}

.helix-content h3 {
  font-size: 1.5rem;
  color: var(--sp-biz-navy);
  margin-bottom: 1rem;
}

.helix-content p {
  font-size: 1rem;
  color: var(--sp-biz-text-muted);
}

.helix-step-number {
  color: rgba(0, 71, 255, 0.04);
  font-size: 7rem;
}

.nebula-line {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1000 400" xmlns="http://www.w3.org/2000/svg"><path d="M0,200 C200,100 400,300 600,200 C800,100 1000,200" stroke="rgba(0,71,255,0.08)" stroke-width="2" fill="none" /></svg>');
  opacity: 0.8;
}

/* Fix grid color for light theme */
.biz-helix-journey::after {
  background-image:
    linear-gradient(rgba(0, 71, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 71, 255, 0.02) 1px, transparent 1px);
}

/* ====================================================================
   FINAL REFINEMENT: THE VIBRANT PATH (High Contrast & Sparkle)
==================================================================== */
.biz-helix-journey {
  background: #fdfdfe;
  height: 700px; /* Slightly more room */
  padding-top: 100px; /* Space for the title */
}

.helix-header-sticky {
  top: 4rem;
  left: 6rem;
}

.helix-pinned-wrapper {
  padding-top: 50px; /* Lower the track to avoid obstructing title */
}

.helix-content {
  background: #ffffff;
  border: 2px solid rgba(79, 70, 229, 0.15); /* Indigo-ish border */
  box-shadow:
    0 10px 30px rgba(0, 71, 255, 0.05),
    0 30px 60px rgba(15, 23, 42, 0.08); /* Stronger shadow for depth */
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.helix-step:hover .helix-content {
  background: #ffffff;
  border-color: #4f46e5; /* Indigo on hover */
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 40px 100px rgba(79, 70, 229, 0.2);
}

.liquid-node {
  background: linear-gradient(135deg, #4f46e5, var(--sp-biz-blue));
  border: 4px solid #fff;
  box-shadow: 0 10px 40px rgba(79, 70, 229, 0.4);
  position: relative;
  overflow: hidden;
}

/* Shimmer/Sparkle Animation for Nodes */
.liquid-node::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(45deg);
  animation: sparkleNode 3s infinite;
}

@keyframes sparkleNode {
  0% {
    transform: translate(-100%, -100%) rotate(45deg);
  }
  100% {
    transform: translate(100%, 100%) rotate(45deg);
  }
}

.helix-step-number {
  color: rgba(79, 70, 229, 0.08); /* More visible Indigo-tinted numbers */
  font-size: 12rem;
  top: -4rem;
}

.nebula-line {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1000 400" xmlns="http://www.w3.org/2000/svg"><path d="M0,200 C200,100 400,300 600,200 C800,100 1000,200" stroke="rgba(79,70,229,0.15)" stroke-width="3" fill="none" /></svg>');
  opacity: 1;
}

/* Kicker Styling for visibility */
.helix-kicker {
  color: #4f46e5;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

/* ====================================================================
   FIX: BENTO GRID CONTOURS & VISIBILITY
==================================================================== */
.biz-insights-bento {
  background: #f8fafc; /* Slightly darker light background for contrast */
}

.bento-card {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.bento-card:hover {
  border-color: rgba(79, 70, 229, 0.2) !important;
  box-shadow: 0 30px 60px rgba(79, 70, 229, 0.1) !important;
}

.card-large {
  border: none !important; /* Image background card doesn't need border */
}

.card-podcast,
.card-whitepaper {
  background: #ffffff !important;
}

.card-whitepaper {
  background: #ffffff !important; /* Was dark before, making it white for consistency */
  border-left: 4px solid var(--sp-biz-blue) !important; /* Add accent line */
}

.card-whitepaper .card-title {
  color: var(--sp-biz-navy) !important;
}

.card-whitepaper .card-download {
  color: var(--sp-biz-blue) !important;
}

.bento-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1.5rem;
  height: 500px !important;
}

.card-podcast,
.card-whitepaper {
  height: 100% !important;
  margin: 0 !important;
}

/* Ensure images cover properly */
.podcast-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ====================================================================
   FIX: BENTO GRID PROFESSIONAL LOOK
==================================================================== */
.biz-insights-bento {
  background: #f1f5f9; /* More defined background to see contours */
  padding: 10rem 0;
}

.bento-card {
  background: #fff;
  border-radius: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.bento-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(79, 70, 229, 0.3) !important;
}

.card-large {
  background-size: cover;
  background-position: center;
  border: none !important;
}

.card-large .card-bg-overlay {
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.9) 0%,
    rgba(15, 23, 42, 0.4) 50%,
    transparent 100%
  );
}

.bento-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 500px;
}

.card-podcast,
.card-whitepaper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem !important;
}

.card-podcast {
  flex-direction: row; /* Horizontal layout for podcast in stack */
  align-items: center;
  gap: 2rem;
}

.podcast-thumb {
  width: 120px;
  height: 120px;
  border-radius: 1.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

.card-podcast .card-content {
  flex: 1;
  padding: 0 !important;
}

.card-whitepaper {
  border-left: 6px solid var(--sp-biz-blue) !important;
}

.card-tag {
  background: var(--sp-biz-blue);
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.5rem;
}

/* ====================================================================
   RE-INVENT: MINIMALIST EDITORIAL (Insights & Final CTA)
==================================================================== */

/* 1. Insights Section: Compact & Editorial */
.biz-insights-bento {
  background: #ffffff; /* Back to white for consistency */
  padding: 6rem 0;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.bento-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #f1f5f9 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: auto !important;
  min-height: 400px;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 71, 255, 0.08);
  border-color: rgba(0, 71, 255, 0.1) !important;
}

.card-large {
  grid-column: span 1; /* Make it equal to others for a cleaner list look */
  background-image: none !important;
  padding: 3rem !important;
}

.card-large .card-bg-overlay {
  display: none;
}

.card-large .card-title {
  color: var(--sp-biz-navy) !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
}

.card-large .card-text {
  color: var(--sp-biz-text-muted) !important;
  font-size: 1.1rem !important;
}

.card-podcast,
.card-whitepaper {
  background: #ffffff !important;
  padding: 3rem !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.podcast-thumb {
  width: 100% !important;
  height: 180px !important;
  margin-bottom: 2rem;
}

.card-whitepaper {
  border-left: none !important;
  border-top: 5px solid var(--sp-biz-blue) !important;
}

.card-whitepaper .card-title,
.card-podcast .card-title {
  font-size: 1.6rem !important;
  color: var(--sp-biz-navy) !important;
}

/* 2. Final CTA: Minimalist Bento Layout */
.biz-final-cta {
  background: #f8fafc;
  padding: 8rem 0;
}

.biz-final-cta .studies-p-biz-container {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 3rem;
  align-items: center;
  background: #ffffff;
  padding: 5rem !important;
  border-radius: 3rem;
  border: 1px solid #f1f5f9;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.cta-content {
  text-align: left !important;
}

.cta-title {
  font-size: 3.5rem !important;
  line-height: 1.1;
  color: var(--sp-biz-navy) !important;
}

.cta-title span {
  color: var(--sp-biz-blue);
  display: block;
}

.cta-text {
  font-size: 1.4rem !important;
  color: var(--sp-biz-text-muted) !important;
  margin: 2rem 0 0 0 !important;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}

.btn-biz-primary,
.btn-biz-outline {
  width: 100%;
  text-align: center;
  padding: 1.5rem 3rem !important;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}

/* ====================================================================
   FIX: SOFT DISCREET FINAL CTA
==================================================================== */
.biz-final-cta {
  background: #ffffff;
  padding: 4rem 0 8rem 0; /* Reduced top padding */
}

.biz-final-cta .studies-p-biz-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(
    135deg,
    #0f172a,
    #1e293b
  ); /* Deep Navy - Soft but High Contrast */
  padding: 4rem 6rem !important;
  border-radius: 2rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
  border: none;
  gap: 4rem;
}

.cta-content {
  flex: 1;
}

.cta-title {
  font-size: 2.5rem !important; /* Smaller, more discreet */
  color: #ffffff !important;
  margin-bottom: 1rem;
}

.cta-title span {
  display: inline;
  color: var(--sp-biz-cyan);
}

.cta-text {
  font-size: 1.15rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

.cta-actions {
  flex-shrink: 0;
  flex-direction: row !important; /* Horizontal buttons */
  gap: 1rem !important;
}

.btn-biz-primary {
  background: var(--sp-biz-blue);
  color: #fff;
  border: none;
}

.btn-biz-outline {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-biz-primary:hover,
.btn-biz-outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Articles Adjustment: Clearer Links */
.bento-card .card-link {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.bento-card:hover .card-link {
  border-bottom-color: var(--sp-biz-blue);
}

/* ====================================================================
   RE-INVENT: INDIGO FLOW FINAL CTA
==================================================================== */
.biz-final-cta {
  background: #ffffff;
  padding: 6rem 0 10rem 0;
}

.biz-final-cta .studies-p-biz-container {
  background: linear-gradient(135deg, #4f46e5, #3730a3); /* Pure Indigo Theme */
  padding: 6rem !important;
  border-radius: 3.5rem;
  box-shadow: 0 40px 100px rgba(79, 70, 229, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto; /* Centered with margins on sides */
  position: relative;
  overflow: hidden;
}

/* Add some subtle light flares for premium feel */
.biz-final-cta .studies-p-biz-container::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
}

.cta-content {
  max-width: 700px;
}

.cta-title {
  font-size: 3.2rem !important;
  color: #ffffff !important;
  font-weight: 950 !important;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.cta-text {
  font-size: 1.3rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.cta-actions {
  display: flex;
  flex-direction: row !important; /* Forces side-by-side */
  gap: 2rem !important;
  width: auto !important;
}

.btn-biz-primary {
  background: #ffffff;
  color: #4f46e5 !important;
  padding: 1.5rem 3.5rem !important;
  white-space: nowrap; /* Prevent wrapping */
}

.btn-biz-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  padding: 1.5rem 3.5rem !important;
  white-space: nowrap; /* Prevent wrapping */
}

.btn-biz-primary:hover {
  background: #f8fafc;
  transform: translateY(-5px);
}

.btn-biz-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

/* Ensure Insights also has the same margins */
.biz-insights-bento .studies-p-biz-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ====================================================================
   FIX: SLIM SOLID DARK INDIGO CTA
==================================================================== */
.biz-final-cta {
  background: #ffffff;
  padding: 2rem 0 4rem;
}

.biz-final-cta .studies-p-biz-container {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
  padding: 2.5rem 3rem !important;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 160px;
}

.biz-cta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.biz-cta-glow--1 {
  width: 350px;
  height: 350px;
  top: -100px;
  left: -80px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
  animation: bizCtaGlow1 6s ease-in-out infinite;
}

.biz-cta-glow--2 {
  width: 250px;
  height: 250px;
  bottom: -60px;
  right: -40px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.2) 0%, transparent 70%);
  animation: bizCtaGlow2 8s ease-in-out infinite;
}

.biz-cta-glow--3 {
  width: 150px;
  height: 150px;
  top: 20%;
  right: 25%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.15) 0%, transparent 70%);
  animation: bizCtaGlow3 7s ease-in-out infinite;
}

.biz-cta-glow--4 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  left: 20%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.12) 0%, transparent 70%);
  animation: bizCtaGlow1 9s ease-in-out infinite reverse;
}

.biz-cta-glow--5 {
  width: 200px;
  height: 200px;
  top: -30px;
  right: 35%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, transparent 70%);
  animation: bizCtaGlow2 10s ease-in-out infinite 1s;
}

@keyframes bizCtaGlow1 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  50% { transform: translate(20px, -15px) scale(1.15); opacity: 1; }
}

@keyframes bizCtaGlow2 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(-15px, 20px) scale(1.2); opacity: 0.9; }
}

@keyframes bizCtaGlow3 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
  50% { transform: translate(10px, 10px) scale(1.1); opacity: 0.8; }
}

.biz-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 600px;
}

.biz-cta-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.3rem;
  line-height: 1.2;
}

.biz-cta-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.biz-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  padding: 0.85rem 2.2rem;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.35);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.biz-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.5);
}

/* ====================================================================
   PACKS CAROUSEL — Section page d'accueil SL Business
   ==================================================================== */
.biz-packs {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
  overflow: hidden;
}

.biz-packs-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.biz-packs-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0047ff;
  background: rgba(0, 71, 255, 0.08);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.biz-packs-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.biz-packs-title span {
  background: linear-gradient(135deg, #0047ff, #00d4aa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.biz-packs-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* ====================================================================
   COMMENT ÇA MARCHE — 3 étapes
   ==================================================================== */
.biz-how-it-works {
  padding: 5rem 0;
  background: #ffffff;
  position: relative;
}

.biz-how-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3.5rem;
}

.biz-how-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.75rem;
  line-height: 1.15;
}

.biz-how-title span {
  background: linear-gradient(135deg, #0047ff, #00d4aa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.biz-how-desc {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.biz-how-steps {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

.biz-how-step {
  flex: 1;
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: #f8fbff;
  border-radius: 1.25rem;
  border: 1px solid #f1f5f9;
  position: relative;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.biz-how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 71, 255, 0.08);
  border-color: rgba(0, 71, 255, 0.15);
}

.biz-how-step-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0047ff;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 71, 255, 0.3);
}

.biz-how-step-icon {
  font-size: 2.2rem;
  color: #0047ff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.biz-how-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.biz-how-step-desc {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .biz-how-steps {
    flex-direction: column;
    gap: 1.25rem;
    max-width: 400px;
  }
  .biz-how-it-works {
    padding: 3rem 0;
  }
  .biz-how-title {
    font-size: 1.75rem;
  }
}

/* Filter bar */
.biz-packs-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  padding: 0.5rem 0;
}

.biz-packs-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 100px;
  background: #fff;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.biz-packs-filter-btn i {
  font-size: 0.95rem;
  color: #94a3b8;
  transition: color 0.3s ease;
}

.biz-packs-filter-btn:hover {
  border-color: #0047ff;
  color: #0047ff;
  background: rgba(0, 71, 255, 0.04);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 71, 255, 0.1);
}

.biz-packs-filter-btn:hover i {
  color: #0047ff;
}

.biz-packs-filter-btn.active {
  background: linear-gradient(135deg, #0047ff, #2563eb);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(0, 71, 255, 0.3);
  transform: translateY(-1px);
}

.biz-packs-filter-btn.active i {
  color: #fff;
}

.biz-packs-filter-scroll,
.biz-packs-filter-scroll::-webkit-scrollbar,
.biz-packs-filter > .biz-packs-filter-btn:first-child {
  display: none;
}

/* Thematic popup */
.biz-packs-popup-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.biz-packs-popup-backdrop.is-open {
  display: block;
}

.biz-packs-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 640px;
  max-width: 92vw;
  max-height: 80vh;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  overflow: hidden;
}

.biz-packs-popup.is-open {
  display: flex;
}

.biz-packs-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
}

.biz-packs-popup-header h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.biz-packs-popup-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.2rem;
}

.biz-packs-popup-close:hover {
  background: #0047ff;
  color: #fff;
}

.biz-packs-popup-body {
  padding: 1.25rem 1.5rem 1.5rem;
  overflow-y: auto;
  max-height: 55vh;
}

.biz-packs-popup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.biz-packs-popup-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 0.5rem;
  border: 1.5px solid #f1f5f9;
  border-radius: 0.85rem;
  background: #fff;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  text-decoration: none;
}

.biz-packs-popup-option i {
  font-size: 1.4rem;
  color: #0047ff;
  transition: transform 0.2s ease;
}

.biz-packs-popup-option span {
  font-size: 0.78rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.biz-packs-popup-option:hover {
  border-color: #0047ff;
  background: rgba(0, 71, 255, 0.04);
  transform: translateY(-2px);
}

.biz-packs-popup-option:hover i {
  transform: scale(1.15);
}

.biz-packs-popup-option.is-selected {
  border-color: #0047ff;
  background: rgba(0, 71, 255, 0.06);
  color: #0047ff;
  font-weight: 600;
}

/* Carousel wrapper */
.biz-packs-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 1240px;
  margin: 0 auto;
}

/* Track */
.biz-packs-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0.25rem;
  flex: 1;
  scrollbar-width: none;
}

.biz-packs-track::-webkit-scrollbar {
  display: none;
}

/* Carousel arrows */
.biz-carousel-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 2;
  font-size: 1.1rem;
}

.biz-carousel-arrow:hover {
  background: #0047ff;
  color: #fff;
  border-color: #0047ff;
  box-shadow: 0 4px 12px rgba(0, 71, 255, 0.2);
}

.biz-carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

/* Pack Card — carousel item */
.biz-pack-card {
  flex: 0 0 calc(25% - 1rem);
  min-width: 240px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
}

.biz-pack-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 71, 255, 0.10);
  border-color: rgba(0, 71, 255, 0.15);
}

.biz-pack-card.hidden {
  display: none;
}

.biz-pack-card-visual {
  position: relative;
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #f1f5f9, #e8f0fe);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-pack-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.biz-pack-card:hover .biz-pack-card-visual img {
  transform: scale(1.06);
}

.biz-pack-card-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.03) 100%);
  pointer-events: none;
}

.biz-pack-card-body {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.biz-pack-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}

.biz-pack-card-tag {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0047ff;
  background: rgba(0, 71, 255, 0.07);
  padding: 0.15rem 0.55rem;
  border-radius: 100px;
}

.biz-pack-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.biz-pack-card-desc {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #64748b;
  margin: 0 0 0.75rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.biz-pack-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.65rem;
  border-top: 1px solid #f1f5f9;
}

.biz-pack-card-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
}

.biz-pack-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0047ff;
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  border-radius: 100px;
  background: rgba(0, 71, 255, 0.06);
  transition: all 0.25s ease;
}

.biz-pack-card-btn i {
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}

.biz-pack-card-btn:hover {
  background: #0047ff;
  color: #fff;
}

.biz-pack-card-btn:hover i {
  transform: translateX(3px);
}

/* Empty */
.biz-packs-empty {
  flex: 1;
  text-align: center;
  color: #94a3b8;
  font-size: 1.1rem;
  padding: 3rem 0;
}

/* CTA link under carousel */
.biz-packs-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.biz-packs-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0047ff;
  text-decoration: none;
  padding: 0.7rem 1.6rem;
  border-radius: 100px;
  border: 1.5px solid #0047ff;
  transition: all 0.3s ease;
}

.biz-packs-cta-link i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.biz-packs-cta-link:hover {
  background: #0047ff;
  color: #fff;
}

.biz-packs-cta-link:hover i {
  transform: translateX(4px);
}

/* Carousel responsive */
@media (max-width: 1100px) {
  .biz-pack-card {
    flex: 0 0 calc(33.33% - 1rem);
  }
}

@media (max-width: 768px) {
  .biz-pack-card {
    flex: 0 0 calc(50% - 1rem);
    min-width: 200px;
  }
  .biz-packs-title {
    font-size: 2rem;
  }
  .biz-carousel-arrow {
    display: none;
  }
}

@media (max-width: 480px) {
  .biz-pack-card {
    flex: 0 0 85%;
    min-width: 0;
  }
  .biz-packs {
    padding: 3rem 0;
  }
  .biz-packs-title {
    font-size: 1.65rem;
  }
  .biz-packs-filter {
    padding: 0 0.5rem;
  }
  .biz-pack-card-visual {
    height: 130px;
  }
  .biz-packs-popup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .biz-packs-popup {
    max-height: 85vh;
  }
}

/* ====================================================================
   PACKS PAGE (page-sl-packs.php) — Corporate Packs Catalogue
   ==================================================================== */
.biz-packs-page .biz-packs-hero {
  position: relative;
  padding: 5rem 0 4rem;
  background: linear-gradient(160deg, #f8fafc 0%, #f1f5f9 40%, #e8f0fe 100%);
  overflow: hidden;
}

.biz-packs-hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}

.biz-packs-hero-shape--1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -100px;
  background: radial-gradient(circle, rgba(0, 71, 255, 0.12) 0%, transparent 70%);
  animation: bizShapeDrift1 12s ease-in-out infinite;
}

.biz-packs-hero-shape--2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: 10%;
  background: radial-gradient(circle, rgba(0, 212, 170, 0.1) 0%, transparent 70%);
  animation: bizShapeDrift2 10s ease-in-out infinite;
}

.biz-packs-hero-shape--3 {
  width: 180px;
  height: 180px;
  top: 15%;
  left: 45%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
  animation: bizShapeDrift3 8s ease-in-out infinite;
}

.biz-packs-hero-shape--4 {
  width: 120px;
  height: 120px;
  bottom: 30%;
  right: 25%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.07) 0%, transparent 70%);
  animation: bizShapeDrift1 14s ease-in-out infinite reverse;
}

@keyframes bizShapeDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.95); }
}

@keyframes bizShapeDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, 20px) scale(1.08); }
}

@keyframes bizShapeDrift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, 15px) scale(0.92); }
}

.biz-packs-page .biz-packs-hero-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.biz-packs-page .biz-packs-hero-content {
  flex: 1;
}

.biz-packs-page .biz-packs-hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0047ff;
  background: rgba(0, 71, 255, 0.08);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.biz-packs-page .biz-packs-hero-title {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  margin: 0 0 1rem;
}

.biz-packs-page .biz-packs-hero-title span {
  background: linear-gradient(135deg, #0047ff, #00d4aa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.biz-packs-page .biz-packs-hero-desc {
  font-size: 1.1rem;
  line-height: 1.55;
  color: #475569;
  max-width: 520px;
  margin: 0 0 2rem;
}

.biz-packs-page .biz-packs-hero-stats {
  display: flex;
  gap: 2.5rem;
}

.biz-packs-page .biz-packs-hero-stat {
  text-align: left;
}

.biz-packs-page .biz-packs-hero-stat-val {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #0047ff;
  line-height: 1.1;
}

.biz-packs-page .biz-packs-hero-stat-lbl {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.biz-packs-page .biz-packs-hero-visual {
  flex: 0 0 340px;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-packs-hero-robot {
  width: 340px;
  height: auto;
  margin-top: 50px;
  margin-left: -20px;
  filter: drop-shadow(0 20px 60px rgba(0, 71, 255, 0.3));
  animation: bizPacksRobotFloat 5s ease-in-out infinite;
}

@keyframes bizPacksRobotFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Packs grid on packs page */
.biz-packs-page .biz-packs-section {
  position: relative;
  padding: 3rem 0 5rem;
  background: #fff;
  overflow: hidden;
}

.biz-packs-page .biz-packs-section .studies-p-biz-container {
  position: relative;
  z-index: 1;
}

.biz-packs-tech-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.biz-tech-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 71, 255, 0.3), transparent);
  animation: bizTechLineDrift 8s linear infinite;
}

.biz-tech-line--1 {
  width: 800px;
  top: 12%;
  left: -300px;
  animation-delay: 0s;
}

.biz-tech-line--2 {
  width: 600px;
  top: 48%;
  right: -200px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 170, 0.25), transparent);
  animation: bizTechLineDriftRight 10s linear infinite;
  animation-delay: 2s;
}

.biz-tech-line--3 {
  width: 700px;
  bottom: 25%;
  left: -250px;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.25), transparent);
  animation: bizTechLineDrift 12s linear infinite;
  animation-delay: 4s;
}

@keyframes bizTechLineDrift {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(120vw); opacity: 0; }
}

@keyframes bizTechLineDriftRight {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(-120vw); opacity: 0; }
}

.biz-tech-dot {
  position: absolute;
  border-radius: 50%;
  animation: bizTechDotPulse 2.5s ease-in-out infinite;
  box-shadow: 0 0 12px currentColor;
}

.biz-tech-dot--1 {
  width: 8px;
  height: 8px;
  top: 15%;
  left: 20%;
  background: rgba(0, 71, 255, 0.5);
  color: rgba(0, 71, 255, 0.3);
  animation-delay: 0s;
}

.biz-tech-dot--2 {
  width: 6px;
  height: 6px;
  top: 60%;
  right: 25%;
  background: rgba(0, 212, 170, 0.45);
  color: rgba(0, 212, 170, 0.25);
  animation-delay: 0.6s;
}

.biz-tech-dot--3 {
  width: 10px;
  height: 10px;
  top: 75%;
  left: 40%;
  background: rgba(99, 102, 241, 0.5);
  color: rgba(99, 102, 241, 0.3);
  animation-delay: 1.2s;
}

.biz-tech-dot--4 {
  width: 6px;
  height: 6px;
  top: 30%;
  right: 15%;
  background: rgba(236, 72, 153, 0.4);
  color: rgba(236, 72, 153, 0.2);
  animation-delay: 1.8s;
}

@keyframes bizTechDotPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(2.5); }
}

.biz-tech-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  animation: bizTechRingExpand 5s ease-out infinite;
}

.biz-tech-ring--1 {
  top: 20%;
  right: 30%;
  width: 80px;
  height: 80px;
  border-color: rgba(0, 71, 255, 0.25);
  animation-delay: 0s;
}

.biz-tech-ring--2 {
  bottom: 30%;
  left: 15%;
  width: 60px;
  height: 60px;
  border-color: rgba(0, 212, 170, 0.2);
  animation-delay: 2.5s;
}

@keyframes bizTechRingExpand {
  0% { transform: scale(0.3); opacity: 1; }
  100% { transform: scale(4); opacity: 0; }
}

.biz-tech-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(0, 71, 255, 0.15), transparent);
  animation: bizTechScan 3s linear infinite;
  filter: blur(1px);
}

@keyframes bizTechScan {
  0% { top: -3px; opacity: 0; }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.biz-packs-page .biz-packs-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.biz-packs-page .biz-packs-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.biz-packs-page .biz-packs-count {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
}

.biz-packs-page .biz-packs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.biz-packs-page .biz-packs-grid .biz-pack-card {
  flex: none;
  min-width: 0;
  scroll-snap-align: none;
}

/* Responsive filters for packs page */
.biz-packs-page .biz-packs-filter {
  margin-bottom: 2.5rem;
}

/* Empty state */
.biz-packs-page .biz-packs-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #94a3b8;
  padding: 4rem 0;
  font-size: 1.1rem;
}

/* Pagination */
.biz-packs-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.biz-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.65rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.6rem;
  background: #fff;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.biz-pagination-btn i {
  font-size: 1.1rem;
}

.biz-pagination-btn:hover {
  border-color: #0047ff;
  color: #0047ff;
  background: rgba(0, 71, 255, 0.04);
  transform: translateY(-2px);
}

.biz-pagination-btn.active {
  background: linear-gradient(135deg, #0047ff, #2563eb);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(0, 71, 255, 0.3);
  transform: translateY(-2px);
}

.biz-pagination-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.biz-pagination-dots {
  color: #94a3b8;
  font-size: 0.9rem;
  padding: 0 0.2rem;
  letter-spacing: 0.1em;
}

/* Packs page responsive */
@media (max-width: 1100px) {
  .biz-packs-page .biz-packs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .biz-packs-page .biz-packs-hero-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .biz-packs-page .biz-packs-hero-visual {
    display: none;
  }
  .biz-packs-page .biz-packs-hero-title {
    font-size: 2rem;
  }
  .biz-packs-page .biz-packs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .biz-packs-page .biz-packs-hero-stats {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .biz-packs-page .biz-packs-grid {
    grid-template-columns: 1fr;
  }
  .biz-packs-page .biz-packs-hero {
    padding: 3rem 0 2.5rem;
  }
  .biz-packs-page .biz-packs-hero-title {
    font-size: 1.65rem;
  }
  .biz-packs-page .biz-packs-hero-stats {
    gap: 1rem;
  }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE CORRECTIONS — Full width, compact cards, no robot
   ═══════════════════════════════════════════════════════════ */

/* ── Container: reduce side margins — tablet & mobile ── */
@media (max-width: 1024px) {
  .studies-p-biz-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .studies-p-biz-container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (max-width: 480px) {
  .studies-p-biz-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* ── Hero: hide robot + podium + floats, text only ── */
@media (max-width: 768px) {
  .biz-hero-visual {
    display: none;
  }
  .biz-hero-layout {
    min-height: auto;
  }
  .biz-hero-content {
    max-width: 100%;
  }
}

/* ── Trust/Partners: full width, horizontal scroll ── */
@media (max-width: 768px) {
  .biz-trust {
    padding: 0.5rem 0 1rem;
  }
  .biz-trust-inner {
    padding: 1rem 0.8rem;
    border-radius: 1rem;
    max-width: 100%;
  }
  .biz-trust-label {
    margin-bottom: 0.8rem;
    font-size: 0.65rem;
  }
  .biz-trust-logos {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0 0.3rem;
    width: 100%;
  }
  .biz-trust-logos::-webkit-scrollbar {
    display: none;
  }
  .biz-trust-logo {
    flex-shrink: 0;
    opacity: 0.85;
  }
}

/* ── Offers: compact cards ── */
@media (max-width: 768px) {
  .biz-offers {
    padding: 1.5rem 0;
  }
  .biz-offers-header {
    min-height: auto;
    margin-bottom: 1.2rem;
  }
  .biz-offers-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    white-space: normal;
  }
  .biz-offers-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .biz-offer-card {
    padding: 1rem;
  }
  .biz-offer-icon {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
  .biz-offer-name {
    font-size: 0.9rem;
  }
  .biz-offer-sub {
    font-size: 0.72rem;
    margin-bottom: 0.5rem;
  }
  .biz-offer-list {
    gap: 0.3rem;
  }
  .biz-offer-list li {
    font-size: 0.72rem;
    gap: 0.3rem;
  }
  .biz-offer-list li i {
    font-size: 0.8rem;
  }
  .biz-offer-btn {
    font-size: 0.72rem;
    padding: 0.45rem 0.9rem;
    margin-top: 0.5rem;
  }
}

/* ── Categories: full width grid ── */
@media (max-width: 768px) {
  .biz-categories {
    padding: 1.5rem 0;
  }
  .biz-categories-layout {
    flex-direction: column;
    gap: 1rem;
  }
  .biz-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    width: 100%;
  }
  .biz-cat-card {
    padding: 0.7rem 0.4rem;
  }
  .biz-cat-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
  .biz-cat-name {
    font-size: 0.7rem;
  }
  .biz-cat-count {
    font-size: 0.6rem;
  }
}

@media (max-width: 480px) {
  .biz-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Trending: full width cards ── */
@media (max-width: 768px) {
  .biz-trending {
    padding: 1.5rem 0;
  }
  .biz-trending-layout {
    flex-direction: column;
    gap: 1rem;
  }
  .biz-course-card {
    flex: 0 0 80%;
  }
}

@media (max-width: 480px) {
  .biz-course-card {
    flex: 0 0 90%;
  }
  .biz-course-body {
    padding: 0.7rem;
  }
  .biz-course-title {
    font-size: 0.78rem;
  }
  .biz-course-meta {
    font-size: 0.65rem;
  }
  .biz-course-stats {
    font-size: 0.65rem;
  }
}

/* ── E-Campus: stack, visual on top ── */
@media (max-width: 768px) {
  .biz-ecampus {
    padding: 1.5rem 0;
  }
  .biz-ecampus-layout {
    flex-direction: column;
    gap: 1rem;
  }
  .biz-ecampus-visual {
    order: -1;
  }
  .biz-ecampus-content {
    padding: 0 0.3rem;
  }
  .biz-ecampus-title {
    font-size: 1.2rem;
  }
  .biz-ecampus-desc {
    font-size: 0.8rem;
  }
  .biz-ecampus-features {
    gap: 0.6rem;
  }
  .biz-ecampus-feature {
    font-size: 0.78rem;
    gap: 0.5rem;
  }
  .biz-ecampus-feature i {
    font-size: 1rem;
  }
  .biz-ecampus-feature strong {
    font-size: 0.78rem;
  }
  .biz-ecampus-feature span {
    font-size: 0.7rem;
  }
}

/* ── Why Us: full width 2-col ── */
@media (max-width: 768px) {
  .biz-why-us {
    padding: 1.5rem 0;
  }
  .biz-why-us-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .biz-why-us-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
  .biz-why-card {
    padding: 0.8rem 0.6rem;
    gap: 0.5rem;
  }
  .biz-why-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  .biz-why-val {
    font-size: 1rem;
  }
  .biz-why-label {
    font-size: 0.65rem;
  }
}

/* ── Testimonials: full width cards ── */
@media (max-width: 768px) {
  .biz-testimonials {
    padding: 1.5rem 0;
  }
  .biz-testimonials-layout {
    flex-direction: column;
    gap: 1rem;
  }
  .biz-testi-card {
    flex: 0 0 85%;
    padding: 1rem;
  }
  .biz-testi-quote {
    font-size: 0.8rem;
  }
}

/* ── How It Works: horizontal steps ── */
@media (max-width: 768px) {
  .biz-how-it-works {
    padding: 1.5rem 0;
  }
  .biz-how-steps {
    flex-direction: column;
    gap: 0.8rem;
  }
  .biz-how-step {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    text-align: left;
  }
  .biz-how-step-num {
    min-width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
  .biz-how-step-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .biz-how-step-title {
    font-size: 0.85rem;
  }
  .biz-how-step-desc {
    font-size: 0.72rem;
  }
}

/* ── E-Campus mockup: hide sidebar, simplify ── */
@media (max-width: 768px) {
  .biz-mockup-container {
    border-radius: 1rem;
  }
  .mockup-sidebar {
    display: none;
  }
  .mockup-content-layout {
    min-height: 280px;
  }
  .mockup-top-bar {
    height: 45px;
    padding: 0 0.8rem;
  }
  .mockup-logo {
    height: 14px;
  }
  .mockup-breadcrumb {
    font-size: 0.6rem;
  }
  .mockup-badge {
    padding: 2px 6px;
  }
  .badge-text {
    font-size: 0.5rem;
  }
  .mockup-main {
    padding: 0.8rem;
  }
  .mockup-welcome h3 {
    font-size: 0.9rem;
  }
  .mockup-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .mockup-stat-card {
    padding: 0.6rem;
  }
  .stat-number {
    font-size: 1.1rem;
  }
  .stat-desc {
    font-size: 0.65rem;
  }
}

/* ── AI Coach: hide on mobile ── */
@media (max-width: 480px) {
  .biz-ai-coach {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   TABLET OVERRIDES (768px–1024px) — Compact but not cramped
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) and (min-width: 769px) {
  .biz-hero-shell {
    padding: 5rem 2rem 1rem;
  }
  .biz-hero-content {
    max-width: 100%;
  }
  .biz-hero-visual {
    display: none;
  }
  .biz-trust-inner {
    padding: 1.5rem 1.5rem;
  }
  .biz-offers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .biz-categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .biz-trending-layout {
    gap: 1.5rem;
  }
  .biz-why-us-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .biz-pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .biz-pricing-text {
    flex: 0 0 200px;
  }
  .biz-price-card {
    padding: 1.2rem;
  }
  .biz-why-us-layout {
    flex-direction: row;
  }
  .biz-why-us-title {
    flex: 0 0 180px;
  }
}

/* ── Pricing: mobile single column ── */
@media (max-width: 768px) {
  .biz-pricing {
    padding: 1.5rem 0;
  }
  .biz-pricing-layout {
    flex-direction: column;
    gap: 1.5rem;
  }
  .biz-pricing-text {
    flex: none;
    text-align: center;
  }
  .biz-pricing-cards {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 0.8rem;
  }
  .biz-price-card {
    padding: 1rem;
  }
}

/* ── Packs level description ── */
.biz-packs-level-desc {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f8f9ff;
  border-radius: 10px;
  border: 1px solid #eef2ff;
}

/* ═══ Expertise Section ═══ */
.biz-expertise {
  position: relative;
  padding: 4.5rem 0;
  background: #f4f7fc;
  overflow: hidden;
}
.biz-expertise-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 3rem;
}
.biz-expertise-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}
.biz-expertise-badge::before,
.biz-expertise-badge::after {
  content: '';
  width: 1.2rem;
  height: 1px;
  background: #d1d5db;
}
.biz-expertise-title {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 400;
  color: #1e1b4b;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.015em;
}
.biz-expertise-title strong {
  font-weight: 700;
}
.biz-expertise-desc {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.6;
}
.biz-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto 2.5rem;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(79,70,229,0.05);
  overflow: hidden;
}
.biz-expertise-block {
  padding: 2.25rem 2rem;
  transition: background 0.25s ease;
}
.biz-expertise-block--light {
  background: #fafcff;
}
.biz-expertise-block--dark {
  background: #1e1b4b;
}
.biz-expertise-block--light:hover {
  background: #f0f5ff;
}
.biz-expertise-block--dark:hover {
  background: #2a2666;
}
.biz-expertise-block-num {
  font-size: 0.65rem;
  font-weight: 600;
  color: #c7c3bd;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.biz-expertise-block--dark .biz-expertise-block-num {
  color: #6366f1;
}
.biz-expertise-block h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d2a24;
  margin-bottom: 0.5rem;
}
.biz-expertise-block--dark h3 {
  color: #e0e7ff;
}
.biz-expertise-block p {
  font-size: 0.82rem;
  color: #7d7870;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.biz-expertise-block--dark p {
  color: #c7d2fe;
}
.biz-expertise-block-example {
  font-size: 0.75rem;
  color: #b0aba3;
  line-height: 1.5;
  padding-top: 0.75rem;
  border-top: 1px solid #f0eeeb;
}
.biz-expertise-block--dark .biz-expertise-block-example {
  color: #818cf8;
  border-top-color: rgba(255,255,255,0.08);
}
.biz-expertise-cta {
  text-align: center;
}
.biz-expertise-cta p {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.biz-expertise-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.75rem;
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.biz-expertise-btn:hover {
  background: #4338ca;
}

@media (max-width: 900px) {
  .biz-expertise-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .biz-expertise-block--dark .biz-expertise-block-example {
    color: #a5b4fc;
  }
}

/* ═══ New Pricing Grid ═══ */
.biz-pricing-new {
  position: relative;
  padding: 6rem 0;
  background: #f8faff;
  overflow: hidden;
}
.biz-pricing-new-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.biz-pricing-new-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}
.biz-pricing-new-orb--1 {
  width: 500px;
  height: 500px;
  background: rgba(79,70,229,0.05);
  top: -200px;
  left: -100px;
}
.biz-pricing-new-orb--2 {
  width: 400px;
  height: 400px;
  background: rgba(99,102,241,0.04);
  bottom: -150px;
  right: -100px;
}
.biz-pricing-new-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
  position: relative;
  z-index: 1;
}
.biz-pricing-new-badge {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.biz-pricing-new-title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: #1e1b4b;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.biz-pricing-new-title span {
  color: #4f46e5;
}
.biz-pricing-new-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.5;
}
.biz-pricing-new-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
.biz-pricing-new-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.biz-pricing-new-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 24px rgba(79,70,229,0.06);
}
.biz-pricing-new-card--featured {
  border-color: #4f46e5;
  border-width: 2px;
  box-shadow: 0 4px 20px rgba(79,70,229,0.1);
}
.biz-pricing-new-featured-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #4f46e5;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.9rem;
  border-radius: 99px;
  white-space: nowrap;
}
.biz-pricing-new-card--premium {
  background: #1e1b4b;
  border-color: #312e81;
  color: #fff;
}
.biz-pricing-new-card--premium:hover {
  border-color: #6366f1;
}
.biz-pricing-new-card-head {
  margin-bottom: 0.5rem;
}
.biz-pricing-new-category {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4f46e5;
  margin-bottom: 0.15rem;
}
.biz-pricing-new-card--premium .biz-pricing-new-category {
  color: #a5b4fc;
}
.biz-pricing-new-card-head h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0;
}
.biz-pricing-new-card--premium .biz-pricing-new-card-head h3 {
  color: #fff;
}
.biz-pricing-new-subhead {
  font-size: 0.78rem;
  color: #6b7280;
  line-height: 1.4;
  margin-bottom: 1rem;
  min-height: 2.2rem;
}
.biz-pricing-new-card--premium .biz-pricing-new-subhead {
  color: #c7d2fe;
}
.biz-pricing-new-price {
  margin-bottom: 1rem;
  padding: 0.6rem 0;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}
.biz-pricing-new-card--premium .biz-pricing-new-price {
  border-color: rgba(255,255,255,0.08);
}
.biz-pricing-new-amount {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e1b4b;
  line-height: 1.3;
}
.biz-pricing-new-card--premium .biz-pricing-new-amount {
  color: #e0e7ff;
}
.biz-pricing-new-period {
  display: block;
  font-size: 0.7rem;
  color: #9ca3af;
  margin-top: 0.1rem;
}
.biz-pricing-new-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  flex: 1;
}
.biz-pricing-new-list li {
  font-size: 0.82rem;
  color: #4b5563;
  padding: 0.35rem 0;
  line-height: 1.4;
  border-bottom: 1px solid #f9fafb;
}
.biz-pricing-new-list li:last-child {
  border-bottom: none;
}
.biz-pricing-new-card--premium .biz-pricing-new-list li {
  color: #c7d2fe;
  border-color: rgba(255,255,255,0.05);
}
.biz-pricing-new-btn {
  display: block;
  text-align: center;
  padding: 0.7rem 1rem;
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}
.biz-pricing-new-btn:hover {
  background: #4338ca;
  transform: translateY(-1px);
}
.biz-pricing-new-card--premium .biz-pricing-new-btn {
  background: #6366f1;
}
.biz-pricing-new-card--premium .biz-pricing-new-btn:hover {
  background: #818cf8;
}

/* Pricing table for card 2 */
.biz-pricing-new-table {
  margin-bottom: 1.5rem;
  flex: 1;
}
.biz-pricing-new-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
  gap: 0.5rem;
}
.biz-pricing-new-row:last-child {
  border-bottom: none;
}
.biz-pricing-new-row-label {
  font-size: 0.8rem;
  color: #4b5563;
  flex-shrink: 0;
}
.biz-pricing-new-row-value {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e1b4b;
  white-space: nowrap;
  text-align: right;
}
.biz-pricing-new-row-value small {
  font-size: 0.62rem;
  font-weight: 400;
  color: #9ca3af;
}

@media (max-width: 1100px) {
  .biz-pricing-new-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .biz-pricing-new-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══ Bottom CTA Corporate (indigo box) ═══ */
.biz-bottom-cta {
  padding: 3rem 2rem 4rem;
  background: #f8faff;
  text-align: center;
}
.biz-bottom-cta-inner {
  max-width: 620px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1e1b4b, #312e81);
  border: 1px solid #4338ca;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(79,70,229,0.12);
}
.biz-bottom-cta-title {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.biz-bottom-cta-subtitle {
  font-size: 0.85rem;
  color: #c7d2fe;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.biz-bottom-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 2rem;
  background: #fff;
  color: #1e1b4b;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.biz-bottom-cta-btn:hover {
  background: #e0e7ff;
}

/* ═══ FAQ Corporate ═══ */
.biz-faq {
  padding: 5rem 2rem;
  background: #fff;
}
.biz-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}
.biz-faq-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #0f172a;
}
.biz-faq-title span {
  color: #4f46e5;
}
.biz-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.biz-faq-item {
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.biz-faq-item.active {
  border-color: #4f46e5;
}
.biz-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  color: #0f172a;
  gap: 1rem;
}
.biz-faq-question span {
  flex: 1;
  line-height: 1.4;
}
.biz-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1f5f9;
  color: #4f46e5;
  transition: transform 0.3s ease;
}
.biz-faq-item.active .biz-faq-icon {
  transform: rotate(45deg);
  background: #4f46e5;
  color: #fff;
}
.biz-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 1.5rem;
}
.biz-faq-item.active .biz-faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.25rem;
}
.biz-faq-answer p {
  color: #64748b;
  line-height: 1.7;
  font-size: 0.95rem;
}
