:root {
  --bg: #0c0614;
  --bg-elev: #160a22;
  --ink: #fff5fb;
  --muted: #c9a8c0;
  --pink: #ff4db8;
  --pink-hot: #ff2d9b;
  --magenta: #c026d3;
  --violet: #7c3aed;
  --sky: #5eead4;
  --candy: #fda4d4;
  --line: rgba(255, 255, 255, 0.12);
  --glow: rgba(255, 45, 155, 0.45);
  --radius: 22px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Baloo 2", "Outfit", sans-serif;
  --shadow: 0 24px 60px rgba(8, 0, 16, 0.55);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

.bg-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 80% 55% at 15% -10%, rgba(255, 77, 184, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 5%, rgba(94, 234, 212, 0.18), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(124, 58, 237, 0.28), transparent 55%),
    linear-gradient(180deg, #1a0b28 0%, #0c0614 45%, #12081c 100%);
}

.bg-sparkles {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 18%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 78% 22%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 42% 70%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1.5px 1.5px at 88% 78%, rgba(253, 164, 212, 0.7), transparent),
    radial-gradient(1px 1px at 25% 88%, rgba(94, 234, 212, 0.5), transparent);
  animation: twinkle 6s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from { opacity: 0.55; }
  to { opacity: 1; }
}

/* ===== App shell + Paragon-style sidebar (Aray) ===== */
.sidebar {
  --side-w: 260px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--side-w);
  z-index: 60;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(18, 8, 28, 0.94), rgba(10, 4, 18, 0.96)),
    radial-gradient(ellipse 120% 55% at 0% 100%, rgba(255, 45, 155, 0.25), transparent 55%),
    radial-gradient(ellipse 90% 45% at 110% 0%, rgba(124, 58, 237, 0.2), transparent 50%);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 0.28s ease;
}

.sidebar-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.4rem 0.9rem;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1;
  min-width: 0;
}

.sidebar-logo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  background: #000;
  box-shadow: 0 0 0 2px rgba(255, 77, 184, 0.4);
}

.sidebar-brand strong {
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1.1;
}

.sidebar-brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.sidebar-collapse {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  flex-shrink: 0;
  display: inline-grid;
  place-content: center;
  gap: 3px;
  padding: 0;
}

.sidebar-collapse span {
  display: block;
  width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.sidebar-collapse:hover {
  color: var(--ink);
  border-color: rgba(255, 77, 184, 0.45);
  background: rgba(255, 45, 155, 0.12);
}

.sidebar-nav {
  flex: 1;
  overflow-y: auto;
  padding: 0 0.2rem;
  scrollbar-width: thin;
}

.sidebar-label {
  margin: 0.8rem 0.55rem 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 168, 192, 0.55);
}

.side-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.62rem 0.75rem;
  margin-bottom: 0.12rem;
  border-radius: 12px;
  color: #e8d5e4;
  font-size: 0.92rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.side-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.85;
}

.side-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.side-link.is-active {
  background: rgba(255, 45, 155, 0.14);
  color: #fff;
}

.side-link.is-active::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 18%;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(180deg, var(--pink-hot), var(--violet));
  box-shadow: 0 0 12px var(--pink-hot);
}

.side-badge {
  margin-left: auto;
  padding: 0.12rem 0.4rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.side-badge.new {
  background: linear-gradient(135deg, var(--pink-hot), #e11d48);
  color: #fff;
}

.side-count {
  margin-left: auto;
  font-size: 0.72rem;
  color: var(--muted);
}

.sidebar-foot {
  padding-top: 0.75rem;
  margin-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.55rem;
}

.side-user {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.6rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.side-user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: transparent;
}

.side-user strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.2;
}

.side-user small {
  color: var(--muted);
  font-size: 0.72rem;
}

.side-user.is-authed {
  border-color: rgba(88, 101, 242, 0.55);
  background: rgba(88, 101, 242, 0.12);
  cursor: pointer;
}

.side-user.is-authed strong {
  color: #fff;
}

.side-admin-link {
  display: block;
  text-align: center;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--candy);
  background: rgba(255, 45, 155, 0.12);
  border: 1px solid rgba(255, 77, 184, 0.35);
}

