/* Strong Roleplay — theme overrides */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #0d0714;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html, body {
  background-color: #0d0714;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.font-roboto {
  font-family: "Roboto", system-ui, -apple-system, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Glass köşelik — Tailwind bağımlılığı yok */
.glass-corners {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.glass-corners__tl,
.glass-corners__bl,
.glass-corners__tr,
.glass-corners__br {
  position: absolute;
  line-height: 0;
  width: 7px;
  height: 7px;
}

.glass-corners__tl { left: 0; top: 0; }
.glass-corners__bl { left: 0; bottom: 0; }
.glass-corners__tr { right: 0; top: 0; }
.glass-corners__br { right: 0; bottom: 0; }

.glass-corners svg {
  display: block;
  width: 7px;
  height: 7px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-parallax-title,
  .hero-layer--character,
  .hero-bg,
  .hero-box,
  .hero-box--server {
    transform: none !important;
  }
}

::selection {
  background-color: #8000ff;
  color: #fff;
}

::-moz-selection {
  background-color: #8000ff;
  color: #fff;
}

.bg-primary { background-color: rgb(128 0 255) !important; }
.hover\:bg-primary:hover { background-color: rgb(128 0 255) !important; }
.text-primary { color: rgb(128 0 255) !important; }
.hover\:text-primary:hover { color: rgb(128 0 255) !important; }
.focus-visible\:ring-offset-primary:focus-visible { --tw-ring-offset-color: #8000ff; }

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* ── Glass panel + SVG köşelik ── */
.glass-panel {
  position: relative;
  isolation: isolate;
  background: rgba(55, 55, 55, 0.82);
}

@supports (backdrop-filter: blur(12px)) {
  .glass-panel {
    background: rgba(55, 55, 55, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

/* ── HERO ── */
.hero-pin {
  height: 100svh;
  min-height: 640px;
  position: relative;
  z-index: 10;
}

.hero-section {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 640px;
  background: #171717;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 45%, #000 100%);
}

.hero-grid-dots {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' fill-opacity='0.35' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
  background-size: 72px 72px;
}

.hero-grid-stripes {
  position: absolute;
  inset: -20% -10%;
  opacity: 0.06;
  background: repeating-linear-gradient(
    -32deg,
    transparent,
    transparent 18px,
    rgba(255, 255, 255, 0.55) 18px,
    rgba(255, 255, 255, 0.55) 19px
  );
  transform: rotate(-6deg);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.hero-glow--purple {
  left: -3rem;
  top: 10%;
  width: 9rem;
  height: 9rem;
  background: #8000ff;
  opacity: 0.85;
}

.hero-glow--red {
  right: -3rem;
  bottom: 15%;
  width: 9rem;
  height: 9rem;
  background: #9d00ff;
  opacity: 0.75;
}

@media (min-width: 768px) {
  .hero-glow--purple {
    left: -10rem;
    top: -8rem;
    width: 32rem;
    height: 32rem;
    filter: blur(280px);
  }

  .hero-glow--red {
    right: -10rem;
    bottom: 0;
    width: 28rem;
    height: 28rem;
    filter: blur(280px);
  }
}

.hero-stage {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-layer--title-fill,
.hero-layer--title-stroke {
  --hero-title-size: clamp(3.25rem, 9.5vw, 10.5rem);
  --scroll-y: 0px;
  --parallax-x: 0px;
  --parallax-y: 0px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(5rem, 12vh, 7rem) 1rem 0;
  pointer-events: none;
  transform: translate3d(var(--parallax-x), calc(var(--scroll-y) + var(--parallax-y)), 0);
}

.hero-layer--title-stroke {
  z-index: 4;
}

.hero-title-wrap {
  display: block;
  width: 100%;
  max-width: min(100%, 96rem);
  text-align: center;
  font-size: var(--hero-title-size);
  line-height: 0.86;
  font-variant: all-small-caps;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: -0.035em;
  overflow: hidden;
  filter: drop-shadow(0 4px 28px rgba(0, 0, 0, 0.6));
}

.hero-layer--character {
  --scroll-y: 0px;
  --parallax-x: 0px;
  --parallax-y: 0px;
  z-index: 2;
  will-change: transform;
  transform: translate3d(var(--parallax-x), calc(var(--scroll-y) + var(--parallax-y)), 0);
}

.hero-layer--ui {
  z-index: 6;
  pointer-events: none;
}

.hero-layer--ui .hero-box {
  pointer-events: auto;
}

.hero-bg {
  --scroll-y: 0px;
  --scroll-scale: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  filter: grayscale(1);
  transition: filter 0.6s ease;
  will-change: transform;
  transform: translate3d(0, var(--scroll-y), 0) scale(var(--scroll-scale));
  transform-origin: center center;
}

.hero-stage:hover .hero-bg {
  filter: grayscale(0);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(55%, 36rem);
  background: linear-gradient(to right, rgba(23, 23, 23, 0.92), rgba(23, 23, 23, 0.45), transparent);
}

.hero-overlay::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, #171717 8%, rgba(23, 23, 23, 0.75) 45%, transparent);
}

.hero-title-fill,
.hero-title-stroke {
  display: block;
}

.hero-title-fill {
  color: #fff;
  transition: background 0.4s ease, -webkit-text-fill-color 0.4s ease;
}

.hero-title-stroke {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: -webkit-text-stroke-color 0.4s ease, filter 0.4s ease;
}

.hero-stage:hover .hero-title-fill {
  background: linear-gradient(90deg, #fff 0%, #d9b3ff 55%, #8000ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-stage:hover .hero-title-stroke {
  -webkit-text-stroke-color: #8000ff;
  filter: drop-shadow(0 0 16px rgba(128, 0, 255, 0.45));
}

.hero-desc {
  position: absolute;
  top: clamp(34%, 38%, 42%);
  left: max(1rem, calc((100% - min(100%, 1280px)) / 2 + 1rem));
  max-width: min(22rem, 38%);
  font-size: 0.875rem;
  line-height: 1.65;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 0.95);
  margin: 0;
}

.hero-box {
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  --hero-tilt-z: 0px;
  position: absolute;
  color: #fff;
  transform: perspective(800px) rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y)) translateZ(var(--hero-tilt-z));
  transform-style: preserve-3d;
}

.hero-box--fivem {
  left: max(1rem, calc((100% - min(100%, 1280px)) / 2 + 1rem));
  bottom: clamp(1.25rem, 4vh, 2.5rem);
  width: min(22rem, calc(42% - 2rem));
  max-width: 22rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
}

.hero-rail--right {
  position: absolute;
  right: max(1rem, calc((100% - min(100%, 1280px)) / 2 + 1rem));
  bottom: clamp(1.25rem, 4vh, 2.5rem);
  width: min(18.5rem, calc(40% - 2rem));
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  pointer-events: none;
  z-index: 6;
}

.hero-rail--right .hero-box {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  pointer-events: auto;
}

.hero-box--discord {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem;
}

.hero-box--server {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.1rem 1.25rem;
  transform: perspective(800px) rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y)) translateZ(var(--hero-tilt-z));
}

.hero-box__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.hero-box__icon--discord {
  background: #5865F2;
  width: 2.5rem;
  height: 2.5rem;
}

.hero-box__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  flex: 1;
}

.hero-box__link:hover { color: #8000ff; }

.hero-box__discord-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-box__discord-title {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.hero-box__discord-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.hero-box__discord-btn {
  display: block;
  text-align: center;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.hero-box__discord-btn:hover { background: #5865F2; }

.hero-box__server-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-box__server-name {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.hero-box__server-status {
  font-size: 0.75rem;
  color: #22c55e;
}

.hero-box__server-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.hero-box__server-ip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.75rem;
}

.hero-box__server-ip code {
  flex: 1;
  font-size: 0.875rem;
  font-family: monospace;
}

.hero-box__server-ip .copy-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.hero-box__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-box__tags span {
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.hero-parallax-title { will-change: auto; }

.hero-layer--character,
.hero-bg {
  backface-visibility: hidden;
}

/* Alt bölümler üst üste kayar */
#how-to-play,
#faq,
#social,
footer.site-footer {
  position: relative;
  z-index: 30;
}

#how-to-play,
#faq,
#social {
  background-color: #0a0a0a;
}

#social {
  box-shadow: none;
}

#how-to-play,
#faq {
  box-shadow: 0 -24px 48px rgba(0, 0, 0, 0.35);
}

#faq { z-index: 31; }
#social { z-index: 32; }
footer.site-footer { z-index: 33; }

/* Mobil hero */
@media (max-width: 1023px) {
  .hero-pin,
  .hero-section {
    min-height: 100svh;
    height: auto;
  }

  .hero-section {
    position: relative;
  }

  .hero-stage {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }

  .hero-layer--character {
    position: absolute;
  }

  .hero-layer--title-fill,
  .hero-layer--title-stroke,
  .hero-layer--ui .hero-desc,
  .hero-layer--ui .hero-box--fivem,
  .hero-layer--ui .hero-rail--right {
    display: none;
  }

  .hero-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 5;
    padding: 5.5rem 1rem 1.5rem;
    flex: 1;
    min-height: 100svh;
  }

  .hero-mobile__title-stage {
    position: relative;
    width: 100%;
    min-height: clamp(4.5rem, 20vw, 8rem);
    margin-bottom: 0.25rem;
  }

  .hero-mobile__title-stage .hero-title-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: clamp(2.5rem, 14vw, 5.5rem);
    margin: 0;
    overflow: hidden;
  }

  .hero-mobile__title-stage .hero-title-wrap--fill {
    z-index: 1;
  }

  .hero-mobile__title-stage .hero-title-wrap--stroke {
    z-index: 2;
    pointer-events: none;
  }

  .hero-mobile__title-stage .hero-title-fill,
  .hero-mobile__title-stage .hero-title-stroke {
    width: 100%;
    text-align: center;
  }

  .hero-mobile__desc {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    max-width: 36rem;
  }

  .hero-mobile__fivem {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
  }

  .hero-mobile__server {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1.25rem;
    margin-top: auto;
  }

  .hero-mobile__server-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-mobile__server-head h2 {
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-size: 1rem;
  }

  .hero-mobile__server-status {
    font-size: 0.75rem;
    color: #22c55e;
  }

  .hero-mobile__server-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
  }

  .hero-mobile__server-ip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.75rem;
  }

  .hero-mobile__server-ip code {
    flex: 1;
    color: #fff;
    font-family: ui-monospace, monospace;
    font-size: 0.875rem;
  }

  .hero-mobile__server-ip .copy-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.25rem;
  }

  .hero-mobile .hero-box {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .hero-mobile { display: none; }
}

