body {
  margin: 0;
  background: url(./images/lap.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Segoe UI", sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
      url(./images/mob.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.navbar-brand {
  font-weight: bold;
  color: #f58020;
}

.btn-join {
  background-color: #71c807;
  color: white;
  font-weight: bold;
}

.btn-join:hover {
  background-color: #71c807;
}

.hero-section {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hero-section {
    align-items: start;
  }
}

.hero-section h1 {
  font-size: 3.8rem;
}

.hero-section h1 .highlight {
  color: #dc150a;
}
.hero-section h3 .highlight {
  color: #dc150a;
}

.hero-section p {
  font-size: 2rem;
  margin-top: 1rem;
}

.btn-place-bets {
  margin-top: 1.5rem;
  background-color: #71c807;
  font-weight: 700;
  color: #ffffff;
  padding: 0.7rem 5rem;
  border: none;
  border-radius: 8px;
}

.btn-place-bets:hover {
  background-color: #71c807;
}

.promo-img {
  width: 30%;
  margin-top: 2rem;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hero-text {
    padding-top: 2rem;
  }
  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section h1 .highlight {
    color: #dc150a;
  }
  .hero-section h3 .highlight {
    color: #dc150a;
  }

  .hero-section p {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
  }

  .promo-img {
    width: 100%;
  }
}

.mlbszn-text {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -1px;
  margin-top: 1rem;
}
footer {
  text-align: center;
  border-top: 1px solid #d2d0d0;
  padding-top: 15px;
  padding-bottom: 10px;
  max-width: max-content;
  margin-inline: auto;
  padding-inline: 30px;
}
.terms {
  font-size: 1rem;
  color: #ffff !important;
}

/* MLB Section */
.mlb-section {
  background: #0c0c0c;
  padding: 4rem 1rem;
}
.mlb-text h1 .highlight {
  color: #dc150a;
}
.mlb-text h3 .highlight {
  color: #dc150a;
}
.mlb-text h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
.mlb-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.mlb-text p {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.mlb-section img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* NBA Section */
.nba-section {
  background: #060606;
  padding: 4rem 1rem;
}
.nba-text h1 .highlight {
  color: #dc150a;
}
.nba-text h3 .highlight {
  color: #dc150a;
}
.nba-text h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
.nba-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.nba-text p {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.nba-section img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

@media screen and (max-width: 768px) {
  .mlb-section, .nba-section {
    padding: 2rem 0.5rem;
  }
  .mlb-text h1, .nba-text h1 {
    font-size: 1.5rem;
  }
  .mlb-text h3, .nba-text h3 {
    font-size: 1rem;
  }
  .mlb-text p, .nba-text p {
    font-size: 1rem;
  }
  .mlb-section img, .nba-section img {
    max-height: 180px;
  }
  .mlb-text, .nba-text {
    text-align: center;
    padding: 0 0.5rem;
  }
}