.side-admin-link:hover {
  background: rgba(255, 45, 155, 0.2);
}

.app-main {
  margin-left: 260px;
  min-height: 100vh;
  transition: margin-left 0.28s ease;
}

/* Desktop: hamburger closes sidebar so screenshots/content go full width */
body.sidebar-closed .sidebar {
  transform: translateX(-105%);
}

body.sidebar-closed .app-main {
  margin-left: 0;
}

body.sidebar-closed .mobile-menu-btn {
  display: grid;
}

body.sidebar-closed .sidebar-backdrop.is-on {
  display: block;
}

.mobile-menu-btn {
  display: none;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 70;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(12, 6, 20, 0.92);
  border: 1px solid var(--line);
  place-items: center;
  flex-direction: column;
  gap: 6px;
}

.mobile-menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 980px) {
  .sidebar {
    transform: translateX(-105%);
    transition: transform 0.28s ease;
  }

  .sidebar.is-open {
    transform: translateX(0);
  }

  .sidebar-backdrop.is-on {
    display: block;
  }

  .app-main {
    margin-left: 0;
  }

  .mobile-menu-btn {
    display: grid;
  }
}

/* Header (legacy top bar - unused with sidebar) */
.site-header {
  display: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(255, 77, 184, 0.35);
}

.brand-text {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(0.95rem, 1.6vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 1.1;
  background: linear-gradient(135deg, #fff 20%, var(--candy) 55%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.2s;
}

.nav a:hover,
.nav-active {
  color: var(--ink) !important;
}

.pill-new {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
  color: white;
  vertical-align: middle;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  place-items: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

/* Buttons — [hidden] must beat .btn { display: inline-flex } */
[hidden],
.btn[hidden],
.side-auth-btn[hidden],
.is-hidden {
  display: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--pink-hot), var(--magenta) 55%, var(--violet));
  color: white;
  box-shadow: 0 10px 30px var(--glow);
}

.btn-primary:hover {
  box-shadow: 0 14px 36px rgba(255, 45, 155, 0.55);
}

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

.btn-ghost:hover {
  border-color: rgba(255, 77, 184, 0.45);
}

.btn-outline {
  width: 100%;
  border: 1px solid var(--line);
  background: transparent;
}

.btn-outline:hover {
  border-color: var(--pink);
  background: rgba(255, 77, 184, 0.08);
}

.btn-discord {
  background: #5865f2;
  color: white;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
}

.btn-discord:hover {
  background: #4752c4;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 2rem;
  min-height: calc(100vh - 72px);
  padding: 4rem 4vw 3rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--candy);
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--candy), var(--pink-hot), var(--sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  animation: float 5.5s ease-in-out infinite;
}

.hero-logo {
  width: min(420px, 90%);
  border-radius: 28px;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow);
  object-fit: cover;
  background: transparent;
}

.hero-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 77, 184, 0.55), transparent 70%);
  filter: blur(28px);
  animation: pulse 3.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

/* Sections */
.section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.section-head p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.interface,
.plans,
.benchmarks,
.download,
.about {
  padding: 5rem 4vw;
}

/* Carousel - polished ATU mock UI */
.carousel {
  max-width: 1040px;
  margin: 0 auto;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 77, 184, 0.28);
  background: rgba(10, 4, 18, 0.85);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 30px 80px rgba(255, 45, 155, 0.12),
    var(--shadow);
}

.carousel-track {
  display: flex;
  width: 100%;
  will-change: transform;
}

.mock-panel {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 420px;
  padding: 0;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(255, 45, 155, 0.14), transparent 50%),
    linear-gradient(180deg, #1a0d28 0%, #10081a 100%);
  display: flex;
  flex-direction: column;
}

.mock-topbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
}

