
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@500;600&display=swap');

.hz-das-why,
.hz-das-why * {
  box-sizing: border-box;
}

.hz-das-why {
  --hz-orange: #ec682e;
  --hz-orange-soft: rgba(236, 104, 46, 0.12);
  --hz-navy: #071d33;
  --hz-blue: #0b2f4d;
  --hz-text: #4b5563;
  --hz-muted: #64748b;
  --hz-border: #e5e7eb;
  --hz-soft: #f7f9fc;
  --hz-white: #ffffff;

  width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: var(--hz-text);
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.65;
}

.hz-das-why h2,
.hz-das-why h3,
.hz-das-why p {
  margin: 0;
}

.hz-das-why-section {
  padding: 86px 0;
  background: var(--hz-soft);
}

.hz-das-why-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

.hz-das-why-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--hz-orange);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hz-das-why-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--hz-orange);
  display: inline-block;
}

.hz-das-why-title {
  max-width: 1020px;
  margin-bottom: 18px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -1px;
}

.hz-das-why-desc {
  max-width: 1080px;
  color: var(--hz-text);
  font-size: 17px;
  line-height: 1.8;
}

.hz-das-why-main {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  margin-top: 44px;
  align-items: stretch;
}

.hz-das-why-visual {
  position: relative;
  min-height: 430px;
  padding: 34px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(236, 104, 46, 0.25), transparent 34%),
    linear-gradient(135deg, #071d33 0%, #0b2f4d 100%);
  box-shadow: 0 24px 64px rgba(7, 29, 51, 0.16);
}

.hz-das-why-visual h3 {
  max-width: 480px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
}

.hz-das-why-visual p {
  max-width: 500px;
  margin-top: 14px;
  color: rgba(255,255,255,0.72);
  font-size: 15.5px;
  line-height: 1.75;
}

.hz-das-route {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 92px;
  height: 120px;
}

.hz-das-route-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), #ffffff, rgba(255,255,255,0.3));
  box-shadow: 0 0 22px rgba(255,255,255,0.35);
}

.hz-das-pulse {
  position: absolute;
  top: 48px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 14px rgba(255,255,255,0.9),
    0 0 32px rgba(236,104,46,0.9);
  animation: hz-das-pulse-move 4.5s linear infinite;
}

@keyframes hz-das-pulse-move {
  0% { left: 0%; opacity: 0; }
  8% { opacity: 1; }
  86% { opacity: 1; }
  100% { left: calc(100% - 26px); opacity: 0; }
}

.hz-das-event {
  position: absolute;
  top: 24px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(236,104,46,0.55);
  background: rgba(236,104,46,0.16);
  box-shadow: 0 0 36px rgba(236,104,46,0.45);
  animation: hz-das-event-pulse 1.8s ease-in-out infinite;
}

.hz-das-event.e1 {
  left: 24%;
  animation-delay: 0s;
}

.hz-das-event.e2 {
  left: 62%;
  animation-delay: 0.45s;
}

.hz-das-event::before {
  content: "Event";
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--hz-orange);
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.hz-das-event::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 2px;
  height: 58px;
  background: rgba(236,104,46,0.85);
  transform: translateX(-50%);
}

@keyframes hz-das-event-pulse {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

.hz-das-distance {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: rgba(255,255,255,0.58);
  font-size: 12px;
}

.hz-das-distance span:nth-child(2),
.hz-das-distance span:nth-child(3),
.hz-das-distance span:nth-child(4) {
  text-align: center;
}

.hz-das-kpis {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 290px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hz-das-kpi {
  padding: 15px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.hz-das-kpi strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hz-das-kpi span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 12.5px;
  line-height: 1.45;
}

.hz-das-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hz-das-why-card {
  position: relative;
  min-height: 195px;
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 14px 34px rgba(7, 29, 51, 0.045);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hz-das-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 104, 46, 0.35);
  box-shadow: 0 22px 52px rgba(7, 29, 51, 0.1);
}

.hz-das-why-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--hz-orange-soft);
  color: var(--hz-orange);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.hz-das-why-card h3 {
  margin-bottom: 10px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.32;
  font-weight: 500;
}

.hz-das-why-card p {
  color: var(--hz-text);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .hz-das-why-main {
    grid-template-columns: 1fr;
  }

  .hz-das-why-title {
    font-size: 38px;
  }

  .hz-das-why-visual {
    min-height: 440px;
  }
}

@media (max-width: 768px) {
  .hz-das-why-container {
    padding: 0 22px;
  }

  .hz-das-why-section {
    padding: 62px 0;
  }

  .hz-das-why-title {
    font-size: 30px;
    letter-spacing: -0.7px;
  }

  .hz-das-why-desc {
    font-size: 16px;
  }

  .hz-das-why-main {
    margin-top: 34px;
  }

  .hz-das-why-visual {
    min-height: 520px;
    padding: 26px 22px;
  }

  .hz-das-why-visual h3 {
    font-size: 26px;
  }

  .hz-das-kpis {
    left: 22px;
    right: 22px;
    bottom: 320px;
    grid-template-columns: 1fr;
  }

  .hz-das-route {
    left: 22px;
    right: 22px;
    bottom: 96px;
  }

  .hz-das-distance {
    left: 22px;
    right: 22px;
  }

  .hz-das-why-grid {
    grid-template-columns: 1fr;
  }

  .hz-das-why-card {
    min-height: auto;
  }
}
