/*
 * Liasoft Sprint L2 additions.
 * Keep this layer small so the original Mobirise styling remains intact.
 */

.liasoft-s2-hero {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, rgba(16, 24, 39, 0.92), rgba(44, 62, 80, 0.86)), url("images/youtubebanner1440x2560-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.liasoft-s2-hero .mbr-section-title,
.liasoft-s2-hero .mbr-text {
  color: #ffffff;
}

.liasoft-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.35rem;
}

.liasoft-card {
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.liasoft-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  background: #f3f4f6;
}

.liasoft-card-body {
  padding: 1.2rem;
}

.liasoft-card-title {
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.liasoft-card-meta {
  margin-bottom: 0.6rem;
  font-size: 0.86rem;
  color: #6c757d;
}

.liasoft-card-desc {
  min-height: 4.2rem;
  color: #444;
}


.liasoft-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
    margin-bottom: 0.9rem;
}

.liasoft-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.22rem 0.58rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
}

.liasoft-badge-dark {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.06);
    color: #232323;
}

.liasoft-game-desc {
    margin-bottom: 0.5rem;
}


.liasoft-note {
  border-left: 4px solid #343a40;
  padding: 1rem 1.2rem;
  background: #f8f9fa;
}

.liasoft-footer-links a {
  margin: 0 0.45rem;
}

@media (max-width: 767px) {
  .liasoft-s2-hero {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }

  .liasoft-card img {
    height: 145px;
  }
}
