/* === VIP-SLOT: Light bubblegum, magazine layout === */
:root {
  --vip-pink: #ff4f86;
  --vip-pink-soft: #ffb6cf;
  --vip-pink-light: #ffe4ee;
  --vip-cream: #fff7fb;
  --vip-ink: #3a0a22;
  --vip-ink-soft: #6e2848;
  --vip-shadow: 0 18px 40px rgba(255, 79, 134, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(ellipse at 80% -10%, #ffd4e0 0%, transparent 45%),
    radial-gradient(ellipse at -10% 110%, #ffc3d8 0%, transparent 50%),
    linear-gradient(180deg, var(--vip-cream) 0%, var(--vip-pink-light) 100%);
  background-attachment: fixed;
  color: var(--vip-ink);
  padding: 0 0 30px;
  min-height: 100vh;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.bg-layer {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 79, 134, 0.12) 1.5px, transparent 2px) 0 0/30px 30px,
    radial-gradient(circle at 70% 90%, rgba(255, 79, 134, 0.08) 1.5px, transparent 2px) 0 0/40px 40px;
  pointer-events: none;
  z-index: -1;
}

/* === STICKY TOP BRAND BAR === */
.top-banner {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 30;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(255, 247, 251, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 2px solid var(--vip-pink-light);
  box-shadow: 0 4px 20px rgba(255, 79, 134, 0.08);
}

.top-banner .banner-left,
.top-banner .banner-right {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  color: var(--vip-pink);
  line-height: 1.15;
  text-transform: uppercase;
  background: var(--vip-pink-light);
  padding: 8px 14px;
  border-radius: 999px;
}

.top-banner .banner-left span { color: var(--vip-ink); }

/* === MAIN CONTAINER: wider, magazine-style === */
.container {
  width: min(640px, 94%);
  margin: 28px auto;
}

/* === HERO CARD: white panel with circular game avatar on top === */
.hero-card {
  max-width: 640px;
  margin: 24px auto 0;
  background: #fff;
  border: none;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--vip-shadow), 0 4px 12px rgba(255, 79, 134, 0.06);
  padding: 0 0 24px;
  position: relative;
}

/* Brand strip floats over the hero image, top-center */
.hero-card-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent);
}

.tag, .tag-left, .tag-right { display: none; }

.brand-logo {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  padding-right: 8px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.brand-logo::after {
  content: "♥";
  position: absolute;
  top: -4px;
  right: -10px;
  font-size: 12px;
  color: var(--vip-pink-soft);
}

.brand-logo span {
  background: linear-gradient(135deg, #fff, var(--vip-pink-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Hero image: full-width banner at top of card, image fully visible */
.hero-image {
  position: relative;
  width: 100%;
  margin: 0;
  background: #1a0610;
  border-radius: 0;
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 10;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 10, 34, 0.75) 100%);
  pointer-events: none;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Title overlay: bottom-center frosted bar (different from slot-200 bottom-left text) */
.hero-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.overlay-title {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.7);
  display: block;
  line-height: 1.1;
}

.overlay-year {
  font-size: 12px;
  font-weight: 800;
  color: var(--vip-pink);
  background: #fff;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  margin: 0 4px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.overlay-sub {
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 79, 134, 0.85);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* RTP becomes a HUGE centered display, not a corner pill */
.rtp-live {
  position: static;
  display: block;
  text-align: center;
  background: linear-gradient(135deg, var(--vip-pink), #ff8abf);
  color: #fff;
  padding: 20px 16px;
  border-radius: 22px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(255, 79, 134, 0.4);
  margin: 22px 22px 6px;
  letter-spacing: 1px;
  border: none;
}

/* === META: 3-col cards inside white panel === */
.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin: 18px 22px 0;
}

.meta-item {
  padding: 16px 10px;
  text-align: center;
  background: var(--vip-pink-light);
  border: none;
  border-radius: 18px;
  position: relative;
}

.meta-item::before {
  content: "💎";
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.meta-item:nth-child(2)::before { content: "🎰"; }
.meta-item:nth-child(3)::before { content: "💸"; }

.meta-item span {
  display: block;
  color: var(--vip-ink-soft);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meta-item b {
  display: block;
  margin-top: 4px;
  color: var(--vip-ink);
  font-size: 15px;
  font-weight: 900;
}

.hero-domain {
  text-align: center;
  padding: 18px 12px 6px;
  margin: 18px 22px 0;
  color: var(--vip-ink-soft);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-top: 2px dashed var(--vip-pink-light);
}

/* === BUTTONS: stacked, big, square-ish === */
.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px 22px 4px;
}

.cta-final .hero-actions,
#login.cta-final .hero-actions {
  grid-template-columns: 1fr 1fr;
}

.btn {
  display: block;
  text-align: center;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--vip-pink), #ff7aa6);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 79, 134, 0.4);
}

