@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Syne:wght@700;800&amp;display=swap');

:root {
  --bg: #060608;
  --bg-elevated: rgba(255, 255, 255, 0.04);
  --bg-elevated-strong: rgba(255, 255, 255, 0.06);
  --bg-panel: rgba(10, 10, 14, 0.92);
  --bg-panel-soft: rgba(8, 8, 12, 0.93);
  --border-soft: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.98);
  --text-soft: rgba(255, 255, 255, 0.62);
  --text-muted: rgba(255, 255, 255, 0.42);
  --text-faint: rgba(255, 255, 255, 0.28);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.75);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.38);
  --shadow-glow: 0 4px 20px rgba(232, 184, 75, 0.22);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: min(1340px, calc(100% - 4rem));
  --font-sans: 'Inter', sans-serif;
  --font-display: 'Syne', sans-serif;
  --accent: #e8b84b;
  --accent-deep: #c49a1e;
  --accent-glow: rgba(232, 184, 75, 0.38);
  --accent-soft: rgba(232, 184, 75, 0.10);
}

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

html {
  scroll-behavior: smooth;
}

.stars-canvas,
.particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.stars-canvas {
  z-index: 1;
  opacity: 0.95;
}

.particles-canvas {
  z-index: 2;
  opacity: 1;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    radial-gradient(ellipse 110% 50% at 50% 0%, rgba(232, 184, 75, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 10% 60%, rgba(100, 60, 200, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 90% 55%, rgba(200, 130, 20, 0.05) 0%, transparent 50%),
    #0b0a14;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  display: block;
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 184, 75, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 184, 75, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
  z-index: -1;
}

body::after {
  display: none;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.18);
}

.site-shell {
  min-height: 100vh;
  position: relative;
  z-index: 3;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 5rem 0;
  isolation: isolate;
}

.section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 10, 20, 0.78);
  z-index: -1;
  pointer-events: none;
}

.section--compact {
  padding: 3.5rem 0;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,184,75,0.25) 30%, rgba(232,184,75,0.25) 70%, transparent);
  margin: 0 2rem;
}

.section__head {
  max-width: 42rem;
}

.section__head--center {
  max-width: 46rem;
  text-align: center;
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  color: rgba(232, 184, 75, 0.55);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: '';
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 184, 75, 0.3));
}

.eyebrow--left::after {
  display: none;
}

.eyebrow--left::before {
  width: 2rem;
}

.eyebrow--left {
  gap: 0.75rem;
}

.text-glow-white {
  text-shadow: none;
}

.text-glow-subtle {
  text-shadow: none;
}

.glass-panel {
  background: rgba(10, 9, 6, 0.8);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);

  box-shadow: var(--shadow-soft), var(--shadow-soft);
}

.glass-panel--strong {
  background: rgba(10, 9, 6, 0.92);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);

  box-shadow: var(--shadow-md), var(--shadow-soft);
}

.glass-panel--soft {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.15rem;
  border: 0;
  border-radius: 0.95rem;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.25s ease,
    opacity 0.2s ease;
  cursor: pointer;
  user-select: none;
}

.btn:focus-visible,
.nav-link:focus-visible,
.lang-trigger:focus-visible,
.lang-option:focus-visible,
.mobile-toggle:focus-visible,
.join-trigger:focus-visible,
.discord-button:focus-visible,
.faq-question:focus-visible,
.icon-button:focus-visible,
.room-back:focus-visible,
.room-download:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}

.btn--primary {
  background: linear-gradient(135deg, #f5d07a 0%, #e8b84b 55%, #d4a030 100%);
  color: #0d0b00;
  box-shadow: var(--shadow-glow), 0 0 0 1px rgba(232, 184, 75, 0.35);
  font-weight: 700;
}

.btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9d98a 0%, #edc055 55%, #d9a838 100%);
  box-shadow: 0 10px 36px rgba(232, 184, 75, 0.42), 0 0 0 1px rgba(232, 184, 75, 0.45);
}

/* larger hero download button */
.btn--hero {
  padding: 0.85rem 1.8rem;
  font-size: 0.95rem;
  border-radius: 0.9rem;
  box-shadow: 0 0 32px rgba(232, 184, 75, 0.45), 0 4px 20px rgba(0,0,0,0.4);
  letter-spacing: 0.01em;
}

.btn--hero:hover {
  box-shadow: 0 0 48px rgba(232, 184, 75, 0.65), 0 8px 28px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}

