.why-us {
  position: relative;
  isolation: isolate;
  padding: 6rem 0 6.5rem;
  background:
    radial-gradient(60% 70% at 85% 15%, rgba(11, 108, 255, 0.10) 0%, rgba(11, 108, 255, 0) 60%),
    radial-gradient(55% 65% at 0% 95%, rgba(26, 157, 92, 0.10) 0%, rgba(26, 157, 92, 0) 60%),
    linear-gradient(180deg, #f6f9fd 0%, #eef3fa 60%, #e9eff8 100%);
  overflow: hidden;
}

.why-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(10, 25, 47, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 75%);
          mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 75%);
  opacity: 0.55;
  pointer-events: none;
  z-index: -1;
}

.why-us__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 3.5rem 4rem;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

.why-us__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1.1rem;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-blue);
  background: linear-gradient(135deg, rgba(11, 108, 255, 0.10) 0%, rgba(26, 157, 92, 0.10) 100%);
  border: 1px solid rgba(11, 108, 255, 0.22);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.why-us__eyebrow i,
.why-us__eyebrow svg {
  width: 0.95rem;
  height: 0.95rem;
  stroke-width: 2;
  flex-shrink: 0;
}

.why-us__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--color-text-heading);
}

.why-us__lead {
  margin: 0 0 2rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(10, 25, 47, 0.72);
}

.why-us__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-us__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(135deg, #ffffff 0%, #f5f8fc 100%);
  border: 1px solid rgba(10, 25, 47, 0.08);
  border-radius: 16px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 22px -16px rgba(10, 25, 47, 0.18);
  transition: transform var(--transition-medium, 220ms ease), box-shadow var(--transition-medium, 220ms ease), border-color var(--transition-medium, 220ms ease);
}

.why-us__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--color-accent-blue) 0%, var(--color-accent-green) 100%);
  opacity: 0;
  transition: opacity var(--transition-medium, 220ms ease);
}

.why-us__item:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 108, 255, 0.25);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 38px -22px rgba(11, 108, 255, 0.35);
}

.why-us__item:hover::before {
  opacity: 1;
}

.why-us__item-ic {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 12px;
  line-height: 0;
  background: linear-gradient(135deg, var(--color-accent-blue) 0%, var(--color-accent-blue-alt, #3a8aff) 100%);
  color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(11, 108, 255, 0.25),
    0 8px 18px -8px rgba(11, 108, 255, 0.55);
}

.why-us__item-ic > i,
.why-us__item-ic > svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  stroke-width: 2;
  overflow: visible;
}

.why-us__item:nth-child(2) .why-us__item-ic {
  background: linear-gradient(135deg, #1a9d5c 0%, #16c47a 100%);
  box-shadow:
    0 0 0 1px rgba(26, 157, 92, 0.25),
    0 8px 18px -8px rgba(26, 157, 92, 0.55);
}

.why-us__item:nth-child(3) .why-us__item-ic {
  background: linear-gradient(135deg, #6a4cf0 0%, #9b7bff 100%);
  box-shadow:
    0 0 0 1px rgba(106, 76, 240, 0.25),
    0 8px 18px -8px rgba(106, 76, 240, 0.55);
}

.why-us__item:nth-child(4) .why-us__item-ic {
  background: linear-gradient(135deg, #ff7a3a 0%, #ffb56b 100%);
  box-shadow:
    0 0 0 1px rgba(255, 122, 58, 0.25),
    0 8px 18px -8px rgba(255, 122, 58, 0.55);
}

.why-us__item:nth-child(5) .why-us__item-ic {
  background: linear-gradient(135deg, #0a4fa3 0%, #0b6cff 100%);
  box-shadow:
    0 0 0 1px rgba(10, 79, 163, 0.25),
    0 8px 18px -8px rgba(10, 79, 163, 0.55);
}

.why-us__item-body {
  min-width: 0;
}

.why-us__item-title {
  margin: 0 0 0.2rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--color-text-heading);
}

.why-us__item-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(10, 25, 47, 0.7);
}

.why-us__visual {
  position: relative;
  margin: 0;
}

.why-us__visual-frame {
  position: relative;
  padding: 6px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(11, 108, 255, 0.65) 0%, rgba(26, 157, 92, 0.55) 50%, rgba(7, 15, 28, 0.85) 100%);
  box-shadow:
    0 30px 60px -25px rgba(10, 25, 47, 0.45),
    0 12px 30px -18px rgba(11, 108, 255, 0.35);
}

.why-us__visual-frame::before {
  content: "";
  position: absolute;
  inset: -22px -22px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 108, 255, 0.45) 0%, rgba(11, 108, 255, 0) 70%);
  filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

.why-us__visual-frame::after {
  content: "";
  position: absolute;
  inset: auto auto -28px -28px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 157, 92, 0.4) 0%, rgba(26, 157, 92, 0) 70%);
  filter: blur(16px);
  pointer-events: none;
  z-index: -1;
}

.why-us__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 18px;
}

.why-us__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.95rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow:
    0 18px 40px -18px rgba(10, 25, 47, 0.4),
    0 0 0 1px rgba(10, 25, 47, 0.04);
  max-width: calc(100% - 36px);
}

.why-us__badge-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 10px;
  line-height: 0;
  background: linear-gradient(135deg, var(--color-accent-blue) 0%, var(--color-accent-green) 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px -6px rgba(11, 108, 255, 0.5);
}

.why-us__badge-ic > i,
.why-us__badge-ic > svg {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0;
  flex-shrink: 0;
  stroke-width: 2;
  overflow: visible;
}

.why-us__badge-body {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}

.why-us__badge-body strong {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-text-heading);
}

.why-us__badge-body span {
  font-size: 0.78rem;
  color: rgba(10, 25, 47, 0.65);
}

@media (min-width: 720px) {
  .why-us__list {
    grid-template-columns: 1fr 1fr;
  }

  .why-us__item:nth-child(5) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .why-us {
    padding: 4rem 0 4.5rem;
  }

  .why-us__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.25rem;
  }

  .why-us__img {
    aspect-ratio: 16 / 10;
    max-height: 320px;
  }
}

@media (max-width: 540px) {
  .why-us {
    padding: 3rem 0 3.5rem;
  }

  .why-us__inner {
    padding: 0 1rem;
  }

  .why-us__list {
    grid-template-columns: 1fr;
  }

  .why-us__item {
    padding: 0.95rem 1rem;
    gap: 0.85rem;
  }

  .why-us__item-ic {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .why-us__title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .why-us__lead {
    font-size: 0.95rem;
  }

  .why-us__badge {
    left: 12px;
    bottom: 12px;
    padding: 0.55rem 0.7rem;
    max-width: calc(100% - 24px);
  }

  .why-us__badge-body span {
    display: none;
  }

  .why-us__badge-body strong {
    font-size: 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-us__item,
  .why-us__item::before {
    transition: none;
  }
}