/* Navbar */
.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.site-nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vh, 2.25rem) 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-nav__left {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: 2.75rem;
}

.site-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-nav__logo img {
  width: 2.5rem;
  height: 2.5rem;
}

.site-nav__count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.75rem;
  padding: 0 0.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.site-nav__count:hover {
  color: #8000ff;
}

.site-nav__links {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.5rem;
  gap: 2rem;
}

.site-nav__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #8000ff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.site-nav__icon-btn:hover {
  background: #8000ff;
  color: #000;
}

.menu-toggle {
  position: relative;
  z-index: 10;
  background: #2d2d2d;
  border: none;
  padding: 0.5rem;
  color: #fff;
  cursor: pointer;
}

.menu-toggle:hover { color: #8000ff; }

.nav-desktop { display: none; }

@media (min-width: 1024px) {
  .nav-desktop {
    display: flex !important;
    align-items: center;
    gap: 0.625rem;
    height: 2.75rem;
  }

  .menu-toggle { display: none !important; }
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  color: #cdcdcd;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-link:hover { color: #8000ff; }

.nav-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  color: #000;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 1.375rem;
  height: 2.75rem;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.nav-play-btn:hover { background: #8000ff; color: #000; }

.nav-play-btn.is-disabled,
.mobile-nav__cta.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.35);
  user-select: none;
}
.nav-play-btn.is-disabled:hover {
  background: #f4f4f4;
  color: #000;
}

/* Mobil menü */
.mobile-nav {
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  background: rgba(23, 23, 23, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 60;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-nav.is-hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.mobile-nav__link,
.mobile-nav__cta {
  display: block;
  padding: 0.875rem 1rem;
  color: #cdcdcd;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: color 0.2s, background 0.2s;
}

.mobile-nav__link:hover {
  color: #8000ff;
  background: rgba(128, 0, 255, 0.08);
}

.mobile-nav__cta {
  margin-top: 0.25rem;
  text-align: center;
  background: #f4f4f4;
  color: #000;
}

.mobile-nav__cta:hover {
  background: #8000ff;
  color: #000;
}

@media (min-width: 1024px) {
  .mobile-nav { display: none !important; }
}

/* Dil seçici */
.nav-lang {
  position: relative;
}

.nav-lang__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.15s;
}

.nav-lang__trigger:hover,
.nav-lang.is-open .nav-lang__trigger {
  opacity: 0.85;
}

.nav-lang__trigger--footer {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.site-nav__lang .nav-lang__trigger {
  min-width: 0;
}

.nav-lang__label {
  display: none;
}

.nav-lang__flag {
  width: 1.375rem;
  height: 1rem;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.nav-lang__chevron {
  display: none;
}

.nav-lang__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 9.5rem;
  max-height: 18rem;
  overflow-y: auto;
  margin: 0;
  padding: 0.2rem 0;
  list-style: none;
  background: #3c3535;
  border: none;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  z-index: 60;
}

.nav-lang__menu[hidden] {
  display: none !important;
}

.nav-lang__menu:not([hidden]) {
  display: block;
}

.nav-lang__menu li {
  margin: 0;
  padding: 0;
}

.nav-lang__option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.12s, color 0.12s;
}

.nav-lang__option-flag {
  width: 1.25rem;
  height: 0.875rem;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.nav-lang__option-label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}

.nav-lang__check {
  flex-shrink: 0;
  margin-left: 0.35rem;
}

.nav-lang__option:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-lang__option.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.glass-panel--sm { padding: 0 0.75rem; }
.glass-panel--icon { width: 2.75rem; justify-content: center; padding: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-box--fivem {
    width: min(18rem, calc(46% - 1.5rem));
  }

  .hero-rail--right {
    width: min(17rem, calc(46% - 1.5rem));
  }
}

/* ── Büyük köşe çerçevesi (Nasıl Oynarım) ── */
.frame-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.frame-corners__tl { position: absolute; left: 0; top: 0; }
.frame-corners__bl { position: absolute; left: 0; bottom: 0; }
.frame-corners__tr { position: absolute; right: 0; top: 0; }
.frame-corners__br { position: absolute; right: 0; bottom: 0; }

/* ── NASIL OYNARIM ── */
.howto-section {
  position: relative;
  z-index: 30;
  background: #0a0a0a;
  overflow: hidden;
  min-height: auto;
}

.howto-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7rem;
  background: linear-gradient(
    to bottom,
    rgba(23, 23, 23, 0.75) 0%,
    rgba(10, 10, 10, 0) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.howto-section::after { display: none; }

.howto-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vh, 3.75rem) 1rem;
  min-height: auto;
}

.howto-frame {
  position: relative;
  min-height: 100%;
  padding: 2rem 1.25rem;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .howto-frame { padding: 2.5rem 2rem; }
}

.howto-dots {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 78px 64px;
}

.howto-bolt { display: none; }

.howto-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0.5rem;
  min-height: 100%;
}