.btn--hero-ghost {
  padding: 0.85rem 1.8rem;
  font-size: 0.95rem;
  border-radius: 0.9rem;
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.btn--secondary:hover {
  transform: translateY(-1px);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn--ghost-gold {
  background: rgba(232, 184, 75, 0.08);
  color: #e8b84b;
  border: 1px solid rgba(232, 184, 75, 0.4);
  gap: 0.45rem;
}

.btn--ghost-gold:hover {
  background: rgba(232, 184, 75, 0.16);
  border-color: rgba(232, 184, 75, 0.7);
  color: #f5d07a;
  transform: translateY(-1px);
}

.btn--pill {
  min-height: 2.75rem;
  padding-inline: 1.4rem;
  border-radius: 0.9rem;
}

.btn--discord {
  background: #5865f2;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(88, 101, 242, 0.24);
}

.btn--discord:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(88, 101, 242, 0.32);
}

.btn[data-mobile-join] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(2, 2, 3, 0.96);
  color: #fff;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: currentColor;
}

.icon--xs {
  width: 0.85rem;
  height: 0.85rem;
}

.icon--sm {
  width: 1rem;
  height: 1rem;
}

.icon--md {
  width: 1.15rem;
  height: 1.15rem;
}

.icon--lg {
  width: 1.4rem;
  height: 1.4rem;
}

.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.brand-wordmark {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(135deg, #fef3c7 0%, #e8b84b 55%, #c49a1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition:
    background 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
  animation: headerSlideIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes headerSlideIn {
  from { opacity: 0; transform: translateY(-100%); }
  to   { opacity: 1; transform: translateY(0); }
}

.site-header.is-scrolled {
  background: rgba(8, 6, 16, 0.72);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom-color: rgba(232, 184, 75, 0.1);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
}

.header-inner {
  width: 100%;
  max-width: 88rem;
  margin-inline: auto;
  height: 4.25rem;
  padding-inline: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.header-inner > * {
  animation: headerFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.header-inner > *:nth-child(1) { animation-delay: 0.15s; }
.header-inner > *:nth-child(2) { animation-delay: 0.25s; }
.header-inner > *:nth-child(3) { animation-delay: 0.35s; }

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

.site-header.is-scrolled .brand-wordmark {
  filter: drop-shadow(0 0 10px rgba(232, 184, 75, 0.45));
}

.site-header .container {
  width: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex: 1;
  justify-content: center;
}

.nav-link {
  font-size: 0.83rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.01em;
  transition: color 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: #e8b84b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 1);
  transform: translateY(-1px);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-link.is-active {
  color: #e8b84b;
}

.nav-link.is-active::after {
  transform: scaleX(1);
}

.lang-picker,
.join-shell {
  position: relative;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

/* online badge */
.header-online {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.07);
  border: 1px solid rgba(34, 197, 94, 0.25);
  flex-shrink: 0;
}

.header-online__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
  animation: onlinePulse 2s ease-in-out infinite;
}

@keyframes onlinePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.65; transform: scale(0.82); }
}

.header-online__count {
  font-size: 0.775rem;
  font-weight: 700;
  color: #22c55e;
  font-variant-numeric: tabular-nums;
}

.header-online__label {
  font-size: 0.72rem;
  color: rgba(34, 197, 94, 0.65);
  font-weight: 500;
}

/* create room button */
.header-create-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  border: 1.5px solid rgba(232, 184, 75, 0.5);
  background: rgba(232, 184, 75, 0.08);
  color: #e8b84b;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.header-create-btn:hover {
  background: rgba(232, 184, 75, 0.16);
  border-color: rgba(232, 184, 75, 0.75);
  color: #f5d07a;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(232, 184, 75, 0.2);
}

/* sign in button */
.header-signin-btn {
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #c49a1e 0%, #e8b84b 60%, #f5cc6a 100%);
  color: #0a0800;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 18px rgba(232, 184, 75, 0.35), 0 2px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
  letter-spacing: 0.01em;
}

.header-signin-btn:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(232, 184, 75, 0.6), 0 4px 18px rgba(0,0,0,0.3);
}

.lang-trigger,
.join-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.join-trigger:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-1px);
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.lang-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.lang-trigger__flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-trigger__chevron {
  transition: transform 0.22s ease;
  opacity: 0.6;
}

.lang-picker.is-open .lang-trigger__chevron {
  transform: rotate(180deg);
}

.lang-picker.is-open .lang-trigger {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(232, 184, 75, 0.3);
  color: #fff;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  min-width: 11rem;
  padding: 0.4rem;
  border-radius: 1rem;
  background: rgba(10, 8, 18, 0.97);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.65), 0 0 0 0.5px rgba(232, 184, 75, 0.08);
  opacity: 0;
  transform: translateY(0.45rem) scale(0.96);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.lang-picker.is-open .lang-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: 0.7rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.lang-option:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.lang-option.is-selected {
  background: rgba(232, 184, 75, 0.1);
  color: #e8b84b;
}