.mock-dots {
  display: flex;
  gap: 6px;
}

.mock-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f57;
}
.mock-dots span:nth-child(2) { background: #febc2e; }
.mock-dots span:nth-child(3) { background: #28c840; }

.mock-app-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 0.35rem;
}

.mock-app-brand img {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  object-fit: contain;
  background: #000;
}

.mock-app-brand strong {
  font-size: 0.92rem;
  font-weight: 600;
}

.mock-badge {
  margin-left: auto;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  border: 1px solid var(--line);
}

.mock-badge.live {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.35);
  animation: livePulse 1.8s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
}

.mock-shell {
  display: grid;
  grid-template-columns: 150px 1fr;
  flex: 1;
  min-height: 0;
}

.mock-side {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  border-right: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.2);
}

.mock-side button {
  text-align: left;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.mock-side button.is-active,
.mock-side button:hover {
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.25), rgba(124, 58, 237, 0.2));
  color: var(--ink);
}

.mock-main {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mock-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.mock-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.mock-stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.mock-stat b {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(135deg, #fff, var(--candy));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mock-stat em {
  font-style: normal;
  font-size: 0.75rem;
  color: #4ade80;
}

.mock-chart-wrap {
  flex: 1;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
  padding: 0.85rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 160px;
}

.mock-chart-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.mock-chart-legend {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.mock-chart-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--candy);
  box-shadow: 0 0 10px var(--pink);
}

.mock-chart-svg {
  width: 100%;
  flex: 1;
  min-height: 110px;
}

.mock-chart-line {
  filter: drop-shadow(0 0 6px rgba(255, 45, 155, 0.65));
}

/* Tweaks panel */
.mock-tweak-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1.15rem;
  flex: 1;
}

.mock-tweak {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  cursor: default;
}

.mock-tweak.on {
  border-color: rgba(255, 77, 184, 0.4);
  background: rgba(255, 45, 155, 0.08);
}

.mock-tweak i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
  position: relative;
}

.mock-tweak i::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-1px, -2px);
  opacity: 0;
}

.mock-tweak.on i::after {
  opacity: 1;
}

.mock-tweak b {
  display: block;
  font-size: 0.92rem;
}

.mock-tweak small {
  color: var(--muted);
  font-size: 0.75rem;
}

.mock-tweak .tog {
  width: 40px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
}

.mock-tweak .tog::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s;
}

.mock-tweak.on .tog {
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
}

.mock-tweak.on .tog::after {
  transform: translateX(18px);
}

/* Game profiles */
.mock-games {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 1.25rem;
  flex: 1;
}

.mock-game {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 1.25rem 0.65rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  text-align: center;
  overflow: hidden;
  min-height: 220px;
}

.mock-game img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 0.35rem;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}

.mock-game b {
  font-size: 1.05rem;
}

.mock-game small {
  color: var(--muted);
  font-size: 0.78rem;
}

.mock-game .pill {
  margin-top: 0.5rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.mock-game.fortnite {
  background: linear-gradient(165deg, rgba(124, 58, 237, 0.45), rgba(12, 6, 20, 0.9));
}

.mock-game.valorant {
  background: linear-gradient(165deg, rgba(220, 38, 38, 0.4), rgba(12, 6, 20, 0.9));
}

.mock-game.apex {
  background: linear-gradient(165deg, rgba(234, 88, 12, 0.4), rgba(12, 6, 20, 0.9));
}

.mock-game.fivem {
  background: linear-gradient(165deg, rgba(255, 127, 0, 0.42), rgba(12, 6, 20, 0.9));
}

.mock-game.fortnite .pill {
  background: rgba(74, 222, 128, 0.18);
  color: #4ade80;
}

/* Monitor rings */
.mock-monitor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  flex: 1;
  align-content: center;
}

