:root {
  --bg-900: #121016;
  --bg-850: #1a1522;
  --bg-800: #221b2e;
  --bg-750: #2d2440;
  --text-100: #f9f7ff;
  --text-300: #d7d1ea;
  --text-400: #aba2c6;
  --brand-blue: #8b5cf6;
  --brand-cyan: #a78bfa;
  --brand-orange: #fb7185;
  --success: #22c55e;
  --radius-md: 14px;
  --radius-lg: 18px;
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.35);
  --sticky-cta-height: 58px;
  --sticky-cta-gap: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Avenir Next", "SF Pro Text", "Inter", "Segoe UI", Arial, sans-serif;
  background: linear-gradient(180deg, var(--bg-850) 0%, var(--bg-900) 100%);
  color: var(--text-100);
  min-height: 100vh;
}

/* =========================
   Top Bar
========================= */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(90deg, #111a2f, #1c2d4d);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.topbar-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
}

.topbar-logo-img {
  display: block;
  width: clamp(130px, 24vw, 185px);
  height: auto;
  aspect-ratio: 360 / 42;
  max-height: 30px;
  object-fit: contain;
}

.topbar-offer {
  margin: 0;
  min-width: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-300);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-cta {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 14px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-orange), #fb923c);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.topbar-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.45);
}

/* =========================
   Layout
========================= */
.page {
  width: min(1120px, calc(100% - 16px));
  margin-inline: auto;
  padding: 14px 0 calc(var(--sticky-cta-height) + var(--sticky-cta-gap) + env(safe-area-inset-bottom, 0px) + 72px);
}

.section {
  margin-top: 10px;
}

.cluster {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(20, 31, 53, 0.86), rgba(14, 23, 40, 0.9));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.cluster-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cluster-header--secondary {
  background: linear-gradient(145deg, rgba(15, 118, 110, 0.24), rgba(15, 23, 42, 0.9));
}

.cluster-header--muted {
  background: linear-gradient(145deg, rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.6));
}

.cluster-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cluster-icon {
  font-size: 12px;
  color: #facc15;
}

/* =========================
   Hero
========================= */
.hero {
  background: linear-gradient(145deg, rgba(29, 40, 63, 0.95), rgba(24, 33, 53, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.hero h1 {
  margin: 8px 0 4px;
  font-size: 18px;
  line-height: 1.2;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

.hero p {
  margin: 0;
  font-size: 13px;
  color: var(--text-300);
  line-height: 1.4;
  max-width: 560px;
  margin-inline: auto;
}

.hero--seo {
  padding: 20px 22px;
  text-align: center;
}

.seo-hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.42px;
  color: rgba(242, 248, 255, 0.96);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--site-accent-from) 32%, #1f2f57 68%),
    color-mix(in srgb, var(--site-accent-to) 26%, #13386a 74%)
  );
  border: 1px solid rgba(174, 213, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 18px rgba(11, 21, 42, 0.36);
}

.hero--seo h1 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.12;
  font-family: "Avenir Next Demi Bold", "Avenir Next", "SF Pro Display", "Inter", "Segoe UI", sans-serif;
  letter-spacing: -0.35px;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(8, 15, 32, 0.4);
}

.seo-hero-subtitle {
  margin: 0 0 12px;
  font-size: clamp(17px, 2.2vw, 24px);
  line-height: 1.3;
  font-family: "Avenir Next Demi Bold", "Avenir Next", "SF Pro Display", "Inter", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: rgba(235, 242, 255, 0.94);
}

.seo-hero-lead {
  margin: 0 auto;
  max-width: 860px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(212, 224, 246, 0.92);
  text-wrap: pretty;
}

/* =========================
   Featured Casino Cards
========================= */
.featured-list {
  display: grid;
  gap: 8px;
}

#featuredList {
  min-height: 402px;
}

#popularList {
  min-height: 238px;
}

.casino-card {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(155deg, #182239 0%, #13203b 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 8px;
  min-height: 74px;
  min-width: 0;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.casino-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-soft);
}

