﻿.hero {
  position: relative;
  background: linear-gradient(rgba(15, 23, 42, 0.34), rgba(15, 23, 42, 0.42));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.3);
}


