/* Hero — bedste-casinoer.dk — image-free modern design */

.hero {
  position: relative;
  min-height: 300px;
  background: linear-gradient(135deg, #1a2535 0%, #3E4A59 45%, #6b1b14 82%, #C22D20 100%);
  overflow: hidden;
}

/* Dot-grid texture overlay */
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Decorative circles — clipped by overflow:hidden for partial-circle edge effect */
.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(229, 145, 0, 0.10);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(194, 45, 32, 0.14);
  pointer-events: none;
}

/* Content */
.hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px 48px;
}

.hero .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(229,145,0,0.18);
  border: 1px solid rgba(229,145,0,0.4);
  color: #E59100;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.hero .hero-heading {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 16px 0;
  max-width: 680px;
  letter-spacing: -0.01em;
}

.hero .hero-text {
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  max-width: 580px;
  margin: 0 0 28px 0;
}

/* Trust-signal stat pills */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.hero-stat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 30px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
}
.hero-stat .stat-icon {
  font-size: 15px;
  line-height: 1;
}

@media (min-width: 768px) {
  .hero { min-height: 340px; }
  .hero .hero-content { padding: 60px 24px 56px; }
  .hero .hero-heading { font-size: 40px; }
  .hero .hero-text { font-size: 17px; }
  .hero-stats { justify-content: flex-start; }
}

@media (min-width: 1024px) {
  .hero { min-height: 380px; }
  .hero .hero-content { padding: 72px 24px 116px; }
  .hero .hero-heading { font-size: 48px; max-width: 760px; }
}
