.tondol-shell {
  padding: 32px;
  border-radius: 32px;
  background: linear-gradient(135deg, #0d1821, #152634);
  color: #eff7ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tondol-shell__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f5c45f;
  font-size: 12px;
  font-weight: 700;
}

.tondol-shell h2 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.tondol-shell p {
  color: #a8bfce;
}

.tondol-shell__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.tondol-shell__grid article {
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 900px) {
  .tondol-shell__grid {
    grid-template-columns: 1fr;
  }
}
