:root {
  color-scheme: dark;
  --ink: #08080b;
  --ink-2: #111116;
  --paper: #f6f2ea;
  --paper-2: #fffaf1;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(15, 15, 20, 0.12);
  --text: #f8f6ef;
  --muted: rgba(248, 246, 239, 0.68);
  --dark-text: #131316;
  --dark-muted: rgba(19, 19, 22, 0.68);
  --cyan: #25f4ee;
  --red: #fe2c55;
  --gold: #f7c66a;
  --green: #57d68d;
  --violet: #8f7cff;
  --max: 1180px;
  --accent-main: #25f4ee;
  --accent-second: #fe2c55;
  --accent-third: #f7c66a;
  --hero-shade:
    linear-gradient(90deg, rgba(8, 8, 11, 0.96), rgba(8, 8, 11, 0.72) 46%, rgba(8, 8, 11, 0.18)),
    linear-gradient(180deg, rgba(8, 8, 11, 0.2), #08080b 98%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", system-ui, sans-serif;
  letter-spacing: 0;
}

body[data-bg="stage"] {
  --accent-main: #25f4ee;
  --accent-second: #fe2c55;
  --accent-third: #f7c66a;
  --hero-shade:
    linear-gradient(90deg, rgba(8, 8, 11, 0.95), rgba(8, 8, 11, 0.68) 45%, rgba(8, 8, 11, 0.12)),
    linear-gradient(180deg, rgba(8, 8, 11, 0.1), #08080b 98%);
}

body[data-bg="global"] {
  --accent-main: #53d9ff;
  --accent-second: #57d68d;
  --accent-third: #f7c66a;
  --hero-shade:
    linear-gradient(90deg, rgba(7, 10, 14, 0.96), rgba(7, 10, 14, 0.64) 48%, rgba(7, 10, 14, 0.2)),
    linear-gradient(180deg, rgba(7, 10, 14, 0.08), #08080b 98%);
}

body[data-bg="studio"] {
  --accent-main: #f7c66a;
  --accent-second: #fe2c55;
  --accent-third: #8f7cff;
  --hero-shade:
    linear-gradient(90deg, rgba(10, 8, 10, 0.96), rgba(10, 8, 10, 0.7) 48%, rgba(10, 8, 10, 0.18)),
    linear-gradient(180deg, rgba(10, 8, 10, 0.04), #08080b 98%);
}

body[data-bg="commerce"] {
  --accent-main: #25f4ee;
  --accent-second: #57d68d;
  --accent-third: #fe2c55;
  --hero-shade:
    linear-gradient(90deg, rgba(7, 9, 10, 0.96), rgba(7, 9, 10, 0.66) 48%, rgba(7, 9, 10, 0.2)),
    linear-gradient(180deg, rgba(7, 9, 10, 0.04), #08080b 98%);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.13), transparent 34rem),
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.16), transparent 30rem),
    var(--ink);
}

.brand,
.hero-actions,
.hero-proof,
.live-top,
.creator-chip,
.signal-card,
.stats-strip,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.95), rgba(37, 244, 238, 0.05) 48%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.95), rgba(254, 44, 85, 0.08) 52%),
    #111116;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.brand-text {
  font-size: 0.95rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
}

.language-control {
  position: fixed;
  z-index: 32;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 8, 11, 0.64);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  padding: 8px 10px;
}

.language-label {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(37, 244, 238, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 18px rgba(37, 244, 238, 0.16),
    inset 0 0 14px rgba(37, 244, 238, 0.08);
  color: transparent;
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0;
  overflow: hidden;
  text-transform: none;
  white-space: nowrap;
}

.language-label::before {
  width: 20px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5H14' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M8 3V5' stroke='%2325f4ee' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M5 9C6.35 11.85 8.9 14 12 15.1' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M12 5C11.1 9.2 8.55 12.9 4.8 15.3' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M13 21L17 12L21 21' stroke='%2325f4ee' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6 18H19.4' stroke='%2325f4ee' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 6px rgba(37, 244, 238, 0.38));
}

.language-select {
  min-height: 34px;
  width: 136px;
  min-width: 136px;
  max-width: 136px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(17, 17, 22, 0.9);
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  outline: none;
  padding: 0 24px 0 10px;
}

.language-select:focus {
  border-color: color-mix(in srgb, var(--accent-main) 70%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-main) 18%, transparent);
}

.side-nav {
  position: fixed;
  z-index: 21;
  top: 50%;
  right: 10px;
  display: grid;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  padding: 10px;
  transform: translateY(-50%);
}

.side-nav button {
  display: flex;
  min-width: 104px;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  padding: 0 9px;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.side-nav button:hover,
.side-nav button.active {
  background: transparent;
  color: #fff;
  transform: translateX(-2px);
}

.side-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 0 0 rgba(37, 244, 238, 0);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.side-nav button.active .side-dot {
  background: var(--accent-main);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent-main) 18%, transparent);
}

.side-label {
  white-space: nowrap;
  -webkit-text-stroke: 0.25px rgba(255, 255, 255, 0.42);
  text-shadow: 0 0 1px rgba(5, 5, 8, 0.72);
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-heading.align-left,
html[dir="rtl"] .room-copy,
html[dir="rtl"] .contact-copy,
html[dir="rtl"] .partner-card,
html[dir="rtl"] .capability-card,
html[dir="rtl"] .timeline-item,
html[dir="rtl"] .contact-form label {
  text-align: right;
}

html[dir="rtl"] .hero-actions,
html[dir="rtl"] .hero-proof,
html[dir="rtl"] .scene-tags {
  justify-content: flex-start;
}

html[dir="rtl"] .hero-proof div {
  padding-right: 14px;
  padding-left: 0;
  border-right: 2px solid rgba(37, 244, 238, 0.78);
  border-left: 0;
}

html[dir="rtl"] .scene-panel-market,
html[dir="rtl"] .timeline-item,
html[dir="rtl"] .stats-strip div {
  direction: rtl;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 76px 32px 56px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: none;
  background: #030306 url("assets/hero-main-stage-bg.png") calc(50% - 76px) center / cover no-repeat;
  pointer-events: none;
  transform-origin: center;
  transition: background-position 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms ease;
}

.hero-full-reference-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.hero-live-effects {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.hero-live-effects span {
  position: absolute;
  top: -12%;
  width: 12vw;
  min-width: 120px;
  height: 78vh;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.34;
  transform-origin: top center;
  animation: stageBeamDrift 7.5s ease-in-out infinite alternate;
}

.hero-live-effects span:nth-child(1) {
  right: 34%;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.36), transparent 70%);
  transform: rotate(7deg);
}

