
/* Homepage card polish */
.cards-container{
  display:grid !important;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:stretch;
}

.card{
  display:flex !important;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
}

.card h3{
  min-height:56px;
}

.card p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:60px;
}

.card .buttons{
  margin-top:auto;
  display:flex;
  gap:10px;
}

/* tighten long booking section */
.booking-section{
  max-width:800px;
  margin:40px auto;
  text-align:center;
}

.booking-section p{
  max-width:600px;
  margin:0 auto;
}

/* world cup block cleanup */
.worldcup{
  padding:30px;
  border-radius:16px;
  margin-top:40px;
}