.casino-card--highlight {
  border-color: rgba(245, 158, 11, 0.65);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.35);
}

.rank-pill {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #dbe3f8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-wrap {
  width: 108px;
  height: 48px;
  aspect-ratio: 9 / 4;
  border-radius: 10px;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.02);
}

.card-content {
  flex: 1;
  min-width: 0;
}

.card-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
  min-width: 0;
}

.card-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 999px;
  padding: 4px 7px;
  color: #bbd4ff;
  background: rgba(46, 163, 255, 0.12);
  border: 1px solid rgba(46, 163, 255, 0.2);
  flex-shrink: 0;
}

.card-bonus {
  font-size: 13px;
  line-height: 1.2;
  color: var(--text-300);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-cta {
  flex-shrink: 0;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  border-radius: 999px;
  padding: 10px 14px;
  min-height: 38px;
  background: linear-gradient(135deg, var(--site-accent-from, #f59e0b), var(--site-accent-to, #f97316));
  box-shadow: 0 6px 14px rgba(245, 158, 11, 0.35);
}

/* =========================
   For Sale List (Different Style)
========================= */
.for-sale-section {
  margin-top: 12px;
}

.for-sale-list {
  display: grid;
  gap: 8px;
}

.sale-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  padding: 12px 10px;
  min-height: 58px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(2px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.sale-row:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.sale-row--secondary {
  border-style: dotted;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.7));
  opacity: 0.9;
}

.sale-rank {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
}

.rank-pill--leader,
.sale-rank--leader {
  color: #fff7d6;
  background: linear-gradient(140deg, #f59e0b, #f97316);
  border: 1px solid rgba(251, 191, 36, 0.7);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2);
}

.leader-crown {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.leader-crown svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sale-main {
  min-width: 0;
}

.sale-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.sale-sub {
  font-size: 13px;
  color: rgba(202, 210, 231, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.sale-chip {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 5px 8px;
}

.sale-cta {
  font-size: 13px;
  font-weight: 700;
  color: #9fd1ff;
  background: rgba(46, 163, 255, 0.1);
  border: 1px solid rgba(46, 163, 255, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  min-height: 32px;
}

/* =========================
   Forum Section
========================= */
.forum-section {
  margin-top: 14px;
}

.forum-intro {
  margin: 2px 4px 5px;
  color: rgba(201, 214, 242, 0.78);
  font-size: 13px;
  letter-spacing: 0.2px;
}

.forum-topics {
  display: grid;
  gap: 8px;
  align-content: start;
  grid-auto-rows: max-content;
}

.forum-topic {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(155deg, rgba(23, 34, 56, 0.94), rgba(16, 25, 42, 0.92));
  overflow: hidden;
}

.forum-section.is-loading .forum-topic {
  min-height: 82px;
}

.forum-section.is-loading .forum-topics {
  min-height: 392px;
}

.forum-topic--skeleton {
  border-color: rgba(255, 255, 255, 0.08);
}

.forum-skeleton-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  background-size: 220% 100%;
  animation: forumSkeletonPulse 1.4s ease-in-out infinite;
}

.forum-skeleton-line--title {
  width: 210px;
  height: 12px;
}

.forum-skeleton-line--text {
  width: 160px;
  margin-top: 8px;
}

.forum-skeleton-badges {
  display: inline-flex;
  gap: 4px;
}

.forum-skeleton-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  background-size: 220% 100%;
  animation: forumSkeletonPulse 1.4s ease-in-out infinite;
}

@keyframes forumSkeletonPulse {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.forum-topic.is-open {
  border-color: rgba(46, 163, 255, 0.26);
}

.forum-topic-button {
  width: 100%;
  border: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  text-align: left;
  color: inherit;
  background: transparent;
  padding: 12px 11px;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

.forum-topic-button:active {
  transform: scale(0.99);
  filter: brightness(1.06);
}

.forum-topic-button:focus-visible {
  outline: 2px solid rgba(159, 209, 255, 0.55);
  outline-offset: 2px;
}

.forum-topic-main {
  min-width: 0;
}

.forum-topic-title {
  display: block;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 700;
  color: #f6f8ff;
}

.forum-topic-desc {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(204, 215, 240, 0.84);
}

.forum-topic-cta {
  display: block;
  margin-top: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #9fd1ff;
  text-transform: uppercase;
  opacity: 0.92;
  white-space: nowrap;
}

.forum-topic-side {
  justify-self: end;
  align-self: start;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.forum-topic:not(.is-open) .forum-topic-button {
  padding: 10px 11px;
}

.forum-topic:not(.is-open) .forum-topic-desc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.forum-topic:not(.is-open) .forum-topic-side {
  gap: 5px;
}

.forum-topic:not(.is-open) .forum-topic-metrics {
  gap: 8px;
}

.forum-topic:not(.is-open) .forum-metric:last-child {
  display: none;
}

.forum-topic:not(.is-open) .forum-topic-cta {
  opacity: 0.8;
}

.forum-participants {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.forum-participant {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #e5ecff;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(46, 163, 255, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.forum-topic-metrics {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.forum-metric {
  font-size: 13px;
  color: rgba(203, 214, 239, 0.92);
  white-space: nowrap;
}

.forum-metric--views {
  color: #f4b24d;
  font-weight: 700;
}

.forum-topic-panel {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(10, 18, 31, 0.55);
  overflow: hidden;
}

.forum-topic-panel[aria-hidden="false"] {
  display: block;
  animation: forumPanelReveal 180ms ease;
}

@keyframes forumPanelReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .forum-topic-panel[aria-hidden="false"] {
    animation: none;
  }
}

.forum-replies {
  display: grid;
  gap: 7px;
  padding: 10px 11px 11px;
}

.forum-reply {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(14, 24, 41, 0.85);
  padding: 8px 9px;
}

.forum-reply[data-role="starter"] {
  border-color: rgba(46, 163, 255, 0.3);
  background: rgba(13, 37, 66, 0.62);
}

.forum-reply-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
}

.forum-reply-author {
  font-size: 12px;
  color: #f2f6ff;
}

.forum-reply-role {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #99c8ff;
  border: 1px solid rgba(46, 163, 255, 0.25);
  border-radius: 999px;
  padding: 2px 6px;
}

.forum-reply-time {
  margin-left: auto;
  font-size: 12px;
  color: rgba(173, 187, 215, 0.72);
}

.forum-reply-text {
  margin: 0;
  color: rgba(220, 230, 248, 0.92);
  font-size: 12px;
  line-height: 1.45;
}

/* =========================
   FAQ Inline Block (inside cluster)
========================= */
.faq-inline {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  display: grid;
  gap: 8px;
}

.faq-section .faq-inline {
  border-top: 0;
  padding-top: 2px;
}

.faq-inline__heading {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(158, 170, 197, 0.75);
}

.faq-item {
  background: linear-gradient(155deg, rgba(24, 34, 57, 0.6), rgba(19, 32, 59, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 9px 11px;
}

.faq-item__q {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-100);
  line-height: 1.25;
}

.faq-item__a {
  margin: 0;
  font-size: 13px;
  color: var(--text-300);
  line-height: 1.4;
}

@media (max-width: 430px) {
  .faq-inline__heading {
    font-size: 12px;
  }
  .faq-item {
    padding: 8px 10px;
  }
  .faq-item__q {
    font-size: 12px;
  }
  .faq-item__a {
    font-size: 12px;
  }
}

/* =========================
   Premium Scroll CTA
========================= */
.premium-scroll-cta {
  text-align: center;
  gap: 10px;
  padding-block: 20px 18px;
  border: 1px solid color-mix(in srgb, var(--site-accent-from) 46%, rgba(255, 255, 255, 0.08));
  box-shadow:
    0 0 0 1px rgba(251, 191, 36, 0.16),
    0 16px 30px rgba(7, 12, 26, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% -12%, rgba(251, 191, 36, 0.3), transparent 52%),
    radial-gradient(circle at 82% 50%, rgba(59, 130, 246, 0.18), transparent 54%),
    linear-gradient(160deg, rgba(24, 36, 59, 0.97), rgba(13, 20, 38, 0.98));
}

.premium-scroll-cta__eyebrow {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.62px;
  font-weight: 700;
  color: rgba(217, 227, 247, 0.88);
}

.premium-scroll-cta__title {
  margin: 0 auto;
  max-width: 17ch;
  font-size: clamp(24px, 4.6vw, 38px);
  line-height: 1.14;
  font-weight: 900;
  color: #fbfdff;
  text-shadow:
    0 5px 16px rgba(0, 0, 0, 0.34),
    0 0 16px rgba(251, 191, 36, 0.16);
}

.premium-scroll-cta__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 6px auto 0;
  border-radius: 999px;
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.58);
  background: linear-gradient(145deg, rgba(30, 44, 74, 0.86), rgba(16, 24, 44, 0.86));
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2), 0 10px 24px rgba(245, 158, 11, 0.2);
  animation: premiumScrollArrowBounce 1.9s ease-in-out infinite;
}

@keyframes premiumScrollArrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* =========================
   Betnano Highlight
========================= */
.betnano-highlight {
  gap: 12px;
  padding: 14px;
  border-color: color-mix(in srgb, var(--site-accent-from) 34%, rgba(255, 255, 255, 0.16));
  box-shadow:
    0 0 0 1px rgba(251, 191, 36, 0.14),
    0 20px 34px rgba(5, 11, 25, 0.5);
  background:
    radial-gradient(circle at 16% 8%, rgba(251, 191, 36, 0.16), transparent 48%),
    linear-gradient(164deg, rgba(18, 31, 56, 0.95), rgba(12, 21, 39, 0.98));
}

.betnano-highlight__intro {
  margin: 0;
  font-size: 14px;
  line-height: 1.56;
  color: rgba(225, 234, 250, 0.94);
}

.betnano-highlight__card {
  border-color: color-mix(in srgb, var(--site-accent-from) 48%, rgba(255, 255, 255, 0.12));
  min-height: 102px;
  padding: 12px;
  gap: 12px;
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.22),
    0 12px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.betnano-highlight__card .logo-wrap {
  width: 136px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.betnano-highlight__card .card-title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.betnano-highlight__card .card-bonus {
  font-size: 15px;
  color: rgba(226, 234, 250, 0.96);
}

.betnano-highlight__card .card-cta {
  padding: 12px 18px;
  font-size: 15px;
  min-height: 42px;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.36);
}

.betnano-highlight__card .tag {
  color: #f9e3b3;
  border-color: rgba(251, 191, 36, 0.28);
  background: rgba(245, 158, 11, 0.16);
}

/* =========================
   SEO Content
========================= */
.seo-links {
  margin-top: 18px;
}

.link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.link-grid a {
  text-decoration: none;
  color: rgba(202, 210, 231, 0.72);
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 5px 9px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.link-grid a:hover {
  color: rgba(219, 231, 255, 0.9);
  background: rgba(46, 163, 255, 0.08);
  border-color: rgba(46, 163, 255, 0.26);
}

.seo-links--minimal {
  opacity: 1;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  padding-top: 8px;
  transition: border-color 0.2s ease;
}

.seo-links--minimal:hover {
  border-top-color: rgba(46, 163, 255, 0.35);
}

.seo-links-title {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(158, 170, 197, 0.75);
}

.seo-links-intro {
  margin: 0 0 8px;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(158, 170, 197, 0.82);
  max-width: 72ch;
}

.link-grid--minimal a {
  font-size: 13px;
  color: rgba(219, 231, 255, 0.92);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 5px 9px;
}

.article-shell {
  gap: 12px;
}

.article-content {
  color: var(--text-300);
  font-size: 14px;
  line-height: 1.72;
  padding: 6px 4px 8px;
}

.article-content h2,
.article-content h3 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  color: #f2f6ff;
  margin: 0;
}

.article-content h2 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.article-content h3 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
}

.article-content p {
  margin: 0 0 12px;
}

.article-content ul {
  margin: 0 0 12px 20px;
  padding: 0;
}

.article-content li {
  margin-bottom: 6px;
}

.article-content strong {
  color: #f6fbff;
}

.article-content a {
  color: #8dc8ff;
}

/* =========================
   Page end — Ana sayfaya dön (iletişim vb.)
========================= */

.page-end-home-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: clamp(18px, 4vw, 32px);
  margin-inline: auto;
  text-align: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #f6f8fd;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid color-mix(in srgb, var(--site-accent-from, #f59e0b) 45%, transparent);
  background: linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.18),
    rgba(249, 115, 22, 0.12)
  );
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  -webkit-tap-highlight-color: transparent;
  transition: transform var(--site-fast, 170ms) ease,
    box-shadow var(--site-fast, 170ms) ease,
    border-color var(--site-fast, 170ms) ease,
    background 0.2s ease;
  box-sizing: border-box;
}