.hero-live-effects span:nth-child(2) {
  right: 18%;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.36), transparent 70%);
  animation-delay: -2.4s;
  transform: rotate(-6deg);
}

.hero-live-effects span:nth-child(3) {
  right: 5%;
  background: linear-gradient(180deg, rgba(143, 124, 255, 0.28), transparent 70%);
  animation-delay: -4.6s;
  transform: rotate(10deg);
}

@keyframes stageBeamDrift {
  0% {
    opacity: 0.22;
    translate: -10px 0;
  }

  100% {
    opacity: 0.44;
    translate: 14px 18px;
  }
}

body[data-bg="stage"] .background-switcher,
body[data-bg="stage"] .hero-live-effects,
body[data-bg="stage"] .stage-canvas,
body[data-bg="stage"] .hero-backdrop {
  display: none;
}

body[data-bg="stage"] .hero {
  background: #030306;
}

body[data-bg="stage"] .hero-bg-image {
  display: block;
}

html[dir="rtl"] body[data-bg="stage"] .hero-bg-image {
  background-position: calc(50% - 830px) center;
}

body[data-bg="stage"] .hero::after {
  z-index: 0;
  background:
    linear-gradient(100deg, transparent 0 44%, rgba(37, 244, 238, 0.08) 49%, rgba(254, 44, 85, 0.08) 52%, transparent 58%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 34%, rgba(0, 0, 0, 0.08));
  background-size: 240% 100%, 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
  animation: heroStageSweep 8s ease-in-out infinite;
}

body[data-bg="stage"] .hero::before {
  background:
    radial-gradient(circle at 18% 32%, rgba(37, 244, 238, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 18%, rgba(254, 44, 85, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 26%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px),
    linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.05) 52%, transparent);
  background-size: 180px 180px, 220px 220px, 260px 260px, 100% 100%;
  opacity: 0.42;
  animation: heroParticleDrift 14s linear infinite;
}

@keyframes heroStageSweep {
  0%,
  100% {
    background-position: 130% 0, 0 0;
    opacity: 0.36;
  }

  48% {
    background-position: -80% 0, 0 0;
    opacity: 0.68;
  }
}

@keyframes heroParticleDrift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 42px 92px, -54px 72px, 34px -88px, 0 0;
  }
}

.stage-canvas {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: #08080b;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  transition: opacity 220ms ease, background 220ms ease;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: var(--hero-shade);
}

body[data-bg="stage"] .hero-backdrop {
  background:
    radial-gradient(circle at 76% 36%, rgba(254, 44, 85, 0.26), transparent 18rem),
    radial-gradient(circle at 58% 66%, rgba(37, 244, 238, 0.22), transparent 22rem),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(255, 255, 255, 0.035) 63px, transparent 64px);
}

body[data-bg="global"] .hero-backdrop {
  background:
    radial-gradient(circle at 75% 38%, rgba(83, 217, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 86% 70%, rgba(87, 214, 141, 0.18), transparent 16rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 88px 88px, 88px 88px;
}

body[data-bg="studio"] .hero-backdrop {
  background:
    conic-gradient(from 220deg at 78% 38%, rgba(247, 198, 106, 0.24), transparent 20%, rgba(254, 44, 85, 0.16), transparent 48%),
    radial-gradient(circle at 70% 62%, rgba(143, 124, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, 0.045) 45%, transparent 52%);
}

body[data-bg="commerce"] .hero-backdrop {
  background:
    radial-gradient(circle at 80% 28%, rgba(37, 244, 238, 0.2), transparent 18rem),
    radial-gradient(circle at 72% 70%, rgba(87, 214, 141, 0.2), transparent 18rem),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
}

.backdrop-beam,
.backdrop-orbit {
  position: absolute;
  display: block;
  opacity: 0.76;
}

.backdrop-beam {
  width: 19vw;
  min-width: 220px;
  height: 88vh;
  border-radius: 999px;
  filter: blur(18px);
  transform-origin: top center;
}

.beam-one {
  top: 8%;
  right: 26%;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.2), rgba(37, 244, 238, 0));
  transform: rotate(18deg);
}

.beam-two {
  top: 4%;
  right: 6%;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.18), rgba(254, 44, 85, 0));
  transform: rotate(-20deg);
}

.backdrop-orbit {
  right: 7%;
  top: 24%;
  width: 34vw;
  min-width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.orbit-two {
  top: 15%;
  right: 12%;
  width: 24vw;
  min-width: 260px;
  border-color: rgba(37, 244, 238, 0.18);
  transform: rotate(18deg);
}

body[data-bg="global"] .backdrop-orbit {
  border-radius: 32%;
  transform: rotate(38deg) skew(-8deg);
}

body[data-bg="studio"] .backdrop-beam {
  filter: blur(8px);
  opacity: 0.9;
}

body[data-bg="studio"] .beam-one {
  background: linear-gradient(180deg, rgba(247, 198, 106, 0.28), rgba(247, 198, 106, 0));
}

body[data-bg="studio"] .beam-two {
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.2), rgba(254, 44, 85, 0));
}

body[data-bg="commerce"] .backdrop-orbit {
  border-radius: 8px;
  transform: rotate(-8deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 1180px);
  min-height: calc(100vh - 116px);
  min-height: calc(100svh - 116px);
  margin: 0 auto;
  grid-template-columns: minmax(500px, 520px) minmax(620px, 660px);
  align-items: center;
  gap: 0;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 560px;
  padding-top: 16px;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 981px) {
  .hero-copy {
    transform: translateX(-70px);
  }

  html[dir="rtl"] .hero-copy {
    transform: translateX(70px);
  }
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 20px;
  color: #fff;
  font-size: 4.82rem;
  line-height: 0.94;
  font-weight: 900;
}

.guild-tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 0 22px rgba(37, 244, 238, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 0 13px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guild-tag::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(37, 244, 238, 0.75);
  content: "";
}

.hero-lead {
  max-width: 510px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 36px;
}

.hero-actions .button {
  white-space: nowrap;
}

