:root {
  --brand: #1a3a52;
  --brand-dark: #0f2438;
  --accent: #d4a860;
  --brand-light: #d5e3f0;
  --bg: #ffffff;
  --text-dark: #1a2b2a;
  --text-light: #4a5d5b;
  --border: #e7edeb;
}

.ind-page .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.ind-page .btn {
  display: inline-block;
  background: var(--brand);
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  transition:
    transform 0.15s,
    background 0.2s;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.ind-page .btn:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

/* ========== HERO SECTION ========== */
.ind-page .hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: #0d2824;
  overflow: hidden;
}

.ind-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 36, 56, 0.9) 0%,
    rgba(15, 36, 56, 0.7) 50%,
    rgba(15, 36, 56, 0.5) 100%
  );
  z-index: 1;
}

.ind-page .carousel-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
}

.ind-page .carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.ind-page .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.ind-page .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 1;
}

.ind-page .hero-highlight-mark {
  position: relative;
  padding: 0 6px;
  border-radius: 5px;
  background-image: linear-gradient(
    120deg,
    rgba(255, 214, 10, 0.45),
    rgba(255, 214, 10, 0.45)
  );
  background-repeat: no-repeat;
  background-position: left 79%;
  background-size: 0% 86%;
  animation: heroHighlightSweep 0.7s ease-out 0.85s forwards;
}

@keyframes heroHighlightSweep {
  to {
    background-size: 100% 86%;
  }
}

.ind-page .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 640px;
}

.ind-page .hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.14;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.ind-page .hero p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 28px;
}

/* ========== STATISTICS SECTION ========== */
.ind-page .flip-counter-section {
  padding: 110px 0 50px;
  background: #ffffff;
  position: relative;
}

.ind-page .stats-section-title {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

.ind-page .stats-section-title h2 {
  font-size: clamp(2rem, 3.6vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.5px;
  text-align: center;
  position: relative;
  display: inline-block;
}

@media (max-width: 640px) {
  .ind-page .stats-section-title h2 {
    font-size: 1.5rem;
  }
}

.ind-page .msd-map-wrapper {
  position: relative;
  width: 92%;
  max-width: 1500px;
  margin: 0 auto;
  z-index: 2;
  container-type: inline-size;
}

.ind-page .msd-map-img-wrap {
  position: relative;
}

.ind-page .msd-map-img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.ind-page .msd-map-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.02) 35%,
    rgba(255, 255, 255, 0.22) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.ind-page .msd-map-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
  pointer-events: none;
}