.page-end-home-link:hover {
  border-color: color-mix(in srgb, var(--site-accent-from, #f59e0b) 65%, transparent);
  background: linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.28),
    rgba(249, 115, 22, 0.2)
  );
  box-shadow: 0 10px 26px rgba(245, 158, 11, 0.15);
  transform: translateY(-1px);
}

.page-end-home-link:focus-visible {
  outline: 2px solid var(--site-accent-from, #f59e0b);
  outline-offset: 3px;
}

/* Contact page premium typography tuning */
.contact-page .cluster-header h1 {
  margin: 0;
  font-size: clamp(34px, 7.4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.contact-page .article-content {
  max-width: 74ch;
  margin-inline: auto;
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.78;
}

.contact-page .article-content p {
  margin-bottom: 14px;
}

.contact-page .article-content h2 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: clamp(28px, 5.8vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.012em;
}

.contact-page .article-content a {
  text-underline-offset: 3px;
}

@media (max-width: 480px) {
  .contact-page .cluster {
    padding: 10px;
  }

  .contact-page .cluster-header {
    padding: 10px 12px;
  }

  .contact-page .cluster-header h1 {
    font-size: clamp(24px, 8.2vw, 30px);
    line-height: 1.12;
  }

  .contact-page .article-content {
    font-size: 15px;
    line-height: 1.72;
    padding-inline: 2px;
  }

  .contact-page .article-content h2 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: clamp(22px, 7vw, 27px);
    line-height: 1.18;
  }

  .page-end-home-link {
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    padding: 14px 20px;
    min-height: 50px;
  }
}

@media (min-width: 768px) {
  .page-end-home-link {
    font-size: 16px;
    padding: 14px 28px;
    min-height: 52px;
  }
}

/* =========================
   Floating Actions
========================= */

.mobile-sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 45;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 12px;
  padding: 13px 14px;
  min-height: var(--sticky-cta-height);
  padding-bottom: calc(13px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 14px 28px rgba(79, 70, 229, 0.45);
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transform: translateY(calc(100% + env(safe-area-inset-bottom, 0px) + 24px));
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.18s ease;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (hover: none) and (pointer: coarse) {
  .topbar-cta:active,
  .mobile-sticky-cta:active,
  .casino-card:active,
  .sale-row:active {
    transform: scale(0.985);
    filter: brightness(1.05);
  }
}

/* =========================
   Tablet
========================= */
@media (min-width: 768px) {
  .topbar {
    padding: 12px 18px;
    gap: 12px;
  }

  .topbar-logo {
    min-width: 140px;
  }

  .topbar-offer {
    font-size: 13px;
  }

  .topbar-cta {
    font-size: 13px;
    padding: 10px 16px;
  }

  .page {
    width: min(1120px, 100% - 28px);
    padding-top: 14px;
  }

  .hero {
    padding: 14px 16px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 14px;
  }

  .hero--seo {
    padding: 22px 24px;
  }

  .featured-list,
  .for-sale-list {
    gap: 10px;
  }

  .link-grid {
    gap: 8px;
  }

  .article-content {
    font-size: 15px;
    line-height: 1.8;
    padding: 8px 6px 10px;
  }

  .article-content h2 {
    font-size: 22px;
  }

  .article-content h3 {
    font-size: 18px;
  }

  .cluster {
    padding: 10px;
  }

  .cluster-title {
    font-size: 15px;
  }

  .casino-card {
    min-height: 86px;
    padding: 10px;
    gap: 10px;
  }

  .rank-pill {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .logo-wrap {
    width: 144px;
    height: 56px;
  }

  .card-title {
    font-size: 17px;
  }

  .card-bonus {
    font-size: 13px;
  }

  .card-cta {
    font-size: 13px;
    padding: 10px 16px;
  }

  .sale-row {
    grid-template-columns: 30px 1fr auto;
    padding: 13px 12px;
    min-height: 62px;
  }

  .sale-sub {
    font-size: 12px;
  }

  .faq-inline {
    padding-top: 12px;
    gap: 10px;
  }

  .faq-section .faq-inline {
    padding-top: 3px;
  }

  .faq-item {
    padding: 11px 13px;
  }

  .faq-item__q {
    font-size: 14px;
  }

  .faq-item__a {
    font-size: 13px;
  }

  .premium-scroll-cta {
    padding-block: 22px 20px;
    gap: 10px;
  }

  .premium-scroll-cta__eyebrow {
    font-size: 12px;
  }

  .premium-scroll-cta__title {
    font-size: clamp(28px, 3.6vw, 36px);
  }

  .premium-scroll-cta__arrow {
    width: 52px;
    height: 52px;
  }

  .betnano-highlight__intro {
    font-size: 14px;
  }

  .betnano-highlight__card {
    min-height: 114px;
    padding: 14px;
    gap: 14px;
  }

  .betnano-highlight__card .logo-wrap {
    width: 176px;
    height: 80px;
  }

  .betnano-highlight__card .card-title {
    font-size: 36px;
  }

  .betnano-highlight__card .card-bonus {
    font-size: 16px;
  }

  .forum-topics {
    gap: 10px;
  }

  .forum-topic-button {
    padding: 13px 13px;
  }

  .forum-topic-title {
    font-size: 18px;
  }

  .forum-topic-desc,
  .forum-reply-text {
    font-size: 13px;
  }

  .forum-topic-cta {
    font-size: 12px;
    margin-top: 7px;
  }

  .forum-participant {
    width: 23px;
    height: 23px;
  }

  .forum-reply {
    padding: 9px 10px;
  }
}

/* =========================
   Small Phones (320-430)
========================= */
@media (max-width: 430px) {
  :root {
    --sticky-cta-height: 52px;
    --sticky-cta-gap: 8px;
  }

  .topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 8px 9px;
    gap: 6px;
  }

  .topbar-logo {
    min-width: 104px;
  }

  .topbar-logo-img {
    width: clamp(98px, 28vw, 138px);
    max-height: 22px;
  }

  .topbar-offer {
    font-size: 12px;
  }

  .topbar-cta {
    font-size: 12px;
    padding: 9px 12px;
    min-height: 38px;
  }

  .page {
    width: calc(100% - 12px);
    padding-top: 8px;
  }

  .cluster {
    padding: 6px;
    gap: 5px;
  }

  .cluster-header {
    padding: 7px 8px;
  }

  .cluster-title {
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .hero {
    padding: 10px;
  }

  .hero h1 {
    font-size: 16px;
  }

  .hero p {
    font-size: 12px;
  }

  .hero--seo {
    padding: 14px 14px 15px;
  }

  .seo-hero-kicker {
    margin-bottom: 8px;
    font-size: 12px;
    padding: 5px 10px;
  }

  .hero--seo h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .seo-hero-subtitle {
    font-size: 17px;
    margin-bottom: 9px;
  }

  .seo-hero-lead {
    font-size: 14px;
    line-height: 1.62;
  }

  .featured-list {
    gap: 6px;
  }

  .casino-card {
    gap: 6px;
    padding: 7px;
    min-height: 66px;
  }

  .rank-pill {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 12px;
  }

  .logo-wrap {
    width: 92px;
    height: 42px;
    border-radius: 8px;
    padding: 2px 3px;
  }

  .card-title {
    font-size: 13px;
  }

  .tag {
    font-size: 12px;
    padding: 3px 6px;
  }

  .card-bonus {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card-trust {
    margin-top: 2px;
    font-size: 12px;
  }

  .card-cta {
    font-size: 12px;
    padding: 9px 12px;
    min-height: 34px;
  }

  .sale-row {
    grid-template-columns: 24px 1fr auto;
    gap: 6px;
    padding: 10px 8px;
    min-height: 52px;
  }

  .sale-rank {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 12px;
  }

  .leader-crown {
    top: -12px;
    width: 15px;
    height: 12px;
  }

  .sale-title {
    font-size: 12px;
  }

  .sale-sub {
    font-size: 12px;
  }

  .sale-chip {
    display: none;
  }

  .sale-cta {
    font-size: 12px;
    padding: 7px 10px;
    min-height: 30px;
  }

  .forum-intro {
    margin-inline: 2px;
    font-size: 12px;
  }

  .forum-topic-button {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 9px 8px;
  }

  .forum-topic:not(.is-open) .forum-topic-button {
    padding: 8px 8px;
  }

  .forum-topic-title {
    font-size: 15px;
  }

  .forum-topic-desc {
    font-size: 12px;
  }

  .forum-topic:not(.is-open) .forum-topic-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .forum-topic:not(.is-open) .forum-topic-desc {
    margin-top: 3px;
    font-size: 12px;
  }

  .forum-topic-cta {
    font-size: 12px;
    margin-top: 6px;
  }

  .forum-topic-side {
    width: 100%;
    align-items: flex-start;
    justify-self: start;
    gap: 6px;
  }

  .forum-topic-metrics {
    justify-content: flex-start;
    gap: 9px;
  }

  .forum-metric {
    font-size: 12px;
  }

  .forum-participant {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .forum-replies {
    padding: 8px;
  }

  .forum-reply-text {
    font-size: 12px;
  }

  .mobile-sticky-cta {
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 13px;
    padding: 11px 12px;
  }

  .premium-scroll-cta {
    padding-block: 18px 16px;
    gap: 8px;
  }

  .premium-scroll-cta__eyebrow {
    font-size: 12px;
  }

  .premium-scroll-cta__title {
    font-size: 26px;
    line-height: 1.16;
  }

  .premium-scroll-cta__arrow {
    width: 44px;
    height: 44px;
    margin-top: 4px;
  }

  .betnano-highlight {
    padding: 12px;
    gap: 10px;
  }

  .betnano-highlight__intro {
    font-size: 13px;
    line-height: 1.52;
  }

  .betnano-highlight__card {
    min-height: 96px;
    padding: 10px;
    gap: 10px;
  }

  .betnano-highlight__card .logo-wrap {
    width: 118px;
    height: 54px;
    border-radius: 10px;
  }

  .betnano-highlight__card .card-title {
    font-size: 26px;
  }

  .betnano-highlight__card .card-bonus {
    font-size: 14px;
  }

  .betnano-highlight__card .card-cta {
    font-size: 13px;
    min-height: 38px;
    padding: 10px 14px;
  }

  .seo-links-title {
    font-size: 12px;
  }

  .link-grid a {
    font-size: 12px;
    padding: 6px 10px;
    min-height: 32px;
  }

  .article-content {
    font-size: 13px;
    line-height: 1.66;
    padding: 4px 2px 8px;
  }

  .article-content h2 {
    font-size: 18px;
  }

  .article-content h3 {
    font-size: 15px;
  }
}

/* =========================
   Desktop
========================= */
@media (min-width: 1024px) {
  .topbar {
    padding: 14px 24px;
  }

  .topbar-logo-img {
    width: 190px;
    max-height: 34px;
  }

  .topbar-offer {
    font-size: 14px;
  }

  .hero {
    padding: 16px 18px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 15px;
  }

  .link-grid {
    gap: 10px;
  }

  .link-grid--minimal a {
    font-size: 12px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.82;
  }

  .article-content h2 {
    font-size: 24px;
  }

  .article-content h3 {
    font-size: 19px;
  }

  .casino-card {
    min-height: 94px;
    padding: 12px;
  }

  .rank-pill {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .logo-wrap {
    width: 198px;
    height: 72px;
    border-radius: 12px;
  }

  .card-title {
    font-size: 19px;
  }

  .card-bonus {
    font-size: 14px;
  }

  .card-cta {
    font-size: 14px;
    padding: 12px 20px;
  }

  .sale-row {
    padding: 13px 14px;
  }

  .faq-inline {
    padding-top: 14px;
    gap: 12px;
  }

  .faq-item {
    padding: 13px 16px;
  }

  .faq-inline__heading {
    font-size: 12px;
  }

  .faq-item__q {
    font-size: 15px;
  }

  .faq-item__a {
    font-size: 14px;
    line-height: 1.5;
  }

  .forum-topic-button {
    padding: 14px;
  }

  .forum-topic-title {
    font-size: 19px;
  }

  .forum-topic-desc,
  .forum-reply-text {
    font-size: 13px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}


/* site bazli tema varyasyonu */
:root{
  --site-accent-from:#f59e0b;
  --site-accent-to:#f97316;
  --site-topbar-from:#2a1a0f;
  --site-topbar-to:#4a2a12;
  --site-grid-min:275px;
  --site-shadow:0 10px 24px rgba(0,0,0,0.28);
  --site-border:rgba(255,255,255,0.11);
  --site-fast:220ms;
  --sticky-cta-height:57px;
}
body{
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
h1,h2,h3,.cluster-title{
  font-family:"Sora","Segoe UI",Roboto,Arial,sans-serif;
}
.page{
  width:min(1095px,calc(100% - 16px));
}
.section{
  margin-top:10px;
}
.cluster,.forum-section{
  border-radius:13px;
}
.hero{
  border-radius:14px;
  padding:14px 12px;
}
.topbar{
  background:linear-gradient(90deg,var(--site-topbar-from),var(--site-topbar-to));
  gap:7px;
  padding:8px 10px;
}
.topbar-cta,.hero-badge{
  background:linear-gradient(135deg,var(--site-accent-from),var(--site-accent-to));
  letter-spacing:0.18px;
}
.topbar-cta,.mobile-sticky-cta{
  border-radius:12px;
  transition:transform var(--site-fast) ease,box-shadow var(--site-fast) ease;
}
.cluster{
  border-radius:13px;
  padding:11px;
  border:1px solid var(--site-border);
  box-shadow:var(--site-shadow);
}
.forum-section,.forum-topic-panel{
  border-radius:12px;
}
.featured-list{
  gap:9px;
}
.for-sale-list{
  gap:9px;
}
.casino-card{
  border:1px solid var(--site-border);
  border-radius:13px;
  transition:transform var(--site-fast) ease,box-shadow var(--site-fast) ease,border-color var(--site-fast) ease;
}
.casino-card:hover{
  transform:translateY(-2px);
  border-color:color-mix(in srgb,var(--site-accent-from) 35%,transparent);
}
.forum-topic-button{
  transition:background var(--site-fast) ease,transform var(--site-fast) ease;
}
@keyframes siteGlideMotion{0%{transform:translateX(0)}50%{transform:translateX(3px)}100%{transform:translateX(0)}}
@media (max-width:430px){
  .mobile-sticky-cta{
    height:var(--sticky-cta-height);
  }
}
.forum-topic.is-open .forum-topic-cta{
  animation:siteGlideMotion 1.7s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce){
  .forum-topic.is-open .forum-topic-cta{
    animation:none!important;
  }
}
.forum-load-more-wrap[hidden]{display:none!important}