.button {
  position: relative;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  min-height: 52px;
  border-radius: 8px;
  gap: 12px;
  padding: 0 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::after {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  filter: blur(1px);
  transform: skewX(-18deg);
  animation: buttonSheen 4.8s ease-in-out infinite;
}

.hero-actions .button::before {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-actions .button-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19V5H17' stroke='%23050509' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 18L19 5' stroke='%23050509' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M11 5H19V13' stroke='%23050509' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero-actions .button-ghost::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19V5H20V19H4Z' stroke='%23ffffff' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M7 15L11 11L14 13L18 8' stroke='%2325f4ee' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 8H18V11' stroke='%2325f4ee' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

.button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.button:disabled::after {
  animation: none;
  opacity: 0;
}

.button-primary {
  background: linear-gradient(90deg, var(--cyan), rgba(37, 244, 238, 0.88) 38%, var(--red));
  color: #050509;
  box-shadow:
    0 20px 44px rgba(254, 44, 85, 0.25),
    0 0 28px rgba(37, 244, 238, 0.14);
  animation: primaryButtonGlow 3.8s ease-in-out infinite alternate;
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button-ghost::after {
  opacity: 0.55;
}

@keyframes buttonSheen {
  0%,
  38% {
    left: -55%;
  }

  66%,
  100% {
    left: 118%;
  }
}

@keyframes primaryButtonGlow {
  0% {
    box-shadow:
      0 20px 44px rgba(254, 44, 85, 0.22),
      0 0 18px rgba(37, 244, 238, 0.12);
  }

  100% {
    box-shadow:
      0 22px 54px rgba(254, 44, 85, 0.34),
      0 0 34px rgba(37, 244, 238, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-bg="stage"] .hero::before,
  body[data-bg="stage"] .hero::after,
  .hero-bg-image,
  .hero-copy,
  .button,
  .button::after,
  .button-primary {
    animation: none;
    transition: none;
  }
}

.hero-proof {
  display: grid;
  max-width: 540px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.hero-proof div {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 92px;
  align-content: end;
  padding-left: 18px;
  border-left: 2px solid rgba(37, 244, 238, 0.78);
}

.hero-proof div::before {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  place-items: center;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  color: var(--cyan);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px 33px;
  box-shadow:
    0 0 18px rgba(37, 244, 238, 0.36),
    inset 0 0 16px rgba(37, 244, 238, 0.08);
}

.hero-proof div:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='11.5' stroke='%2325f4ee' stroke-width='2.2'/%3E%3Cpath d='M5 17H29' stroke='%2325f4ee' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M17 5V29' stroke='%2325f4ee' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M12 7.5C9 12.5 9 21.5 12 26.5' stroke='%23fe2c55' stroke-width='1.9' stroke-linecap='round'/%3E%3Cpath d='M22 7.5C25 12.5 25 21.5 22 26.5' stroke='%23fe2c55' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hero-proof div:nth-child(2)::before {
  border-color: var(--cyan);
  color: var(--cyan);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.5 11.5A11.5 11.5 0 1 0 28 23.5' stroke='%2325f4ee' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M27 6V12H21' stroke='%23fe2c55' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 9V18L24 23' stroke='%23fe2c55' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero-proof div:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 25L14 17L19 21L28 9' stroke='%2325f4ee' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 9H28V16' stroke='%23fe2c55' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 28H29' stroke='%2325f4ee' stroke-width='1.8' stroke-linecap='round' opacity='.45'/%3E%3C/svg%3E");
}

.hero-proof strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-scene {
  position: relative;
  display: grid;
  width: min(100%, 500px);
  min-height: 548px;
  justify-self: end;
  align-self: center;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.hero-scene::before {
  position: absolute;
  inset: 2% -8% 0 2%;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 42% 74%, color-mix(in srgb, var(--accent-main) 26%, transparent), transparent 22rem),
    radial-gradient(ellipse at 78% 34%, color-mix(in srgb, var(--accent-second) 22%, transparent), transparent 17rem),
    linear-gradient(102deg, transparent 8%, rgba(37, 244, 238, 0.08) 28%, transparent 48%),
    linear-gradient(76deg, transparent 16%, rgba(254, 44, 85, 0.1) 52%, transparent 78%);
  box-shadow:
    0 42px 130px rgba(0, 0, 0, 0.34);
  content: "";
  filter: blur(2px);
  opacity: 0.9;
  transform: rotateY(-12deg) rotateZ(-4deg);
  transform-origin: 72% 50%;
}

.hero-scene::after {
  position: absolute;
  right: 8%;
  bottom: 12%;
  width: 76%;
  height: 26%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.1) 44%, transparent 72%);
  content: "";
  filter: blur(22px);
  opacity: 0.76;
  transform: rotate(-6deg);
}

.scene-panel {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(21, 22, 30, 0.78), rgba(8, 8, 13, 0.52));
  backdrop-filter: blur(20px);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.34),
    inset 1px 1px 0 rgba(255, 255, 255, 0.1),
    inset -1px 0 0 rgba(255, 255, 255, 0.04);
  transform: var(--panel-tilt, rotateY(-10deg) rotateZ(-4deg));
  transform-origin: 72% 50%;
  transform-style: preserve-3d;
}

.scene-panel-primary {
  --panel-tilt: rotateY(-12deg) rotateZ(-4deg);
  top: 70px;
  right: 34px;
  display: grid;
  width: 390px;
  gap: 14px;
  padding: 22px;
}

.scene-kicker,
.scene-panel-metric span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scene-panel-primary strong {
  color: #fff;
  font-size: 1.54rem;
  line-height: 1.2;
}

.scene-panel-primary p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.6;
}

.scene-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  height: 104px;
  align-items: end;
}

.scene-bars span {
  border-radius: 999px 999px 3px 3px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 18%),
    linear-gradient(180deg, var(--accent-main), var(--accent-second));
  box-shadow:
    0 -22px 46px color-mix(in srgb, var(--accent-main) 34%, transparent),
    0 12px 28px color-mix(in srgb, var(--accent-second) 22%, transparent);
  opacity: 0.94;
}

.scene-bars span:nth-child(1) {
  height: 42%;
}

.scene-bars span:nth-child(2) {
  height: 72%;
}

.scene-bars span:nth-child(3) {
  height: 54%;
}

.scene-bars span:nth-child(4) {
  height: 88%;
}

.scene-bars span:nth-child(5) {
  height: 64%;
}

.scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.scene-tags span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 900;
  padding: 6px 8px;
}

body[data-bg="commerce"] .scene-tags span {
  border-color: rgba(87, 214, 141, 0.18);
}

