﻿:root {
  --bc-bg: #ffffff;
  --bc-surface: #f8fafc;
  --bc-card: #ffffff;
  --bc-text: #0f172a;
  --bc-muted: #64748b;
  --bc-border: #e2e8f0;
  --bc-primary: #2563eb;
  --bc-secondary: #7c3aed;
  --bc-accent: #f59e0b;
  --bc-success: #10b981;
  --bc-danger: #ef4444;
  --bc-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --bc-glass: rgba(255,255,255,.7);
  --primary: hsl(178.98deg 74.58% 46.27%);
}

[data-bs-theme="dark"] {
  --bc-bg: #020817;
  --bc-surface: #0f172a;
  --bc-card: #111827;
  --bc-text: #f8fafc;
  --bc-muted: #94a3b8;
  --bc-border: rgba(255,255,255,.08);
  --bc-primary: #60a5fa;
  --bc-secondary: #a78bfa;
  --bc-accent: #fbbf24;
  --bc-success: #34d399;
  --bc-danger: #f87171;
  --bc-shadow: 0 10px 30px rgba(0,0,0,.35);
  --bc-glass: rgba(15,23,42,.75);
}

.hero-features {
  color: var(--bc-muted);
}

.hero-check-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #27d8ea;
  background: rgba(39,216,234,.08);
  border: 1px solid rgba(39,216,234,.18);
  box-shadow: 0 0 18px rgba(39,216,234,.08);
  transition: all .25s ease;
}

  .hero-check-icon svg {
    width: 14px;
    height: 14px;
  }

.hero-features > div:hover .hero-check-icon {
  transform: translateY(-1px);
  background: rgba(39,216,234,.14);
  border-color: rgba(39,216,234,.28);
  box-shadow: 0 0 24px rgba(39,216,234,.16);
}

.hero-description {
  font-size: clamp(1.05rem, 1.15vw, 1.35rem);
  line-height: 1.5;
  color: #64748b;
  max-width: 720px;
  font-weight: 500;
  letter-spacing: -.2px;
}

  .hero-description strong {
    color: var(--bc-text);
    font-weight: 800;
  }

[data-bs-theme="dark"] .hero-description {
  color: #94a3b8;
}

  [data-bs-theme="dark"] .hero-description strong {
    color: #fff;
  }
.hero-features > div span:last-child {
  font-size: .98rem;
  letter-spacing: -.2px;
}

/* Dark mode polish */
[data-bs-theme="dark"] .hero-check-icon {
  background: rgba(39,216,234,.06);
  border-color: rgba(39,216,234,.12);
}
.bootcamp-course-page {
  background: var(--bc-bg);
  color: var(--bc-text);
}

  .bootcamp-course-page .hero-bg {
    background: radial-gradient(circle at top left, rgba(34,211,238,.10), transparent 25%), #eef7fa;
  }

[data-bs-theme="dark"]
.bootcamp-course-page .hero-bg {
  background: radial-gradient(1200px circle at 20% 10%, hsl(179 73% 52% / .18), transparent 50%), radial-gradient(900px circle at 80% 30%, hsl(196 89% 62% / .14), transparent 55%), linear-gradient(180deg, hsl(222 50% 5%), hsl(222 47% 8%))
}

.bootcamp-course-page .hero-badge {
  background: #d9f7f8;
  border: 1px solid #b8edf0;
  color: #22c7d8;
  font-weight: 700;
  font-size: .9rem;
}

[data-bs-theme="dark"]
.bootcamp-course-page .hero-badge {
  background: rgba(34,211,238,.08);
  border-color: rgba(34,211,238,.15);
  color: #4ddcec;
}

.bootcamp-course-page .hero-title {
  font-size: clamp(3rem,4vw,5.4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  max-width: 720px;
}

.bootcamp-course-page .hero-title-gradient {
  background: linear-gradient( 135deg, #0f172a 35%, #28d4e5 80% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-bs-theme="dark"]
.bootcamp-course-page .hero-title-gradient {
  background: linear-gradient( 135deg, #fff 30%, #43dff0 80% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bootcamp-course-page .hero-summary {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #64748b;
  max-width: 700px;
}

[data-bs-theme="dark"]
.bootcamp-course-page .hero-summary {
  color: #94a3b8;
}
.bootcamp-course-page .hero-stat-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient( 145deg, rgba(255,255,255,.95), rgba(248,250,252,.92) );
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

  /* subtle glowing border */
  .bootcamp-course-page .hero-stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient( 135deg, rgba(34,211,238,.6), rgba(255,255,255,.15), rgba(34,211,238,.4) );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .6;
    pointer-events: none;
  }

  /* top shining glass reflection */
  .bootcamp-course-page .hero-stat-card::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -120%;
    width: 80%;
    height: 220%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.22), transparent );
    transform: rotate(20deg);
    transition: .8s ease;
  }

  /* premium hover */
  .bootcamp-course-page .hero-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15,23,42,.12), 0 0 30px rgba(34,211,238,.10);
    border-color: rgba(34,211,238,.25);
  }

    /* moving shine */
    .bootcamp-course-page .hero-stat-card:hover::after {
      left: 140%;
    }
.text-primary { 
  color: 
}
/* DARK MODE */
[data-bs-theme="dark"]
.bootcamp-course-page .hero-stat-card {
  background: linear-gradient( 145deg, rgba(8,20,38,.96), rgba(2,8,23,.98) );
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 30px rgba(0,0,0,.35);
}

  /* dark border glow */
  [data-bs-theme="dark"]
  .bootcamp-course-page .hero-stat-card::before {
    background: linear-gradient( 135deg, rgba(56,189,248,.45), rgba(255,255,255,.04), rgba(56,189,248,.22) );
  }

/* stat value */
.bootcamp-course-page .hero-stat-card h3 {
  color: #25d4e6;
  font-size: clamp(1rem,1.1vw,2.5rem);
  font-weight: 800;
  letter-spacing: -.5px;
}

/* stat text */
.bootcamp-course-page .hero-stat-card p {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
}

[data-bs-theme="dark"]
.bootcamp-course-page .hero-stat-card p {
  color: #94a3b8;
}
.tick { 
  color: var(--primary) !important;
}
/* ALUMNI COMPANIES*/

.bootcamp-course-page .alumni-company-section {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

[data-bs-theme="dark"]
.bootcamp-course-page .alumni-company-section {
  background: rgba(15,23,42,.35);
}
[data-bs-theme="dark"]
.bootcamp-course-page .leadace {
  background: rgba(15,23,42,.35);
  padding: 40px 0;
}

.bootcamp-course-page .alumni-company-title {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--bc-muted);
}

/* only layout */
.bootcamp-course-page .company-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.8rem;
}

/* just sizing */
.bootcamp-course-page .company-logo {

  width: 100px;
  max-width: unset;
  margin-bottom: 0;
}

@media(max-width:768px) {

  .bootcamp-course-page .company-gallery {
    gap: 1rem 1.5rem;
  }

  .bootcamp-course-page .company-logo {
    height: 18px;
  }
}
/*LEAD / ACE FRAMEWORK */
[data-bs-theme="dark"] .leadacee {
  background: radial-gradient(circle at 10% 0%, rgba(38,211,228,.08), transparent 30%), radial-gradient(circle at 90% 20%, rgba(99,102,241,.08), transparent 28%);
}
.learning-journey {
  position: relative;
  overflow: hidden;
}

  .learning-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

/* HEADER */

.learning-header {
  max-width: 720px;
}

.learning-subtitle {
  color: var(--bc-muted);
  font-size: 1rem;
  line-height: 1.8;
}

/* LABELS*/

.lj-label {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.25rem;
}

.lj-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .52rem 1rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  overflow: hidden;
}

  .lj-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient( 135deg, rgba(255,255,255,.4), rgba(255,255,255,.06) );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