.mock-meter {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.mock-meter .ring {
  --p: 50;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #140a20 78%, transparent 79% 100%),
    conic-gradient(var(--pink-hot) calc(var(--p) * 1%), rgba(255, 255, 255, 0.08) 0);
  box-shadow: 0 0 24px rgba(255, 45, 155, 0.2);
}

.mock-meter .ring.gpu {
  background:
    radial-gradient(closest-side, #140a20 78%, transparent 79% 100%),
    conic-gradient(#a855f7 calc(var(--p) * 1%), rgba(255, 255, 255, 0.08) 0);
}

.mock-meter .ring.ram {
  background:
    radial-gradient(closest-side, #140a20 78%, transparent 79% 100%),
    conic-gradient(#38bdf8 calc(var(--p) * 1%), rgba(255, 255, 255, 0.08) 0);
}

.mock-meter .ring.net {
  background:
    radial-gradient(closest-side, #140a20 78%, transparent 79% 100%),
    conic-gradient(#4ade80 calc(var(--p) * 1%), rgba(255, 255, 255, 0.08) 0);
}

.mock-meter .ring span {
  font-weight: 700;
  font-size: 1rem;
}

.mock-meter b {
  font-size: 0.9rem;
}

.mock-meter small {
  color: var(--muted);
  font-size: 0.72rem;
}

.carousel-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.35rem;
}

.carousel-dots {
  display: flex;
  gap: 0.45rem;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.25s, background 0.25s;
}

.carousel-dots button.is-active {
  width: 22px;
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
}

.carousel-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.04);
}

.carousel-btn:hover {
  border-color: var(--pink);
  color: var(--candy);
}

.carousel-count {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: var(--muted);
  min-width: 3.2rem;
  text-align: center;
}

@media (max-width: 820px) {
  .mock-shell {
    grid-template-columns: 1fr;
  }

  .mock-side {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mock-stats-row,
  .mock-tweak-grid,
  .mock-games,
  .mock-monitor-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .mock-stats-row,
  .mock-tweak-grid,
  .mock-games,
  .mock-monitor-grid {
    grid-template-columns: 1fr;
  }

  .mock-panel {
    min-height: 380px;
  }
}

/* Plans */
.subscribers {
  color: var(--muted);
}

.subscribers strong {
  color: var(--candy);
}

.billing-toggle {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 auto 2.5rem;
  padding: 0.35rem;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.billing-toggle button {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.9rem;
}

.billing-toggle button.is-active {
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
  color: white;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.plan-grid-access {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
}

.plan {
  position: relative;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.plan:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 77, 184, 0.35);
}

.plan-featured {
  background:
    linear-gradient(165deg, rgba(255, 45, 155, 0.18), transparent 45%),
    rgba(22, 10, 34, 0.95);
  border-color: rgba(255, 77, 184, 0.45);
  box-shadow: 0 20px 50px rgba(255, 45, 155, 0.18);
  transform: scale(1.03);
}

.plan-featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--sky), #2dd4bf);
  color: #06201c;
}

.plan h3 {
  margin: 0.35rem 0 0;
  font-family: var(--display);
  font-size: 1.6rem;
}

.price {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.price .price-was {
  display: inline-block;
  margin-right: 0.45rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
  vertical-align: middle;
}

.price small {
  font-size: 0.9rem;
  margin-left: 0.25rem;
  color: var(--muted);
  font-weight: 500;
}

.plan-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  min-height: 3.2em;
}

.features {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.55rem;
}

.features li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--sky));
}

.plan .btn {
  margin-top: 0.25rem;
}

/* Benchmarks */
.bench-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.bench {
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.25s;
}

.bench:hover {
  transform: translateY(-6px);
}

.bench-visual {
  height: 160px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.bench-logo {
  width: min(88px, 42%);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.bench:hover .bench-logo {
  transform: scale(1.08);
}

.bench-visual.fortnite {
  background-image:
    linear-gradient(160deg, rgba(91, 33, 182, 0.75), rgba(12, 6, 20, 0.55)),
    linear-gradient(120deg, #4f46e5, #a855f7 55%, #7c3aed);
}

.bench-visual.apex {
  background-image:
    linear-gradient(160deg, rgba(127, 29, 29, 0.55), rgba(12, 6, 20, 0.5)),
    linear-gradient(120deg, #b91c1c, #ea580c 60%, #9a3412);
}

.bench-visual.valorant {
  background-image:
    linear-gradient(160deg, rgba(127, 29, 29, 0.45), rgba(12, 6, 20, 0.65)),
    linear-gradient(120deg, #991b1b, #450a0a 70%, #1c1917);
}

.bench-visual.fivem {
  background-image:
    linear-gradient(160deg, rgba(255, 111, 0, 0.28), rgba(12, 6, 20, 0.55)),
    linear-gradient(120deg, #ff6f00, #ff8637 50%, #c2410c);
}

.bench-visual.fivem .bench-logo {
  width: min(92px, 42%);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}

.bench h3,
.bench p {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.bench h3 {
  margin: 1.15rem 0 0.4rem;
  font-family: var(--display);
  font-size: 1.35rem;
}

.bench p {
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.bench strong {
  color: var(--candy);
}

/* Download */
.download-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 77, 184, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 45, 155, 0.12), transparent 50%),
    rgba(22, 10, 34, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: var(--shadow);
}

.download-info {
  display: flex;
  gap: 1.15rem;
  align-items: center;
}

.download-logo {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  object-fit: contain;
  background: #000;
  flex-shrink: 0;
}

.download-info h3 {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: 1.45rem;
}

.download-info p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.version {
  margin-top: 0.65rem !important;
  font-size: 0.85rem !important;
}

.download-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-shrink: 0;
}

/* About */
.about {
  padding-top: 2rem;
}

.about-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.about-inner h2 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.about-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Footer */
.site-footer {
  padding: 3.5rem 4vw 2rem;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  margin-bottom: 0.85rem;
  object-fit: cover;
  background: transparent;
}

.footer-brand p {
  color: var(--muted);
  max-width: 16rem;
  margin: 0 0 1rem;
}

.footer-socials {
  display: flex;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: #c4b5d4;
  transition: transform 0.2s, border-color 0.2s, color 0.2s, background 0.2s;
}

.social-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 77, 184, 0.45);
  color: #fff;
  background: rgba(255, 45, 155, 0.12);
}

.social-btn.social-yt:hover {
  border-color: rgba(239, 68, 68, 0.55);
  color: #f87171;
  background: rgba(239, 68, 68, 0.12);
}

.social-btn.social-x:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.footer-cols h4 {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--candy);
}

.footer-cols a {
  display: block;
  color: var(--muted);
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.footer-cols a:hover {
  color: var(--ink);
}

.footer-cta p {
  color: var(--muted);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.copyright {
  text-align: center;
  color: rgba(201, 168, 192, 0.65);
  font-size: 0.85rem;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2.5rem;
    text-align: center;
  }

  .lede,
  .cta-row {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-row {
    justify-content: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-logo {
    width: min(280px, 70%);
  }

  .plan-grid,
  .bench-grid {
    grid-template-columns: 1fr;
  }

  .plan-featured {
    transform: none;
    order: -1;
  }

  .plan-featured:hover {
    transform: translateY(-6px);
  }

  .download-card {
    flex-direction: column;
    align-items: stretch;
  }

  .download-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .nav {
    position: fixed;
    inset: 72px 0 auto 0;
    display: none;
    flex-direction: column;
    padding: 1.25rem 4vw 1.5rem;
    background: rgba(12, 6, 20, 0.96);
    border-bottom: 1px solid var(--line);
    gap: 1rem;
  }

  .nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: grid;
  }

  .btn-discord span,
  .header-actions .btn-discord {
    font-size: 0;
    padding: 0.65rem;
  }

  .header-actions .btn-discord svg {
    margin: 0;
  }

  .header-actions .btn-discord {
    font-size: 0;
    gap: 0;
  }

  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .download-info {
    flex-direction: column;
    text-align: center;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }
}

/* Support / Contact tickets */
.support {
  padding: 5rem 4vw;
}

.support-banner {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.support-banner-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #9f1239);
  flex-shrink: 0;
  box-shadow: 0 10px 28px rgba(225, 29, 72, 0.35);
}

.support-banner-copy {
  flex: 1;
  min-width: 200px;
}

.support-banner-copy h3 {
  margin: 0 0 0.25rem;
  font-family: var(--display);
  font-size: 1.25rem;
}

.support-banner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.support-ticket-btn {
  flex-shrink: 0;
}

.support-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.support-info,
.support-form {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.75rem;
}

.support-mail-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #be123c);
  margin-bottom: 1rem;
  box-shadow: 0 10px 28px rgba(225, 29, 72, 0.3);
}

.support-info h3 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.45rem;
}

.support-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.support-admin-link {
  margin-top: 1.25rem !important;
  font-size: 0.9rem;
}

.support-admin-link a {
  color: var(--candy);
  text-decoration: underline;
}

.support-form {
  display: grid;
  gap: 0.9rem;
}

.support-form label {
  display: grid;
  gap: 0.35rem;
}

.support-form label span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.support-form input,
.support-form textarea {
  width: 100%;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.support-form input:focus,
.support-form textarea:focus {
  border-color: rgba(255, 77, 184, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 45, 155, 0.15);
}

.support-form textarea {
  resize: vertical;
  min-height: 120px;
}

.support-form-status {
  margin: 0;
  font-size: 0.9rem;
}

.support-form-status.ok { color: #4ade80; }
.support-form-status.err { color: #fb7185; }

@media (max-width: 820px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Meet the Team */
.team {
  position: relative;
  padding: 5.5rem 4vw 6rem;
  overflow: hidden;
}

.team::before {
  content: "";
  position: absolute;
  inset: 10% 20% auto;
  height: 280px;
  background: radial-gradient(ellipse at center, rgba(255, 45, 155, 0.14), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.team .section-head,
.team-grid {
  position: relative;
  z-index: 1;
}

.team-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

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

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

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

.team-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 340px;
  padding: 2.1rem 1.25rem 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, box-shadow 0.35s;
}

.team-card-glow {
  position: absolute;
  top: -40%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 45, 155, 0.28), transparent 68%);
  filter: blur(8px);
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.35s, transform 0.45s;
}

.team-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 77, 184, 0.45);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 45, 155, 0.08),
    0 0 40px rgba(255, 45, 155, 0.12);
}

.team-card:hover .team-card-glow {
  opacity: 1;
  transform: translateX(-50%) scale(1.15);
}

.team-card:hover .team-avatar {
  transform: scale(1.04);
  box-shadow:
    0 0 0 4px rgba(255, 45, 155, 0.22),
    0 14px 36px rgba(255, 45, 155, 0.35);
}

.team-card-featured {
  border-color: rgba(255, 77, 184, 0.42);
  background:
    linear-gradient(165deg, rgba(255, 45, 155, 0.16), transparent 52%),
    linear-gradient(180deg, rgba(32, 12, 48, 0.92), rgba(14, 6, 24, 0.88));
}

.team-card-featured .team-card-glow {
  background: radial-gradient(circle, rgba(255, 77, 184, 0.4), transparent 68%);
  opacity: 0.9;
}

.team-avatar-wrap {
  position: relative;
  margin: 0 0 1.15rem;
}

.team-avatar-wrap::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--pink-hot), var(--violet), #5eead4, var(--pink-hot));
  opacity: 0.55;
  z-index: 0;
  animation: teamRing 8s linear infinite;
}

.team-card:not(.team-card-featured) .team-avatar-wrap::after {
  opacity: 0.35;
  animation: none;
  background: linear-gradient(135deg, rgba(255, 77, 184, 0.7), rgba(124, 58, 237, 0.55));
}

@keyframes teamRing {
  to { transform: rotate(360deg); }
}

.team-avatar {
  position: relative;
  z-index: 1;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 3px solid #12081c;
  box-shadow:
    0 0 0 3px rgba(255, 45, 155, 0.35),
    0 12px 28px rgba(255, 45, 155, 0.28);
  transition: transform 0.35s, box-shadow 0.35s;
}

.team-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  min-height: 2.4em;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.team-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.45rem 0 0;
  height: 1.85rem;
  width: 8.75rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--pink);
  background: rgba(255, 45, 155, 0.14);
  border: 1px solid rgba(255, 77, 184, 0.4);
  box-shadow: none;
  box-sizing: border-box;
}

