.hero {
  background: #2f49ff; /* albastrul */
  color: #fff;
  padding: 90px 0 110px; /* inaltimea zonei albastre */
}

.hero-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}

.hero-badge {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
}

.hero-title {
  margin: 26px auto 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 64px); /* responsive */
  line-height: 1.15;
  max-width: 900px;
}

.hero-highlight {
  color: #f7c948; /* galbenul */
  font-weight: 700;
}

.hero-subtitle {
  color: #fff;
  margin-top: 24px;
  font-size: clamp(18px, 2vw, 34px);
  opacity: 0.95;
}
.cursuri {
  background: #fff;
  margin-bottom: auto;
}

.square-card {
  background: #fff;
  padding-top: 100%;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: 0.25s ease;
  margin-bottom: auto;
}

.square-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.square-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: auto;
}

.square-card a {
  margin-top: 20px;
  font-size: 14px;
  color: #2f49ff;
  text-decoration: none;
  font-weight: 500;
}

.square-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
}
