:root {
  --bg: #030504;
  --panel: #0b0f0d;
  --panel-soft: #111713;
  --text: #f4fff7;
  --muted: #a8b4ad;
  --line: rgba(255, 255, 255, 0.1);
  --green: #53fc18;
  --green-dark: #29a80c;
  --green-soft: rgba(83, 252, 24, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --font-display: "Anton", Impact, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 76% 8%, rgba(83, 252, 24, 0.12), transparent 24rem),
    linear-gradient(180deg, #050706 0%, var(--bg) 34%, #020302 100%);
  font-family: var(--font-body);
  letter-spacing: 0;
}

.page-bg,
.page-bg::before,
.page-bg::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-bg {
  z-index: 0;
  overflow: hidden;
}

.page-bg::before {
  content: "";
  background-image: url("assets/casino-bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: blur(1.5px) saturate(1.25) brightness(1.05);
  opacity: 1;
  transform: scale(1.01);
}

.page-bg::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 5, 4, 0.72), rgba(3, 5, 4, 0.46) 44%, rgba(3, 5, 4, 0.58)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.68));
}

.casino-particles {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  top: -40px;
  left: var(--left);
  font-size: var(--size);
  font-weight: 900;
  color: var(--color);
  opacity: var(--opacity);
  text-shadow:
    0 0 10px currentColor,
    0 0 24px currentColor;
  animation: particleFall var(--duration) linear infinite;
  animation-delay: var(--delay);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

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

a:visited {
  color: inherit;
}

a:hover {
  color: var(--green);
}

.gold-blink,
.bonus-card span {
  color: #ffd257;
  animation: gold-pulse 1.2s ease-in-out infinite;
  text-shadow:
    0 0 10px rgba(255, 210, 87, 0.72),
    0 0 26px rgba(255, 174, 43, 0.5);
}

.gold-blink:hover,
.bonus-card:hover span {
  color: #fff0a8;
}

.casino-link {
  font-weight: 900;
  letter-spacing: 0.04em;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 3;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(3, 5, 4, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.hero-stats,
.site-footer,
.contact-panel,
.kick-fallback {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  color: #041005;
  background: var(--green);
  box-shadow: 0 0 32px rgba(83, 252, 24, 0.45);
  cursor: pointer;
}

.site-nav {
  gap: 20px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-nav a,
.header-action {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-nav a:hover {
  color: var(--green);
}

.header-action {
  padding: 10px 14px;
  border: 1px solid rgba(83, 252, 24, 0.45);
  border-radius: 6px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.header-action:hover {
  background: var(--green-soft);
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

section[id] {
  scroll-margin-top: 120px;
}

.live-section {
  padding-bottom: 112px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(56px, 7vw, 104px);
  align-items: center;
  min-height: calc(100vh - 80px);
  padding-top: 76px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(4.7rem, 11.5vw, 10.4rem);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  max-width: 760px;
  font-family: var(--font-body);
  font-size: clamp(2.25rem, 4.2vw, 4.35rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.018em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.36rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.hero-lead,
.section-heading p,
.copy-block p {
  color: #bfcbc3;
  line-height: 1.82;
}

.hero-lead {
  max-width: 600px;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  letter-spacing: 0.005em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #041005;
  background: var(--green);
  box-shadow: 0 14px 40px rgba(83, 252, 24, 0.22);
}

.button-primary:visited,
.button-primary:hover {
  color: #041005;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:visited {
  color: var(--text);
}

.button-secondary:hover {
  color: var(--green);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-stats {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-stats span {
  min-width: 150px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.hero-stats strong {
  display: block;
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  inset: 12% -5% 8% 8%;
  z-index: -2;
  content: "";
  border-radius: 18px;
  opacity: 0.64;
  background: linear-gradient(135deg, rgba(83, 252, 24, 0.18), rgba(255, 255, 255, 0.025), transparent 68%);
  filter: blur(34px);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.profile-card,
.live-card,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.profile-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: min(100%, 430px);
  min-height: 500px;
  margin-left: auto;
  padding: clamp(28px, 4vw, 44px);
  text-align: center;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 50% 24%, rgba(83, 252, 24, 0.18), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(20px);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(83, 252, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.profile-card::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  pointer-events: none;
}

.profile-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile-logo {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(48vw, 190px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(83, 252, 24, 0.54);
  border-radius: 50%;
  color: var(--green);
  font-size: clamp(5.2rem, 10vw, 8.6rem);
  font-weight: 900;
  text-shadow: 0 0 34px rgba(83, 252, 24, 0.52);
  background:
    radial-gradient(circle at 50% 38%, rgba(83, 252, 24, 0.22), rgba(0, 0, 0, 0.24) 54%),
    rgba(0, 0, 0, 0.28);
  box-shadow:
    0 0 70px rgba(83, 252, 24, 0.2),
    inset 0 0 32px rgba(83, 252, 24, 0.09);
}

.profile-content {
  position: relative;
  z-index: 1;
  margin-top: 26px;
}

.profile-content h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3.3vw, 2.7rem);
  line-height: 1;
}

.profile-content p,
.contact-panel span {
  display: block;
  color: var(--muted);
  font-size: 0.95rem;
}

.profile-content p {
  margin-bottom: 16px;
}

.profile-links {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.profile-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.profile-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(83, 252, 24, 0.55);
  background: rgba(83, 252, 24, 0.1);
}

.status-pill {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  color: #041005;
  background: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.contact .section-heading {
  max-width: 980px;
}

.contact .section-heading h2 {
  font-family: var(--font-body);
  font-size: clamp(2.1rem, 3.35vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
}

.player-frame {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(83, 252, 24, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.player-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: var(--panel);
}

.live-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  background:
    linear-gradient(145deg, rgba(83, 252, 24, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.kick-fallback {
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 4px 2px 0;
}

.kick-fallback span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.social-grid,
.community-grid {
  display: grid;
  gap: 14px;
}

.social-grid,
.community-grid {
  grid-template-columns: repeat(6, 1fr);
}

.social-card,
.community-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-card,
.community-card {
  --accent: var(--green);
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 124px;
  padding: 18px;
  border-color: color-mix(in srgb, var(--accent) 36%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, transparent), rgba(255, 255, 255, 0.028));
}

.social-card:hover,
.community-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 62%, transparent);
  background: color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.025));
}

.social-card span,
.community-card span {
  display: block;
  margin-bottom: 0;
  color: var(--accent);
  font-weight: 900;
}

.social-card strong,
.community-card strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: 0.055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.social-card small,
.community-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
}

.social-icon {
  display: grid !important;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 36%, transparent);
  border-radius: 50%;
  color: var(--accent) !important;
  font-size: 1.22rem;
  line-height: 1;
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  box-shadow:
    0 0 22px color-mix(in srgb, var(--accent) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.social-kick {
  --accent: #53fc18;
}

.social-instagram {
  --accent: #ff3f8f;
}

.social-tiktok {
  --accent: #27f5ff;
}

.social-x {
  --accent: #f4fff7;
}

.social-discord {
  --accent: #7d8cff;
}

.social-telegram {
  --accent: #2bb8ff;
}

.bonus-card {
  --accent: #ffd257;
  border-color: rgba(255, 210, 87, 0.55);
  box-shadow:
    0 0 34px rgba(255, 174, 43, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.community-grid {
  grid-template-columns: repeat(4, 1fr);
}

.community-card {
  min-height: 150px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
}

.copy-block {
  max-width: 700px;
  font-size: 1.02rem;
}

.business-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.business-badges span {
  padding: 10px 12px;
  border: 1px solid rgba(83, 252, 24, 0.22);
  border-radius: 6px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(83, 252, 24, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(3, 5, 4, 0.36);
}

.business {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business::before,
.contact::before {
  position: absolute;
  inset: 54px -24px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(83, 252, 24, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(3, 5, 4, 0.58);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.contact {
  position: relative;
}

.contact-panel {
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}

.contact-panel > div > a {
  color: var(--green);
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  word-break: break-word;
}

.site-footer {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  text-align: right;
  font-size: 0.92rem;
}

.site-footer small {
  flex-basis: 100%;
  color: rgba(168, 180, 173, 0.82);
  font-size: 0.78rem;
  line-height: 1.6;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes particleFall {
  0% {
    transform: translate3d(0, -10vh, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(var(--drift), 115vh, 0) rotate(18deg);
  }
}

.seven-mode-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  pointer-events: none;
  padding: 18px 24px;
  border: 1px solid rgba(83, 252, 24, 0.52);
  border-radius: var(--radius);
  color: var(--green);
  font-size: clamp(1.25rem, 5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow:
    0 0 18px rgba(83, 252, 24, 0.86),
    0 0 42px rgba(83, 252, 24, 0.42);
  white-space: nowrap;
  background: rgba(3, 5, 4, 0.78);
  box-shadow:
    0 0 42px rgba(83, 252, 24, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.seven-mode-overlay.is-active {
  animation: seven-mode-pop 1.5s ease both;
}

@keyframes seven-mode-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }

  16% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }

  72% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
  }
}

@keyframes gold-pulse {
  0%,
  100% {
    opacity: 0.82;
    text-shadow:
      0 0 10px rgba(255, 210, 87, 0.5),
      0 0 22px rgba(255, 174, 43, 0.32);
  }

  50% {
    opacity: 1;
    text-shadow:
      0 0 16px rgba(255, 235, 150, 0.9),
      0 0 34px rgba(255, 174, 43, 0.7),
      0 0 54px rgba(255, 122, 0, 0.34);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 38px;
  }

  .profile-card {
    margin: 0 auto;
  }

  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .community-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .section-shell {
    width: min(100% - 24px, 1180px);
    padding: 62px 0;
  }

  section[id] {
    scroll-margin-top: 96px;
  }

  .live-section {
    padding-bottom: 78px;
  }

  .site-header {
    width: min(100% - 24px, 1180px);
    margin-top: 10px;
  }

  .header-action {
    display: none;
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
    letter-spacing: 0.015em;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.012em;
  }

  .contact .section-heading h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.04;
  }

  .hero {
    padding-top: 46px;
    gap: 30px;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.75;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    min-width: 0;
  }

  .business-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .profile-card {
    width: 100%;
    min-height: 420px;
  }

  .page-bg::before {
    background-attachment: scroll;
    filter: blur(6px) saturate(1.02);
    opacity: 0.58;
  }

  .profile-logo {
    width: min(54vw, 180px);
  }

  .contact-panel,
  .site-footer,
  .kick-fallback {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }

  .business::before,
  .contact::before {
    inset: 38px -8px;
  }

  .social-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }

  .live-card {
    padding: 10px;
  }

  .kick-fallback .button {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 110px;
  }

  section[id] {
    scroll-margin-top: 110px;
  }

  .site-header {
    top: 10px;
    width: min(100% - 24px, 1180px);
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .site-nav {
    display: none;
  }

  .header-action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 78px;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 5.75rem);
    line-height: 0.9;
  }

  h2 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
    line-height: 1.02;
  }

  .social-grid,
  .community-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .social-card,
  .community-card {
    min-height: auto;
    padding: 14px;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    font-size: 1.08rem;
  }

  .social-card small,
  .community-card small {
    font-size: 0.8rem;
  }

  .social-grid .social-x,
  .community-grid .social-instagram {
    display: none;
  }

  .community-card {
    min-height: auto;
  }

  .particle {
    opacity: calc(var(--opacity) + 0.08);
  }

  .profile-card,
  .live-card,
  .contact-panel {
    background:
      linear-gradient(145deg, rgba(83, 252, 24, 0.065), rgba(255, 255, 255, 0.025)),
      rgba(3, 5, 4, 0.5);
  }

  .social-card,
  .community-card {
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), rgba(255, 255, 255, 0.022)),
      rgba(3, 5, 4, 0.42);
  }

  .business::before,
  .contact::before {
    background:
      linear-gradient(145deg, rgba(83, 252, 24, 0.045), rgba(255, 255, 255, 0.02)),
      rgba(3, 5, 4, 0.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  .casino-particles {
    display: none;
  }
}