.ind-page .msd-map-mobile-connector {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ind-page .msd-map-mobile-connector path {
  fill: none;
  stroke: #2f6fed;
  stroke-width: 1.1;
  stroke-linecap: round;
  opacity: 0.85;
  filter: drop-shadow(0 0 2px rgba(47, 111, 237, 0.5));
}

.ind-page .msd-map-mobile-connector .map-origin-dot {
  fill: #2f6fed;
}

.ind-page .map-connector-arrowhead {
  fill: #2f6fed;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ind-page .msd-map-wrapper.visible .map-connector-arrowhead {
  opacity: 0.85;
  transition-delay: 1.7s;
}

.ind-page .map-arc {
  fill: none;
  stroke: #2f6fed;
  stroke-width: 4;
  stroke-linecap: round;
  opacity: 0.85;
  filter: drop-shadow(0 0 4px rgba(47, 111, 237, 0.55));
  transition: stroke-dashoffset 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.ind-page .map-origin-dot {
  fill: #2f6fed;
}

.ind-page .map-origin-ring {
  fill: none;
  stroke: #2f6fed;
  stroke-width: 2.5;
}

.ind-page .map-origin-ping {
  fill: none;
  stroke: #2f6fed;
  stroke-width: 3;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.ind-page .msd-map-wrapper.visible .map-origin-ping {
  animation: origin-ping 2.4s ease-out infinite;
}

@keyframes origin-ping {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(4.4);
    opacity: 0;
  }
}

.ind-page .map-stat-node {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.ind-page .map-stat-circle {
  width: clamp(80px, 11.5cqw, 164px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8%;
  opacity: 0;
  transform: scale(0.82);
  box-shadow:
    0 12px 34px -8px rgba(47, 111, 237, 0.45),
    0 0 0 8px rgba(47, 111, 237, 0.08);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s ease;
}

.ind-page .map-stat-node.visible .map-stat-circle {
  opacity: 1;
  transform: scale(1);
}

.ind-page .map-stat-node.visible:hover .map-stat-circle {
  transform: scale(1.08);
  box-shadow:
    0 16px 40px -8px rgba(47, 111, 237, 0.55),
    0 0 0 10px rgba(47, 111, 237, 0.14);
}

.ind-page .map-stat-circle .stat-percentage {
  font-size: clamp(0.88rem, 2cqw, 1.6rem);
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #f4c430, #c8912a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.ind-page .map-stat-label {
  font-size: clamp(0.5rem, 1cqw, 0.7rem);
  font-weight: 700;
  color: var(--brand);
  line-height: 1.15;
  margin-bottom: 5px;
}

.ind-page .map-stat-source {
  font-size: clamp(0.38rem, 0.72cqw, 0.52rem);
  color: #7c8ba1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 2px 6px;
  border-radius: 20px;
  background: #f1f5f9;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .ind-page .msd-map-wrapper {
    width: 96%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }

  .ind-page .msd-map-img-wrap {
    flex: 1 1 100%;
  }

  .ind-page .msd-map-svg {
    display: none;
  }

  .ind-page .msd-map-mobile-connector {
    display: block;
  }

  .ind-page .map-stat-source {
    display: none;
  }

  .ind-page .map-stat-node {
    position: static;
    transform: none;
    flex: 0 1 47%;
  }

  .ind-page .map-stat-circle {
    width: 100%;
    aspect-ratio: auto;
    min-height: 0;
    height: auto;
    border-radius: 20px;
    padding: 14px 10px;
  }

  .ind-page .map-stat-circle .stat-percentage {
    font-size: 1.05rem;
  }

  .ind-page .map-stat-label {
    font-size: 0.66rem;
    line-height: 1.3;
  }
}

/* ========== PROGRAMS SHOWCASE ========== */
.ind-page .programs-showcase {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
}

.ind-page .programs-layout {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  min-height: 500px;
}

.ind-page .programs-text-block {
  flex: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ind-page .programs-title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 0;
  margin-bottom: 8px;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}

.ind-page .programs-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent) 20%,
    var(--accent) 80%,
    transparent
  );
  opacity: 0.8;
}

.ind-page .services-eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--accent, #c8912a);
  margin: 0 0 20px;
}

/* ---- "Lamp" spotlight banner introducing the section title ---- */
.ind-page .lamp-banner {
  position: relative;
  z-index: 30;
  width: calc(100% - 48px);
  max-width: 1240px;
  margin: 0 auto 56px;
  box-sizing: border-box;
  background: #0f2438;
  border-radius: 28px;
  overflow: hidden;
  padding: 68px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.45);
}

.ind-page .lamp-stage {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 50px;
}

.ind-page .lamp-beam {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 70px;
  height: 148px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse 55% 65% at 50% 8%,
    rgba(140, 185, 255, 0.95) 0%,
    rgba(90, 148, 245, 0.6) 28%,
    rgba(47, 111, 237, 0.28) 52%,
    rgba(47, 111, 237, 0.08) 72%,
    transparent 90%
  );
  filter: blur(28px);
  opacity: 0;
  transition:
    width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
    opacity 1.1s ease 0.15s;
}

.ind-page .lamp-banner.visible .lamp-beam {
  width: 460px;
  opacity: 1;
}

