﻿.acr-why {
  background: linear-gradient(180deg, #f8f9fb 0%, #f2f4f7 100%);
  color: #1f2937;
}

.acr-why__heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

.acr-why__heading h5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(225, 6, 0, 0.2);
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.08);
  color: #b20b07;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.acr-why__heading h2 {
  margin-bottom: 12px;
  color: #111827;
}

.acr-why__heading p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #4b5563;
}

.acr-why__grid > [class*="col-"] {
  margin-bottom: 24px;
}

.acr-why__card {
  height: 100%;
  padding: 30px 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
  text-align: left;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.acr-why__card.is-animated {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  border-color: rgba(225, 6, 0, 0.28);
}

.acr-why__card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  border-color: rgba(225, 6, 0, 0.28);
}

.acr-why__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(225, 6, 0, 0.1);
  color: #e10600;
  margin-bottom: 16px;
  box-shadow: inset 0 0 0 1px rgba(225, 6, 0, 0.06);
  transform: scale(1);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.acr-why__icon img {
  width: 30px;
  height: 30px;
  display: block;
  filter: brightness(0) saturate(100%) invert(11%) sepia(98%) saturate(5976%) hue-rotate(4deg) brightness(96%) contrast(112%);
  transition: filter 0.3s ease;
}

.acr-why__card h4 {
  margin-bottom: 10px;
  color: #111827;
  text-align: left;
}

.acr-why__card p {
  margin-bottom: 0;
  color: #4b5563;
  text-align: left;
}

.acr-why__card.is-animated .acr-why__icon {
  background: #e10600;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(225, 6, 0, 0.28);
}

.acr-why__card.is-animated .acr-why__icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(106%) contrast(104%);
}

.acr-why__card:hover .acr-why__icon,
.acr-why__card:focus-within .acr-why__icon {
  background: #e10600;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(225, 6, 0, 0.3);
}

.acr-why__card:hover .acr-why__icon img,
.acr-why__card:focus-within .acr-why__icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(106%) contrast(104%);
}

@media (max-width: 991px) {
  .acr-why__heading {
    margin-bottom: 30px;
  }

  .acr-why__card {
    padding: 24px 22px;
  }
}

@media (max-width: 767px) {
  .acr-why.section-padding {
    padding: 64px 0 76px;
  }

  .acr-why__grid > [class*="col-"] {
    margin-bottom: 16px;
  }

  .acr-why__icon {
    margin-bottom: 16px;
  }

  .acr-why__heading h5 {
    margin-bottom: 10px;
  }

  .acr-why__heading h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .acr-why__heading p {
    font-size: 15px;
    line-height: 1.7;
  }
}