.lj-badge-lead {
  background: linear-gradient( 135deg, rgba(34,211,238,.18), rgba(34,211,238,.08) );
  border: 1px solid rgba(34,211,238,.18);
  color: #22d3ee;
  box-shadow: 0 0 30px rgba(34,211,238,.08);
}

.lj-badge-ace {
  background: linear-gradient( 135deg, rgba(99,102,241,.18), rgba(99,102,241,.08) );
  border: 1px solid rgba(99,102,241,.18);
  color: #818cf8;
  box-shadow: 0 0 30px rgba(99,102,241,.08);
}

.lj-line {
  flex: 1;
  height: 1px;
  background: linear-gradient( to right, rgba(34,211,238,.25), rgba(255,255,255,.06) );
}

[data-bs-theme="dark"] .lj-line {
  background: linear-gradient( to right, rgba(34,211,238,.18), rgba(255,255,255,.04) );
}

/* CARD
*/

.journey-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.15rem;
  border-radius: 10px;
  background: linear-gradient( 145deg, rgba(255,255,255,.92), rgba(248,250,252,.88) );
  border: 1px solid rgba(148,163,184,.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.7);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

  /* PREMIUM BORDER */

  .journey-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient( 135deg, rgba(34,211,238,.18), rgba(255,255,255,.03), rgba(99,102,241,.08) );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  /* SHIMMER */

  .journey-card::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -120%;
    width: 70%;
    height: 220%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.22), transparent );
    transform: rotate(20deg);
    transition: .8s ease;
  }

  /* HOVER */

  .journey-card:hover {
    transform: translateY(-5px);
    border-color: rgba(34,211,238,.18);
    box-shadow: 0 18px 40px rgba(15,23,42,.08), 0 0 35px rgba(34,211,238,.06);
  }

    .journey-card:hover::after {
      left: 150%;
    }

/* 
  ICON
 */

.journey-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: linear-gradient( 135deg, #26d3e4, #1bb7c9 );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(34,211,238,.22);
  transition: transform .25s ease, box-shadow .25s ease;
}

.journey-card:hover .journey-icon {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(34,211,238,.32);
}

.journey-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

/* 
  TEXT
 */

.journey-step {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: #22c7d8;
  margin-bottom: .25rem;
}

.journey-card-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: .35rem;
  color: var(--bc-text);
}

.journey-card-text {
  font-size: .85rem;
  line-height: 1.65;
  color: var(--bc-muted);
  margin-bottom: 0;
}

/* 
  DARK MODE
 */

[data-bs-theme="dark"] .journey-card {
  background: linear-gradient( 145deg, rgba(8,20,38,.96), rgba(2,8,23,.98) );
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 12px 30px rgba(0,0,0,.35);
}

  [data-bs-theme="dark"] .journey-card:hover {
    border-color: rgba(34,211,238,.18);
    box-shadow: 0 20px 40px rgba(0,0,0,.45), 0 0 35px rgba(34,211,238,.08);
  }

/* 
  MOBILE
 */

@media(max-width:768px) {

  .journey-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .journey-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .journey-card-title {
    font-size: .95rem;
  }

  .journey-card-text {
    font-size: .82rem;
  }

  .lj-label {
    gap: .6rem;
  }

  .lj-badge {
    font-size: .64rem;
  }
}/* 
  TOOLS & TECHNOLOGIES
*/

.tools-section {
  position: relative;
}

.tools-header {
  max-width: 760px;
}

.tools-title {
  font-size: clamp(1.25rem,2.25vw,3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.3px;
  color: var(--bc-text);
}

.tools-subtitle {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--bc-muted);
  max-width: 700px;
  margin-inline: auto;
}

/* wrapper */

.tools-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .85rem;
}

/* chip */

.tool-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.15rem;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 600;
  cursor: default;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
  background: rgba(241,245,249,.8);
  border: 1px solid rgba(15,23,42,.08);
  color: var(--bc-text);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 12px rgba(15,23,42,.04);
}

  /* hover */

  .tool-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(34,211,238,.28);
    background: rgba(34,211,238,.08);
  }

/* DARK MODE */
  
[data-bs-theme="dark"]
.tool-chip {
  background: rgba(15,23,42,.85);
  border: 1px solid rgba(255,255,255,.06);
  color: #dbeafe;
  box-shadow: none;
}

  [data-bs-theme="dark"]
  .tool-chip:hover {
    background: rgba(34,211,238,.10);
    border-color: rgba(34,211,238,.22);
  }

/* MOBILE */

@media(max-width:768px) {

  .tools-title {
    font-size: 2rem;
  }

  .tool-chip {
    padding: .7rem 1rem;
    font-size: .88rem;
  }
}



/* WHY section */
.why-icon svg {
  width: 30px;
  height: 30px;
  stroke: white;
  flex-shrink: 0;
}

.why-dotnet-ai {
  position: relative;
}

.key-header {
  max-width: 850px;
}

.why-title {
  font-size: clamp(2.2rem,2.5vw,4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--bc-text);
}

.why-subtitle {
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--bc-muted);
  max-width: 760px;
  margin-inline: auto;
}

/* CARD */

.why-card {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient( 145deg, rgba(255,255,255,.95), rgba(248,250,252,.92) );
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

  /* PREMIUM BORDER */

  .why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient( 135deg, rgba(34,211,238,.18), rgba(255,255,255,.04), rgba(34,211,238,.08) );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  /* HOVER */

  .why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15,23,42,.08);
  }

/* ICON */

.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient( 135deg, hsl(179 73% 47%), hsl(196 89% 59%) );
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 12px 28px rgba(34,211,238,.25);
}

/* TITLE */

.why-card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--bc-text);
}

/* TEXT */

.why-card-text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--bc-muted);
}

/* DARK MODE */

[data-bs-theme="dark"]
.why-card {
  background: linear-gradient( 145deg, rgba(8,20,38,.96), rgba(2,8,23,.98) );
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

/* MOBILE */

@media(max-width:768px) {

  .why-title {
    font-size: 2rem;
  }

  .why-card {
    padding: 1.5rem;
  }

  .why-icon {
    width: 54px;
    height: 54px;
    font-size: 1.2rem;
  }

  .why-card-title {
    font-size: 1.15rem;
  }
}

/* 
  PROJECT CARDS
 */
.project-tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: .9rem 0 1rem;
}

.project-tech-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .85rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: -.1px;
  border: 1px solid transparent;
  transition: all .25s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  line-height: 1;
}

/* COLORS */

.dotnet-pill {
  background: rgba(124,58,237,.10);
  color: #6d28d9;
  border-color: rgba(124,58,237,.18);
}

.azure-pill {
  background: rgba(14,165,233,.10);
  color: #0284c7;
  border-color: rgba(14,165,233,.18);
}

.angular-pill {
  background: rgba(239,68,68,.10);
  color: #dc2626;
  border-color: rgba(239,68,68,.18);
}

.react-pill {
  background: rgba(34,211,238,.10);
  color: #0891b2;
  border-color: rgba(34,211,238,.18);
}

.bootstrap-pill {
  background: rgba(139,92,246,.10);
  color: #7c3aed;
  border-color: rgba(139,92,246,.18);
}

.api-pill {
  background: rgba(16,185,129,.10);
  color: #059669;
  border-color: rgba(16,185,129,.18);
}

.mvc-pill {
  background: rgba(99,102,241,.10);
  color: #4f46e5;
  border-color: rgba(99,102,241,.18);
}

.jwt-pill {
  background: rgba(245,158,11,.10);
  color: #d97706;
  border-color: rgba(245,158,11,.18);
}

.git-pill {
  background: rgba(249,115,22,.10);
  color: #ea580c;
  border-color: rgba(249,115,22,.18);
}


.cicd-pill,
.lazy-pill {
  background: rgba(100,116,139,.10);
  color: #475569;
  border-color: rgba(100,116,139,.18);
}
.ml-pill {
  background: rgba(236,72,153,.10);
  color: #db2777;
  border-color: rgba(236,72,153,.18);
}

