body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f6f8;
  color: #212529;
  line-height: 1.7;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)), 
              url('https://images.unsplash.com/photo-1606857521015-7bc8109f9b96') center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
  text-align: center;
}

.hero h1 {
  font-size: 3.2rem;
  font-weight: 700;
}

.section-title {
  color: #004aad;
  margin-bottom: 40px;
}

.casino-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.casino-card:hover {
  transform: scale(1.02);
}

.btn-primary {
  background-color: #004aad;
  border: none;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #00367e;
}

footer {
  background: #1c1f23;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.cta-section {
  background-color: #004aad;
  color: #fff;
  padding: 60px 20px;
  border-radius: 12px;
  margin: 60px auto;
}

.btn-whatsapp {
  background-color: #25D366;
  border: none;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 50px;
}

.btn-whatsapp:hover {
  background-color: #1ebe5b;
}

/* FAQ */
.feature-box {
  background: #fff;
  padding: 30px;
  border-left: 4px solid #004aad;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.feature-box h3 {
  color: #004aad;
}

/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.rating i {
  font-size: 1rem;
  margin-right: 2px;
}
.img-wrapper {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrapper img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.rating i {
  font-size: 1rem;
  margin-right: 2px;
}
