/* ============================================================
   Vegas11 — Home page styles
   ============================================================ */

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  background: var(--grad-hero);
}
.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero__badges { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-bottom: var(--sp-5); }
.hero h1 {
  font-size: var(--fs-hero);
  line-height: 1.02;
  margin-bottom: var(--sp-4);
}
.hero h1 .line { display: block; }
.hero__lead { font-size: 1.12rem; color: var(--text-muted); max-width: 54ch; margin-bottom: var(--sp-5); }

.bonus-callout {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-4);
  padding: 0.85rem 1.35rem 0.85rem 0.9rem;
  background: linear-gradient(120deg, rgba(58,14,18,0.7), rgba(23,23,23,0.6));
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-lg);
  margin-bottom: var(--sp-6);
  box-shadow: var(--sh-1);
}
.bonus-callout__gift {
  width: 52px; height: 52px; flex: none;
  display: grid; place-items: center;
  border-radius: var(--r-md);
  background: var(--grad-gold);
  color: #241a02;
  box-shadow: var(--sh-gold);
}
.bonus-callout__gift svg { width: 28px; height: 28px; }
.bonus-callout__amt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1;
}
.bonus-callout__label { font-size: var(--fs-xs); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }

.hero__cta { display: flex; flex-wrap: wrap; gap: var(--sp-4); margin-bottom: var(--sp-6); }
.hero__trust { display: flex; flex-wrap: wrap; gap: var(--sp-5); align-items: center; }
.hero__trust-item { display: flex; align-items: center; gap: 0.55rem; font-size: var(--fs-sm); color: var(--text-muted); }
.hero__trust-item svg { width: 20px; height: 20px; color: var(--gold); flex: none; }

/* Hero showcase — phone mockup + floaters */
.hero__showcase { position: relative; display: grid; place-items: center; min-height: 480px; }
.phone {
  position: relative;
  width: min(280px, 78vw);
  aspect-ratio: 1080 / 2160;
  border-radius: 38px;
  padding: 12px;
  background: linear-gradient(160deg, #2a2a2a, #0e0e0e);
  border: 1px solid var(--hairline-strong);
  box-shadow: var(--sh-3), 0 0 60px rgba(212,175,55,0.18);
  z-index: 2;
}
.phone::before {
  content: "";
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 108px; height: 22px; border-radius: 0 0 14px 14px;
  background: #0e0e0e; z-index: 3;
}
.phone__screen {
  width: 100%; height: 100%;
  border-radius: 27px;
  overflow: hidden;
  background: #000;
}
.phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.floater {
  position: absolute;
  z-index: 3;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--hairline-strong);
  box-shadow: var(--sh-2);
  width: 92px;
  animation: floatY 5s var(--ease) infinite;
}
.floater img { width: 100%; height: auto; display: block; }
.floater--1 { top: 8%; left: 2%; animation-delay: 0s; }
.floater--2 { bottom: 12%; right: 0%; width: 104px; animation-delay: -1.6s; }
.floater--chip {
  top: 4%; right: 4%;
  width: auto;
  padding: 0.6rem 1rem;
  background: var(--grad-gold);
  color: #241a02;
  border: none;
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: var(--sh-gold-strong);
  animation-delay: -0.8s;
  text-align: center;
  line-height: 1.05;
}
.floater--chip small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.8; }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.hero__glow {
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.35), transparent 70%);
  filter: blur(20px);
  z-index: 1;
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; text-align: center; }
  .hero__badges, .hero__cta, .hero__trust { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__showcase { min-height: 420px; margin-top: var(--sp-4); order: -1; }
}

/* ---------- Section: popular games ---------- */
.popular__foot { text-align: center; margin-top: var(--sp-7); }

/* ---------- Features ---------- */
.features-grid { display: grid; gap: var(--sp-5); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* ---------- Commission / earnings ---------- */
.commission__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.commission__media {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--hairline-strong);
  box-shadow: var(--sh-2), 0 0 40px rgba(212,175,55,0.12);
}
.commission__media img { width: 100%; height: auto; display: block; }
.commission__list { display: grid; gap: var(--sp-4); margin: var(--sp-5) 0 var(--sp-6); }
.commission__item { display: flex; gap: var(--sp-4); align-items: flex-start; }
.commission__ico {
  width: 42px; height: 42px; flex: none;
  display: grid; place-items: center;
  border-radius: var(--r-sm);
  background: rgba(212,175,55,0.1);
  border: 1px solid var(--hairline);
  color: var(--gold-bright);
}
.commission__ico svg { width: 22px; height: 22px; }
.commission__item h3 { font-family: var(--font-body); font-size: 1.02rem; font-weight: 600; margin-bottom: 0.15rem; }
.commission__item p { font-size: var(--fs-sm); color: var(--text-muted); }
@media (max-width: 820px) { .commission__grid { grid-template-columns: 1fr; } .commission__media { order: -1; } }

/* ---------- Responsible gaming ---------- */
.responsible__list { display: grid; gap: var(--sp-3); margin-top: var(--sp-4); }
.responsible__list li { display: flex; gap: var(--sp-3); align-items: flex-start; color: var(--text-muted); font-size: var(--fs-sm); }
.responsible__list svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 2px; }