.sql-pill {
  background: rgba(59,130,246,.10);
  color: #2563eb;
  border-color: rgba(59,130,246,.18);
}

/* Hover */

.bootcamp-project-card:hover .project-tech-pill {
  transform: translateY(-2px);
}

/* Dark mode */

[data-bs-theme="dark"] .project-tech-pill {
  filter: brightness(1.08);
}
.bootcamp-project-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  height: 100%;
  transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease;
  background: var(--bc-card);
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 10px 25px rgba(15,23,42,.06);
  min-height: 380px;
}

/* SHINE */

.project-card-shine {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient( 120deg, transparent 40%, rgba(255,255,255,.65) 50%, transparent 60% );
  transition: opacity .35s ease;
  z-index: 2;
}

/* GLOW */

.project-card-glow {
  position: absolute;
  inset: -40px;
  opacity: 0;
  background: radial-gradient( circle at 50% 0%, rgba(34,211,238,.18), transparent 65% );
  transition: opacity .4s ease;
  z-index: 1;
}

.project-card-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
}

/* BADGE */

.learning-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .2rem .55rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(34, 211, 238, .10);
  border: 1px solid rgba(34, 211, 238, .20);
  color: #22c7d8;
}
.project-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient( 135deg, #10b981, #059669 );
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .38rem .7rem;
  border-radius: 999px;
  opacity: 0;
  transform: scale(.85);
  transition: .35s ease;
  z-index: 5;
}

/* IMAGE */

.project-image {
  border-radius: 7px;
  overflow: hidden;
  background: linear-gradient( 145deg, rgba(34,211,238,.08), rgba(124,58,237,.08) );
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .4s ease, box-shadow .35s ease;
}

  .project-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

/* TITLE */

.project-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--bc-text);
  margin-top: 1rem;
  margin-bottom: .6rem;
  transition: .3s ease;
}

/* TAG */

.project-card-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(34,211,238,.10);
  color: var(--bc-primary);
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .9rem;
}

/* DESCRIPTION */

.project-card-description {
  color: var(--bc-muted);
  line-height: 1.7;
  font-size: .95rem;
  margin-bottom: 0;
}

/* HOVER */

.bootcamp-project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(15,23,42,.10);
  border-color: rgba(34,211,238,.20);
}

  .bootcamp-project-card:hover .project-card-shine {
    opacity: 1;
    animation: bootcampShine 2.5s linear infinite;
  }

  .bootcamp-project-card:hover .project-card-glow {
    opacity: 1;
  }

  .bootcamp-project-card:hover .project-badge {
    opacity: 1;
    transform: scale(1);
  }

  .bootcamp-project-card:hover .project-image {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 25px rgba(15,23,42,.10);
  }

  .bootcamp-project-card:hover .project-card-title {
    color: var(--bc-primary);
    transform: translateX(2px);
  }

/* DARK MODE */

[data-bs-theme="dark"]
.bootcamp-project-card {
  background: linear-gradient( 160deg, rgba(15,23,42,.96), rgba(2,8,23,.98) );
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 25px rgba(0,0,0,.30);
}

[data-bs-theme="dark"]
.project-card-shine {
  background: linear-gradient( 120deg, transparent 40%, rgba(255,255,255,.12) 50%, transparent 60% );
}

/* ANIMATION */

@keyframes bootcampShine {

  from {
    transform: translateX(-160%);
  }

  to {
    transform: translateX(220%);
  }
}

/* MOBILE */

@media(max-width:768px) {

  .project-image {
    height: 170px;
  }

  .bootcamp-project-card {
    min-height: auto;
  }
}

/*HERO DEMO VIDEO*/

.hero-demo-video {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(34,211,238,.12);
  box-shadow: 0 12px 30px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.08);
  transition: all .3s ease;
  width: 100%;
  max-width: 480px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 !important
}

  .hero-demo-video:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15,23,42,.14), 0 0 25px rgba(34,211,238,.08);
  }

/* VIDEO WRAPPER */
.hero-demo-frame {
  display: flex;
  justify-content: center;
  align-items: center;
/*  padding: .85rem;*/
}

  /* VIDEO SIZE */
  .hero-demo-frame iframe {
    width: 100%;
    max-width: 430px; 
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 1rem;
    display: block;
    overflow: hidden;
  }

/* CONTENT */
.hero-demo-content {
  padding: .85rem 1rem 1rem;
}

.hero-demo-badge {
  display: inline-flex;
  align-items: center;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  color: #22d3ee;
  background: rgba(34,211,238,.08);
  border: 1px solid rgba(34,211,238,.14);
}

.hero-demo-title {
  margin-top: .7rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--bc-text);
}

.hero-demo-text {
  font-size: .9rem;
  color: var(--bc-muted);
  line-height: 1.55;
}

/* DARK MODE */
[data-bs-theme="dark"] .hero-demo-video {
  background: rgba(8,20,38,.72);
  border: 1px solid rgba(255,255,255,.06);
}

[data-bs-theme="dark"] .hero-demo-title {
  color: #fff;
}

[data-bs-theme="dark"] .hero-demo-text {
  color: #94a3b8;
}

/* MOBILE */
@media(max-width:991px) {
  .hero-demo-video {
    max-width: 100%;
    margin-top: 1rem;
  }

  .hero-demo-frame iframe {
    max-width: 100%;
  }
}



/* 
  WHO IS THIS BOOTCAMP FOR */

.eligible-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.eligible-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 1.4rem;
  height: 100%;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.03);
  backdrop-filter: blur(14px);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

  /* subtle premium shimmer */
  .eligible-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 110deg, transparent 42%, rgba(255,255,255,0.02) 48%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0.02) 52%, transparent 58% );
    background-size: 250% 100%;
    animation: subtleShimmer 10s linear infinite;
  }

  /* hover */
  .eligible-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.18);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08), 0 4px 10px rgba(15, 23, 42, 0.04);
  }