.btn-secondary {
  background: #fff;
  color: var(--vip-pink);
  border: 2px solid var(--vip-pink);
  box-shadow: 0 10px 22px rgba(255, 79, 134, 0.12);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(255, 79, 134, 0.45);
}

.hero-copy {
  text-align: center;
  padding: 14px 22px 4px;
  color: var(--vip-ink-soft);
  font-size: 12px;
}

/* === INTERNAL LINKS: as a tag cloud === */
.internal-links {
  text-align: center;
  margin: 18px 22px 4px;
  padding: 14px;
  border-radius: 20px;
  background: var(--vip-pink-light);
  border: 2px dashed var(--vip-pink-soft);
}

.internal-links a {
  display: inline-block;
  margin: 4px 5px;
  padding: 8px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--vip-pink);
  border-radius: 999px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(255, 79, 134, 0.3);
}

.internal-links a:hover {
  background: var(--vip-ink);
}

/* === PRODUCT META PILLS === */
.product-meta-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
}

.pill {
  padding: 10px 20px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--vip-pink-soft);
  color: var(--vip-pink);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.4px;
  box-shadow: 0 4px 12px rgba(255, 79, 134, 0.08);
}

.pill-hot {
  background: linear-gradient(135deg, var(--vip-pink), #ff8abf);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(255, 79, 134, 0.4);
}

/* === INFO TABLE: rebuilt as 2x4 BADGE GRID === */
section { margin: 24px 0; }

.info-table {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  display: block;
}

.info-head {
  background: #fff;
  padding: 18px;
  text-align: center;
  color: var(--vip-pink);
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: var(--vip-shadow);
  margin-bottom: 14px;
  position: relative;
}

.info-head::before { content: "✦ "; }
.info-head::after { content: " ✦"; }

/* The card uses display:flex column for info rows in original markup -
   override to switch to a grid of badge cards */
.info-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.info-table > .info-head { grid-column: 1 / -1; }

.info-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
  box-shadow: 0 6px 14px rgba(255, 79, 134, 0.08);
  border-left: 4px solid var(--vip-pink);
  align-items: center;
}

.info-row span {
  color: var(--vip-ink-soft);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.info-row b {
  color: var(--vip-ink);
  text-align: right;
  font-size: 15px;
  font-weight: 900;
  justify-self: end;
}

/* === SEO SECTIONS: white paper card === */
.seo-section {
  margin: 26px 0;
  padding: 30px 28px;
  border-radius: 24px;
  background: #fff;
  border: none;
  color: var(--vip-ink);
  line-height: 1.85;
  box-shadow: var(--vip-shadow);
  position: relative;
  overflow: hidden;
}

.seo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--vip-pink), #ff8abf);
}

.seo-section h1,
.seo-section h2,
.seo-section h3 {
  color: var(--vip-ink);
  margin: 0 0 16px;
  font-weight: 900;
  letter-spacing: -0.4px;
  font-family: "Georgia", "Playfair Display", serif;
}

.seo-section h1 {
  font-size: 28px;
  line-height: 1.2;
}

.seo-section h2 {
  font-size: 22px;
  padding: 0;
  border: none;
  position: relative;
  padding-left: 36px;
  margin-top: 22px;
}

.seo-section h2::before {
  content: "🍭";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}

.seo-section p {
  margin: 0 0 14px;
  color: var(--vip-ink);
}

.seo-list {
  padding-left: 0;
  margin: 14px 0 0;
  list-style: none;
}

.seo-list li {
  margin-bottom: 10px;
  padding: 12px 16px 12px 44px;
  background: var(--vip-pink-light);
  border-radius: 14px;
  border: none;
  position: relative;
  color: var(--vip-ink);
  font-weight: 600;
}