.scene-panel-metric {
  --panel-tilt: rotateY(-10deg) rotateZ(-4deg);
  right: 54px;
  bottom: 60px;
  display: grid;
  width: 198px;
  gap: 6px;
  padding: 17px;
}

.scene-panel-metric strong {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.scene-panel-metric em {
  color: var(--green);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.scene-panel-market {
  --panel-tilt: rotateY(-10deg) rotateZ(-4deg);
  left: 34px;
  top: 350px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 4;
  padding: 12px 16px 12px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
  overflow: visible;
}

.scene-constellation {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.scene-constellation span {
  position: absolute;
  width: 5px;
  height: 96px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent-main) 58%, transparent), transparent);
  box-shadow: 0 0 30px color-mix(in srgb, var(--accent-main) 58%, transparent);
  opacity: 0.82;
  transform: rotate(-4deg);
}

.scene-constellation span:nth-child(1) {
  top: 34px;
  left: 118px;
}

.scene-constellation span:nth-child(2) {
  top: 56px;
  right: 52px;
  height: 142px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent-second) 58%, transparent), transparent);
}

.scene-constellation span:nth-child(3) {
  top: 154px;
  right: 164px;
  height: 126px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent-third) 58%, transparent), transparent);
}

.scene-constellation span:nth-child(4) {
  bottom: 84px;
  left: 92px;
  height: 118px;
}

.scene-constellation span:nth-child(5) {
  bottom: 140px;
  right: 20px;
  height: 104px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent-second) 58%, transparent), transparent);
}

.scene-constellation span:nth-child(6) {
  top: 186px;
  left: 40px;
  height: 150px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent-third) 58%, transparent), transparent);
}

.hero-stage-image-scene {
  width: min(100%, 660px);
  min-height: 614px;
  overflow: visible;
  perspective: none;
}

.hero-stage-image-scene::before {
  display: none;
}

.hero-stage-image-scene::after {
  display: none;
}

.hero-stage-image {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  animation: stageImageFloat 6.5s ease-in-out infinite alternate;
}

@keyframes stageImageFloat {
  0% {
    filter: brightness(1) saturate(1.02);
    transform: translate3d(0, 0, 0);
  }

  100% {
    filter: brightness(1.08) saturate(1.08);
    transform: translate3d(0, -8px, 0);
  }
}

.stage-light-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.stage-light-field span {
  position: absolute;
  top: -8%;
  width: 74px;
  height: 82%;
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.72;
  transform-origin: top center;
  animation: stageBeamDrift 6.8s ease-in-out infinite alternate;
}

.stage-light-field span:nth-child(1) {
  left: 22%;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.68), rgba(37, 244, 238, 0.04) 78%, transparent);
  transform: rotate(5deg);
}

.stage-light-field span:nth-child(2) {
  left: 48%;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.58), rgba(37, 244, 238, 0.04) 78%, transparent);
  animation-delay: -1.8s;
  transform: rotate(-2deg);
}

.stage-light-field span:nth-child(3) {
  right: 22%;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.68), rgba(254, 44, 85, 0.05) 78%, transparent);
  animation-delay: -3s;
  transform: rotate(3deg);
}

.stage-light-field span:nth-child(4) {
  right: 8%;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.52), rgba(254, 44, 85, 0.04) 78%, transparent);
  animation-delay: -4.3s;
  transform: rotate(-5deg);
}

.stage-platform {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 8%;
  width: 72%;
  aspect-ratio: 3.6 / 1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(90deg, rgba(37, 244, 238, 0.95), rgba(254, 44, 85, 0.95), rgba(247, 198, 106, 0.65));
  box-shadow:
    0 0 28px rgba(37, 244, 238, 0.46),
    0 0 42px rgba(254, 44, 85, 0.34),
    0 34px 70px rgba(0, 0, 0, 0.45);
  transform: perspective(760px) rotateX(64deg);
}

.stage-card,
.stage-chip {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(24, 36, 54, 0.78), rgba(42, 18, 48, 0.58));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  color: #fff;
}

.stage-card {
  display: grid;
  width: 176px;
  min-height: 146px;
  gap: 5px;
  padding: 16px;
  transform: rotate(4deg);
}

.stage-card-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0;
}

.stage-card strong {
  font-size: 1.75rem;
  line-height: 1;
}

.stage-card small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
}

.stage-card em {
  align-self: end;
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  justify-self: end;
}

.stage-wave {
  height: 46px;
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 78% 16%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(180deg, transparent 0 26%, rgba(254, 44, 85, 0.78) 27% 100%);
  clip-path: polygon(0 52%, 13% 48%, 25% 55%, 38% 45%, 52% 54%, 66% 38%, 80% 46%, 100% 28%, 100% 100%, 0 100%);
}

.stage-card-live-room {
  top: 15%;
  left: 24%;
}

.stage-card-rising {
  top: 26%;
  right: 5%;
  width: 166px;
  min-height: 130px;
  transform: rotate(3deg);
}

.stage-card-creator {
  left: 38%;
  bottom: 23%;
  width: 228px;
  min-height: 178px;
  transform: rotate(1deg);
}

.stage-chip {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  font-size: 0.88rem;
  font-weight: 900;
}

.stage-chip-live {
  top: 8%;
  right: 0;
  border-color: rgba(254, 44, 85, 0.56);
}

.stage-chip-mena {
  top: 42%;
  left: 12%;
  border-color: rgba(37, 244, 238, 0.52);
  color: rgba(37, 244, 238, 0.92);
}

.stage-chip-creator {
  right: 2%;
  bottom: 32%;
  border-color: rgba(247, 198, 106, 0.58);
  color: #f7c66a;
}

.stage-chip-ops {
  right: 0;
  bottom: 15%;
  border-color: rgba(37, 244, 238, 0.52);
  background: rgba(37, 244, 238, 0.16);
  color: rgba(37, 244, 238, 0.92);
}

.stage-pin {
  width: 12px;
  height: 12px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

@media (min-width: 681px) {
  .hero-actions {
    flex-wrap: nowrap;
  }
}

body[data-bg="global"] .hero-scene::before {
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 34%),
    repeating-radial-gradient(circle at 50% 50%, rgba(83, 217, 255, 0.16) 0 1px, transparent 1px 46px),
    linear-gradient(135deg, rgba(83, 217, 255, 0.12), rgba(87, 214, 141, 0.05));
  transform: rotateY(-12deg) rotateZ(-4deg);
}