/*
  ICON
*/
.bootcamp-course-page .tech-content .tech-box img {
  height: 50px;
  padding: 4px;
}
.bootcamp-course-page .tech-content .tech-text {
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  padding: 10px 6px;
  line-height: 16px;
  background: none !important;
  min-width: 86px !important;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.bootcamp-course-page .tech-content .tech-box {
  border: none !important;
  background: none !important;
}
.bootcamp-course-page .tech-content { 
  justify-content:center;

}
[data-bs-theme="dark"] .bootcamp-course-page .tech-content .tech-box {
  background: rgb(255 255 255 / 5%) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}




.eligible-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

    .eligible-icon svg {
      width: 26px;
      height: 26px;
    }
  /* icon gradient colors */

  .student-icon {
    background: linear-gradient(135deg, #06b6d4, #2563eb);
  }

  .developer-icon {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
  }

  .backend-icon {
    background: linear-gradient(135deg, #10b981, #059669);
  }

  .switch-icon {
    background: linear-gradient(135deg, #f59e0b, #f97316);
  }

  .architect-icon {
    background: linear-gradient(135deg, #ec4899, #be185d);
  }

  .frontend-icon {
    background: linear-gradient(135deg, #14b8a6, #0ea5e9);
  }
  /* 
  CONTENT
 */

  .eligible-content {
    flex: 1;
  }

    .eligible-content h5 {
      margin-bottom: 3px;
      font-size: 0.9rem !important;
      font-weight: 700;
      color: #0f172a;
    }

    .eligible-content p {
      margin: 0;
      font-size: 0.7rem;
      color: #64748b;
    }


  @keyframes subtleShimmer {
    from {
      background-position: 200% 0;
    }

    to {
      background-position: -200% 0;
    }
  }


  [data-bs-theme="dark"] .eligible-subtitle {
    color: #94a3b8;
  }

  [data-bs-theme="dark"] .eligible-card {
    background: rgba(30, 41, 59, 0.88);
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 10px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.02);
  }

    [data-bs-theme="dark"] .eligible-card:hover {
      border-color: rgba(59,130,246,.20);
      box-shadow: 0 18px 40px rgba(0,0,0,.38);
    }

    [data-bs-theme="dark"] .eligible-card::before {
      background: linear-gradient( 110deg, transparent 42%, rgba(255,255,255,0.01) 48%, rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.01) 52%, transparent 58% );
    }

  [data-bs-theme="dark"] .eligible-content h5 {
    color: #f8fafc;
  }

  [data-bs-theme="dark"] .eligible-content p {
    color: #cbd5e1;
  }
  /* ==
  RESPONSIVE
 == */

  @media (max-width: 991px) {

    .eligible-card {
      padding: 22px;
    }
  }

  @media (max-width: 768px) {

    .eligible-subtitle {
      font-size: 0.96rem;
      line-height: 1.7;
    }

    .eligible-card {
      gap: 15px;
      padding: 20px;
      border-radius: 20px;
    }

    .eligible-icon {
      width: 50px;
      height: 50px;
      border-radius: 16px;
    }

      .eligible-icon svg {
        width: 22px;
        height: 22px;
      }

    .eligible-content h5 {
      font-size: 0.9rem;
    }

    .eligible-content p {
      font-size: .92rem;
    }
  }
  /* Career Grow */

  .career-growth-section {
    position: relative;
  }

  .career-growth-content {
    max-width: 100%;
  }
  /* Subtitle */

  .career-growth-subtitle {
    max-width: 650px;
    font-size: 1rem;
    line-height: 1.85;
    color: #64748b;
    font-weight: 500;
  }
  /* Cards */

  .career-growth-item {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(148,163,184,.12);
    box-shadow: 0 8px 30px rgba(15,23,42,.06);
    transition: all .28s ease;
    min-height: 65px;
  }

    .career-growth-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 40px rgba(15,23,42,.10);
    }
  /* Icon */

  .career-check-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34,211,238,.12);
    border: 1px solid rgba(34,211,238,.18);
  }

    .career-check-icon svg {
      width: 18px;
      height: 18px;
      stroke: #22d3ee;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
  /* Text */

  .career-growth-item span:last-child {
    font-size: .92rem;
    line-height: 1.65;
    font-weight: 600;
    color: #1e293b;
  }
  /* Certificate */

  .career-certificate-img {
    width: 100%;
    max-width: 430px;
    object-fit: contain;
    transition: .35s ease;
    margin-inline: auto;
    display: block;
  }
  -
    .career-certificate-img:hover {
      transform: translateY(-5px) scale(1.02);
    }

  .career-certificate-img {
    width: 100%;
    max-width: 420px;
    object-fit: contain;
    transition: .35s ease;
  }

    .career-certificate-img:hover {
      transform: translateY(-4px) scale(1.01);
    }
  /* DARK MODE */

  [data-bs-theme="dark"] .career-growth-item,
  [data-bs-theme="dark"] .certificate-card {
    background: #0f172a;
    border-color: rgba(255,255,255,.06);
    box-shadow: none;
  }

    [data-bs-theme="dark"] .career-growth-item span:last-child {
      color: #e2e8f0;
    }

  [data-bs-theme="dark"] .career-growth-subtitle {
    color: #94a3b8;
  }


/* PREMIUM BOOTCAMP PRICING UI */

.bootcamp-course-page .company-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}

/* consistent logo sizing */
.bootcamp-course-page .company-logo {
  width: 110px; /* equal width */
  height: 36px; /* equal height */
  object-fit: contain;
  display: block;
  /*filter: grayscale(100%);*/
  opacity: .9;
  transition: all .25s ease;
}

  /* hover effect */
  .bootcamp-course-page .company-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-2px);
  }

@media(max-width:768px) {
  .bootcamp-course-page .company-logo {
    width: 90px;
    height: 30px;
  }
}

:root {
  --ios-bg: #f5f5f7;
  --ios-surface: rgba(255, 255, 255, 0.72);
  --ios-surface-hover: rgba(255, 255, 255, 0.88);
  --ios-border: rgba(0, 0, 0, 0.06);
  --ios-border-highlight: rgba(255, 255, 255, 0.5);
  --ios-text-primary: #1d1d1f;
  --ios-text-secondary: #86868b;
  --ios-text-tertiary: #6e6e73;
  --ios-accent: #0071e3;
  --ios-accent-gradient: linear-gradient(135deg, #0071e3, #00c7be);
  --ios-success: #34c759;
  --ios-warning: #ff9f0a;
  --ios-gold: #ffd60a;
  --ios-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --ios-shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --ios-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.12);
  --ios-shadow-glow: 0 0 40px rgba(0, 113, 227, 0.15);
  --ios-blur: 20px;
  --ios-radius-sm: 12px;
  --ios-radius-md: 20px;
  --ios-radius-lg: 28px;
}

[data-bs-theme="dark"] {
  --ios-bg: #000000;
  --ios-surface: rgba(28, 28, 30, 0.72);
  --ios-surface-hover: rgba(44, 44, 46, 0.85);
  --ios-border: rgba(255, 255, 255, 0.08);
  --ios-border-highlight: rgba(255, 255, 255, 0.12);
  --ios-text-primary: #f5f5f7;
  --ios-text-secondary: #a1a1a6;
  --ios-text-tertiary: #8e8e93;
  --ios-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --ios-shadow-md: 0 8px 30px rgba(0, 0, 0, 0.35);
  --ios-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.5);
  --ios-shadow-glow: 0 0 60px rgba(0, 113, 227, 0.25);
}

/* Container */
.ios-pricing-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 991px) {
  .ios-pricing-container {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* Base Card */
.ios-pricing-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--ios-radius-lg);
  background: var(--ios-surface);
  backdrop-filter: blur(var(--ios-blur));
  -webkit-backdrop-filter: blur(var(--ios-blur));
  border: 1px solid var(--ios-border);
  box-shadow: var(--ios-shadow-md), inset 0 1px 0 var(--ios-border-highlight);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease, border-color 0.3s ease;
}

  .ios-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ios-shadow-lg);
  }

/* Glow Effect */
.ios-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient( circle at 30% 30%, rgba(0, 113, 227, 0.08) 0%, transparent 50% );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.ios-pricing-card:hover .ios-card-glow {
  opacity: 1;
}

.ios-card-glow-accent {
  background: radial-gradient( circle at 50% 0%, rgba(0, 199, 190, 0.12) 0%, rgba(0, 113, 227, 0.08) 30%, transparent 60% );
}

/* Card Content */
.ios-card-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

@media (max-width: 768px) {
  .ios-card-content {
    padding: 1.5rem;
  }
}
.ios-features-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

/* Badge */
.ios-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--ios-accent-gradient);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 113, 227, 0.3);
  margin-bottom: 1rem;
}

.ios-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ios-text-primary);
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}

.ios-card-subtitle {
  font-size: 0.95rem;
  color: var(--ios-text-secondary);
  margin: 0;
  font-weight: 500;
}

/* Features Grid */
.ios-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .ios-features-grid {
    grid-template-columns: 1fr;
  }
}

.ios-feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--ios-radius-sm);
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--ios-border);
  transition: all 0.25s ease;
}

[data-bs-theme="dark"] .ios-feature-item {
  background: rgba(255, 255, 255, 0.03);
}

.ios-feature-item:hover {
  background: rgba(0, 113, 227, 0.05);
  border-color: rgba(0, 113, 227, 0.15);
  transform: translateX(3px);
}

.ios-feature-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ios-accent-gradient);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.25);
}

  .ios-feature-icon svg {
    width: 18px;
    height: 18px;
  }

.ios-feature-item > span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ios-text-primary);
}

/* Plus Benefits */
.ios-plus-benefits {
  padding: 1.25rem;
  border-radius: var(--ios-radius-md);
  background: linear-gradient( 135deg, rgba(255, 214, 10, 0.08) 0%, rgba(255, 159, 10, 0.05) 100% );
  border: 1px solid rgba(255, 214, 10, 0.2);
}