.lang-option__flag {
  font-size: 1rem;
}

.join-trigger {
  color: #fff;

  background:
    linear-gradient(180deg, rgba(232, 184, 75, 0.18), rgba(232, 184, 75, 0.06)),
    rgba(6, 4, 14, 0.96);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(232, 184, 75, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.join-trigger:hover {
  border-color: rgba(232, 184, 75, 0.38);
  background:
    linear-gradient(180deg, rgba(232, 184, 75, 0.26), rgba(232, 184, 75, 0.1)),
    rgba(8, 6, 18, 0.98);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.48),
    0 0 12px rgba(232, 184, 75, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.discord-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.65rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #5865f2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.discord-button:hover {
  transform: translateY(-1px);
  background: #4752c4;
  border-color: rgba(255, 255, 255, 0.18);
}

.join-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  width: 20rem;
  padding: 1.15rem;
  border-radius: 1.15rem;
  background: rgba(8, 7, 5, 0.96);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(232, 184, 75, 0.16);
  box-shadow: var(--shadow-lg), 0 0 0 0.5px rgba(232, 184, 75, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: translateY(0.5rem) scale(0.96);
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.join-shell.is-open .join-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.join-panel__title {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

.join-state {
  display: none;
}

.join-state.is-active {
  display: block;
}

.join-form {
  display: flex;
  gap: 0.5rem;
}

.join-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
  font-family: monospace;
  text-transform: uppercase;
}

.join-input::placeholder {
  color: rgba(255, 255, 255, 0.22);
}

.join-input:disabled {
  opacity: 0.6;
  cursor: progress;
}

.join-submit {
  border: 0;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #f5d07a, #e8b84b);
  color: #0d0b00;
  padding: 0.7rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease, box-shadow 0.15s ease;
}

.join-submit:hover {
  opacity: 0.92;
  box-shadow: 0 4px 16px rgba(232, 184, 75, 0.35);
}

.join-submit:hover {
  opacity: 0.9;
}

.join-invalid {
  margin: 0.55rem 0 0;
  font-size: 0.6875rem;
  color: #fb7185;
}

.join-checking {
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.2rem 0 0.5rem;
  text-align: center;
}

.join-checking__spinner {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.join-checking__spinner span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  animation: dot-bounce 1.2s ease-in-out infinite;
}

.join-checking__spinner span:nth-child(1) { animation-delay: 0s; }
.join-checking__spinner span:nth-child(2) { animation-delay: 0.2s; }
.join-checking__spinner span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dot-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.35; }
  40%            { transform: scale(1);   opacity: 1; }
}

.join-checking__label {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.join-found {
  place-items: center;
  gap: 0.75rem;
  padding: 0.2rem 0 0.1rem;
  text-align: center;
}

.join-found__icon {
  width: 2rem;
  height: 2rem;
  color: var(--accent);
  filter: drop-shadow(0 0 8px var(--accent-glow));
}

.join-found__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--accent);
}

.join-found__download {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
}

.join-linkbox {
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.8rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.join-linkbox__label {
  margin: 0 0 0.45rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.join-linkbox__row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.join-state.is-active.join-checking {
  display: flex;
}

.join-state.is-active.join-found {
  display: grid;
}

.join-state.is-active.join-form-state {
  display: block;
}

.join-linkbox__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: monospace;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-button {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.icon-button.is-copied {
  color: var(--accent);
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(232, 184, 75, 0.1);
  background: rgba(6, 5, 3, 0.97);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.4rem);
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.mobile-menu.is-open {
  max-height: 28rem;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu__inner {
  padding: 1rem 0 1.25rem;
}

.mobile-menu__links {
  display: grid;
  gap: 0.85rem;
  padding-bottom: 1rem;
}

.mobile-menu__langs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.7rem;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.75rem;
  cursor: pointer;
}

.mobile-lang.is-selected {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  isolation: isolate;
  justify-content: center;
  padding: var(--header-h, 4.25rem) 0 3rem;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  top: 62%;
  width: min(22vw, 22rem);
  height: 3.6rem;
  border-radius: 0;
  filter: blur(7px);
  opacity: 0.68;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.105) 0%,
    rgba(255, 255, 255, 0.062) 34%,
    rgba(255, 255, 255, 0.02) 68%,
    transparent 100%
  );
}

.hero::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.105) 0%,
    rgba(255, 255, 255, 0.062) 34%,
    rgba(255, 255, 255, 0.02) 68%,
    transparent 100%
  );
}

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