.howto-logo {
  width: clamp(5.5rem, 12vw, 8rem);
  height: auto;
  margin-bottom: 1.5rem;
}

.howto-title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2rem;
}

.howto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.5rem;
  width: 100%;
  max-width: 68rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .howto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .howto-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.howto-step {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
}

.howto-step__num {
  color: #414141;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.howto-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  color: #fff;
  padding: 1.25rem;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.howto-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.howto-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.howto-card__icon-img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.howto-card__icon-img--fivem {
  width: 1.5rem;
  height: 1.5rem;
}

.howto-card__icon-img--discord {
  width: 1.65rem;
  height: 1.65rem;
}

.howto-card__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.howto-card__desc {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.6;
  flex: 1;
}

.howto-card__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.15rem;
  width: 100%;
}

.howto-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.howto-btn:hover {
  color: #fff;
  background: rgba(128, 0, 255, 0.35);
  border-color: rgba(128, 0, 255, 0.55);
}

.howto-btn--discord:hover {
  background: rgba(88, 101, 242, 0.45);
  border-color: rgba(88, 101, 242, 0.7);
}

/* ── SSS / FAQ Accordion ── */
.faq-section {
  position: relative;
  z-index: 30;
  background: #0a0a0a;
  overflow: visible;
  padding: clamp(2.5rem, 5vh, 3.5rem) 0 1.5rem;
}

.faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 1rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .faq-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 2.5rem 3.5rem;
    align-items: start;
  }
}

.faq-heading-wrap {
  position: relative;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

@media (min-width: 1024px) {
  .faq-heading-wrap {
    position: sticky;
    top: 6.5rem;
  }
}

.faq-label {
  display: inline-block;
  color: #8000ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.faq-heading {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0;
  max-width: 12ch;
}

.faq-intro {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
  max-width: 28rem;
}

.faq-nav { display: none !important; }

.faq-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding-top: 0.25rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  position: relative;
  background: #262626;
  transition: background 0.25s ease;
  overflow: hidden;
}

.faq-item:hover,
.faq-item.is-open {
  background: #2d2d2d;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.1rem;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.975rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.faq-item.is-open .faq-trigger {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #181818;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}

.faq-item.is-open .faq-icon { color: #8000ff; }
.faq-icon__minus { display: none; }
.faq-item.is-open .faq-icon__plus { display: none; }
.faq-item.is-open .faq-icon__minus { display: block; }

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-item.is-open .faq-panel { grid-template-rows: 1fr; }
.faq-panel__inner { overflow: hidden; }

.faq-answer {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.7;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item.is-open .faq-answer { opacity: 1; }
.faq-item.is-closing .faq-answer { opacity: 0; }

/* ── SOSYAL MEDYA kartları ── */
.social-section {
  position: relative;
  z-index: 32;
  background: #0a0a0a;
  padding: clamp(2rem, 4vh, 3.25rem) 0 0;
  overflow: hidden;
}

.social-section__bridge { display: none; }

.social-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 1rem;
}

.social-header {
  margin-bottom: 1.75rem;
  display: flex;
  justify-content: flex-end;
}

.social-heading-wrap {
  position: relative;
  padding: 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 28rem;
  text-align: right;
  margin-left: auto;
}

.social-label {
  color: #8000ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.social-heading {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}

.social-intro {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .social-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.social-card {
  display: block;
  text-decoration: none;
  min-width: 0;
  height: 100%;
  transition: transform 0.3s ease;
}

.social-card:hover { transform: translateY(-4px); }

.social-card__shell {
  position: relative;
  height: 100%;
  min-height: 300px;
  color: #fff;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #121212, #0a0a0a);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.social-card__bg {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  transition: opacity 0.3s ease;
}

.social-card:hover .social-card__bg { opacity: 0.28; }

.social-card--discord .social-card__bg { background: linear-gradient(135deg, #5865F2, #7289DA); }
.social-card--instagram .social-card__bg { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.social-card--website .social-card__bg { background: linear-gradient(135deg, #8000ff, #4c1d95); }
.social-card--youtube .social-card__bg { background: linear-gradient(135deg, #FF0000, #CC0000); }

.social-card--discord:hover .social-card__shell { border-color: rgba(88, 101, 242, 0.45); box-shadow: 0 14px 32px rgba(88, 101, 242, 0.16); }
.social-card--instagram:hover .social-card__shell { border-color: rgba(221, 42, 123, 0.45); box-shadow: 0 14px 32px rgba(221, 42, 123, 0.16); }
.social-card--website:hover .social-card__shell { border-color: rgba(128, 0, 255, 0.5); box-shadow: 0 14px 32px rgba(128, 0, 255, 0.18); }
.social-card--youtube:hover .social-card__shell { border-color: rgba(255, 0, 0, 0.45); box-shadow: 0 14px 32px rgba(255, 0, 0, 0.16); }

.social-card__body {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 300px;
}

.social-card__icon-wrap {
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}

.social-card__icon-box {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
}

.social-card:hover .social-card__icon-box { transform: scale(1.05); }

.social-card--discord .social-card__icon-box { background: linear-gradient(135deg, #5865F2, #7289DA); }
.social-card--instagram .social-card__icon-box { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.social-card--website .social-card__icon-box { background: linear-gradient(135deg, #8000ff, #5b21b6); }
.social-card--youtube .social-card__icon-box { background: linear-gradient(135deg, #FF0000, #CC0000); }

.social-card__icon-box svg {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
}

.social-card__name {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 1.65rem;
}

.social-card--discord .social-card__name { color: #7289DA; }
.social-card--website .social-card__name { color: #b794ff; }
.social-card--youtube .social-card__name { color: #FF4444; }
.social-card--instagram .social-card__name {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-card__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 1.25rem;
}

.social-card__line-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.social-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border-radius: 0.55rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.social-card:hover .social-card__btn {
  transform: translateY(-1px);
}

.social-card--discord .social-card__btn {
  background: rgba(88, 101, 242, 0.28);
  border-color: rgba(88, 101, 242, 0.45);
}

.social-card--discord:hover .social-card__btn {
  background: #5865F2;
  border-color: #5865F2;
}

.social-card--youtube .social-card__btn {
  background: rgba(255, 0, 0, 0.22);
  border-color: rgba(255, 0, 0, 0.4);
}

.social-card--youtube:hover .social-card__btn {
  background: #e60000;
  border-color: #e60000;
}

.social-card--instagram .social-card__btn {
  background: rgba(221, 42, 123, 0.22);
  border-color: rgba(221, 42, 123, 0.4);
}

.social-card--instagram:hover .social-card__btn {
  background: linear-gradient(90deg, #F58529, #DD2A7B, #8134AF);
  border-color: transparent;
}

/* Footer */
.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #0a0a0a;
  color: #fff;
  margin-top: 0;
}

.site-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.site-footer__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
}

.site-footer__grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' fill-opacity='0.07' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
  background-size: 96px 96px;
}

.site-footer__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-footer__glow--primary {
  left: 50%;
  top: 20%;
  width: 36rem;
  height: 20rem;
  transform: translateX(-50%);
  background: rgba(128, 0, 255, 0.14);
  filter: blur(100px);
}

.site-footer__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(22rem, 48vw, 34rem);
  overflow: hidden;
  pointer-events: none;
}

.site-footer__character {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: min(96vw, 72rem);
  object-fit: contain;
  object-position: bottom center;
  z-index: 2;
  pointer-events: none;
  display: block;
}

.site-footer__stage::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to top, #0a0a0a 5%, rgba(10, 10, 10, 0.55) 55%, transparent 100%);
}

.site-footer__bar {
  position: relative;
  z-index: 5;
  background: #0a0a0a;
  border-top: none;
}

.site-footer__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.5rem;
}

.site-footer__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 1.5rem;
  min-height: 2.75rem;
}

.site-footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.site-footer__logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 0.25rem;
}

.site-footer__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1;
}

.site-footer__status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #f59e0b;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.7);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.35rem;
}

.site-footer__links a {
  font-size: 0.8125rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
  padding: 0.35rem 0;
}

.site-footer__links a:hover { color: #fff; }

.site-footer__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  position: relative;
  z-index: 30;
}

.site-footer__lang .nav-lang__trigger,
.site-footer__top-btn {
  height: 2.5rem;
}

.site-footer__lang .nav-lang__trigger {
  min-width: 0;
  width: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__lang .nav-lang__menu {
  position: fixed;
  z-index: 200;
  max-height: min(16rem, calc(100vh - 2rem));
}

.site-footer__lang.is-open .nav-lang__menu:not([hidden]) {
  display: block;
}

.site-footer__top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.site-footer__top-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.site-footer__legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem 2rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__legal-main {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.site-footer__copyright {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer__disclaimer {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.42);
  max-width: 48rem;
}

.site-footer__contact {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  white-space: nowrap;
  padding-top: 0.05rem;
}

.site-footer__contact a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__contact a:hover { color: #fff; }

@media (max-width: 960px) {
  .site-footer__toolbar {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    min-height: 0;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .site-footer__controls {
    justify-content: flex-start;
  }

  .site-footer__legal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-footer__stage {
    height: clamp(16rem, 52vw, 24rem);
  }
}

/* ── Politika / yasal sayfalar ── */
.legal-page {
  position: relative;
  z-index: 20;
  min-height: 70vh;
  padding: 6.5rem 0 3.5rem;
  background: #0a0a0a;
  overflow: hidden;
}

.legal-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.legal-page__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 20%, transparent 95%);
}

.legal-page__container {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1rem;
}

.legal-page__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.35rem;
}

.legal-page__back {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 0.2s;
}

.legal-page__back:hover { color: #fff; }

.legal-page__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.legal-page__tab {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.legal-page__tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.legal-page__tab.is-active {
  color: #fff;
  border-color: rgba(128, 0, 255, 0.55);
  background: rgba(128, 0, 255, 0.22);
}

.legal-page__card {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
}

.legal-page__eyebrow {
  margin: 0 0 0.5rem;
  color: #8000ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-page__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
}

.legal-page__updated {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

.legal-page__intro {
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.legal-page__body {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
}

.legal-page__section h2 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.legal-page__section p {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1.75;
}

.legal-page__section p:last-child { margin-bottom: 0; }

.legal-page__missing {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

body:has(.legal-page) .site-footer__stage {
  display: none;
}

body:has(.legal-page) .site-footer {
  margin-top: 0;
}