[data-bs-theme="dark"] .ios-plus-benefits {
  background: linear-gradient( 135deg, rgba(255, 214, 10, 0.12) 0%, rgba(255, 159, 10, 0.08) 100% );
  border-color: rgba(255, 214, 10, 0.25);
}

.ios-plus-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ios-gold);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

  .ios-plus-header svg {
    color: var(--ios-gold);
  }

.ios-plus-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ios-plus-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ios-text-primary);
}

  .ios-plus-item svg {
    color: var(--ios-gold);
    flex-shrink: 0;
  }

/* Custom Content */
.ios-custom-content {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ios-border);
}

.ios-price-card {
  display: flex;
  flex-direction: column;
}

  .ios-price-card .ios-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
  }

/* Price Header */
.ios-price-header {
  margin-bottom: 1.25rem;
}

.ios-discount-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #ff3b30, #ff9500);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 59, 48, 0.35);
  animation: ios-pulse 2.5s ease-in-out infinite;
}

@keyframes ios-pulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(255, 59, 48, 0.35);
  }

  50% {
    box-shadow: 0 6px 30px rgba(255, 59, 48, 0.5);
  }
}

/* Price Display */
.ios-price-display {
  margin-bottom: 1.25rem;
}

.ios-original-price {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ios-text-tertiary);
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}

.ios-current-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--ios-text-primary);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .ios-current-price {
    font-size: 2.75rem;
  }
}

.ios-price-period {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ios-text-secondary);
}

/* Savings Box */
.ios-savings-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: var(--ios-radius-sm);
  background: rgba(52, 199, 89, 0.1);
  border: 1px solid rgba(52, 199, 89, 0.2);
  margin-bottom: 1.5rem;
}

  .ios-savings-box svg {
    color: var(--ios-success);
  }

  .ios-savings-box span {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ios-success);
  }

/* CTA Button */
.ios-cta-section {
  margin-bottom: 1.25rem;
}

.ios-enroll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: var(--ios-radius-md);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: var(--ios-accent-gradient);
  box-shadow: 0 8px 30px rgba(0, 113, 227, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

  .ios-enroll-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
    transition: left 0.6s ease;
  }

  .ios-enroll-btn:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 12px 40px rgba(0, 113, 227, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  }

    .ios-enroll-btn:hover::before {
      left: 100%;
    }

  .ios-enroll-btn:active {
    transform: translateY(0) scale(0.99);
  }

  .ios-enroll-btn svg {
    transition: transform 0.3s ease;
  }

  .ios-enroll-btn:hover svg {
    transform: translateX(4px);
  }

/* Guarantee */
.ios-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem;
  border-radius: var(--ios-radius-sm);
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--ios-border);
  margin-bottom: 1.25rem;
}

[data-bs-theme="dark"] .ios-guarantee {
  background: rgba(255, 255, 255, 0.03);
}

.ios-guarantee svg {
  color: var(--ios-success);
  flex-shrink: 0;
}

.ios-guarantee span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ios-text-secondary);
}

/* Trust Badges */
.ios-trust-badges {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.ios-trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

  .ios-trust-item svg {
    color: var(--ios-text-tertiary);
  }

  .ios-trust-item span {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--ios-text-tertiary);
  }

@media (max-width: 1199px) {
  .ios-card-title {
    font-size: 1.35rem;
  }

  .ios-current-price {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .ios-features-card {
    order: 2;
  }

  .ios-price-card {
    order: 1;
  }
}

@media (max-width: 576px) {
  .ios-card-content {
    padding: 1.25rem;
  }

  .ios-card-title {
    font-size: 1.25rem;
  }

  .ios-current-price {
    font-size: 2.5rem;
  }

  .ios-enroll-btn {
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
  }

  .ios-trust-badges {
    gap: 1rem;
  }
}
}

/* Base Layout */
.course-content-wrapper {
  min-height: 100vh;
  color: #111827;
/*  padding-bottom: 3rem;*/
}

[data-bs-theme="dark"] .course-content-wrapper {
  color: #f3f4f6;
}

.course-content-container {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Header Section */
.course-header {
  margin-bottom: 2rem;
}

.course-badge {
  color: #0891b2;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

[data-bs-theme="dark"] .course-badge {
  color: #06b6d4;
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .header-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.course-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #374151;
  margin: 0;
}

[data-bs-theme="dark"] .course-title {
  color: #ffffff;
}

.course-meta {
  color: #4b5563;
  margin-top: 0.25rem;
}

[data-bs-theme="dark"] .course-meta {
  color: #d1d5db;
}

.stats-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 1.875rem;
  font-weight: 700;
}

  .stat-value.progress {
    color: #0891b2;
  }

[data-bs-theme="dark"] .stat-value.progress {
  color: #22d3ee;
}

.stat-value.labs {
  color: #059669;
}

[data-bs-theme="dark"] .stat-value.labs {
  color: #34d399;
}

.hidden {
  display: none !important;
}

.stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

[data-bs-theme="dark"] .stat-label {
  color: #9ca3af;
}

.stat-divider {
  height: 2.5rem;
  width: 1px;
  background-color: #e5e7eb;
}

[data-bs-theme="dark"] .stat-divider {
  background-color: #374151;
}

/* Progress Bar */
.overall-progress-bar {
  margin-top: 1.5rem;
  height: 0.75rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}

[data-bs-theme="dark"] .overall-progress-bar {
  background-color: #374151;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #06b6d4, #3b82f6);
  border-radius: 9999px;
  transition: width 0.5s ease-out;
}

/* Week List */
.week-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Week Card */
.week-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

[data-bs-theme="dark"] .week-card {
  background-color: #0f172a;
  border-color: #374151;
}

.week-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.week-card.locked {
  opacity: 0.6;
}

.week-header-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

  .week-header-btn:hover:not(:disabled) {
    background-color: #f9fafb;
  }

[data-bs-theme="dark"] .week-header-btn:hover:not(:disabled) {
  background-color: #1e293b;
}

.week-header-btn:disabled {
  cursor: not-allowed;
}

.week-number {
  width: 4.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background-color: #cffafe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0891b2;
  font-weight: 700;
  flex-shrink: 0;
}

[data-bs-theme="dark"] .week-number {
  background-color: #164e63;
  color: #22d3ee;
}

.week-info {
  flex: 1;
  min-width: 0;
}

.week-title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #374151;
  transition: color 0.2s ease;
}

[data-bs-theme="dark"] .week-title {
  color: #ffffff;
}

.week-header-btn:hover:not(:disabled) .week-title {
  color: #0891b2;
}

[data-bs-theme="dark"] .week-header-btn:hover:not(:disabled) .week-title {
  color: #22d3ee;
}

.week-subtitle {
  font-size: 0.875rem;
  color: #4b5563;
}

[data-bs-theme="dark"] .week-subtitle {
  color: #a6aab0;
}

.week-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
}

.week-stat-videos {
  font-weight: 700;
  color: #0891b2;
}

[data-bs-theme="dark"] .week-stat-videos {
  color: #22d3ee;
}

.week-stat-labs {
  font-weight: 700;
  color: #059669;
}

[data-bs-theme="dark"] .week-stat-labs {
  color: #34d399;
}

.week-progress-bar {
  width: 5rem;
  height: 0.5rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}

[data-bs-theme="dark"] .week-progress-bar {
  background-color: #374151;
}