.hero__cinema {
  position: absolute;
  inset: 0;
  background-image: url('20-Feel-Good-Movies-People-Swear-By-For-Your-Next-Bad-Day.webp');
  background-size: cover;
  background-position: center 30%;
  opacity: 0.09;
  mix-blend-mode: luminosity;
  filter: saturate(0.6) brightness(0.8);
  transform: scale(1.04);
}

.hero__cinema-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(6,5,10,0) 0%, rgba(6,5,10,0.7) 70%),
    linear-gradient(to bottom, rgba(6,5,10,0.55) 0%, rgba(6,5,10,0) 30%, rgba(6,5,10,0) 60%, rgba(6,5,10,0.9) 100%),
    linear-gradient(to right, rgba(6,5,10,0.7) 0%, transparent 30%, transparent 70%, rgba(6,5,10,0.7) 100%);
}

.hero__bg::before,
.hero__bg::after {
  content: "";
  position: absolute;
  top: -16rem;
  width: 12rem;
  height: 54rem;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.105) 34%,
    rgba(255, 255, 255, 0.034) 64%,
    transparent 90%
  );
  filter: blur(18px);
  opacity: 0.9;
}

.hero__bg::before {
  left: 0;
  transform: rotate(-32deg);
  transform-origin: top center;
}

.hero__bg::after {
  right: 0;
  transform: rotate(32deg);
  transform-origin: top center;
}

.hero__orb {
  display: none;
}

.hero__orb--1 {
  top: 8%;
  left: 5%;
  width: 31rem;
  height: 31rem;
  background: rgba(255, 255, 255, 0.035);
}

.hero__orb--2 {
  top: 18%;
  right: 5%;
  width: 26rem;
  height: 26rem;
  background: rgba(255, 255, 255, 0.03);
  animation: pulseGlow 3s ease-in-out infinite;
  animation-delay: 1s;
}

.hero__orb--3 {
  bottom: 9%;
  left: 28%;
  width: 24rem;
  height: 18rem;
  background: rgba(255, 255, 255, 0.022);
}

.hero__orb--4 {
  top: 50%;
  left: 50%;
  width: 52rem;
  height: 32rem;
  transform: translate(-50%, -60%);
  background: radial-gradient(ellipse, rgba(232, 184, 75, 0.18) 0%, rgba(196, 154, 30, 0.03) 50%, transparent 75%);
  filter: blur(80px);
}

.hero__fade {
  display: none;
}

