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

.apm-home-offer-section {
  width: 100%;
  margin: 0;
  padding: 42px 24px 62px;
  background: #f6f9fc;
  color: #001834;
}

.apm-home-offer-wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* HEADING */

.apm-home-offer-heading {
  text-align: center;
  margin-bottom: 30px;
}

.apm-home-offer-eyebrow {
  color: #001834;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.apm-home-offer-title {
  margin: 0;
  color: #001834;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.9px;
}

/* GRID */

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

/* CARD */

.apm-home-offer-card {
  min-height: 382px;
  padding: 34px 42px 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 24, 52, 0.10);
  border-radius: 12px;
  box-shadow:
    0 14px 34px rgba(0, 24, 52, 0.045),
    0 1px 2px rgba(0, 24, 52, 0.04);
  display: flex;
  flex-direction: column;
}

/* CARD HEAD */

.apm-home-offer-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.apm-home-offer-card-head h3 {
  margin: 0;
  color: #00475a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.apm-home-offer-main-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(246, 248, 251, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 18px rgba(0, 24, 52, 0.06),
    inset 0 0 0 1px rgba(0, 24, 52, 0.04);
}

.apm-home-offer-main-icon svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apm-home-offer-main-icon-gold {
  color: #d59a39;
}

.apm-home-offer-main-icon-teal {
  color: #006877;
}

/* LIST ROWS */

.apm-home-offer-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.apm-home-offer-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: center;
}

.apm-home-offer-small-icon {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  background: #eef2f6;
  color: #001834;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apm-home-offer-small-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apm-home-offer-row strong {
  display: block;
  color: #001834;
  font-size: 15.5px;
  line-height: 1.25;
  font-weight: 800;
}

.apm-home-offer-row em {
  display: block;
  margin-top: 6px;
  color: #56657a;
  font-size: 14.5px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
}

.apm-home-offer-row-workshop {
  margin-bottom: 5px;
}

/* CORPORATE */

.apm-home-offer-corporate-text {
  margin: 2px 0 26px;
  color: #56657a;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.apm-home-offer-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.apm-home-offer-checklist li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 34px;
  color: #24344f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.apm-home-offer-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #00475a;
  font-size: 17px;
  font-weight: 900;
}

/* LINK */

.apm-home-offer-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #00475a !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 15.5px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.2px;
  transition: color 0.22s ease, transform 0.22s ease;
}

.apm-home-offer-link:hover {
  color: #007382 !important;
  transform: translateX(2px);
}

.apm-home-offer-link span {
  font-size: 18px;
  line-height: 1;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .apm-home-offer-grid {
    gap: 22px;
  }

  .apm-home-offer-card {
    padding: 30px 28px 28px;
  }

  .apm-home-offer-title {
    font-size: 38px;
  }
}

@media (max-width: 860px) {
  .apm-home-offer-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .apm-home-offer-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .apm-home-offer-section {
    padding: 36px 16px 52px;
  }

  .apm-home-offer-title {
    font-size: 32px;
  }

  .apm-home-offer-eyebrow {
    font-size: 12px;
  }

  .apm-home-offer-card {
    padding: 28px 22px 26px;
  }

  .apm-home-offer-card-head {
    gap: 14px;
  }

  .apm-home-offer-card-head h3 {
    font-size: 18px;
  }

  .apm-home-offer-row {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .apm-home-offer-row strong {
    font-size: 15px;
  }

  .apm-home-offer-row em {
    font-size: 14px;
  }
}