/**
 * Module: feature-why-workjam
 * Figma Node: 433:372
 * Generated: 2025-12-16
 */

/* ===== Section Container ===== */
/* Node: 433:372 */
.feature-why-workjam {
  background: linear-gradient(180deg, #FFCC00 0%, #FF8F00 100%);
  padding: 80px 120px;
}

/* ===== Container ===== */
.feature-why-workjam__container {
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* ===== Header ===== */
.feature-why-workjam__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 885px;
}

/* Node: 433:374 */
.feature-why-workjam__title {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  color: #121C66;
  margin: 0;
}

/* Node: 433:375 */
.feature-why-workjam__subtitle {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #121C66;
  margin: 0;
  max-width: 712px;
}

.feature-why-workjam__subtitle strong {
  font-weight: 700;
}

.feature-why-workjam__subtitle sup {
  font-size: 12px;
  vertical-align: super;
}

/* ===== Stats Cards ===== */
.feature-why-workjam__stats {
  display: flex;
  gap: 45px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

/* Node: 433:377 (and siblings) */
.feature-why-workjam__stat-card {
  flex: 0 0 433px;
  width: 433px;
  height: 182px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  overflow: hidden;
}

/* Node: 433:378 (and siblings) */
.feature-why-workjam__stat-number {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: #121C66;
  margin: 0;
}

/* Node: 433:380 (and siblings) */
.feature-why-workjam__stat-description {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #2B388F;
  margin: 0;
}

.feature-why-workjam__stat-description strong {
  font-weight: 700;
}

/* ===== Responsive ===== */

/* Large Desktop - reduce gap */
@media (max-width: 1400px) {
  .feature-why-workjam {
    padding: 80px 80px;
  }

  .feature-why-workjam__stats {
    gap: 32px;
  }
}

/* Tablet - 2 columns, then stack third card */
@media (max-width: 1024px) {
  .feature-why-workjam {
    padding: 60px 45px;
  }

  .feature-why-workjam__container {
    gap: 48px;
  }

  .feature-why-workjam__stats {
    flex-wrap: wrap;
    gap: 24px;
  }

  .feature-why-workjam__stat-card {
    flex: 1 1 calc(50% - 12px);
    width: auto;
    max-width: calc(50% - 12px);
    min-width: 280px;
    height: auto;
    min-height: 160px;
    padding: 24px 20px;
  }
}

/* Mobile - single column */
@media (max-width: 768px) {
  .feature-why-workjam {
    padding: 40px 20px;
  }

  .feature-why-workjam__container {
    gap: 40px;
  }

  .feature-why-workjam__header {
    gap: 16px;
  }

  .feature-why-workjam__title {
    font-size: 36px;
  }

  .feature-why-workjam__subtitle {
    font-size: 14px;
  }

  .feature-why-workjam__stats {
    flex-direction: column;
    gap: 20px;
  }

  .feature-why-workjam__stat-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 140px;
    padding: 24px 20px;
  }

  .feature-why-workjam__stat-number {
    font-size: 40px;
  }

  .feature-why-workjam__stat-description {
    font-size: 14px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .feature-why-workjam__title {
    font-size: 32px;
  }

  .feature-why-workjam__stat-number {
    font-size: 36px;
  }
}