.team-card-featured .team-role {
  color: #fff;
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(255, 45, 155, 0.3);
}

.team-handle {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
  min-height: 1.25rem;
}

.team-socials {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
  margin-bottom: 0.75rem;
}

.team-socials a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8d5ef;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
}

.team-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 101, 242, 0.65);
  background: rgba(88, 101, 242, 0.2);
  color: #fff;
}

.team-more {
  margin-top: 0;
  width: 100%;
  max-width: 9rem;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.team-more:hover {
  color: #fff;
  border-color: rgba(255, 77, 184, 0.5);
  background: rgba(255, 45, 155, 0.12);
}

.team-bio {
  width: 100%;
  margin: 0.9rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 77, 184, 0.2);
  color: #d4c0d8;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1100px) {
  .team-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .team-grid,
  .team-grid-2,
  .team-grid-3,
  .team-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .team-grid,
  .team-grid-2,
  .team-grid-3,
  .team-grid-4 {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

/* Cookie consent */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 10000;
  max-width: 920px;
  margin: 0 auto;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.1rem 1.25rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(8, 4, 14, 0.95);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
}

.cookie-banner-inner strong {
  display: block;
  margin-bottom: 0.25rem;
}

.cookie-banner-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 36rem;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cookie-banner-actions .btn {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  place-items: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.72);
}