.week-progress-fill {
  height: 100%;
  background: linear-gradient(to right, #06b6d4, #3b82f6);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

.week-progress-percent {
  font-weight: 600;
  color: #0891b2;
  width: 3rem;
  text-align: right;
}

[data-bs-theme="dark"] .week-progress-percent {
  color: #22d3ee;
}

.week-chevron,
.module-chevron {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
  transition: transform 0.3s ease;
}

  .week-chevron.rotate-180 {
    transform: rotate(180deg);
  }

  .module-chevron.rotate-90 {
    transform: rotate(90deg);
  }

.lock-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
}

/* Week Body */
.week-body {
  border-top: 1px solid #e5e7eb;
  padding: 0 1.5rem 1.5rem;
}

[data-bs-theme="dark"] .week-body {
  border-color: #374151;
}

.week-body.hidden {
  display: none;
}

/* Tabs */
.week-tabs {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.25rem;
}

[data-bs-theme="dark"] .week-tabs {
  border-color: #374151;
}

.week-tab-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}

  .week-tab-btn.active {
    border-bottom-color: #0891b2;
    color: #0891b2;
  }

[data-bs-theme="dark"] .week-tab-btn.active {
  border-bottom-color: #06b6d4;
  color: #22d3ee;
}

.week-tab-btn:not(.active) {
  color: #4b5563;
}

[data-bs-theme="dark"] .week-tab-btn:not(.active) {
  color: #d1d5db;
}

.week-tab-btn:not(.active):hover {
  color: #111827;
}

[data-bs-theme="dark"] .week-tab-btn:not(.active):hover {
  color: #ffffff;
}

/* Tab Panels */
.tab-panel {
  display: block;
}

  .tab-panel.hidden {
    display: none;
  }

.tab-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Module Card */
.module-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}

[data-bs-theme="dark"] .module-card {
  background-color: #1e293b;
  border-color: #374151;
}

.module-header-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

  .module-header-btn:hover {
    background-color: #ffffff;
  }

[data-bs-theme="dark"] .module-header-btn:hover {
  background-color: #374151;
}

.module-number {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
}

  .module-number.completed {
    background-color: #d1fae5;
    color: #059669;
  }

[data-bs-theme="dark"] .module-number.completed {
  background-color: #064e3b;
  color: #34d399;
}

.module-number:not(.completed) {
  background-color: #e5e7eb;
  color: #6b7280;
}

[data-bs-theme="dark"] .module-number:not(.completed) {
  background-color: #374151;
  color: #9ca3af;
}

.module-info {
  flex: 1;
  text-align: left;
}

.module-title {
  font-weight: 500;
  color: #374151;
}

[data-bs-theme="dark"] .module-title {
  color: #ffffff;
}

/* .module-subtitle {
    font-size: 0.75rem;
    color: #4b5563;
  }

  [data-bs-theme="dark"] .module-subtitle {
    color: #d1d5db;
  } */

.module-body {
  padding: 0 0.5rem;
}

  .module-body.hidden {
    display: none;
  }

  .module-body > div {
    border-top: 1px solid #e5e7eb;
  }

[data-bs-theme="dark"] .module-body > div {
  border-color: #374151;
}

/* Topic Section */
.topic-section {
  padding: 0.75rem 1rem;
}

.topic-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

[data-bs-theme="dark"] .topic-title {
  color: #9ca3af;
}

/* Video Item */
.video-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

  .video-item:hover {
    background-color: #ffffff;
  }

[data-bs-theme="dark"] .video-item:hover {
  background-color: #374151;
}

.video-item.completed {
  opacity: 0.6;
}

.video-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

  .video-icon.completed {
    background-color: #d1fae5;
    color: #059669;
  }

[data-bs-theme="dark"] .video-icon.completed {
  background-color: #064e3b;
  color: #34d399;
}

.video-icon:not(.completed) {
  background-color: #e5e7eb;
  color: #9ca3af;
}

[data-bs-theme="dark"] .video-icon:not(.completed) {
  background-color: #374151;
  color: #9ca3af;
}

.video-item:hover .video-icon:not(.completed) {
  color: #0891b2;
}

[data-bs-theme="dark"] .video-item:hover .video-icon:not(.completed) {
  color: #22d3ee;
}

.video-name {
  flex: 1;
  font-size: 0.875rem;
}

  .video-name.completed {
    text-decoration: line-through;
    color: #6b7280;
  }

[data-bs-theme="dark"] .video-name.completed {
  color: #9ca3af;
}

.video-name:not(.completed) {
  color: #374151;
}

[data-bs-theme="dark"] .video-name:not(.completed) {
  color: #d1d5db;
}

.video-progress {
  font-size: 0.75rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

[data-bs-theme="dark"] .video-progress {
  color: #9ca3af;
}

.video-progress-bar {
  width: 3rem;
  height: 0.25rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
}

[data-bs-theme="dark"] .video-progress-bar {
  background-color: #374151;
}

.video-progress-fill {
  background-color: #06b6d4;
  height: 0.25rem;
  border-radius: 9999px;
}

.video-duration {
  font-size: 0.75rem;
  font-family: monospace;
  color: #6b7280;
}

[data-bs-theme="dark"] .video-duration {
  color: #9ca3af;
}

/* Labs Section */
.labs-empty {
  text-align: center;
  color: #6b7280;
  padding: 2.5rem 0;
}

[data-bs-theme="dark"] .labs-empty {
  color: #9ca3af;
}

.labs-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lab-group-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
}

[data-bs-theme="dark"] .lab-group-title {
  color: #9ca3af;
}

.lab-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Lab Item */
.lab-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
}

[data-bs-theme="dark"] .lab-item {
  background-color: #0f172a;
  border-color: #374151;
}

.lab-item:not(.completed):hover {
  background-color: #f9fafb;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .lab-item:not(.completed):hover {
  background-color: #1e293b;
}

.lab-item.completed {
  opacity: 0.75;
}

.lab-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .lab-icon.completed {
    background-color: #d1fae5;
    color: #059669;
  }

[data-bs-theme="dark"] .lab-icon.completed {
  background-color: #064e3b;
  color: #34d399;
}

.lab-icon:not(.completed) {
  background-color: #f3f4f6;
  color: #9ca3af;
}

[data-bs-theme="dark"] .lab-icon:not(.completed) {
  background-color: #374151;
  color: #9ca3af;
}

.lab-item:hover .lab-icon:not(.completed) {
  color: #0891b2;
}

[data-bs-theme="dark"] .lab-item:hover .lab-icon:not(.completed) {
  color: #22d3ee;
}

.lab-name {
  flex: 1;
  font-weight: 500;
}

  .lab-name.completed {
    text-decoration: line-through;
    color: #6b7280;
  }

[data-bs-theme="dark"] .lab-name.completed {
  color: #9ca3af;
}

.lab-name:not(.completed) {
  color: #374151;
}

[data-bs-theme="dark"] .lab-name:not(.completed) {
  color: #ffffff;
}

.lab-duration {
  font-size: 0.75rem;
  font-family: monospace;
  color: #6b7280;
}

[data-bs-theme="dark"] .lab-duration {
  color: #9ca3af;
}

.lab-btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

  .lab-btn.start {
    background-color: #0891b2;
    color: #ffffff;
  }

    .lab-btn.start:hover {
      background-color: #0e7490;
    }

  .lab-btn.review {
    background-color: #f3f4f6;
    color: #4b5563;
  }

[data-bs-theme="dark"] .lab-btn.review {
  background-color: #374151;
  color: #d1d5db;
}

.lab-btn.review:hover {
  background-color: #e5e7eb;
}

[data-bs-theme="dark"] .lab-btn.review:hover {
  background-color: #4b5563;
}

/* Footer */
.course-footer {
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 600;
}

