.why-section {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.why-section .why-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.why-section .why-label .why-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #b5001e;
}
.why-section .why-label .why-label-text {
  font-size: 0.78rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}
.why-section .why-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.2;
  max-width: 680px;
  margin-bottom: 2rem;
}
.why-section .why-desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.9;
  max-width: 720px;
  margin-bottom: 0.75rem;
}
.why-section .why-desc.why-desc--secondary {
  color: #6a6a6a;
  margin-bottom: 4rem;
}
.why-section .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.why-section .why-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  transition: background-color 0.3s;
  cursor: default;
  height: 100%;
}
.why-section .why-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.why-section .why-number {
  font-size: 2.5rem;
  font-weight: 400;
  color: #e8e4dc;
  line-height: 1;
  display: block;
}
.why-section .why-item-title {
  font-size: 1.35rem;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.why-section .why-item-desc {
  font-size: 0.87rem;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.9;
  margin: 0;
}
.why-section .why-cta {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5rem;
  position: relative;
  padding: 3.5rem 2rem;
  background-color: #0d0d0d;
  margin-top: 5rem;
  overflow: hidden;
}
.why-section .why-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #b5001e;
}
.why-section .why-cta .why-cta-glow {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 0, 30, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.why-section .why-cta .why-cta-main {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .why-section .why-cta .why-cta-main {
    flex: 1;
    justify-content: start;
  }
}
.why-section .why-cta .why-cta-text {
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  font-style: italic;
  max-width: 580px;
  margin: 0;
}
.why-section .why-cta .why-cta-btn-wrap {
  margin-top: 1.5rem;
  display: inline-flex;
}
.why-section .why-cta .why-icons {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 80px);
  grid-template-rows: repeat(2, 80px);
  gap: 1.25rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
  align-items: flex-end;
  justify-content: center;
  min-width: 260px;
}
.why-section .why-cta .why-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.why-section .why-cta .why-icon-item .why-icon-wrap {
  position: relative;
  width: 52px;
  height: 52px;
}
.why-section .why-cta .why-icon-item .why-icon-wrap svg {
  width: 100%;
  height: 100%;
}
.why-section .why-cta .why-icon-item .why-icon-label {
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .why-section .why-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .why-section .why-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .why-section .why-cta .why-icons {
    margin-left: 0;
    grid-template-columns: repeat(3, 70px);
    grid-template-rows: repeat(2, 70px);
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .why-section {
    padding-bottom: 6rem;
  }
  .why-section .why-item {
    padding: 1.5rem 0;
  }
  .why-section .why-container {
    padding: 0 1rem 4rem;
  }
  .why-section .why-cta {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .why-section .why-cta .why-icons {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .why-section .why-cta .why-icons {
    grid-template-columns: repeat(3, 60px);
    grid-template-rows: repeat(2, 60px);
  }
  .why-section .why-cta .why-icon-item .why-icon-wrap {
    width: 42px;
    height: 42px;
  }
}

/*# sourceMappingURL=why-ditstek.css.map */