.cookie-overlay.is-open {
  display: grid;
}

.cookie-overlay[hidden] {
  display: none !important;
}

.cookie-modal {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0a0a0a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
  pointer-events: auto;
}

.cookie-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.cookie-modal-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  pointer-events: auto;
}

.cookie-close:hover { color: #fff; }

.cookie-modal-copy {
  margin: 0 0 1.1rem;
  color: #a3a3a3;
  font-size: 0.88rem;
  line-height: 1.5;
}

.cookie-cat {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141414;
}

.cookie-cat-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  text-align: left;
  font-weight: 600;
  color: #fff;
  grid-column: 1;
  cursor: pointer;
}

.cookie-always {
  color: var(--pink-hot);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cookie-cat-body {
  grid-column: 1 / -1;
  color: #a3a3a3;
  font-size: 0.82rem;
  line-height: 1.45;
}

.cookie-cat-body p { margin: 0.35rem 0 0; }

.cookie-switch {
  position: relative;
  width: 44px;
  height: 24px;
  grid-column: 2;
  grid-row: 1;
  cursor: pointer;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #333;
  cursor: pointer;
  transition: background 0.2s;
}

.cookie-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s;
}

.cookie-switch input:checked + span {
  background: linear-gradient(135deg, var(--pink-hot), #e11d48);
}

.cookie-switch input:checked + span::after {
  transform: translateX(20px);
}

.cookie-switch.locked span {
  background: linear-gradient(135deg, var(--pink-hot), #e11d48);
  opacity: 0.85;
  cursor: default;
}

.cookie-switch.locked span::after {
  transform: translateX(20px);
}

.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.cookie-modal-actions .btn {
  pointer-events: auto;
  cursor: pointer;
}

@media (max-width: 640px) {
  .cookie-banner-actions,
  .cookie-modal-actions {
    width: 100%;
  }

  .cookie-banner-actions .btn,
  .cookie-modal-actions .btn {
    flex: 1;
  }
}

.netlify-honeypot {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
