/* WHY BLUE TULIP SECTION */

#why-blue-tulip {
  padding: 80px 20px;
  background: #f8f8f6;
}

#why-blue-tulip h2 {
  text-align: center;
  margin-bottom: 10px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.why-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
@media (max-width: 768px) {
  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: stretch;
  }

  .hero-actions .btn,
  .hero-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 18px;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.cta {
  min-width: 260px;
}

.ghost {
  min-width: 220px;
  border: 1.5px solid var(--border);
}

.badges {
  margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 12px;
    justify-items: center;
  }

  .badge {
    text-align: center;
    width:100%
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .badges {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 14px;
  }

  .badge {
    text-align: center;
    width: 100%;
  }
}