.ind-page .lamp-source-glow {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  background: #5a94f5;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0;
  transition:
    opacity 0.8s ease 0.1s,
    width 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.ind-page .lamp-banner.visible .lamp-source-glow {
  opacity: 0.9;
  width: 130px;
}

.ind-page .lamp-source-line {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 3px;
  border-radius: 2px;
  background: #eaf1ff;
  box-shadow: 0 0 24px 4px rgba(122, 168, 255, 0.9);
  opacity: 0;
  transition:
    width 1s cubic-bezier(0.16, 1, 0.3, 1) 0.05s,
    opacity 0.5s ease 0.05s;
}

.ind-page .lamp-banner.visible .lamp-source-line {
  width: 220px;
  opacity: 1;
}

.ind-page .programs-title.lamp-title {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 640px;
  text-align: center;
  padding-bottom: 0;
  color: transparent;
  background: linear-gradient(to bottom, #ffffff, #e4ecfb);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.35s,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}

.ind-page .programs-title.lamp-title::after {
  display: none;
}

.ind-page .lamp-banner.visible .programs-title.lamp-title {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .ind-page .lamp-banner {
    padding: 56px 20px 44px;
  }

  .ind-page .lamp-stage,
  .ind-page .lamp-beam {
    height: 100px;
  }
}

.ind-page .programs-description {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.9;
  text-align: left;
  margin: 0;
  letter-spacing: 0.3px;
}

/* ========== SCROLL ANIMATION ========== */
.ind-page .scroll-fade-in {
  opacity: 0;
  transform: translateY(30px);
}

.ind-page .scroll-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

/* ========== OUTCOMES CHECKLIST & RESULT BUBBLES ========== */
.ind-page .outcomes-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin: 0 0 28px 0;
  text-align: left;
}

.ind-page .assessment-benefits-title {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-size: 1.15rem;
}

.ind-page .outcomes-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.ind-page .outcomes-checklist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.ind-page .outcomes-checklist li::before {
  content: "✓";
  color: var(--brand);
  font-weight: 900;
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.ind-page .results-bubbles-zigzag {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: start;
  gap: 44px;
}

@media (max-width: 900px) {
  .ind-page .results-bubbles-zigzag {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .ind-page .results-bubbles-zigzag {
    grid-template-columns: repeat(2, auto);
    gap: 24px;
  }
}

.ind-page .result-bubble {
  position: relative;
  flex: 0 0 172px;
  width: 172px;
  min-height: 172px;
  height: auto;
  margin: 0;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 18px;
  cursor: default;
  outline: none;
  opacity: 0;
  transform: scale(0.9);
  box-shadow:
    0 12px 34px -8px rgba(96, 165, 234, 0.45),
    0 0 0 10px rgba(96, 165, 234, 0.08);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s ease;
}

@media (max-width: 900px) {
  .ind-page .result-bubble {
    flex: 0 0 138px;
    width: 138px;
    min-height: 138px;
    border-radius: 26px;
    padding: 18px 14px;
  }
}

@media (max-width: 560px) {
  .ind-page .result-bubble {
    flex: 0 0 122px;
    width: 122px;
    min-height: 122px;
    border-radius: 22px;
    padding: 16px 12px;
  }
}

.ind-page .result-bubble:hover {
  box-shadow:
    0 16px 40px -8px rgba(96, 165, 234, 0.55),
    0 0 0 12px rgba(96, 165, 234, 0.12);
}

.ind-page .result-bubble.visible {
  opacity: 1;
  transform: scale(1);
}

.ind-page .result-bubble.visible:hover {
  transform: scale(1.12);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease;
}

.ind-page .bubble-float {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: gentle-float 4.6s ease-in-out infinite;
}

@keyframes gentle-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.ind-page .result-bubble:nth-child(1) .bubble-float {
  animation-delay: 0s;
}
.ind-page .result-bubble:nth-child(2) .bubble-float {
  animation-delay: 0.35s;
}
.ind-page .result-bubble:nth-child(3) .bubble-float {
  animation-delay: 0.7s;
}
.ind-page .result-bubble:nth-child(4) .bubble-float {
  animation-delay: 1.05s;
}
.ind-page .result-bubble:nth-child(5) .bubble-float {
  animation-delay: 1.4s;
}
.ind-page .result-bubble:nth-child(6) .bubble-float {
  animation-delay: 1.75s;
}

.ind-page .bubble-number {
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.ind-page .bubble-text {
  font-size: 0.72rem;
  color: var(--text-light);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  max-width: 92%;
  margin: 0 auto;
}

.ind-page .assess-results-row {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}

.ind-page .assess-results-inner {
  width: 100%;
  max-width: 1180px;
}

.ind-page .assess-results-title {
  text-align: center;
  margin-bottom: 56px;
}

.ind-page .bubble-eos {
  font-size: 0.55em;
  font-weight: 600;
  color: #2f6fed;
  opacity: 0.9;
  margin: 0 2px;
  vertical-align: middle;
}

.ind-page .bubble-subnote {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  color: var(--text-light);
  margin-top: 2px;
}

.ind-page .bubble-number.counting {
  color: var(--accent);
}

/* ========== STICKY SCROLL REVEAL ========== */
.ind-page .sticky-scroll-section {
  padding: 100px 0 120px;
  background: #ffffff;
}

.ind-page .sticky-scroll-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
}

.ind-page .sticky-scroll-heading h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.5px;
  line-height: 1.25;
}

.ind-page .sticky-scroll-layout {
  display: flex;
  gap: 64px;
  align-items: center;
}

.ind-page .sticky-scroll-list {
  flex: 1.1;
  display: flex;
  flex-direction: column;
}

.ind-page .sticky-scroll-item {
  min-height: 42vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px 0 28px;
  border-left: 3px solid var(--border);
  transition: border-color 0.4s ease;
}

.ind-page .sticky-scroll-item.active {
  border-left-color: var(--accent);
}

.ind-page .sticky-scroll-item .sticky-item-number {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 1px;
  margin-bottom: 12px;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.ind-page .sticky-scroll-item.active .sticky-item-number {
  opacity: 1;
}

.ind-page .sticky-scroll-item h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  color: var(--text-light);
  letter-spacing: -0.3px;
  margin-bottom: 0;
  opacity: 0.4;
  transition:
    opacity 0.4s ease,
    color 0.4s ease;
}

.ind-page .sticky-scroll-item.active h3 {
  color: var(--brand);
  opacity: 1;
}

.ind-page .sticky-item-photo {
  display: none;
}

.ind-page .sticky-scroll-visual {
  flex: 0 0 380px;
  position: sticky;
  top: 140px;
  height: 360px;
  z-index: 5;
  box-shadow: 0 30px 70px -20px rgba(26, 58, 82, 0.35);
}

.ind-page .sticky-scroll-visual-inner {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
}

.ind-page .sticky-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  opacity: 0;
  transition: opacity 0.6s ease;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.ind-page .sticky-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 36, 56, 0.25) 0%,
    rgba(15, 36, 56, 0.75) 100%
  );
  z-index: 0;
}