/* ── hero split layout ── */
.hero__split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.hero__left {
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero__right {
  position: relative;
  z-index: 1;
  animation: float 5s ease-in-out infinite;
  width: 100%;
  max-width: 100%;
}

/* keep old .hero__content selector for any leftover usage */
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

/* hero badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 184, 75, 0.3);
  background: rgba(232, 184, 75, 0.07);
  color: rgba(232, 184, 75, 0.85);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both;
}

.hero__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8b84b;
  box-shadow: 0 0 8px #e8b84b;
  animation: onlinePulse 2s ease-in-out infinite;
}

.hero__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 800;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

@keyframes heroTitle {
  from { opacity: 0; transform: translateY(2rem) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.hero__title-accent {
  color: #e8b84b;
}

.hero__title-subtle {
  color: rgba(255, 255, 255, 0.25);
}

.hero__subtitle {
  max-width: 32rem;
  margin: 0 0 2.2rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.65;
  font-weight: 300;
  letter-spacing: 0.02em;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.42s both;
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
  flex-wrap: wrap;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem 1.4rem;
}

.hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.75rem;
}

.hero__trust-item .icon {
  width: 0.85rem;
  height: 0.85rem;
  color: rgba(255, 255, 255, 0.18);
}

.hero__preview {
  position: relative;
  z-index: 1;
  margin-top: 0;
  width: 100%;
  animation: float 5s ease-in-out infinite;
}

.preview-window {
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(5, 4, 8, 0.96);
  border: 1px solid rgba(232, 184, 75, 0.22);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(0, 0, 0, 0.7),
    0 0 80px rgba(232, 184, 75, 0.12);
  width: 100%;
}

.preview-window__bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 1rem;
  background: rgba(5, 4, 6, 0.98);
  border-bottom: 1px solid rgba(232, 184, 75, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.preview-window__dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.preview-window__dot:nth-child(1) {
  background: #ff5f57;
}

.preview-window__dot:nth-child(2) {
  background: #ffbd2e;
}

.preview-window__dot:nth-child(3) {
  background: #28c840;
}

.preview-stage {
  position: relative;
  aspect-ratio: 1619 / 972;
  overflow: hidden;
  background: rgba(3, 3, 4, 0.78);
}

.preview-stage__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.05) brightness(0.92);
}

.preview-stage__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 24%),
    linear-gradient(to top, rgba(0, 0, 0, 0.34), transparent 48%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.preview-stage__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.play-button {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.play-button__triangle {
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.9rem solid rgba(255, 255, 255, 0.8);
  margin-left: 0.15rem;
}

.preview-glow {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -2rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  filter: blur(18px);
  z-index: -1;
}

.preview-glow--soft {
  bottom: -1rem;
  left: 50%;
  width: 50%;
  height: 2rem;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.052);
}

.platform-strip {
  position: relative;
  padding: 2.5rem 0;
  border-block: 1px solid rgba(232, 184, 75, 0.22);
  overflow: hidden;
}

.platform-strip__label {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 184, 75, 0.4);
}

.platform-strip__edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  z-index: 1;
  pointer-events: none;
}

.platform-strip__edge--left {
  left: 0;
  background: linear-gradient(90deg, #060608 0%, transparent 100%);
}

.platform-strip__edge--right {
  right: 0;
  background: linear-gradient(270deg, #060608 0%, transparent 100%);
}

.marquee {
  overflow: hidden;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  width: max-content;
  animation: marquee 22s linear infinite;
  will-change: transform;
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  opacity: 0.55;
  transition: opacity 0.3s ease;
  user-select: none;
}

.marquee__item:hover {
  opacity: 0.9;
}

.platform-logo {
  height: 1.7rem;
  width: auto;
  filter: brightness(1.1);
}

.platform-logo--youtube {
  height: 1.75rem;
}

.features {
  position: relative;
  overflow: hidden;
}

.section__halo {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 56rem;
  height: 44rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(232, 184, 75, 0.04) 0%, transparent 65%);
  filter: blur(120px);
  pointer-events: none;
}

.hero__halo {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 60rem;
  height: 42rem;
  transform: translate(-50%, -60%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  filter: blur(140px);
  pointer-events: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.feature-card {
  position: relative;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 0.95rem;
  background: rgba(12, 10, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 184, 75, 0.5);
  box-shadow: 0 0 20px rgba(232, 184, 75, 0.12);
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.02);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-card__icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  background: var(--accent-soft);

  color: var(--accent);
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover .feature-card__icon {
  transform: scale(1.12) rotate(-4deg);
  background: rgba(232, 184, 75, 0.2);
  box-shadow: 0 0 14px rgba(232, 184, 75, 0.3);
}

.feature-card.is-visible .feature-card__icon {
  animation: iconPop 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 200ms);
}

@keyframes iconPop {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.15); }
  100% { transform: scale(1); opacity: 1; }
}

.feature-card__title {
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.feature-card__desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.32);
}

.section__intro {
  margin-bottom: 1.75rem;
}

.section__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.section__title-muted {
  color: rgba(255, 255, 255, 0.2);
}

.section__desc {
  margin: 0;
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.875rem;
  line-height: 1.7;
}

.section__desc--center {
  margin-inline: auto;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.how-card {
  position: relative;
  padding: 1.4rem;
  overflow: hidden;
  border-radius: 0.95rem;
  background: rgba(12, 10, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.how-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 184, 75, 0.5);
  box-shadow: 0 0 20px rgba(232, 184, 75, 0.1);
}

.how-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.015);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.how-card:hover::before {
  opacity: 1;
}

.how-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.how-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

.how-card__number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.04);
  user-select: none;
}

.how-card__title {
  margin: 0 0 0.45rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.how-card__desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.32);
}

.setup-card {
  overflow: hidden;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5);
}

.setup-card__topbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.25rem;
  background: rgba(232, 184, 75, 0.04);
  border-bottom: 1px solid rgba(232, 184, 75, 0.1);
}

.setup-card__topbar-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.setup-card__topbar-label {
  margin-left: 0.2rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.setup-list {
  display: grid;
  gap: 0;
}

.setup-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-top: 1px solid rgba(232, 184, 75, 0.18);
  transition: background-color 0.2s ease;
}

.setup-item:first-child {
  border-top: 0;
}

.setup-item:hover {
  background: rgba(255, 255, 255, 0.02);
}

.setup-item__number {
  width: 1.75rem;
  flex: 0 0 auto;
  padding-top: 0.05rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.25);
}

.setup-item__icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: 0.05rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

.setup-item__content {
  min-width: 0;
}

.setup-item__title {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.setup-item__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.35);
}


#faq {
  overflow: hidden;
}

#faq.section::before {
  background: rgba(14, 12, 26, 0.85);
}

#faq::before,
#faq::after {
  content: "";
  position: absolute;
  top: -20rem;
  width: 5.4rem;
  height: 32rem;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.072) 0%,
    rgba(255, 255, 255, 0.044) 32%,
    rgba(255, 255, 255, 0.014) 62%,
    transparent 92%
  );
  filter: blur(7px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

#faq::before {
  left: -4.4rem;
  transform: rotate(32deg);
  transform-origin: top center;
}

#faq::after {
  right: -4.4rem;
  transform: rotate(-32deg);
  transform-origin: top center;
}

.faq-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.4rem 1.4rem;
  border-radius: 1.15rem;
  background: rgba(12, 10, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5);
}

.faq-item {
  border-bottom: 1px solid rgba(232, 184, 75, 0.18);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  width: 100%;
  padding: 1.1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-question__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
  transition: color 0.2s ease;
}

.faq-question:hover .faq-question__text,
.faq-item.is-open .faq-question__text {
  color: #fff;
}

.faq-question__toggle {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.faq-item.is-open .faq-question__toggle {
  background: rgba(232, 184, 75, 0.1);
  border-color: rgba(232, 184, 75, 0.3);
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.28s ease,
    opacity 0.28s ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-answer__inner {
  overflow: hidden;
}

.faq-answer__text {
  margin: 0;
  padding-bottom: 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.32);
}

/* ─── PRICING ─────────────────────────────────────────────────────────────── */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
  margin-top: 1rem;
}