body[data-bg="global"] .scene-panel-primary strong::after {
  content: " / 30+ Markets";
  color: rgba(255, 255, 255, 0.52);
}

body[data-bg="studio"] .hero-scene::before {
  background:
    linear-gradient(125deg, rgba(247, 198, 106, 0.16), rgba(255, 255, 255, 0.04) 45%, rgba(254, 44, 85, 0.12)),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.05) 39px 40px);
}

body[data-bg="studio"] .scene-bars span {
  border-radius: 999px 999px 4px 4px;
}

body[data-bg="commerce"] .hero-scene::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    linear-gradient(90deg, rgba(37, 244, 238, 0.12), transparent 52%),
    linear-gradient(180deg, transparent 0 48%, rgba(87, 214, 141, 0.12) 49% 52%, transparent 53%);
}

.background-switcher {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(100%, var(--max));
  margin: 22px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.background-switcher button {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 0 14px;
  font-weight: 900;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.background-switcher button span {
  color: var(--accent-main);
  font-size: 0.72rem;
}

.background-switcher button b {
  font: inherit;
}

.background-switcher button.active {
  border-color: color-mix(in srgb, var(--accent-main) 56%, rgba(255, 255, 255, 0.2));
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.hero-visual {
  position: relative;
  display: grid;
  width: min(100%, 430px);
  min-height: 600px;
  justify-self: end;
  place-items: center;
}

.phone-frame {
  position: relative;
  width: 318px;
  max-width: 100%;
  aspect-ratio: 9 / 18.7;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04)),
    #121216;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.56),
    0 0 70px rgba(37, 244, 238, 0.2),
    0 0 80px rgba(254, 44, 85, 0.16);
  padding: 12px;
  transform: rotate(4deg);
}

.phone-frame::before {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 86px;
  height: 20px;
  border-radius: 0 0 8px 8px;
  background: #09090d;
  content: "";
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 26%, rgba(247, 198, 106, 0.28), transparent 13rem),
    radial-gradient(circle at 25% 68%, rgba(37, 244, 238, 0.22), transparent 12rem),
    linear-gradient(180deg, #151019, #08080b 68%);
  padding: 22px 16px 18px;
}

.phone-screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.06) 50%, transparent 100%);
  content: "";
  opacity: 0.35;
  transform: translateX(-100%);
  animation: scan 4.6s ease-in-out infinite;
}

.live-top {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 10px;
}

.creator-chip {
  min-width: 0;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
}

.avatar {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #fff, transparent 22%),
    linear-gradient(135deg, var(--cyan), var(--red));
}

.live-badge {
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 7px 9px;
}

.live-stage {
  position: relative;
  display: grid;
  flex: 1;
  min-height: 282px;
  place-items: center;
}

.spotlight {
  position: absolute;
  width: 150px;
  height: 300px;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.5;
}

.spotlight-one {
  left: 18px;
  background: rgba(37, 244, 238, 0.28);
  transform: rotate(24deg);
}

.spotlight-two {
  right: 10px;
  background: rgba(254, 44, 85, 0.24);
  transform: rotate(-20deg);
}

.host-card {
  position: relative;
  display: grid;
  width: 176px;
  min-height: 226px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  padding: 22px;
}

.host-face {
  width: 88px;
  height: 88px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 34%, rgba(255, 255, 255, 0.92), transparent 8%),
    radial-gradient(circle at 66% 34%, rgba(255, 255, 255, 0.9), transparent 8%),
    linear-gradient(135deg, #f7c66a, #fe2c55 54%, #25f4ee);
}

.host-line {
  width: 112px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}

.host-line.short {
  width: 74px;
  background: rgba(255, 255, 255, 0.42);
}

.chat-feed {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.chat-feed span {
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 8px 10px;
}

.live-toolbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr repeat(3, 38px);
  gap: 10px;
}

.live-toolbar span {
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
}

.live-toolbar span:first-child {
  background: rgba(255, 255, 255, 0.88);
}

.signal-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(13, 13, 17, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.signal-card-main {
  right: 0;
  bottom: 86px;
  display: grid;
  width: 194px;
  gap: 4px;
  padding: 16px;
}

.signal-card-main strong {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.signal-label,
.signal-trend {
  font-size: 0.72rem;
  font-weight: 800;
}

.signal-label {
  color: rgba(255, 255, 255, 0.56);
}

.signal-trend {
  color: var(--green);
}

.signal-card-side {
  top: 88px;
  left: 0;
  gap: 10px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.pulse-dot {
  position: relative;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red);
  box-shadow:
    0 0 0 4px rgba(9, 9, 14, 0.9),
    0 0 0 9px rgba(254, 44, 85, 0.18),
    0 0 22px rgba(254, 44, 85, 0.7);
}

.section {
  padding: 96px 32px;
  scroll-margin-top: 26px;
}

.compact-section {
  padding-block: 64px;
}

.section-light {
  background: var(--paper);
  color: var(--dark-text);
}

.section-partners {
  background:
    radial-gradient(circle at 16% 20%, rgba(37, 244, 238, 0.12), transparent 20rem),
    radial-gradient(circle at 86% 12%, rgba(254, 44, 85, 0.12), transparent 22rem),
    #111116;
  color: var(--text);
}

.section-dark {
  background:
    radial-gradient(circle at 16% 14%, rgba(143, 124, 255, 0.16), transparent 25rem),
    linear-gradient(180deg, #0d0d12, #151011);
  color: var(--text);
}

.section-media {
  background:
    linear-gradient(120deg, rgba(8, 8, 11, 0.86), rgba(8, 8, 11, 0.48)),
    conic-gradient(from 120deg at 72% 50%, #25f4ee, #111116, #fe2c55, #f7c66a, #25f4ee);
  color: #fff;
}

.section-contact {
  background: #101014;
  color: #fff;
}

.join-qr-card {
  width: 100%;
  max-width: 480px;
  margin-top: 28px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.join-qr-poster {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 6px;
  background: #000;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(37, 244, 238, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.join-qr-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.join-qr-button {
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.section-heading {
  width: min(100%, 760px);
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.room-copy h2,
.contact-copy h2 {
  margin-bottom: 18px;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 900;
}

.section-heading p:not(.eyebrow),
.room-copy p,
.contact-copy p {
  color: currentColor;
  font-size: 1rem;
  line-height: 1.85;
  opacity: 0.72;
}

html[lang="zh-CN"] #partners .section-heading,
html[lang="zh-CN"] #platform .section-heading {
  width: min(100%, 860px);
  margin-bottom: 44px;
}

html[lang="zh-CN"] #partners .section-heading h2,
html[lang="zh-CN"] #platform .section-heading h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  white-space: pre-line;
  text-wrap: balance;
  line-height: 1.18;
  letter-spacing: 0;
}

html[lang="zh-CN"] #partners .section-heading p:not(.eyebrow),
html[lang="zh-CN"] #platform .section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  white-space: pre-line;
  text-wrap: pretty;
  line-height: 1.92;
}

.capability-grid {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-grid {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    #15151a;
  padding: 26px;
}

.partner-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.9;
  pointer-events: none;
}

.creator-card::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(37, 244, 238, 0.22), transparent 8rem),
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 52%);
}

.brand-card::before {
  background:
    radial-gradient(circle at 24% 18%, rgba(254, 44, 85, 0.24), transparent 8rem),
    linear-gradient(135deg, rgba(254, 44, 85, 0.08), transparent 52%);
}

.agency-card::before {
  background:
    radial-gradient(circle at 24% 18%, rgba(247, 198, 106, 0.24), transparent 8rem),
    linear-gradient(135deg, rgba(247, 198, 106, 0.08), transparent 52%);
}

.partner-card > * {
  position: relative;
  z-index: 1;
}

.partner-label {
  display: inline-flex;
  margin-bottom: 56px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-card .partner-label {
  color: var(--red);
}

.agency-card .partner-label {
  color: var(--gold);
}

.partner-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.5rem;
}

.partner-card p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.partner-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-card li {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 18px;
}

.partner-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.capability-card {
  min-height: 256px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  border-color: rgba(254, 44, 85, 0.32);
  box-shadow: 0 18px 46px rgba(19, 19, 22, 0.1);
  transform: translateY(-4px);
}

.card-index {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
}

.capability-card h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.capability-card p {
  margin-bottom: 0;
  color: var(--dark-muted);
  line-height: 1.75;
}

.split-layout {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
  gap: 72px;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 8px 22px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 22px;
}

.timeline-item span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.timeline-item strong {
  color: #fff;
  font-size: 1.1rem;
}

.timeline-item p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.room-panel,
.contact-shell {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.74fr) minmax(440px, 1fr);
  gap: 56px;
  align-items: center;
}