.seo-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vip-pink);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-section a {
  color: var(--vip-pink);
  font-weight: 800;
  border-bottom: 2px dotted var(--vip-pink-soft);
}

.seo-section a:hover {
  color: var(--vip-ink);
  border-bottom-color: var(--vip-ink);
}

.seo-section img {
  border-radius: 20px !important;
  box-shadow: 0 14px 30px rgba(255, 79, 134, 0.2);
}

/* === FAQ: accordion-style cards === */
.faq-box { margin-top: 18px; }

.faq-item {
  padding: 18px 20px;
  margin-bottom: 12px;
  background: var(--vip-pink-light);
  border-radius: 18px;
  border: none;
  border-left: 4px solid var(--vip-pink);
}

.faq-item strong {
  color: var(--vip-pink);
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.faq-item p {
  margin: 0;
  font-size: 14px;
  color: var(--vip-ink);
}

/* === CTA FINAL === */
.cta-final {
  background: linear-gradient(135deg, var(--vip-pink), #ff7aa6);
  border: none;
  border-radius: 28px;
  padding: 38px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(255, 79, 134, 0.35);
}

.cta-final::before {
  content: "🍬";
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 28px;
  opacity: 0.6;
}

.cta-final::after {
  content: "🎀";
  position: absolute;
  bottom: 14px;
  right: 22px;
  font-size: 28px;
  opacity: 0.6;
}

.cta-final h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.5px;
  font-family: "Georgia", serif;
}

.cta-final p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 16px;
}

.cta-final .btn-primary {
  background: #fff;
  color: var(--vip-pink);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.cta-final .btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 2px solid #fff;
}

/* === BOTTOM NAV: VERTICAL right-side dock === */
.bottom-nav {
  position: fixed;
  right: 14px;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: 60px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 6px;
  background: #fff;
  border: 2px solid var(--vip-pink-light);
  border-radius: 28px;
  box-shadow: 0 14px 32px rgba(255, 79, 134, 0.22);
  z-index: 25;
  grid-template-columns: none;
}

.bottom-nav a,
.nawala {
  padding: 10px 4px;
  text-align: center;
  color: var(--vip-pink);
  font-weight: 900;
  font-size: 9px;
  border-radius: 16px;
  border: none;
  letter-spacing: 0.3px;
  transition: background 0.15s;
}

.bottom-nav a:hover {
  background: var(--vip-pink-light);
}

.bottom-nav span {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}

.bottom-nav em {
  font-style: normal;
  display: block;
  text-transform: uppercase;
  font-size: 8.5px;
}

.nawala {
  background: linear-gradient(135deg, var(--vip-pink), #ff7aa6);
  color: #fff;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.nawala span {
  display: none; /* hide long label in tight vertical dock */
}

.nawala a {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 9px;
  text-decoration: none;
  font-weight: 900;
}

.nawala::before {
  content: "🛡";
  font-size: 18px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .container {
    width: min(540px, 94%);
  }

  .hero-card {
    border-radius: 26px;
    margin-top: 18px;
  }

  .overlay-title { font-size: 22px; }
  .brand-logo { font-size: 24px; }
  .rtp-live { font-size: 17px; padding: 16px 12px; margin: 18px 16px 6px; }
  .hero-meta { margin: 14px 16px 0; }
  .hero-domain { margin: 14px 16px 0; }
  .hero-actions { padding: 12px 16px 4px; }
  .internal-links { margin: 14px 16px 4px; }
  .hero-copy { padding: 12px 16px 4px; }

  .seo-section { padding: 24px 20px; }
  .seo-section h1 { font-size: 24px; }
  .seo-section h2 { font-size: 19px; padding-left: 32px; }

  .top-banner { padding: 10px 14px; }
  .top-banner .banner-left,
  .top-banner .banner-right {
    font-size: 10px;
    padding: 6px 10px;
  }

  /* Mobile: dock goes to bottom horizontal */
  .bottom-nav {
    position: fixed;
    right: 50%;
    bottom: 12px;
    top: auto;
    transform: translateX(50%);
    width: min(420px, calc(100% - 24px));
    flex-direction: row;
    padding: 8px;
    border-radius: 22px;
  }

  .bottom-nav a,
  .nawala {
    flex: 1;
    font-size: 9px;
  }

  body { padding-bottom: 90px; }
}