.ind-page .sticky-panel.active {
  opacity: 1;
}

.ind-page .sticky-panel-title {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.2px;
}

@media (max-width: 1024px) {
  .ind-page .sticky-scroll-layout {
    flex-direction: column;
    gap: 32px;
  }

  .ind-page .sticky-scroll-visual {
    display: none;
  }

  .ind-page .sticky-scroll-item {
    min-height: auto;
    padding: 22px 0 22px 20px;
  }

  .ind-page .sticky-item-photo {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 16px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 40px -15px rgba(26, 58, 82, 0.3);
  }
}

/* ========== STEPS CAROUSEL: BROWSABLE CARDS, CLICK TO EXPAND ========== */
.ind-page .cards-carousel-section {
  padding: 64px 0 24px;
}

.ind-page .cards-carousel-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 0 24px;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.4px;
}

.ind-page .cards-carousel-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.ind-page .cards-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-anchor: none;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  padding: 4px 24px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}

.ind-page .cards-carousel-track::-webkit-scrollbar {
  display: none;
}

.ind-page .carousel-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(240px, 26vw, 320px);
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 16px 34px -14px rgba(15, 36, 56, 0.35);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease;
}

.ind-page .carousel-card:hover,
.ind-page .carousel-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -16px rgba(15, 36, 56, 0.45);
  outline: none;
}

.ind-page .carousel-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 0.5s ease;
}

.ind-page .carousel-card:hover .carousel-card-bg {
  transform: scale(1.14);
}

.ind-page .cards-carousel-section--zoomed-out .carousel-card-bg,
.ind-page .cards-carousel-section--zoomed-out-2 .carousel-card-bg {
  transform: scale(1) !important;
  background-color: var(--brand);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.ind-page
  .cards-carousel-section--zoomed-out
  .carousel-card:hover
  .carousel-card-bg,
.ind-page
  .cards-carousel-section--zoomed-out-2
  .carousel-card:hover
  .carousel-card-bg {
  transform: scale(1.05) !important;
}

.ind-page .carousel-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(15, 36, 56, 0) 40%,
      rgba(15, 36, 56, 0.85) 100%
    ),
    linear-gradient(
      160deg,
      rgba(15, 36, 56, 0.72) 0%,
      rgba(26, 58, 82, 0.6) 50%,
      rgba(15, 36, 56, 0.75) 100%
    );
}

.ind-page .carousel-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}

.ind-page .carousel-card-category {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.ind-page .carousel-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
}

.ind-page .carousel-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px -8px rgba(15, 36, 56, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.ind-page .carousel-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.08);
}

.ind-page .carousel-arrow-prev {
  left: -4px;
}