.room-copy {
  max-width: 480px;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.room-tile {
  position: relative;
  display: flex;
  min-height: 228px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #18181d;
  padding: 20px;
}

.room-tile::before {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 1;
}

.room-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.78));
  content: "";
}

.room-tile span,
.room-tile strong {
  position: relative;
  z-index: 1;
}

.room-tile span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.room-tile strong {
  color: #fff;
  font-size: 1.4rem;
}

.room-tile.fashion::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.26)),
    url("assets/live-rooms/fashion-style-drop.webp");
}

.room-tile.beauty::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.24)),
    url("assets/live-rooms/beauty-glow-lab.webp");
}

.room-tile.lifestyle::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28)),
    url("assets/live-rooms/lifestyle-daily-picks.webp");
}

.room-tile.digital::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.24)),
    url("assets/live-rooms/digital-smart-gear.webp");
}

.room-tile.fashion::before,
.room-tile.beauty::before,
.room-tile.lifestyle::before,
.room-tile.digital::before {
  background-position: center;
  background-size: cover;
}

.stats-strip {
  width: min(100%, var(--max));
  margin: 0 auto;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: 34px 0;
}

.stats-strip div {
  display: grid;
  gap: 6px;
}

.stats-strip strong {
  font-size: 1.4rem;
}

.stats-strip span {
  color: var(--dark-muted);
}

.contact-shell {
  align-items: start;
}

.contact-copy {
  max-width: 500px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    #15151a;
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 8, 11, 0.6);
  color: #fff;
  outline: none;
  padding: 12px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(37, 244, 238, 0.62);
  box-shadow: 0 0 0 3px rgba(37, 244, 238, 0.1);
}

.contact-form input.field-error {
  border-color: rgba(254, 44, 85, 0.78);
  box-shadow: 0 0 0 3px rgba(254, 44, 85, 0.12);
}

.field-hint {
  display: none;
  margin-top: -2px;
  color: rgba(255, 112, 137, 0.95);
  font-size: 0.74rem;
  font-weight: 800;
}

.field-hint.active {
  display: block;
}

.full-field {
  grid-column: 1 / -1;
}

.footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px 24px;
  background: #08080b;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.86rem;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  background: rgba(3, 4, 8, 0.72);
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.success-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.success-modal-card {
  display: grid;
  width: min(100%, 420px);
  justify-items: center;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 244, 238, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
    rgba(12, 12, 17, 0.96);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(37, 244, 238, 0.12);
  padding: 34px 28px 28px;
  text-align: center;
  transform: translateY(18px) scale(0.96);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.success-modal.active .success-modal-card {
  transform: translateY(0) scale(1);
}

.success-modal-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 2px solid rgba(37, 244, 238, 0.8);
  border-radius: 50%;
  box-shadow:
    0 0 24px rgba(37, 244, 238, 0.3),
    inset 0 0 18px rgba(37, 244, 238, 0.12);
}

.success-modal-icon::before {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 24px;
  height: 13px;
  border-bottom: 3px solid var(--cyan);
  border-left: 3px solid var(--cyan);
  content: "";
  transform: rotate(-45deg);
}

.success-modal h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.45rem;
}

.success-modal p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.success-modal-ok {
  min-width: 120px;
}

@keyframes scan {
  0%,
  45% {
    transform: translateX(-110%);
  }

  70%,
  100% {
    transform: translateX(110%);
  }
}

