/* Сквозной блок преимуществ "Сертификат соответствия" */

.stc2025_container {
  max-width: 1200px;
  margin: 30px auto 10px;
  padding: 26px 28px 30px;
  background: #f5faf5;
  border-radius: 24px;
}

/* Внутренние карточки и кнопки — переиспользуем стили landing-benefits,
   но в стеклянном контейнере и с премиальными кнопками */
.stc2025-benefits .row > [class*="col-"] {
  display: flex;
}

.stc2025-benefits .landing-benefits__card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 30px 26px 26px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(55, 71, 79, 0.12);
  border: 1px solid rgba(232, 245, 233, 0.9);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.stc2025-benefits .landing-benefits__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(75, 174, 80, 0.15);
  border-color: #c8e6c9;
}

.stc2025-benefits .landing-benefits__icon {
  margin-bottom: 16px;
}

.stc2025-benefits .landing-benefits__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.stc2025-benefits .landing-benefits__text {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 16px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.stc2025-benefits .landing-benefits__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  min-width: 200px;
  border-radius: 999px;
  background: linear-gradient(135deg, #56c076 0%, #28a745 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 3px 10px rgba(40, 167, 69, 0.25);
  border-bottom: 0 !important;
}

.stc2025-benefits .landing-benefits__link:hover {
  box-shadow: 0 6px 18px rgba(40, 167, 69, 0.4);
  transform: translateY(-1px);
  color: #fff !important;
}

/* Цвета иконок (как было в новом дизайне) */
.stc2025_primary_color {
  fill: #28a745;
}

.stc2025_secondary_color {
  fill: #5ec579;
}

.stc2025_accent_color {
  fill: #9ee0af;
}

/* Стеклянная модалка для этого блока */
.stc2025_modal_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 23, 15, 0.45);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.stc2025_modal {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 26px 26px 24px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
}

.stc2025_modal_close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #90a4ae;
  line-height: 1;
}

.stc2025_modal_title {
  font-size: 20px;
  font-weight: 700;
  color: #2e7d32;
  margin: 0 0 18px;
  text-align: center;
}

@media (max-width: 991px) {
  .stc2025-benefits .landing-benefits__card {
    padding: 22px 18px 20px;
  }
}