.pricing-card {
  position: relative;
  padding: 1.4rem 1.35rem;
  border-radius: 1.1rem;
  background: rgba(12, 10, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

.pricing-card--featured {
  background: rgba(232, 184, 75, 0.07);
  border-color: rgba(232, 184, 75, 0.4);
  box-shadow:
    0 0 0 1px rgba(232, 184, 75, 0.15),
    0 8px 40px rgba(232, 184, 75, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pricing-card--featured:hover {
  box-shadow:
    0 0 0 1px rgba(232, 184, 75, 0.25),
    0 20px 56px rgba(232, 184, 75, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-badge {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8b84b, #c49a1e);
  color: #0d0b00;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(232, 184, 75, 0.35);
}

.pricing-card__head {
  margin-bottom: 1rem;
}

.pricing-card__name {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pricing-card--featured .pricing-card__name {
  background: linear-gradient(135deg, #fef3c7, #e8b84b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-card__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.38);
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.pricing-card__amount {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.pricing-card--featured .pricing-card__amount {
  color: #e8b84b;
}

.pricing-card__period {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}

.pricing-card__note {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  color: rgba(232, 184, 75, 0.5);
}

.btn--pricing-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1rem;
  margin: 1.25rem 0 1.5rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #f5d07a, #e8b84b, #d4a030);
  color: #0d0b00;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 20px rgba(232, 184, 75, 0.32);
}

.btn--pricing-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(232, 184, 75, 0.45);
}

.btn--pricing-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1rem;
  margin: 1.25rem 0 1.5rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn--pricing-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn--pricing-gold-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1rem;
  margin: 1.25rem 0 1.5rem;
  border-radius: 0.9rem;
  background: transparent;
  color: #e8b84b;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid rgba(232, 184, 75, 0.4);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn--pricing-gold-outline:hover {
  transform: translateY(-2px);
  background: rgba(232, 184, 75, 0.08);
  box-shadow: 0 8px 24px rgba(232, 184, 75, 0.2);
}

.pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.25rem;
}

.pricing-feature {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}

.pricing-feature--off {
  color: rgba(255, 255, 255, 0.22);
}

/* ─── TESTIMONIALS ────────────────────────────────────────────────────────── */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.testimonial-card {
  padding: 1.75rem;
  border-radius: 1.15rem;
  background: rgba(12, 10, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 184, 75, 0.22);
  box-shadow: 0 12px 36px rgba(232, 184, 75, 0.08);
}

.testimonial-stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.testimonial-text {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 2px solid rgba(232, 184, 75, 0.3);
  box-shadow: 0 0 12px rgba(232, 184, 75, 0.18);
  background: #1a1a2e;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-name {
  margin: 0 0 0.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.testimonial-role {
  margin: 0;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.32);
}

.testimonials-aggregate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding: 1.1rem 2rem;
  border-radius: 999px;
  background: rgba(232, 184, 75, 0.06);
  border: 1px solid rgba(232, 184, 75, 0.16);
  width: fit-content;
  margin-inline: auto;
}

.aggregate-stars {
  display: flex;
  gap: 0.15rem;
}

.aggregate-score {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.aggregate-score strong {
  color: #e8b84b;
  font-family: var(--font-display);
  font-size: 1rem;
}

.aggregate-count {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ─── RESPONSIVE ──────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 26rem;
    margin-inline: auto;
  }
}

@media (max-width: 960px) {
  .hero__split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 100%;
  }
  .hero__right {
    max-width: 480px;
    margin-inline: auto;
  }
  .hero__left {
    text-align: center;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__trust {
    justify-content: center;
  }
  .hero__subtitle {
    margin-inline: auto;
  }
}

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

/* ─────────────────────────────────────────────────────────────────────────── */

.site-footer {
  position: relative;
  padding: 4rem 0 2rem;
  background: #0b0a14;
  border-top: 1px solid rgba(232, 184, 75, 0.12);
}

.footer-top-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,184,75,0.4) 30%, rgba(232,184,75,0.4) 70%, transparent);
  margin-bottom: 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 2rem 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(232, 184, 75, 0.1);
}

.footer-col--brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-wordmark {
  font-size: 1.35rem !important;
}

.footer-tagline {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.75;
  margin: 0;
}

.footer-socials {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.footer-social:hover {
  color: #e8b84b;
  border-color: rgba(232,184,75,0.35);
  background: rgba(232,184,75,0.07);
}

.footer-col__title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8b84b;
  margin: 0 0 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-link {
  font-size: 0.835rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.18s;
}

.footer-link:hover {
  color: #e8b84b;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

.footer-made {
  font-size: 0.78rem;
  color: rgba(232, 184, 75, 0.45);
  margin: 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

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

.reveal {
  opacity: 0;
  transform: translate3d(0, 0.9rem, 0);
  will-change: opacity, transform;
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal--x {
  transform: translate3d(-1.5rem, 0, 0);
  opacity: 0;
}

.reveal--x.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.reveal--right {
  transform: translate3d(1.5rem, 0, 0);
  opacity: 0;
}

.reveal--right.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.reveal--scale {
  transform: translate3d(0, 0.6rem, 0) scale(0.97);
  opacity: 0;
}

.reveal--scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

/* scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #c49a1e, #e8b84b, #fef3c7);
  z-index: 200;
  box-shadow: 0 0 8px rgba(232, 184, 75, 0.7);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.room-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 1.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.room-shell::before,
.room-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(22vw, 22rem);
  height: 3.6rem;
  border-radius: 0;
  filter: blur(7px);
  opacity: 0.62;
  pointer-events: none;
  z-index: 0;
}

.room-shell::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.095) 0%,
    rgba(255, 255, 255, 0.056) 34%,
    rgba(255, 255, 255, 0.018) 68%,
    transparent 100%
  );
}

.room-shell::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.095) 0%,
    rgba(255, 255, 255, 0.056) 34%,
    rgba(255, 255, 255, 0.018) 68%,
    transparent 100%
  );
}

.room-shell__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.room-shell__bg::before,
.room-shell__bg::after {
  content: "";
  position: absolute;
  top: -16rem;
  width: 12rem;
  height: 48rem;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.062) 34%,
    rgba(255, 255, 255, 0.018) 64%,
    transparent 90%
  );
  filter: blur(18px);
  opacity: 0.66;
}

.room-shell__bg::before {
  left: 0;
  transform: rotate(-32deg);
  transform-origin: top center;
}

.room-shell__bg::after {
  right: 0;
  transform: rotate(32deg);
  transform-origin: top center;
}

.room-shell__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(58px);
}

.room-shell__orb--1 {
  top: 50%;
  left: 50%;
  width: 34rem;
  height: 24rem;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.068);
}

.room-shell__orb--2 {
  top: 20%;
  right: 15%;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 255, 255, 0.034);
}

.room-shell__orb--3 {
  bottom: 20%;
  left: 15%;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.026);
}

.room-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.5rem;
  background: rgba(5, 4, 3, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(232, 184, 75, 0.32);
}

.room-nav .brand-wordmark {
  font-size: 0.875rem;
}

.room-nav__discord {
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.75rem;
}

.room-card {
  position: relative;
  z-index: 1;
  width: min(100%, 30rem);
  text-align: center;
}

.room-card__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.room-card__icon .icon {
  width: 2.2rem;
  height: 2.2rem;
  color: rgba(255, 255, 255, 0.55);
}

.room-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.room-badge__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow);
}

.room-badge__text {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.room-title {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.room-title__muted {
  color: rgba(255, 255, 255, 0.3);
}

.room-copy {
  max-width: 25rem;
  margin: 0 auto 1.6rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.38);
}

.room-warning {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  margin-bottom: 1.6rem;
  text-align: left;
  border-radius: 0.95rem;
  background: rgba(232, 184, 75, 0.18);
  border: 1px solid rgba(232, 184, 75, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.room-warning .icon {
  width: 0.95rem;
  height: 0.95rem;
  color: rgba(232, 184, 75, 0.75);
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

.room-warning__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.75;
  color: rgba(232, 184, 75, 0.55);
}

.room-actions {
  display: grid;
  gap: 0.8rem;
}

.room-download,
.room-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.1rem;
  padding: 0.85rem 1.1rem;
  border-radius: 0.9rem;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.room-download {
  background: linear-gradient(135deg, #f5d07a 0%, #e8b84b 55%, #d4a030 100%);
  color: #0d0b00;
  box-shadow: var(--shadow-glow);
  font-size: 0.875rem;
  font-weight: 700;
}

.room-download:hover {
  transform: translateY(-1px);
}

.room-back {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
}

.room-back:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.room-note {
  margin-top: 1.75rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.18);
}

.fade-top {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.75), transparent);
  z-index: 2;
}

.fade-bottom {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 5rem;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.75), transparent);
  z-index: 2;
}

.is-hidden {
  display: none !important;
}

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

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.65;
  }
  50% {
    opacity: 1;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}

@media (max-width: 1100px) {
  :root {
    --container: min(100%, calc(100% - 2rem));
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    display: block;
  }

  .hero__preview {
    max-width: 48rem;
  }

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

@media (max-width: 767px) {
  :root {
    --container: min(100%, calc(100% - 1.5rem));
  }

  .section,
  .section--compact {
    padding: 4.5rem 0;
  }

  .hero {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .hero__content {
    padding-inline: 0.25rem;
  }

  .hero__title {
    margin-top: 1.1rem;
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .hero__sub {
    font-size: 0.9375rem;
    max-width: 30rem;
  }

  .hero__actions,
  .cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    min-height: 2.85rem;
    justify-content: center;
  }

  .btn,
  .room-download,
  .room-back {
    width: 100%;
  }

  .section__eyebrow {
    font-size: 0.575rem;
  }

  .section__title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .section__sub {
    font-size: 0.875rem;
  }

  .preview-window__title {
    font-size: 0.62rem;
  }

  .features-grid,
  .how-grid {
    grid-template-columns: 1fr;
  }

  .setup-item {
    padding: 1rem 1.1rem;
  }

  .faq-card {
    padding-inline: 1rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
    padding: 2rem 0;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
  }

  .site-header {
    top: 0.65rem;
    width: min(100% - 1rem, 46rem);
  }

  .header-inner {
    gap: 0.75rem;
  }

  .cta__title {
    font-size: clamp(1.5rem, 7vw, 2.4rem);
  }
}

@media (max-width: 640px) {
  .hero__trust {
    gap: 0.75rem 0.9rem;
    justify-content: center;
  }

  .hero__preview {
    margin-top: 3rem;
  }

  .preview-window__bar {
    padding-inline: 0.75rem;
  }

  .platform-strip__edge {
    width: 5rem;
  }

  .lang-menu {
    min-width: 12rem;
  }

  .features-grid,
  .how-grid {
    gap: 0.6rem;
  }

  .mobile-menu__inner {
    padding: 0.85rem 0 1rem;
  }

  .mobile-menu__links {
    gap: 0.65rem;
  }
}

@media (max-width: 480px) {
  :root {
    --container: min(100%, calc(100% - 1.25rem));
  }

  .section,
  .section--compact {
    padding: 3.5rem 0;
  }

  .hero {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .hero__title {
    font-size: clamp(2.2rem, 13vw, 3.2rem);
  }

  .hero__sub {
    font-size: 0.875rem;
  }

  .hero__trust {
    gap: 0.6rem 0.75rem;
  }

  .hero__trust-item {
    font-size: 0.625rem;
  }

  .section__title {
    font-size: clamp(1.4rem, 9vw, 2rem);
  }

  .feature-card,
  .how-card {
    padding: 1.1rem;
  }

  .setup-item {
    padding: 0.9rem 1rem;
    gap: 0.75rem;
  }

  .faq-card {
    padding-inline: 0.85rem;
    padding-block: 1rem;
  }

  .faq-card__question {
    font-size: 0.8125rem;
  }

  .header-inner {
    height: 3.5rem;
  }

  .brand-wordmark {
    font-size: 0.9rem;
  }

  .mobile-menu.is-open {
    max-height: 32rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .marquee__track {
    animation-duration: 28s !important;
    animation-iteration-count: infinite !important;
  }
}