@media (min-width: 1280px) and (min-height: 900px) {
  .hero {
    padding: 90px 32px 68px;
  }

  .hero-grid {
    min-height: calc(100vh - 158px);
    min-height: calc(100svh - 158px);
    gap: 0;
  }

  h1 {
    font-size: 5.6rem;
  }

  .hero-lead {
    font-size: 1.14rem;
    line-height: 1.85;
  }

  .hero-visual {
    min-height: 640px;
  }

  .hero-scene {
    min-height: 600px;
  }

  .hero-stage-image-scene {
    width: min(100%, 720px);
    min-height: 670px;
  }

  .phone-frame {
    width: 340px;
  }

  .live-stage {
    min-height: 320px;
  }

  .signal-card-main {
    bottom: 98px;
    width: 202px;
    padding: 18px;
  }

  .signal-card-side {
    top: 100px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding: 64px 32px 38px;
  }

  .hero-grid {
    min-height: calc(100vh - 102px);
    min-height: calc(100svh - 102px);
    gap: 0;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 4.35rem;
  }

  .hero-lead {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-actions {
    margin-bottom: 24px;
  }

  .hero-proof {
    gap: 20px;
  }

  .hero-proof strong {
    font-size: 1.35rem;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-scene {
    min-height: 470px;
  }

  .hero-stage-image-scene {
    width: min(100%, 610px);
    min-height: 568px;
  }

  .hero-scene::before {
    inset: 4% 2% 6% 6%;
    transform: rotateY(-9deg) rotateZ(-4deg);
  }

  .scene-panel-primary {
    --panel-tilt: rotateY(-8deg) rotateZ(-4deg);
    top: 40px;
    right: 44px;
    width: 322px;
    padding: 16px;
  }

  .scene-panel-primary p {
    font-size: 0.74rem;
    line-height: 1.55;
  }

  .scene-bars {
    height: 70px;
  }

  .scene-panel-metric {
    --panel-tilt: rotateY(-8deg) rotateZ(-4deg);
    right: 44px;
    bottom: 48px;
    width: 168px;
    padding: 13px;
  }

  .scene-panel-market {
    --panel-tilt: rotateY(-8deg) rotateZ(-4deg);
    left: 24px;
    top: 322px;
  }

  .phone-frame {
    width: 276px;
    border-radius: 30px;
    padding: 10px;
  }

  .phone-frame::before {
    width: 72px;
    height: 17px;
  }

  .phone-screen {
    border-radius: 22px;
    padding: 18px 13px 14px;
  }

  .live-stage {
    min-height: 222px;
  }

  .host-card {
    width: 138px;
    min-height: 176px;
    padding: 16px;
  }

  .host-face {
    width: 64px;
    height: 64px;
  }

  .host-line {
    width: 86px;
  }

  .host-line.short {
    width: 56px;
  }

  .chat-feed {
    gap: 6px;
    margin-bottom: 12px;
  }

  .chat-feed span {
    font-size: 0.66rem;
    padding: 6px 8px;
  }

  .live-toolbar {
    grid-template-columns: 1fr repeat(3, 30px);
    gap: 8px;
  }

  .live-toolbar span {
    height: 30px;
  }

  .signal-card-main {
    bottom: 54px;
    width: 160px;
    padding: 12px;
  }

  .signal-card-main strong {
    font-size: 1.65rem;
  }

  .signal-card-side {
    top: 58px;
    padding: 10px 12px;
  }
}

@media (min-width: 981px) and (max-width: 1500px) {
  .side-nav {
    right: 8px;
    gap: 7px;
    padding: 8px;
  }

  .side-nav button {
    min-width: 42px;
    width: 42px;
    justify-content: center;
    padding: 0;
  }

  .side-label {
    position: absolute;
    right: 54px;
    width: max-content;
    max-width: 120px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    opacity: 0;
    padding: 8px 10px;
    pointer-events: none;
    transform: translateX(6px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .side-nav button:hover .side-label,
  .side-nav button:focus-visible .side-label {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .side-nav {
    display: none;
  }

  .hero {
    padding: 86px 28px 70px;
  }

  .hero-grid,
  .split-layout,
  .room-panel,
  .contact-shell {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    max-width: 620px;
  }

  .join-qr-card {
    width: min(100%, 420px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    width: min(100%, 430px);
    min-height: 550px;
    justify-self: center;
  }

  .hero-scene {
    width: min(100%, 520px);
    min-height: 400px;
    justify-self: center;
  }

  .hero-stage-image-scene {
    width: min(100%, 680px);
    min-height: 560px;
  }

  .stage-card-live-room {
    left: 18%;
  }

  .stage-card-rising {
    right: 3%;
  }

  .stage-card-creator {
    left: 32%;
  }

  .background-switcher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
  }

  .phone-frame {
    width: 300px;
  }

  .live-stage {
    min-height: 250px;
  }

  h1 {
    max-width: 9ch;
    font-size: 4.1rem;
  }

  .section-heading h2,
  .room-copy h2,
  .contact-copy h2 {
    font-size: 2.35rem;
  }

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

  .partner-grid {
    grid-template-columns: 1fr;
  }

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

  .partner-label {
    margin-bottom: 34px;
  }

  .room-panel,
  .contact-shell {
    gap: 34px;
  }
}

@media (max-width: 680px) {
  .language-control {
    top: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
    padding: 7px;
  }

  .language-label {
    display: grid;
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .language-select {
    width: 136px;
    min-width: 136px;
    max-width: 136px;
    min-height: 32px;
    font-size: 0.74rem;
  }

  .brand-text {
    display: none;
  }

  .hero {
    min-height: 1080px;
    padding: 92px 22px 56px;
  }

  body[data-bg="stage"] .hero-bg-image {
    display: none;
  }

  body[data-bg="stage"] .hero::before {
    opacity: 0.2;
  }

  .hero-grid {
    position: relative;
    display: block;
    min-height: 940px;
  }

  .hero-copy {
    max-width: 360px;
    z-index: 5;
  }

  .hero::after {
    background:
      radial-gradient(ellipse at 24% 28%, rgba(3, 5, 10, 0.8), rgba(3, 5, 10, 0.42) 34%, transparent 58%),
      linear-gradient(180deg, rgba(4, 5, 9, 0.94), rgba(5, 7, 12, 0.76) 46%, #08080b 96%);
    mix-blend-mode: normal;
    opacity: 1;
    animation: none;
  }

  .eyebrow {
    margin-bottom: 14px;
    text-shadow: 0 0 16px rgba(37, 244, 238, 0.34), 0 2px 12px rgba(0, 0, 0, 0.82);
  }

  h1 {
    max-width: 9ch;
    margin-bottom: 18px;
    font-size: 3.65rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.86), 0 0 18px rgba(255, 255, 255, 0.12);
  }

  .guild-tag {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 0.68rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
  }

  .hero-lead {
    max-width: 22rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.03rem;
    line-height: 1.85;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
  }

  .hero-actions,
  .stats-strip,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    gap: 14px;
    margin-bottom: 34px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 320px;
  }

  .hero-proof div {
    min-width: 0;
    display: grid;
    min-height: 64px;
    align-items: center;
    padding-left: 18px;
    grid-template-columns: 72px 1fr;
    column-gap: 18px;
  }

  .hero-proof strong {
    margin-bottom: 0;
    font-size: 2.1rem;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.86);
  }

  .hero-proof span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.86);
  }

  .button {
    width: 100%;
    max-width: 390px;
  }

  .hero-visual {
    width: 100%;
    min-height: 430px;
  }

  .hero-scene {
    position: absolute;
    z-index: 1;
    top: 384px;
    right: -292px;
    width: 590px;
    min-height: 548px;
    margin-top: 0;
    opacity: 0.9;
  }

  .hero-scene::before {
    inset: 5% 0 8% 5%;
    transform: rotateY(-6deg) rotateZ(-3deg);
  }

  .hero-scene::after {
    inset: 20% 0 14% 16%;
  }

  .hero-stage-image-scene {
    min-height: 548px;
  }

  .stage-light-field span {
    height: 88%;
  }

  .stage-platform {
    right: -3%;
    bottom: 7%;
    width: 82%;
  }

  .stage-card {
    width: 154px;
    min-height: 126px;
    padding: 13px;
  }

  .stage-card strong {
    font-size: 1.42rem;
  }

  .stage-card small,
  .stage-card em {
    font-size: 0.66rem;
  }

  .stage-wave {
    height: 38px;
  }

  .stage-card-live-room {
    top: 12%;
    left: 28%;
  }

  .stage-card-rising {
    top: 27%;
    right: 2%;
    width: 144px;
  }

  .stage-card-creator {
    left: 36%;
    bottom: 24%;
    width: 190px;
    min-height: 152px;
  }

  .stage-chip {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.76rem;
  }

  .stage-chip-live {
    top: 6%;
    right: 2%;
  }

  .stage-chip-mena {
    top: 43%;
    left: 24%;
  }

  .stage-chip-creator {
    right: -4%;
    bottom: 33%;
  }

  .stage-chip-ops {
    right: -4%;
    bottom: 14%;
  }

  .scene-panel-primary {
    --panel-tilt: rotateY(-6deg) rotateZ(-3deg);
    top: 26px;
    right: 12px;
    width: 252px;
    gap: 10px;
    padding: 13px;
  }

  .scene-panel-primary strong {
    font-size: 1.08rem;
  }

  .scene-panel-primary p {
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .scene-kicker,
  .scene-panel-metric span {
    font-size: 0.62rem;
  }

  .scene-bars {
    height: 46px;
    gap: 5px;
  }

  .scene-tags span {
    font-size: 0.58rem;
    padding: 5px 7px;
  }

  .scene-panel-metric {
    --panel-tilt: rotateY(-6deg) rotateZ(-3deg);
    right: 18px;
    bottom: 66px;
    width: 140px;
    padding: 11px;
  }

  .scene-panel-metric strong {
    font-size: 1.45rem;
  }

  .scene-panel-market {
    --panel-tilt: rotateY(-6deg) rotateZ(-3deg);
    left: 8px;
    top: auto;
    bottom: 164px;
    max-width: 188px;
    padding: 10px;
    font-size: 0.66rem;
  }

  .scene-constellation span {
    width: 4px;
    height: 76px;
  }

  .background-switcher {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 0;
  }

  .background-switcher button {
    min-height: 42px;
    gap: 7px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .phone-frame {
    width: 244px;
    max-width: calc(100% - 52px);
    border-radius: 28px;
    padding: 8px;
    transform: rotate(2deg);
  }

  .phone-frame::before {
    top: 7px;
    width: 68px;
    height: 16px;
  }

  .phone-screen {
    border-radius: 21px;
    padding: 16px 12px 12px;
  }

  .creator-chip {
    gap: 6px;
    padding: 6px 8px;
    font-size: 0.62rem;
  }

  .avatar {
    width: 16px;
    height: 16px;
  }

  .live-badge {
    padding: 6px 8px;
    font-size: 0.62rem;
  }

  .live-stage {
    min-height: 198px;
  }

  .spotlight {
    width: 100px;
    height: 210px;
  }

  .host-card {
    width: 128px;
    min-height: 160px;
    padding: 14px;
  }

  .host-face {
    width: 58px;
    height: 58px;
  }

  .host-line {
    width: 78px;
    height: 7px;
  }

  .host-line.short {
    width: 54px;
  }

  .chat-feed {
    gap: 6px;
    margin-bottom: 12px;
  }

  .chat-feed span {
    font-size: 0.62rem;
    padding: 6px 8px;
  }

  .chat-feed span:nth-child(3) {
    display: none;
  }

  .live-toolbar {
    grid-template-columns: 1fr repeat(3, 30px);
    gap: 7px;
  }

  .live-toolbar span {
    height: 30px;
  }

  .signal-card-main {
    right: 4px;
    bottom: 20px;
    width: 148px;
    padding: 12px;
  }

  .signal-card-main strong {
    font-size: 1.45rem;
  }

  .signal-label,
  .signal-trend {
    font-size: 0.62rem;
  }

  .signal-card-side {
    top: 20px;
    left: 4px;
    padding: 10px;
    font-size: 0.68rem;
  }

  .section {
    padding: 64px 18px;
  }

  .compact-section {
    padding-block: 48px;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .section-heading h2,
  .room-copy h2,
  .contact-copy h2 {
    font-size: 1.86rem;
    line-height: 1.16;
  }

  .capability-grid,
  .partner-grid,
  .room-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: auto;
    padding: 22px;
  }

  .card-index {
    margin-bottom: 30px;
  }

  .partner-card {
    min-height: auto;
    padding: 22px;
  }

  .partner-label {
    margin-bottom: 30px;
  }

  .partner-card h3 {
    font-size: 1.28rem;
  }

  .partner-card p {
    margin-bottom: 18px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-item p {
    grid-column: 1;
  }

  .room-tile {
    min-height: 190px;
  }
}

@media (max-width: 380px) {
  .brand-mark {
    width: 36px;
    height: 36px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .hero-lead {
    font-size: 0.94rem;
  }

  .phone-frame {
    width: 226px;
  }

  .hero-visual {
    min-height: 404px;
  }

  .hero-scene {
    min-height: 450px;
  }

  .scene-panel-primary {
    width: 222px;
  }

  .scene-panel-market {
    max-width: 166px;
  }

  .background-switcher button {
    font-size: 0.74rem;
  }

  .signal-card-main {
    width: 138px;
  }
}

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