/**********************************************************************************************/
/************************ HOME - Agile Workshops Section **************************************/
/**********************************************************************************************/

.apm-home-workshops-section,
.apm-home-workshops-section * {
  box-sizing: border-box;
  font-family: "Barlow", "Inter", Arial, sans-serif;
}

.apm-home-workshops-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 90px 6vw;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 88% 20%, rgba(217, 154, 74, 0.10) 0%, rgba(217, 154, 74, 0) 26%),
    linear-gradient(120deg, #2C2F44 0%, #102F55 48%, #0F4563 100%);
  color: #ffffff;
}

.apm-home-workshops-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.apm-home-workshops-header {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.apm-home-workshops-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(217, 154, 74, 0.08);
  border: 1px solid rgba(217, 154, 74, 0.75);
  color: #E8B46C;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.apm-home-workshops-title {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.08;
  font-weight: 800;
}

.apm-home-workshops-subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.55;
}

.apm-home-workshops-line {
  width: 72px;
  height: 4px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #D99A4A, #E8B46C);
}

.apm-home-workshops-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0 auto 44px;
}

.apm-home-workshops-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}

.apm-home-workshops-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.apm-home-workshops-benefit h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.apm-home-workshops-benefit p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.4;
}

.apm-home-workshops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.apm-home-workshops-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.apm-home-workshops-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 154, 74, 0.45);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.30);
}

.apm-home-workshops-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 30px;
}

.apm-home-workshops-card:nth-child(2) .apm-home-workshops-card-icon {
  background: rgba(217, 154, 74, 0.30);
  border-color: rgba(217, 154, 74, 0.30);
  color: #E8B46C;
}

.apm-home-workshops-card:nth-child(3) .apm-home-workshops-card-icon {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.apm-home-workshops-card-title {
  max-width: 260px;
  margin: 0 auto 18px;
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 800;
}

.apm-home-workshops-card-text {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
}

.apm-home-workshops-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: auto auto 0;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.apm-home-workshops-card-link::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(217, 154, 74, 0.22);
  color: #E8B46C;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.apm-home-workshops-card-link:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 74, 0.45);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.apm-home-workshops-card-link span {
  display: none;
}

.apm-home-workshops-main-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.apm-home-workshops-main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 12px;
  background: #D99A4A;
  color: #0B163F !important;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.apm-home-workshops-main-cta:hover {
  transform: translateY(-2px);
  background: #E8B46C;
  color: #0B163F !important;
  box-shadow: none;
}

.apm-home-workshops-note {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: center;
  max-width: 900px;
  margin: 46px auto 0;
  padding: 26px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 154, 74, 0.24);
}

.apm-home-workshops-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #E8B46C;
  font-size: 28px;
}

.apm-home-workshops-note h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.apm-home-workshops-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .apm-home-workshops-benefits,
  .apm-home-workshops-grid {
    grid-template-columns: 1fr;
  }

  .apm-home-workshops-benefits {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .apm-home-workshops-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 64px 0 !important;
    overflow-x: hidden !important;
  }

  .apm-home-workshops-wrap {
    width: 100% !important;
    max-width: none !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .apm-home-workshops-header {
    text-align: left;
    margin-bottom: 34px;
  }

  .apm-home-workshops-line {
    margin-left: 0;
  }

  .apm-home-workshops-subtitle {
    font-size: 20px;
  }

  .apm-home-workshops-benefit {
    grid-template-columns: 44px 1fr;
  }

  .apm-home-workshops-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .apm-home-workshops-card-title {
    font-size: 21px;
  }

  .apm-home-workshops-note {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 24px;
  }
}