body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
}

.card, .list-group-item {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 78, 100, 0.2);
}

.btn-primary {
  background-color: #004e64;
  border: none;
}
.btn-primary:hover {
  background-color: rgb(0, 38.22, 49);
}

.btn-success {
  background-color: #f4a261;
  border: none;
}
.btn-success:hover {
  background-color: rgb(240.6804733728, 133.9349112426, 49.3195266272);
}

@font-face {
  font-family: "Semplicita Pro Medium";
  src: url("../fonts/semplicita-pro-medium.woff2") format("woff2"), url("../fonts/semplicita-pro-medium.woff") format("woff"), url("../fonts/semplicita-pro-medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sitka Small";
  src: url("../fonts/SitkaSmall.eot");
  src: url("../fonts/SitkaSmall.eot?#iefix") format("embedded-opentype"), url("../fonts/SitkaSmall.woff2") format("woff2"), url("../fonts/SitkaSmall.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Semplicita Pro Medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-family: "Sitka Small", Arial, Helvetica, sans-serif;
  font-weight: normal !important;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
}

.card, .list-group-item {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 78, 100, 0.2);
}

.btn-primary {
  background-color: #004e64;
  border: none;
}
.btn-primary:hover {
  background-color: rgb(0, 38.22, 49);
}

.btn-success {
  background-color: #f4a261;
  border: none;
}
.btn-success:hover {
  background-color: rgb(240.6804733728, 133.9349112426, 49.3195266272);
}

.red {
  color: #e51e1e;
}

.logo {
  font-family: "Semplicita Pro Medium", Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 4px;
}
.logo .bistro {
  font-family: "Sitka Small", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 32px;
  letter-spacing: 10.5px;
  color: #e51e1e;
  position: relative;
  left: 3.5px;
}
.logo .bistro:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background: #e51e1e;
}

.current-location {
  background: white;
  border: 1px solid #0096a3;
  margin: 1.5rem auto;
  padding: 1.5rem;
  max-width: 600px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 78, 100, 0.2);
}
.current-location h2 {
  color: #004e64;
}
.current-location #check-in {
  margin-top: 1rem;
  background-color: #f4a261;
  color: white;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.current-location #check-in:hover {
  background-color: rgb(240.6804733728, 133.9349112426, 49.3195266272);
}

.winners {
  max-width: 600px;
  margin: 2rem auto;
  background: white;
  border: 1px solid #0096a3;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 78, 100, 0.2);
}
.winners h2 {
  color: #004e64;
  margin-bottom: 1rem;
}
.winners ul {
  list-style: none;
  padding-left: 0;
}
.winners ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgb(61, 239.527607362, 255);
}

.map-section {
  max-width: 700px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
}
.map-section h2 {
  color: #004e64;
  text-align: center;
  margin-bottom: 1rem;
}
.map-section #map {
  height: 400px;
  border: 2px solid #0096a3;
  border-radius: 6px;
}

.brand-gradient {
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background: #e51e1e;
}

.step-icon {
  font-size: 4rem;
  border: 4px solid #e51e1e;
  border-radius: 120px;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 100px;
  margin-bottom: 15px;
}

.step-title {
  font-weight: normal;
  font-size: 2rem;
}

.step-desc {
  color: #bbb;
}

#location-name {
  font-size: 1.5rem;
  color: #ff3b3f;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.img-location {
  max-height: 260px;
  border: 3px solid #ff3b3f;
  background: #111;
}

.share-btn {
  border: 1px solid #ff3b3f;
  color: #ff3b3f;
  background: transparent;
  font-weight: bold;
}

.share-btn:hover {
  color: #fff;
  background: #ff3b3f;
}

.inner {
  padding: 20px;
  background: rgba(26, 26, 26, 0.8);
  display: inline-block;
}

body {
  background: url("../remix.png") no-repeat bottom left fixed #000;
  color: #fff;
}

header, .display-4, h1, h2, h3, h4, h5, h6 {
  color: #fff !important;
  letter-spacing: 1px;
}

p, .lead, .text-secondary, .text-muted {
  color: #fff !important;
}

.card {
  background: #181818;
  border: 1px solid #222;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.btn-success, .btn-primary {
  background: #ff3b3f;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(255, 59, 63, 0.15);
  transition: background 0.2s, box-shadow 0.2s;
}

.btn-success:hover, .btn-primary:hover {
  background: #ff1a1f;
  box-shadow: 0 4px 16px rgba(255, 59, 63, 0.25);
}

input, textarea, select, .form-control {
  background: #222;
  color: #fff;
  border: 1px solid #444;
  border-radius: 6px;
}

input:focus, textarea:focus, select:focus, .form-control:focus {
  border-color: #ff3b3f;
  box-shadow: 0 0 0 2px rgba(255, 59, 63, 0.2);
  background: #181818;
  color: #fff;
}

.modal-content {
  background: #181818;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #222;
}

.list-group-item {
  background: none !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.list-group-item.active, .list-group-item.bg-primary {
  background: none !important;
  color: #fff !important;
  border: none !important;
}

.badge-primary, .bg-primary {
  background: #ff3b3f !important;
  color: #fff !important;
}

footer {
  color: #fff;
  background: #181818;
  border-top: 1px solid #222;
  padding: 1.5rem 0 0.5rem 0;
  margin-top: 2rem;
}

#map {
  border: 2px solid #ff3b3f !important;
  border-radius: 12px !important;
}

::-webkit-scrollbar {
  width: 8px;
  background: #181818;
}

::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 8px;
}

.hero-title {
  font-size: 2.8rem;
}

.prize-desc {
  font-size: 1.1em;
}

.how-it-works-container {
  max-width: 600px;
}

.leaderboard-card {
  max-width: 420px;
}

.leaderboard-rank {
  font-weight: bold;
  margin-right: 0.5em;
}

.rank-1 {
  font-size: 1.3em;
}

.rank-2 {
  font-size: 1.2em;
}

.rank-3 {
  font-size: 1.1em;
}

.rank-other {
  font-size: 1.1em;
  color: #ff3b3f;
}

.leaderboard-name {
  margin-left: 0.5em;
  font-weight: bold;
}

.share-title {
  font-size: 1.3em;
}

@media (max-width: 767px) {
  body {
    background: url("../remix.png") no-repeat 68% 0% fixed #000;
  }
  .container.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .hero-section {
    padding: 1.5rem 0;
  }
  .hero-title {
    font-size: 1.8rem; /* originally display-4, scale down a bit */
    margin-bottom: 0.5rem;
  }
  .brand-gradient {
    width: 60%;
    margin: 0 auto 1rem auto;
  }
  .lead {
    font-size: 0.95rem;
  }
  .how-it-works-container .row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .how-it-works-container .col-md-4 {
    text-align: center;
  }
  .location-card {
    padding: 1rem !important;
    margin: 1rem 0 !important;
  }
  .img-location {
    max-width: 100%;
    height: auto;
  }
  #location-name {
    font-size: 1.4rem;
  }
  #location-desc {
    font-size: 0.95rem;
  }
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  #map {
    height: 250px; /* instead of full-height, allow scrolling */
  }
  .map-section {
    margin-bottom: 1.5rem;
  }
  .winners h2, .leaderboard h2 {
    font-size: 1.2rem;
  }
  .winners ul li, .leaderboard ul li {
    font-size: 0.9rem;
  }
  .footer, .header {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .lead {
    font-size: 1.05rem;
  }
  #map {
    height: 350px;
  }
}