.ind-page .carousel-arrow-next {
  right: -4px;
}

.ind-page .carousel-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .ind-page .carousel-arrow-prev,
  .ind-page .carousel-arrow-next {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }

  .ind-page .carousel-arrow-prev {
    left: 8px;
  }

  .ind-page .carousel-arrow-next {
    right: 8px;
  }
}

/* ---- Shared expand-on-click modal ---- */
.ind-page .carousel-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ind-page .carousel-modal.is-open {
  display: flex;
}

.ind-page .carousel-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 36, 56, 0.72);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ind-page .carousel-modal.is-open .carousel-modal-backdrop {
  opacity: 1;
}

.ind-page .carousel-modal-content {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 88vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 40px 80px -24px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.94) translateY(10px);
  transition:
    opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ind-page .carousel-modal.is-open .carousel-modal-content {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.ind-page .carousel-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(15, 36, 56, 0.55);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind-page .carousel-modal-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.ind-page .carousel-modal-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(15, 36, 56, 0.72) 0%,
    rgba(26, 58, 82, 0.6) 50%,
    rgba(15, 36, 56, 0.75) 100%
  );
}

.ind-page .carousel-modal-image-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.ind-page .carousel-modal-body {
  padding: 28px 32px 32px;
}

.ind-page .carousel-modal-category {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.ind-page .carousel-modal-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--brand);
  line-height: 1.3;
  margin: 0 0 14px;
}

.ind-page .carousel-modal-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-light);
  margin: 0;
}

/* ========== CTA: OTHER SERVICES ========== */
.ind-page .cta-services {
  padding: 0 0 110px;
  background: #ffffff;
}

.ind-page .cta-services-card {
  position: relative;
  background: var(--brand);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 300px;
  padding: 48px 56px;
  isolation: isolate;
}

.ind-page .cta-services-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpolyline points='8,58 38,18 68,58' fill='none' stroke='%23D4A860' stroke-width='3'/%3E%3Cpolyline points='88,140 118,100 148,140' fill='none' stroke='%23D4A860' stroke-width='3'/%3E%3Cpolyline points='18,132 44,100 70,132' fill='none' stroke='%23D4A860' stroke-width='2.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  pointer-events: none;
}

.ind-page .cta-services-text {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 240px;
}

.ind-page .cta-services-text h2 {
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin-bottom: 28px;
}

.ind-page .cta-services-btn {
  display: inline-block;
  background: #f4c430;
  color: #12261f;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.ind-page .cta-services-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.ind-page .cta-services-photo {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 240px;
  flex-shrink: 0;
}

.ind-page .cta-services-photo::before {
  content: "";
  position: absolute;
  inset: -14px;
  background: #ffffff;
  clip-path: polygon(
    22% 0%,
    100% 0%,
    100% 100%,
    22% 100%,
    22% 88%,
    4% 80%,
    22% 72%,
    22% 58%,
    6% 50%,
    22% 42%,
    22% 28%,
    4% 20%,
    22% 12%
  );
}

.ind-page .cta-services-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(
    22% 0%,
    100% 0%,
    100% 100%,
    22% 100%,
    22% 88%,
    4% 80%,
    22% 72%,
    22% 58%,
    6% 50%,
    22% 42%,
    22% 28%,
    4% 20%,
    22% 12%
  );
}

@media (max-width: 900px) {
  .ind-page .cta-services-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 32px;
  }

  .ind-page .cta-services-text {
    min-width: 0;
  }

  .ind-page .cta-services-photo {
    width: 100%;
    max-width: 340px;
    height: 220px;
  }

  .ind-page .cta-services-photo::before,
  .ind-page .cta-services-photo img {
    clip-path: none;
    border-radius: 16px;
  }

  .ind-page .cta-services-photo::before {
    inset: -6px;
  }
}

@media (max-width: 1024px) {
  .ind-page .programs-layout {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .ind-page .programs-layout {
    flex-direction: column;
    gap: 32px;
  }

  .ind-page .programs-title {
    font-size: 1.8rem;
  }

  .ind-page .programs-description {
    font-size: 1rem;
    text-align: center;
  }
}

/* ========== CONTACT (unchanged) ========== */
#contact-ergonomic {
  display: flex;
  justify-content: center;
  background-color: #f4f7f6;
}

.contact-ergonomic {
  max-width: 1200px;
  width: 100%;
}