[data-bs-theme="dark"] .course-footer {
  color: #9ca3af;
}

  .sh-compare-section *,
  .sh-compare-section *::before,
  .sh-compare-section *::after {
    box-sizing: border-box;
  }

  .sh-compare-section {
    position: relative;
    padding: 3rem 0;
  }
  /* HEADER */
  .sh-cmp-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: rgba(38,211,228,.08);
    border: 1px solid rgba(38,211,228,.18);
    color: #22d3ee;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
  }

  .sh-cmp-title {
    font-size: clamp(1.3rem,2.5vw,2.6rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #0f172a;
  }

  [data-bs-theme="dark"] .sh-cmp-title {
    color: #f8fafc;
  }

  .sh-cmp-title span {
    background: linear-gradient(135deg,#26d3e4,#1bb7c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .sh-cmp-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
    font-size: .97rem;
    line-height: 1.75;
  }

  [data-bs-theme="dark"] .sh-cmp-subtitle {
    color: #94a3b8;
  }
  /* WRAP */
  .sh-cmp-wrap {
    width: 97%;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
  }

  [data-bs-theme="dark"] .sh-cmp-wrap {
    border-color: rgba(255,255,255,.08);
    background: #0f172a;
  }
  /* GRID */
  .sh-cmp-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
  }
  /* HEADER CELLS */
  .sh-cmp-head-feature {
    padding: 16px 18px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8fafc;
  }

  [data-bs-theme="dark"] .sh-cmp-head-feature {
    background: rgba(255,255,255,.03);
    border-bottom-color: rgba(255,255,255,.08);
  }

  .sh-cmp-head-feature span {
    display: block;
    font-size: .82rem;
    font-weight: 700;
    color: #0f172a;
  }

  [data-bs-theme="dark"] .sh-cmp-head-feature span {
    color: #f8fafc;
  }

  .sh-cmp-head-feature small {
    font-size: .72rem;
    color: #64748b;
  }

  [data-bs-theme="dark"] .sh-cmp-head-feature small {
    color: #94a3b8;
  }

  .sh-cmp-head-sh {
    padding: 16px 18px;
    text-align: center;
    border-bottom: 1px solid rgba(38,211,228,.22);
    border-left: 1px solid rgba(38,211,228,.22);
    border-right: 1px solid rgba(38,211,228,.22);
    background: rgba(38,211,228,.05);
  }

  [data-bs-theme="dark"] .sh-cmp-head-sh {
    background: rgba(38,211,228,.06);
    border-color: rgba(38,211,228,.18);
  }

  .sh-cmp-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .sh-cmp-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 8px;
    padding: 3px;
    flex-shrink: 0;
  }

  .sh-cmp-brand {
    font-size: .85rem;
    font-weight: 700;
    color: #22d3ee;
    white-space: nowrap;
  }

  .sh-cmp-brand-sub {
    font-size: .72rem;
    color: #64748b;
  }

  [data-bs-theme="dark"] .sh-cmp-brand-sub {
    color: #94a3b8;
  }

  .sh-cmp-best-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .3rem .75rem;
    border-radius: 999px;
    background: rgba(38,211,228,.10);
    border: 1px solid rgba(38,211,228,.22);
    color: #22d3ee;
    font-size: .68rem;
    font-weight: 700;
    margin-top: 6px;
  }

  .sh-cmp-head-other {
    padding: 16px 18px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  [data-bs-theme="dark"] .sh-cmp-head-other {
    background: rgba(255,255,255,.02);
    border-bottom-color: rgba(255,255,255,.08);
  }

  .sh-cmp-other-title {
    font-size: .85rem;
    font-weight: 700;
    color: #0f172a;
  }

  [data-bs-theme="dark"] .sh-cmp-other-title {
    color: #f8fafc;
  }

  .sh-cmp-other-sub {
    font-size: .72rem;
    color: #64748b;
    margin-top: 2px;
  }

  [data-bs-theme="dark"] .sh-cmp-other-sub {
    color: #94a3b8;
  }
  /* ROWS */
  .sh-cmp-row {
    transition: background .2s ease;
  }

    .sh-cmp-row:hover {
      background: #f8fafc;
    }

  [data-bs-theme="dark"] .sh-cmp-row:hover {
    background: rgba(255,255,255,.02);
  }

  .sh-cmp-feature {
    padding: 11px 18px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #e2e8f0;
    color: #1e293b;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.45;
  }

  [data-bs-theme="dark"] .sh-cmp-feature {
    border-top-color: rgba(255,255,255,.07);
    color: #e2e8f0;
  }

  .sh-cmp-feature svg {
    width: 14px;
    height: 14px;
    stroke: #94a3b8;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .sh-cmp-cell {
    padding: 8px 14px;
    text-align: center;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }

  [data-bs-theme="dark"] .sh-cmp-cell {
    border-top-color: rgba(255,255,255,.07);
  }

  .sh-cmp-cell-sh {
    background: rgba(38,211,228,.04);
    border-left: 1px solid rgba(38,211,228,.18);
    border-right: 1px solid rgba(38,211,228,.18);
  }

  [data-bs-theme="dark"] .sh-cmp-cell-sh {
    background: rgba(38,211,228,.05);
    border-color: rgba(38,211,228,.15);
  }

  .sh-cmp-cell small {
    display: block;
    font-size: .68rem;
    color: #94a3b8;
    line-height: 1.4;
  }
  /* PILLS */
  .sh-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 1px 5px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.4;
  }

    .sh-pill svg {
      width: 11px;
      height: 11px;
      stroke: currentColor;
      flex-shrink: 0;
      stroke-width: 2.5;
    }

  .sh-success {
    background: rgba(16,185,129,.10);
    color: #059669;
  }

  [data-bs-theme="dark"] .sh-success {
    background: rgba(16,185,129,.12);
    color: #34d399;
  }

  .sh-danger {
    background: rgba(239,68,68,.08);
    color: #dc2626;
  }

  [data-bs-theme="dark"] .sh-danger {
    background: rgba(239,68,68,.10);
    color: #f87171;
  }

  .sh-muted {
    background: rgba(100,116,139,.08);
    color: #64748b;
  }

  [data-bs-theme="dark"] .sh-muted {
    background: rgba(255,255,255,.06);
    color: #94a3b8;
  }

  .sh-teal {
    background: rgba(38,211,228,.10);
    color: #0891b2;
  }

  [data-bs-theme="dark"] .sh-teal {
    background: rgba(38,211,228,.12);
    color: #22d3ee;
  }
  /* FOOTER */
  .sh-cmp-footer {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    border-top: 1px solid #e2e8f0;
  }

  [data-bs-theme="dark"] .sh-cmp-footer {
    border-top-color: rgba(255,255,255,.08);
  }

  .sh-cmp-footer-label {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    background: #f8fafc;
  }

  [data-bs-theme="dark"] .sh-cmp-footer-label {
    background: rgba(255,255,255,.02);
  }

  .sh-cmp-footer-label p {
    font-size: .75rem;
    color: #94a3b8;
    margin: 0;
  }

  .sh-cmp-footer-sh {
    padding: 14px 18px;
    text-align: center;
    background: rgba(38,211,228,.06);
    border-left: 1px solid rgba(38,211,228,.18);
    border-right: 1px solid rgba(38,211,228,.18);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [data-bs-theme="dark"] .sh-cmp-footer-sh {
    background: rgba(38,211,228,.07);
    border-color: rgba(38,211,228,.15);
  }

  .sh-cmp-footer-other {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
  }

  [data-bs-theme="dark"] .sh-cmp-footer-other {
    background: rgba(255,255,255,.02);
  }

  .sh-cmp-footer-other span {
    font-size: .75rem;
    color: #94a3b8;
  }
  /* ENROLL BUTTON */
  .sh-enroll-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 999px;
    padding: 8px 20px;
    background: linear-gradient(135deg,#26d3e4,#1bb7c9);
    color: #ffffff;
    font-weight: 700;
    font-size: .82rem;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 6px 18px rgba(38,211,228,.28);
    white-space: nowrap;
  }

    .sh-enroll-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(38,211,228,.38);
    }

    .sh-enroll-btn svg {
      width: 14px;
      height: 14px;
      stroke: #fff;
      flex-shrink: 0;
    }
  /* MOBILE */
  @media (max-width: 991px) {
    .sh-cmp-grid {
      grid-template-columns: 1fr 1fr;
    }

    .sh-cmp-head-feature, .sh-cmp-feature {
      display: none;
    }

    .sh-cmp-cell-sh {
      border-left: none;
      border-right: none;
    }

    .sh-cmp-footer {
      grid-template-columns: 1fr 1fr;
    }

    .sh-cmp-footer-label {
      display: none;
    }
  }

