
.teenused-sektsioon {
  padding: var(--hnd-space-xl) 0;
}

.hnd-teenused-grid {
  gap: 20px;
}

.teenused-kaart {
  background: white;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: var(--hnd-box-shadow-cards);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.teenused-kaart.neljane {
  padding: var(--hnd-space-2xl) var(--hnd-space-md);
}

.teenused-kaart:hover {
  transform: translateY(-10px);
  box-shadow: var(--hnd-box-shadow-cards-hover);
}

.teenused-kaart.fookuses {
  border: var(--hnd-border-featured-blue);
  box-shadow: var(--hnd-box-shadow-focus);
}

.fookus-silt {
  position: absolute;
  top: -15px;
  right: 40px;
  background: var(--hnd-featured-gradient);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.teenused-ikoon {
  font-size: var(--hnd-font-6xl);
  text-align: center;
  margin-bottom: var(--hnd-space-xl);
}

.neljane .teenused-ikoon {
  font-size: var(--hnd-font-4xl);
  margin-bottom: var(--hnd-space-lg);
}

.teenused-kaart h3 {
  font-size: var(--hnd-font-2xl);
  margin-bottom: var(--hnd-space-md);
  color: var(--hnd-blue-heading);
  text-align: center;
  line-height: 1.3;
}

.teenused-intro {
  font-size: var(--hnd-font-md);
  color: var(--hnd-blue-heading);
  margin-bottom: var(--hnd-space-md);
  margin-top: 0;
  text-align: center;
  line-height: 1.6;
}

.teenused-kirjeldus-nimekiri {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.teenused-kirjeldus-nimekiri li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 15px;
  color: var(--hnd-gray-600);
  line-height: 1.5;
}

.teenused-kirjeldus-nimekiri li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
  font-size: 18px;
}

.teenused-sildid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
}

.teenussilt {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.silt-sinine {
  background: #e3f2fd;
  color: #1976d2;
}

.silt-roheline {
  background: #e8f5e9;
  color: #388e3c;
}

.silt-lilla {
  background: #f3e5f5;
  color: #7b1fa2;
}

.silt-oranz {
  background: #fff3e0;
  color: #f57c00;
}

.silt-meri {
  background: #e0f7fa;
  color: #0097a7;
}

@media (min-width: 600px) {
  .hnd-teenused-grid {
  gap: 40px;
  margin: 0 auto;
  padding: 0 20px;
}
}