@media (max-width: 576px) {

    /* Keep only 2 comparison columns */
    .sh-cmp-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Hide feature column */
    .sh-cmp-head-feature,
    .sh-cmp-feature,
    .sh-cmp-footer-label {
        display: none;
    }

    /* Keep comparison visible */
    .sh-cmp-head-other,
    .sh-cmp-cell:not(.sh-cmp-cell-sh) {
        display: flex !important;
    }

    /* Compact headers */
    .sh-cmp-head-sh,
    .sh-cmp-head-other {
        padding: 12px 8px;
    }

    .sh-cmp-brand,
    .sh-cmp-other-title {
        font-size: .76rem;
    }

    .sh-cmp-brand-sub,
    .sh-cmp-other-sub {
        font-size: .62rem;
        line-height: 1.3;
    }

    /* Compact cells */
    .sh-cmp-cell {
        padding: 10px 6px;
        gap: 4px;
    }

        .sh-cmp-cell small {
            font-size: .60rem;
            line-height: 1.25;
        }

    /* Smaller pills */
    .sh-pill {
        font-size: .62rem;
        padding: 2px 6px;
        line-height: 1.25;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .sh-pill svg {
            width: 9px;
            height: 9px;
        }

    /* Footer fit */
    .sh-cmp-footer {
        grid-template-columns: 1fr 1fr;
    }

    .sh-cmp-footer-other {
        display: flex;
        text-align: center;
        padding: 10px 8px;
    }

        .sh-cmp-footer-other span {
            font-size: .68rem;
            line-height: 1.3;
        }

    /* Smaller CTA */
    .sh-cmp-footer-sh {
        padding: 10px 8px;
    }

    .sh-enroll-btn {
        width: 100%;
        justify-content: center;
        font-size: .68rem;
        padding: 8px 10px;
    }

    .sh-cmp-logo {
        width: 22px;
        height: 22px;
    }
}
/* 
  PREMIUM VIEW ALL BUTTON
 */

.premium-view-btn {
  --btn-primary: #26d3e4;
  --btn-secondary: #1bb7c9;
  position: relative;
  line-height: 1;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  padding: .9rem 1.5rem .9rem 1.2rem;
  border-radius: 999px;
  overflow: hidden;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: -.2px;
  color: #fff;
  background: linear-gradient( 135deg, var(--btn-primary), var(--btn-secondary) );
  box-shadow: 0 10px 25px rgba(38,211,228,.22), inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

  /* premium shine */

  .premium-view-btn::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -50%;
    width: 45%;
    height: 320%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.28), transparent );
    transform: rotate(22deg);
    transition: .7s ease;
  }

  .premium-view-btn:hover::before {
    left: 130%;
  }

  /* hover */

  .premium-view-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 18px 35px rgba(38,211,228,.32), 0 0 35px rgba(38,211,228,.18);
  }

  .premium-view-btn:active {
    transform: scale(.98);
  }

/* icon wrapper */

.premium-view-btn__icon-wrapper {
  width: 34px;
  height: 34px;
  min-width: 34px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #18b8ca;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 2px 10px rgba(0,0,0,.08);
}

.premium-view-btn__icon-svg {
  position: absolute;
  transition: transform .32s ease;
}

.premium-view-btn__icon-svg--copy {
  transform: translate(-150%,150%);
}

.premium-view-btn:hover
.premium-view-btn__icon-svg:first-child {
  transform: translate(150%,-150%);
}

.premium-view-btn:hover
.premium-view-btn__icon-svg--copy {
  transform: translate(0);
}

/* DARK MODE */

[data-bs-theme="dark"] .premium-view-btn {
  box-shadow: 0 12px 30px rgba(38,211,228,.22), 0 0 30px rgba(38,211,228,.08);
}

[data-bs-theme="dark"]
.premium-view-btn__icon-wrapper {
  background: rgba(255,255,255,.95);
}

/* MOBILE */

@media(max-width:768px) {

  .premium-view-btn {
    font-size: .88rem;
    padding: .85rem 1.3rem .85rem 1rem;
  }

  .premium-view-btn__icon-wrapper {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
/* 
  PREMIUM CURRICULUM BUTTON
 */

.premium-download-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  padding: .95rem 1.55rem .95rem 1.15rem;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none !important;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
  color: #0f172a !important;
  border: 1px solid rgba(38,211,228,.18);
  background: linear-gradient( 135deg, rgba(38,211,228,.12), rgba(27,183,201,.08) );
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(38,211,228,.10), inset 0 1px 0 rgba(255,255,255,.55);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

  /* Shine */

  .premium-download-btn::before {
    content: "";
    position: absolute;
    top: -140%;
    left: -60%;
    width: 38%;
    height: 320%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.22), transparent );
    transform: rotate(24deg);
    transition: .75s ease;
  }

  .premium-download-btn:hover::before {
    left: 140%;
  }

  .premium-download-btn:hover {
    transform: translateY(-2px);
    color: #0f172a !important;
    border-color: rgba(38,211,228,.28);
    box-shadow: 0 16px 35px rgba(38,211,228,.18), 0 0 28px rgba(38,211,228,.08);
  }

/* ICON */
.premium-download-btn__icon-wrapper {
  width: 34px;
  height: 34px;
  min-width: 34px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #16b9cb;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.premium-download-btn__icon-svg {
  position: absolute;
  width: 16px;
  height: 16px;
  transition: transform .3s ease;
}

.premium-download-btn__icon-svg--copy {
  transform: translateY(-160%);
}

.premium-download-btn:hover
.premium-download-btn__icon-svg:first-child {
  transform: translateY(160%);
}

.premium-download-btn:hover
.premium-download-btn__icon-svg--copy {
  transform: translateY(0);
}

/* DARK MODE */

[data-bs-theme="dark"] .premium-download-btn {
  color: #ecfeff !important;
  background: linear-gradient( 135deg, rgba(38,211,228,.14), rgba(27,183,201,.10) );
  border: 1px solid rgba(38,211,228,.18);
  box-shadow: 0 12px 30px rgba(38,211,228,.14), inset 0 1px 0 rgba(255,255,255,.05);
}

  [data-bs-theme="dark"]
  .premium-download-btn:hover {
    color: #fff !important;
  }

/* MOBILE */

@media(max-width:768px) {

  .premium-download-btn {
    font-size: .84rem;
    padding: .85rem 1.2rem .85rem 1rem;
  }
  .premium-download-btn__icon-wrapper {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
/*  
   CURRICULUM HEADING
  */

.curriculum-heading-wrap {
    max-width: 900px;
}

/* badge */

.curriculum-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem 1rem;
    border-radius: 999px;
    background: rgba(38,211,228,.08);
    border: 1px solid rgba(38,211,228,.14);
    color: #22d3ee;
    font-size: .82rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

    .curriculum-badge i {
        font-size: .95rem;
    }

/* title */

.curriculum-title {
    margin-top: 1rem;
    margin-bottom: .8rem;
    font-size: clamp(2rem, 2.4vw, 3.4rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.6px;
    color: var(--bc-text);
}

    .curriculum-title span {
        background: linear-gradient( 135deg, #26d3e4, #1bb7c9 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

/* subtitle */

.curriculum-subtitle {
    margin: 0 auto;
    max-width: 650px;
    color: var(--bc-muted);
    font-size: .98rem;
    line-height: 1.7;
}

/* mobile */

@media(max-width:768px) {

    .curriculum-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        letter-spacing: -1px;
    }

    .curriculum-subtitle {
        font-size: .9rem;
    }

    .curriculum-badge {
        font-size: .75rem;
    }
}