:root {
  color-scheme: dark;
  --page-gutter: clamp(18px, 3.75vw, 72px);
  --section-gap: clamp(72px, 6vw, 128px);

  --surface-app: rgba(13, 25, 57, 0.19);
  --surface-panel: rgba(13, 25, 57, 0.19);
  --surface-card: rgba(17, 31, 66, 0.145);
  --surface-control: rgba(16, 29, 63, 0.22);
  --surface-field: rgba(4, 12, 34, 0.25);
  --surface-hover: rgba(79, 101, 157, 0.16);
  --surface-active: rgba(103, 126, 188, 0.21);

  --glass-edge: rgba(221, 235, 255, 0.14);
  --glass-edge-strong: rgba(246, 250, 255, 0.42);
  --glass-inner: rgba(188, 216, 255, 0.055);
  --glass-shadow: rgba(0, 5, 22, 0.34);
  --glass-highlight: rgba(255, 255, 255, 0.15);
  --glass-cool-highlight: rgba(176, 205, 255, 0.08);

  --text-primary: #f6f7ff;
  --text-secondary: #cbd3eb;
  --text-muted: #98a5c8;
  --text-faint: #68779e;
  --accent: #8a6dff;
  --accent-hover: #9b84ff;
  --accent-2: #52dce7;
  --success: #45dbc8;

  --radius-small: 10px;
  --radius-medium: 14px;
  --radius-large: 19px;
  --radius-xl: 25px;
  --radius-xxl: 34px;

  --font-sans: Inter, "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
  background: #090b18;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--text-primary);
  background-color: #090b18;
  background-image:
    linear-gradient(180deg, rgba(2, 7, 23, 0.04), rgba(4, 10, 30, 0.17) 48%, rgba(5, 9, 23, 0.48)),
    url("/site/liquid-glass-twilight-sky.avif");
  background-position: center top, center top;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 8, 24, 0.14), transparent 36%, rgba(4, 8, 24, 0.05));
  content: "";
  pointer-events: none;
}

body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 71% 14%, rgba(130, 109, 255, 0.13), transparent 32%),
    radial-gradient(circle at 32% 66%, rgba(82, 220, 231, 0.07), transparent 28%),
    linear-gradient(90deg, rgba(4, 8, 24, 0.18), transparent 34%, rgba(4, 8, 24, 0.08));
  content: "";
  pointer-events: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  font: inherit;
}

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

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

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

.sky-scene__stars,
.sky-scene__glow {
  position: absolute;
  inset: 0;
}

.sky-scene__stars {
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 14% 19%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 27%, rgba(211, 232, 255, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle at 54% 7%, rgba(255, 255, 255, 0.62) 0 1px, transparent 1.5px);
  background-size: 267px 251px, 313px 293px, 383px 347px;
}

.sky-scene__glow {
  background: radial-gradient(ellipse at 66% 38%, rgba(182, 162, 255, 0.1), transparent 42%);
  filter: blur(24px);
}

::selection {
  color: #fff;
  background: rgba(138, 109, 255, 0.45);
}

:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #080c1b;
  background: #fff;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.glass-surface {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--glass-edge);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 30%, rgba(111, 146, 228, 0.035) 68%, rgba(255, 255, 255, 0.035)),
    var(--surface-panel);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 0 0 1px var(--glass-inner),
    0 28px 70px var(--glass-shadow),
    0 8px 22px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(4px) saturate(1.18) contrast(1.035);
  -webkit-backdrop-filter: blur(4px) saturate(1.18) contrast(1.035);
}

.glass-surface::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at var(--shine-x, 28%) var(--shine-y, 5%), rgba(255, 255, 255, 0.16), transparent 33%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.045), transparent 26%, transparent 75%, rgba(186, 211, 255, 0.035));
  content: "";
  opacity: 0.82;
  pointer-events: none;
}

.glass-surface::after {
  position: absolute;
  z-index: 3;
  inset: 1px;
  border: 1px solid rgba(246, 250, 255, 0.065);
  border-radius: inherit;
  mask-image: linear-gradient(135deg, #000, transparent 38%, transparent 73%, #000);
  content: "";
  pointer-events: none;
}

.glass-surface--shallow {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 46%),
    rgba(11, 21, 47, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 0 1px rgba(188, 216, 255, 0.04),
    0 20px 52px rgba(0, 5, 22, 0.25);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.glass-surface--quiet {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 40%),
    rgba(13, 25, 57, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(188, 216, 255, 0.035),
    0 18px 40px rgba(0, 5, 22, 0.2);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  right: var(--page-gutter);
  left: var(--page-gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 68px;
  padding: 10px 13px 10px 16px;
  border-radius: 22px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header[data-scrolled="true"] {
  border-color: rgba(221, 235, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 44%),
    rgba(8, 16, 38, 0.66);
}

.brand {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 11px;
  width: fit-content;
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.brand__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(246, 250, 255, 0.18);
  border-radius: 14px;
  background: rgba(8, 16, 39, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 9px 24px rgba(0, 5, 22, 0.26);
}

.brand__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-nav {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 42px);
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 570;
}

.site-nav a,
.site-footer nav a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-footer nav a:hover {
  color: #fff;
}

.header-action {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(246, 250, 255, 0.18);
  border-radius: 14px;
  color: var(--text-primary);
  background: rgba(23, 38, 76, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  font-size: 14px;
  font-weight: 670;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.header-action:hover {
  border-color: rgba(246, 250, 255, 0.31);
  background: rgba(38, 57, 104, 0.46);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

main {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(400px, 0.78fr) minmax(650px, 1.32fr);
  align-items: center;
  gap: clamp(34px, 3.25vw, 68px);
  width: 100%;
  min-height: 100svh;
  padding: 126px var(--page-gutter) 54px;
}

.hero__copy {
  position: relative;
  z-index: 5;
  align-self: center;
  max-width: 760px;
  padding-block: 38px;
}

.hero h1,
.section-heading h2,
.community-copy h2,
.final-cta h2 {
  margin: 0;
  font-weight: 740;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 10.3ch;
  font-size: clamp(58px, 5.35vw, 104px);
  line-height: 0.94;
  text-shadow: 0 4px 32px rgba(1, 5, 18, 0.38);
}

.hero__copy > p {
  max-width: 590px;
  margin: clamp(26px, 3vw, 46px) 0 0;
  color: var(--text-secondary);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.52;
  text-shadow: 0 2px 18px rgba(1, 5, 18, 0.38);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 690;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button--primary {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), transparent 44%),
    linear-gradient(135deg, var(--accent-hover), var(--accent));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 15px 34px rgba(67, 45, 176, 0.31);
}

.button--primary:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 18px 44px rgba(72, 49, 190, 0.39);
}

.button--secondary {
  border-color: rgba(221, 235, 255, 0.17);
  color: var(--text-primary);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 45%),
    rgba(10, 22, 51, 0.37);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 5, 22, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button--secondary:hover {
  border-color: rgba(246, 250, 255, 0.3);
  background: rgba(30, 48, 91, 0.48);
}

.product-stage {
  --stage-rotate-x: 1.2deg;
  --stage-rotate-y: -4.6deg;
  position: relative;
  z-index: 2;
  align-self: center;
  width: calc(100% + min(2vw, 34px));
  min-width: 0;
  height: min(70vw, 760px);
  max-height: calc(100svh - 162px);
  min-height: 560px;
  perspective: 1700px;
  transform-style: preserve-3d;
}

.glass-prism {
  position: absolute;
  z-index: 0;
  top: 5%;
  right: -4%;
  width: 71%;
  height: 79%;
  border: 1px solid rgba(225, 237, 255, 0.11);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(110, 132, 196, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 36px 90px rgba(0, 5, 22, 0.28);
  transform: translateZ(-110px) rotateY(-10deg) rotateZ(2.2deg);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.app-window {
  position: absolute;
  z-index: 2;
  inset: 7% -1% 7% 0;
  overflow: hidden;
  border-color: rgba(236, 244, 255, 0.22);
  border-radius: clamp(22px, 2vw, 32px);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.095), transparent 27%, rgba(81, 107, 173, 0.035)),
    rgba(7, 17, 43, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.19),
    inset 0 0 0 1px rgba(188, 216, 255, 0.05),
    0 44px 110px rgba(0, 5, 22, 0.52),
    0 12px 36px rgba(0, 0, 0, 0.24);
  transform: rotateX(var(--stage-rotate-x)) rotateY(var(--stage-rotate-y)) translateZ(10px);
  transform-origin: 50% 48%;
  transition: transform 280ms cubic-bezier(0.2, 0.75, 0.24, 1);
}

.app-window::before {
  opacity: 0.68;
}

.app-preview__bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(221, 235, 255, 0.1);
  color: var(--text-secondary);
  background: rgba(7, 14, 34, 0.23);
  font-size: 12px;
  font-weight: 640;
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(201, 215, 245, 0.26);
}

.app-preview__bar > span:first-of-type {
  justify-self: center;
  letter-spacing: 0.02em;
}

.connection {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  color: var(--text-muted);
}

.connection i,
.voice-card__status i,
.status-label i,
.floating-call span b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 14px rgba(69, 219, 200, 0.58);
}

.app-preview__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(190px, 24%) 1fr;
  height: calc(100% - 52px);
}

.server-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 18px 10px;
  border-right: 1px solid rgba(221, 235, 255, 0.075);
  background: rgba(3, 9, 26, 0.28);
}

.server-rail img {
  width: 42px;
  height: 42px;
  padding: 4px;
  border: 1px solid rgba(246, 250, 255, 0.18);
  border-radius: 14px;
  background: rgba(20, 34, 72, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 9px 18px rgba(0, 5, 22, 0.24);
}

.server-dot {
  width: 39px;
  height: 39px;
  border: 1px solid rgba(221, 235, 255, 0.08);
  border-radius: 15px;
  background:
    radial-gradient(circle at 40% 35%, rgba(169, 190, 240, 0.15), transparent 26%),
    rgba(22, 36, 75, 0.36);
}

.server-dot--active {
  border-color: rgba(168, 147, 255, 0.42);
  background: linear-gradient(145deg, rgba(164, 144, 255, 0.42), rgba(91, 69, 192, 0.36));
  box-shadow: 0 0 24px rgba(104, 82, 222, 0.2);
}

.channel-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 19px 14px 14px;
  border-right: 1px solid rgba(221, 235, 255, 0.075);
  background: rgba(8, 17, 41, 0.25);
}

.channel-list > strong {
  display: flex;
  justify-content: space-between;
  padding: 0 6px 20px;
  overflow: hidden;
  color: var(--text-primary);
  font-size: clamp(12px, 0.9vw, 15px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-group {
  margin: 11px 7px 5px;
  color: var(--text-faint);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.channel {
  margin: 1px 0;
  padding: 8px 9px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--text-muted);
  font-size: clamp(10px, 0.78vw, 13px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel--active {
  border-color: rgba(221, 235, 255, 0.075);
  color: var(--text-primary);
  background: rgba(94, 116, 174, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.voice-card {
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(221, 235, 255, 0.09);
  border-radius: 13px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.055), transparent 44%),
    rgba(12, 27, 58, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.voice-card__status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text-secondary);
  font-size: clamp(9px, 0.68vw, 11px);
}

.voice-people {
  display: flex;
  margin-top: 11px;
}

.voice-people b,
.floating-call__people i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  margin-right: -6px;
  border: 2px solid rgba(8, 17, 42, 0.82);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #947dff, #5c48bd);
  font-size: 9px;
  font-style: normal;
  font-weight: 740;
}

.voice-people b:nth-child(2),
.floating-call__people i:nth-child(2) {
  background: linear-gradient(145deg, #58d9e0, #267c9a);
}

.voice-people b:nth-child(3),
.floating-call__people i:nth-child(3) {
  background: linear-gradient(145deg, #e3a5cf, #8d557f);
}

.chat-preview {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(circle at 78% 12%, rgba(128, 101, 255, 0.055), transparent 27%),
    rgba(4, 12, 33, 0.12);
}

.chat-preview > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 65px;
  padding: 12px clamp(16px, 1.5vw, 28px);
  border-bottom: 1px solid rgba(221, 235, 255, 0.075);
}

.chat-preview > header > div:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.chat-preview > header strong {
  font-size: clamp(12px, 0.9vw, 15px);
}

.chat-preview > header span {
  overflow: hidden;
  color: var(--text-muted);
  font-size: clamp(9px, 0.68vw, 11px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-tools {
  display: flex;
  gap: 8px;
}

.chat-tools i {
  width: 23px;
  height: 23px;
  border: 1px solid rgba(221, 235, 255, 0.08);
  border-radius: 8px;
  background: rgba(48, 65, 111, 0.12);
}

.chat-preview__messages {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: clamp(13px, 1.3vw, 21px);
  padding: clamp(18px, 2vw, 34px);
  overflow: hidden;
}

.message {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
}

.avatar--violet {
  background: linear-gradient(145deg, #987fff, #5b47bc);
}

.avatar--cyan {
  background: linear-gradient(145deg, #52dce7, #287b9e);
}

.message div {
  min-width: 0;
}

.message strong {
  display: block;
  color: var(--text-secondary);
  font-size: clamp(10px, 0.78vw, 13px);
}

.message time {
  margin-left: 6px;
  color: var(--text-faint);
  font-size: 0.78em;
  font-weight: 500;
}

.message p {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: clamp(10px, 0.78vw, 13px);
  line-height: 1.45;
}

.screen-share-card {
  display: grid;
  grid-template-columns: minmax(132px, 46%) 1fr;
  gap: clamp(11px, 1.3vw, 20px);
  align-items: center;
  width: min(100%, 520px);
  padding: 10px;
  border: 1px solid rgba(221, 235, 255, 0.1);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 50%),
    rgba(11, 24, 55, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.screen-share-card__canvas {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(162, 186, 238, 0.13);
  border-radius: 10px;
  background:
    linear-gradient(rgba(151, 174, 226, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 174, 226, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 66% 36%, rgba(138, 109, 255, 0.48), transparent 25%),
    linear-gradient(145deg, #101a37, #0a1025);
  background-size: 18px 18px, 18px 18px, auto, auto;
}

.screen-share-card__canvas span {
  position: absolute;
  bottom: 7px;
  left: 8px;
  color: rgba(240, 244, 255, 0.72);
  font-size: 8px;
}

.screen-share-card__canvas i {
  position: absolute;
  top: 22%;
  left: 17%;
  width: 64%;
  height: 52%;
  border: 1px solid rgba(241, 246, 255, 0.18);
  border-radius: 6px;
  background: rgba(220, 231, 255, 0.07);
  box-shadow: 18px 11px 0 rgba(82, 220, 231, 0.07);
}

.screen-share-card > div:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.screen-share-card strong {
  color: var(--text-secondary);
  font-size: clamp(9px, 0.72vw, 12px);
}

.screen-share-card > div:last-child span {
  color: var(--text-muted);
  font-size: clamp(8px, 0.63vw, 10px);
}

.message-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: 0 clamp(14px, 1.6vw, 27px) clamp(14px, 1.6vw, 25px);
  padding: 0 15px;
  border: 1px solid rgba(221, 235, 255, 0.09);
  border-radius: 12px;
  color: var(--text-faint);
  background: var(--surface-field);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-size: clamp(9px, 0.72vw, 12px);
}

.message-box span {
  color: var(--text-muted);
  font-size: 15px;
}

.floating-call {
  position: absolute;
  z-index: 5;
  right: 2.5%;
  bottom: 1%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(330px, 42%);
  padding: 15px 17px;
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 42%),
    rgba(11, 24, 55, 0.49);
  transform: translateZ(66px) rotateY(-2deg);
}

.floating-call__people {
  display: flex;
}

.floating-call__people i {
  width: 34px;
  height: 34px;
  font-size: 10px;
}

.floating-call > div:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.floating-call strong {
  overflow: hidden;
  font-size: clamp(10px, 0.8vw, 13px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-call span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text-muted);
  font-size: clamp(8px, 0.65vw, 10px);
}

.page-section {
  width: 100%;
  padding-inline: var(--page-gutter);
}

.feature-section {
  padding-top: var(--section-gap);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(68px, 9vw) minmax(0, 1fr);
  gap: clamp(20px, 2vw, 42px);
  align-items: start;
  margin-bottom: clamp(44px, 5vw, 88px);
}

.section-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.section-index::after {
  width: clamp(22px, 3vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, rgba(207, 222, 255, 0.45), transparent);
  content: "";
}

.section-heading > div {
  display: grid;
  grid-template-columns: minmax(540px, 1.4fr) minmax(300px, 0.7fr);
  gap: clamp(38px, 7vw, 150px);
  align-items: end;
}

.section-heading h2,
.community-copy h2 {
  font-size: clamp(50px, 5.7vw, 110px);
  line-height: 0.96;
}

.section-heading h2 {
  max-width: 13ch;
}

.section-heading p,
.community-copy > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(17px, 1.22vw, 23px);
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: clamp(570px, 47vw, 760px);
  overflow: hidden;
  border-radius: var(--radius-xxl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 30%, rgba(95, 128, 207, 0.03)),
    rgba(10, 23, 52, 0.32);
}

.feature-card {
  position: relative;
  z-index: 4;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 3.1vw, 58px);
}

.feature-card + .feature-card {
  border-left: 1px solid rgba(221, 235, 255, 0.1);
}

.feature-card__index {
  color: var(--text-faint);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.13em;
}

.feature-card h3 {
  max-width: 12ch;
  margin: 20px 0 0;
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 690;
  letter-spacing: -0.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.feature-card > p {
  max-width: 34ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.55;
}

.feature-card__visual {
  position: relative;
  display: flex;
  min-height: 280px;
  flex: 1;
  margin-top: clamp(28px, 4vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(221, 235, 255, 0.095);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 37%),
    rgba(5, 14, 37, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 20px 46px rgba(0, 5, 22, 0.2);
}

.feature-card__visual--chat {
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(22px, 2.5vw, 42px);
}

.mini-message {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
}

.mini-message > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(246, 250, 255, 0.15);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(145deg, rgba(146, 124, 255, 0.72), rgba(65, 48, 151, 0.72));
  font-size: 9px;
  font-style: normal;
}

.mini-message:nth-child(2) > i {
  background: linear-gradient(145deg, rgba(82, 220, 231, 0.72), rgba(31, 104, 131, 0.72));
}

.mini-message > span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mini-message b,
.mini-message em,
.mini-input > span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(192, 208, 240, 0.18);
}

.mini-message b {
  width: 38%;
  background: rgba(220, 230, 250, 0.27);
}

.mini-message em {
  width: 82%;
}

.mini-input {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(221, 235, 255, 0.08);
  border-radius: 13px;
  background: rgba(4, 12, 34, 0.31);
}

.mini-input > span {
  width: 65%;
}

.mini-input i {
  margin-left: auto;
  color: var(--text-muted);
  font-style: normal;
}

.feature-card__visual--voice {
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 0.7vw, 12px);
  padding: 30px;
}

.feature-card__visual--voice::before,
.feature-card__visual--voice::after {
  position: absolute;
  border: 1px solid rgba(221, 235, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.feature-card__visual--voice::before {
  width: 230px;
  height: 230px;
}

.feature-card__visual--voice::after {
  width: 145px;
  height: 145px;
  border-color: rgba(138, 109, 255, 0.18);
  box-shadow: 0 0 60px rgba(98, 75, 220, 0.12);
}

.feature-card__visual--voice span {
  z-index: 1;
  width: clamp(5px, 0.55vw, 10px);
  min-height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  box-shadow: 0 0 18px rgba(101, 126, 255, 0.19);
  animation: voice-wave 1.8s ease-in-out infinite alternate;
}

.feature-card__visual--voice span:nth-child(2n) { min-height: 76px; animation-delay: -0.3s; }
.feature-card__visual--voice span:nth-child(3n) { min-height: 124px; animation-delay: -0.7s; }
.feature-card__visual--voice span:nth-child(4n) { min-height: 168px; animation-delay: -1s; }
.feature-card__visual--voice span:nth-child(5) { min-height: 206px; animation-delay: -1.25s; }

@keyframes voice-wave {
  to { transform: scaleY(0.56); opacity: 0.72; }
}

.feature-card__visual--screen {
  flex-direction: column;
  justify-content: center;
  gap: 17px;
  padding: clamp(20px, 2.4vw, 38px);
}

.feature-card__visual--screen > div {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(221, 235, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(rgba(151, 174, 226, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 174, 226, 0.065) 1px, transparent 1px),
    radial-gradient(circle at 65% 37%, rgba(138, 109, 255, 0.45), transparent 27%),
    #0b132b;
  background-size: 24px 24px, 24px 24px, auto, auto;
}

.feature-card__visual--screen > div span {
  position: absolute;
  top: 14px;
  left: 15px;
  color: rgba(224, 233, 252, 0.65);
  font-size: 10px;
}

.feature-card__visual--screen > div i {
  position: absolute;
  top: 28%;
  right: 14%;
  bottom: 18%;
  left: 15%;
  border: 1px solid rgba(241, 246, 255, 0.18);
  border-radius: 9px;
  background: rgba(220, 231, 255, 0.07);
  box-shadow: 22px 13px 0 rgba(82, 220, 231, 0.065);
}

.feature-card__visual--screen > b {
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid rgba(82, 220, 231, 0.17);
  border-radius: 9px;
  color: #8ae9e9;
  background: rgba(37, 131, 148, 0.12);
  font-size: 10px;
  font-weight: 650;
}

.community-section {
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(650px, 1.28fr);
  gap: clamp(54px, 7vw, 142px);
  align-items: center;
  min-height: 100svh;
  padding-top: var(--section-gap);
  padding-bottom: clamp(90px, 11vw, 190px);
}

.community-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.community-copy h2 {
  max-width: 8ch;
  margin-top: 24px;
}

.community-copy > p {
  max-width: 31ch;
  margin-top: 32px;
}

.community-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  width: min(100%, 600px);
  margin-top: 42px;
  padding: 23px;
  border-radius: 20px;
}

.community-note > span {
  position: relative;
  z-index: 4;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(221, 235, 255, 0.1);
  border-radius: 12px;
  color: var(--accent-2);
  background: rgba(28, 52, 94, 0.24);
  font-size: 18px;
}

.community-note > div {
  position: relative;
  z-index: 4;
}

.community-note h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 670;
  letter-spacing: -0.02em;
}

.community-note p {
  margin: 7px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.community-board {
  min-height: clamp(580px, 47vw, 780px);
  overflow: hidden;
  border-radius: var(--radius-xxl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 29%, rgba(95, 128, 207, 0.025)),
    rgba(8, 20, 47, 0.35);
  transform: perspective(1700px) rotateY(-3deg);
  transform-origin: right center;
}

.community-board__header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding: 22px clamp(25px, 2.7vw, 52px);
  border-bottom: 1px solid rgba(221, 235, 255, 0.1);
}

.community-board__header > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.community-board__header strong {
  font-size: clamp(17px, 1.4vw, 25px);
  letter-spacing: -0.025em;
}

.community-board__header div span {
  color: var(--text-muted);
  font-size: 12px;
}

.status-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(69, 219, 200, 0.13);
  border-radius: 10px;
  color: #8ee5db;
  background: rgba(38, 135, 129, 0.11);
  font-size: 11px;
  font-weight: 650;
}

.community-board__grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(180px, 31%) 1fr;
  min-height: calc(clamp(580px, 47vw, 780px) - 100px);
}

.channel-stack,
.role-stack {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 54px);
}

.channel-stack {
  gap: 7px;
  border-right: 1px solid rgba(221, 235, 255, 0.09);
  background: rgba(4, 12, 33, 0.18);
}

.channel-stack > span,
.role-stack > span {
  margin-bottom: 12px;
  color: var(--text-faint);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.channel-stack b {
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: var(--text-muted);
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 570;
}

.channel-stack b.is-active {
  border-color: rgba(221, 235, 255, 0.09);
  color: var(--text-primary);
  background: rgba(103, 126, 188, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.role-stack {
  gap: 13px;
}

.role-stack > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 13px;
  align-items: center;
  padding: clamp(16px, 1.5vw, 24px);
  border: 1px solid rgba(221, 235, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 45%),
    rgba(12, 26, 57, 0.27);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.role-dot {
  grid-row: 1 / 3;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: var(--text-faint);
  box-shadow: 0 0 18px rgba(104, 119, 158, 0.26);
}

.role-dot--violet {
  background: var(--accent);
  box-shadow: 0 0 20px rgba(138, 109, 255, 0.38);
}

.role-dot--cyan {
  background: var(--accent-2);
  box-shadow: 0 0 20px rgba(82, 220, 231, 0.32);
}

.role-stack strong {
  color: var(--text-secondary);
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 650;
}

.role-stack small {
  grid-column: 2;
  color: var(--text-muted);
  font-size: clamp(10px, 0.8vw, 13px);
}

.final-cta {
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr) auto;
  gap: clamp(28px, 3.5vw, 68px);
  align-items: center;
  min-height: 290px;
  margin: 0 var(--page-gutter) clamp(26px, 3vw, 54px);
  padding: clamp(34px, 4.4vw, 78px);
  overflow: hidden;
  border-radius: var(--radius-xxl);
  background:
    radial-gradient(circle at 9% 16%, rgba(174, 154, 255, 0.13), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), transparent 31%, rgba(82, 220, 231, 0.03)),
    rgba(10, 23, 52, 0.35);
}

.final-cta__mark {
  position: relative;
  z-index: 4;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(246, 250, 255, 0.18);
  border-radius: 31px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 52%),
    rgba(18, 33, 73, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 24px 54px rgba(0, 5, 22, 0.3);
}

.final-cta__mark img {
  width: 76px;
  height: 76px;
}

.final-cta > div:not(.final-cta__mark) {
  position: relative;
  z-index: 4;
}

.final-cta h2 {
  font-size: clamp(42px, 4.3vw, 82px);
  line-height: 0.98;
}

.final-cta p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 16px;
}

.final-cta .hero__actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 92px;
  margin: 0 var(--page-gutter) 22px;
  padding: 14px 20px;
  border-radius: 22px;
}

.site-footer nav {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px clamp(18px, 2vw, 34px);
  color: var(--text-muted);
  font-size: 13px;
}

@media (max-width: 1500px) {
  .hero {
    grid-template-columns: minmax(360px, 0.72fr) minmax(610px, 1.28fr);
  }

  .product-stage {
    min-height: 520px;
  }

  .community-section {
    grid-template-columns: minmax(340px, 0.68fr) minmax(590px, 1.32fr);
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta .hero__actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 1180px) {
  :root {
    --page-gutter: clamp(16px, 2.6vw, 32px);
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: min(340px, calc(100vw - 32px));
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    border: 1px solid rgba(221, 235, 255, 0.17);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
      rgba(8, 17, 40, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 24px 60px rgba(0, 5, 22, 0.46);
    backdrop-filter: blur(24px) saturate(1.2);
    -webkit-backdrop-filter: blur(24px) saturate(1.2);
  }

  .site-nav a {
    padding: 12px 13px;
    border-radius: 10px;
  }

  .site-nav a:hover {
    background: rgba(103, 126, 188, 0.14);
  }

  .site-header[data-menu-open="true"] .site-nav {
    display: flex;
  }

  .header-action {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(221, 235, 255, 0.14);
    border-radius: 13px;
    color: var(--text-secondary);
    background: rgba(23, 38, 76, 0.31);
    cursor: pointer;
  }

  .menu-toggle__label {
    font-size: 13px;
    font-weight: 630;
  }

  .menu-toggle__lines {
    display: grid;
    gap: 5px;
  }

  .menu-toggle__lines i {
    display: block;
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .site-header[data-menu-open="true"] .menu-toggle__lines i:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .site-header[data-menu-open="true"] .menu-toggle__lines i:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 144px;
  }

  .hero__copy {
    max-width: 900px;
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .product-stage {
    width: 100%;
    height: min(72vw, 730px);
    max-height: none;
    min-height: 600px;
  }

  .app-window {
    inset: 5% 1% 6%;
  }

  .section-heading > div {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading p {
    max-width: 640px;
  }

  .feature-grid {
    min-height: 610px;
  }

  .feature-card {
    padding: 28px;
  }

  .feature-card__visual {
    min-height: 240px;
  }

  .community-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .community-copy h2 {
    max-width: 11ch;
  }

  .community-copy > p {
    max-width: 650px;
  }

  .community-board {
    min-height: 650px;
    transform: none;
  }

  .community-board__grid {
    min-height: 550px;
  }
}

@media (max-width: 820px) {
  :root {
    --section-gap: 112px;
  }

  html {
    scroll-padding-top: 96px;
  }

  .site-header {
    top: 10px;
    right: 12px;
    left: 12px;
    min-height: 62px;
    border-radius: 19px;
  }

  .brand {
    font-size: 17px;
  }

  .brand__icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .brand__icon img {
    width: 31px;
    height: 31px;
  }

  .hero {
    gap: 24px;
    padding: 112px 16px 32px;
  }

  .hero__copy {
    padding: 28px 0 0;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(48px, 13.6vw, 74px);
    line-height: 0.94;
  }

  .hero__copy > p {
    max-width: 32ch;
    margin-top: 24px;
    font-size: 17px;
  }

  .hero__actions {
    align-items: stretch;
  }

  .button {
    flex: 1 1 190px;
    min-height: 52px;
    padding-inline: 17px;
  }

  .product-stage {
    height: 490px;
    min-height: 490px;
    overflow: hidden;
    perspective: 1200px;
  }

  .glass-prism {
    top: 9%;
    right: -10%;
    width: 83%;
    height: 76%;
  }

  .app-window {
    inset: 5% -132px 7% 0;
    border-radius: 23px;
    transform: rotateX(0.7deg) rotateY(-2.2deg) translateZ(4px);
  }

  .app-preview__body {
    grid-template-columns: 56px 165px minmax(310px, 1fr);
  }

  .server-rail {
    padding-inline: 7px;
  }

  .server-rail img,
  .server-dot {
    width: 36px;
    height: 36px;
  }

  .channel-list {
    padding-inline: 10px;
  }

  .floating-call {
    right: 1%;
    bottom: 1%;
    width: min(292px, 72%);
  }

  .page-section {
    padding-inline: 16px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .section-index {
    padding-top: 0;
  }

  .section-heading h2,
  .community-copy h2 {
    font-size: clamp(45px, 12.4vw, 70px);
  }

  .section-heading p,
  .community-copy > p {
    font-size: 17px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 25px;
  }

  .feature-card {
    min-height: 570px;
    padding: 30px 24px;
  }

  .feature-card + .feature-card {
    border-top: 1px solid rgba(221, 235, 255, 0.1);
    border-left: 0;
  }

  .feature-card h3 {
    font-size: 36px;
  }

  .feature-card__visual {
    min-height: 285px;
  }

  .community-section {
    gap: 42px;
  }

  .community-copy h2 {
    margin-top: 16px;
  }

  .community-copy > p {
    margin-top: 24px;
  }

  .community-note {
    margin-top: 30px;
    padding: 18px;
  }

  .community-board {
    min-height: auto;
    border-radius: 25px;
  }

  .community-board__header {
    min-height: 86px;
    padding: 18px;
  }

  .community-board__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .channel-stack {
    border-right: 0;
    border-bottom: 1px solid rgba(221, 235, 255, 0.09);
  }

  .channel-stack,
  .role-stack {
    padding: 24px 18px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    margin: 0 16px 20px;
    padding: 30px 24px;
    border-radius: 25px;
  }

  .final-cta__mark {
    width: 84px;
    height: 84px;
    border-radius: 24px;
  }

  .final-cta__mark img {
    width: 59px;
    height: 59px;
  }

  .final-cta h2 {
    font-size: clamp(42px, 12vw, 66px);
  }

  .final-cta .hero__actions {
    grid-column: auto;
    justify-content: stretch;
  }

  .site-footer {
    align-items: flex-start;
    margin: 0 16px 16px;
    padding: 20px;
    border-radius: 20px;
  }

  .site-footer nav {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 520px) {
  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .menu-toggle {
    width: 44px;
    justify-content: center;
    padding: 0;
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    flex: none;
  }

  .product-stage {
    height: 470px;
    min-height: 470px;
  }

  .app-window {
    right: -232px;
  }

  .floating-call {
    right: 0;
    width: 276px;
    padding: 13px;
  }

  .floating-call__people i {
    width: 29px;
    height: 29px;
  }

  .community-board__header div span {
    display: none;
  }

  .status-label {
    padding: 7px 9px;
  }

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

  .site-footer {
    flex-direction: column;
  }

  .site-footer nav {
    align-items: flex-start;
  }
}

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

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

/* The hero embeds the same React surfaces as the desktop client. */
.hero__demo {
  min-width: 0;
}

.hero-scene-controls {
  display: none;
}

@media (max-width: 820px), (pointer: coarse) {
  .hero-scene-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
  }

  .hero-scene-controls button {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgb(222 232 255 / 20%);
    border-radius: 14px;
    color: var(--text-primary, #f4f6ff);
    background: rgb(13 23 43 / 85%);
    font: inherit;
    font-size: 13px;
    cursor: pointer;
  }
}

.product-stage {
  width: 100%;
  max-width: 1240px;
  height: clamp(430px, 58vw, 760px);
  min-height: 0;
  max-height: none;
  perspective: none;
  transform-style: flat;
}

.product-stage > :not(.app-window--real):not(.desktop-demo-note) {
  display: none;
}

.app-window.app-window--real {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  border-radius: clamp(20px, 1.6vw, 30px);
  transform: none;
  transform-origin: center;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.app-window.app-window--real::before {
  display: none;
}

.taksacord-demo-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.desktop-demo-note {
  display: none;
}

@media (max-width: 680px) {
  .product-stage {
    height: 520px;
  }

  .app-window.app-window--real {
    border-radius: 20px;
  }
}

/* Real product scenes: one shared React frontend, three presentation states. */
.hero {
  grid-template-columns: minmax(440px, 0.58fr) minmax(900px, 1.52fr);
  gap: clamp(30px, 2.4vw, 58px);
  padding-bottom: 30px;
}

.hero__copy {
  max-width: 660px;
}

.hero h1 {
  font-size: clamp(62px, 4.25vw, 104px);
}

.product-stage {
  max-width: none;
  height: clamp(650px, 39vw, 900px);
}

.feature-section {
  padding-top: clamp(34px, 3.5vw, 72px);
}

.section-heading {
  margin-bottom: clamp(46px, 5vw, 86px);
}

.product-story-stack {
  display: grid;
  gap: clamp(76px, 7vw, 142px);
}

.product-story {
  display: grid;
  grid-template-columns: minmax(340px, 0.46fr) minmax(820px, 1.54fr);
  gap: clamp(34px, 4vw, 84px);
  align-items: center;
  min-width: 0;
}

.product-story--voice {
  grid-template-columns: minmax(820px, 1.54fr) minmax(340px, 0.46fr);
}

.product-story--voice .product-story__copy {
  grid-column: 2;
  grid-row: 1;
}

.product-story--voice .product-story__stage {
  grid-column: 1;
  grid-row: 1;
}

.product-story__copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 560px;
}

.product-story__index {
  color: rgba(185, 199, 233, 0.72);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.product-story h3 {
  max-width: 11ch;
  margin: 22px 0 0;
  font-size: clamp(44px, 4.15vw, 82px);
  font-weight: 730;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.product-story__copy > p {
  max-width: 42ch;
  margin: 26px 0 0;
  color: var(--text-secondary);
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.58;
}

.product-story__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-story__facts li {
  padding: 10px 13px;
  border: 1px solid rgba(221, 235, 255, 0.13);
  border-radius: 12px;
  color: rgba(224, 233, 252, 0.82);
  background: rgba(9, 22, 52, 0.34);
  font-size: 13px;
  font-weight: 650;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.product-story__stage {
  position: relative;
  z-index: 3;
  min-width: 0;
  height: clamp(640px, 42vw, 900px);
  overflow: hidden;
  border-color: rgba(226, 237, 255, 0.2);
  border-radius: clamp(22px, 2vw, 34px);
  background: rgba(6, 15, 37, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 34px 86px rgba(0, 5, 22, 0.42);
}

.product-story__stage .app-window.app-window--real {
  border: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
}

.namordnik-showcase {
  position: relative;
  display: grid;
  min-height: clamp(560px, 38vw, 760px);
  overflow: hidden;
  border-color: rgba(217, 232, 255, 0.18);
  border-radius: clamp(26px, 2.5vw, 42px);
  background: #061027;
  isolation: isolate;
}

.namordnik-showcase::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 10, 27, 0.98) 0%, rgba(4, 12, 31, 0.91) 30%, rgba(4, 12, 31, 0.35) 58%, rgba(4, 12, 31, 0.04) 82%);
}

.namordnik-showcase__copy {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(49%, 720px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 94px);
}

.namordnik-showcase__label {
  color: #9af0e9;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
}

.namordnik-showcase h3 {
  max-width: 12ch;
  margin: 22px 0 0;
  font-size: clamp(48px, 4.7vw, 92px);
  font-weight: 740;
  letter-spacing: -0.058em;
  line-height: 0.96;
  text-wrap: balance;
}

.namordnik-showcase__copy > p {
  max-width: 43ch;
  margin: 27px 0 0;
  color: var(--text-secondary);
  font-size: clamp(17px, 1.1vw, 21px);
  line-height: 1.58;
}

.namordnik-showcase__copy > small {
  max-width: 62ch;
  margin-top: 23px;
  color: rgba(178, 192, 222, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.namordnik-showcase__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
}

.namordnik-showcase__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stream-quality {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.stream-quality > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 13px;
  align-items: center;
  padding: 16px 17px;
  border: 1px solid rgba(221, 235, 255, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 48%),
    rgba(7, 18, 45, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.stream-quality span {
  grid-row: 1 / 3;
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(159, 138, 255, 0.35);
  border-radius: 14px;
  color: #dcd4ff;
  background: rgba(112, 83, 229, 0.2);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  place-items: center;
}

.stream-quality > div:last-child span {
  border-color: rgba(84, 221, 224, 0.32);
  color: #a9f2ed;
  background: rgba(43, 151, 169, 0.17);
}

.stream-quality strong {
  font-size: 16px;
}

.stream-quality small {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.4;
}

.product-story__copy .product-story__note {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.community-section {
  grid-template-columns: minmax(350px, 0.42fr) minmax(900px, 1.58fr);
  gap: clamp(40px, 4vw, 82px);
  min-height: auto;
  padding-top: clamp(104px, 9vw, 180px);
}

.community-copy h2 {
  max-width: 11ch;
}

.community-live-stage {
  position: relative;
  height: clamp(760px, 48vw, 980px);
  min-width: 0;
  overflow: hidden;
  border-color: rgba(226, 237, 255, 0.19);
  border-radius: clamp(24px, 2.2vw, 38px);
  background: rgba(5, 14, 35, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 36px 92px rgba(0, 5, 22, 0.4);
}

.community-live-stage .app-window.app-window--real {
  border: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
}

.product-story--profile {
  grid-template-columns: minmax(820px, 1.54fr) minmax(340px, 0.46fr);
}

.product-story--profile .product-story__copy {
  grid-column: 2;
  grid-row: 1;
}

.product-story--profile .product-story__stage {
  grid-column: 1;
  grid-row: 1;
}

.product-story__stage--profile {
  height: clamp(720px, 46vw, 980px);
}

.emoji-section {
  display: grid;
  gap: clamp(40px, 5vw, 88px);
  padding-top: clamp(110px, 9vw, 184px);
}

.emoji-section__copy {
  display: grid;
  grid-template-columns: minmax(70px, 0.18fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 58px);
  align-items: start;
}

.emoji-section__copy > div {
  display: grid;
  grid-template-columns: minmax(430px, 1.1fr) minmax(300px, 0.7fr);
  gap: clamp(34px, 5vw, 110px);
  align-items: end;
}

.emoji-section h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 100px);
  font-weight: 730;
  letter-spacing: -0.058em;
  line-height: 0.96;
  text-wrap: balance;
}

.emoji-section__copy p {
  max-width: 44ch;
  margin: 0;
  padding-bottom: 7px;
  color: var(--text-secondary);
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.58;
}

.emoji-stage {
  position: relative;
  z-index: 3;
  height: clamp(470px, 34vw, 660px);
  overflow: hidden;
  border-color: rgba(226, 237, 255, 0.18);
  border-radius: clamp(24px, 2.2vw, 38px);
  background:
    radial-gradient(circle at 18% 26%, rgba(139, 102, 255, 0.16), transparent 32%),
    radial-gradient(circle at 78% 68%, rgba(63, 218, 222, 0.12), transparent 34%),
    rgba(6, 15, 37, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 38px 90px rgba(0, 5, 22, 0.36);
}

.emoji-stage .app-window.app-window--real {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  transform: none;
}

.emoji-stage__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

@media (max-width: 1500px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 132px;
  }

  .hero__copy {
    max-width: 880px;
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 10.4ch;
  }

  .product-stage {
    width: 100%;
    height: clamp(650px, 63vw, 850px);
  }

  .product-story,
  .product-story--voice,
  .product-story--profile {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .product-story--voice .product-story__copy,
  .product-story--voice .product-story__stage,
  .product-story--profile .product-story__copy,
  .product-story--profile .product-story__stage {
    grid-column: 1;
    grid-row: auto;
  }

  .product-story--voice .product-story__copy,
  .product-story--profile .product-story__copy {
    order: 0;
  }

  .product-story--voice .product-story__stage,
  .product-story--profile .product-story__stage {
    order: 1;
  }

  .product-story__copy {
    max-width: 780px;
  }

  .product-story h3 {
    max-width: 13ch;
    font-size: clamp(50px, 6vw, 78px);
  }

  .product-story__stage {
    height: clamp(650px, 65vw, 880px);
  }

  .product-story__stage--profile {
    height: clamp(760px, 72vw, 940px);
  }

  .namordnik-showcase__copy {
    width: min(58%, 720px);
  }

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

  .community-copy > p {
    max-width: 680px;
  }

  .community-live-stage {
    height: clamp(760px, 72vw, 980px);
  }

  .emoji-section__copy > div {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .emoji-section__copy p {
    max-width: 680px;
  }
}

@media (max-width: 820px) {
  :root {
    --section-gap: 72px;
  }

  .hero {
    gap: 30px;
    padding: 108px 16px 28px;
  }

  .hero h1 {
    font-size: clamp(48px, 13.4vw, 72px);
  }

  .product-stage,
  .product-story__stage,
  .community-live-stage {
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: visible;
    content-visibility: auto;
  }

  .emoji-stage {
    content-visibility: auto;
  }

  .desktop-demo-note {
    position: absolute;
    z-index: 5;
    top: -28px;
    right: 2px;
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 0 9px;
    border: 1px solid rgba(221, 235, 255, 0.14);
    border-radius: 999px;
    color: rgba(224, 233, 252, 0.72);
    background: rgba(9, 22, 52, 0.42);
    font-size: 10px;
    font-weight: 680;
    letter-spacing: 0.055em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .feature-section {
    padding-top: 52px;
  }

  .section-heading {
    margin-bottom: 56px;
  }

  .product-story-stack {
    gap: 88px;
  }

  .product-story {
    gap: 28px;
  }

  .product-story h3 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .product-story__copy > p {
    margin-top: 20px;
    font-size: 17px;
  }

  .product-story__facts {
    margin-top: 22px;
  }

  .stream-quality {
    margin-top: 24px;
  }

  .namordnik-showcase {
    min-height: 830px;
    align-items: end;
    border-radius: 24px;
  }

  .namordnik-showcase::after {
    background: linear-gradient(180deg, rgba(3, 10, 27, 0.02) 8%, rgba(3, 10, 27, 0.45) 42%, rgba(3, 10, 27, 0.98) 69%);
  }

  .namordnik-showcase__visual img {
    height: 58%;
    object-position: 68% center;
  }

  .namordnik-showcase__copy {
    width: 100%;
    justify-content: end;
    padding: 360px 22px 30px;
  }

  .namordnik-showcase h3 {
    font-size: clamp(44px, 12.4vw, 66px);
  }

  .community-live-stage {
    border-radius: 24px;
  }

  .emoji-section {
    gap: 38px;
    padding-top: 96px;
  }

  .emoji-section__copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .emoji-section h2 {
    font-size: clamp(44px, 12.6vw, 68px);
  }

  .emoji-section__copy p {
    font-size: 17px;
  }

  .emoji-stage {
    height: 650px;
    border-radius: 24px;
  }
}

@media (max-width: 820px), (pointer: coarse) {
  .taksacord-demo-frame,
  .emoji-stage__frame {
    pointer-events: none;
    touch-action: pan-y;
  }

  body * {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body { isolation: isolate; background-image: none; }
  body::before, body::after, .sky-scene__stars, .sky-scene__glow { display: none; }
  .sky-scene {
    bottom: auto;
    height: 100lvh;
    background: linear-gradient(180deg, rgb(4 10 30 / 8%), rgb(5 9 23 / 48%)), url("/site/liquid-glass-twilight-sky.avif") center top / cover;
    transform: translateZ(0);
  }
}

.demo-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
[data-taksacord-demo-frame][data-demo-src] { opacity: 0; }
[data-taksacord-demo-frame][data-demo-ready="true"] { opacity: 1; }
.demo-preview:has(+ [data-demo-ready="true"]) { visibility: hidden; }

@media (max-width: 520px) {
  .product-stage,
  .product-story__stage {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
  }

  .namordnik-showcase {
    min-height: 800px;
    border-radius: 20px;
  }

  .namordnik-showcase__copy {
    padding: 330px 18px 24px;
  }

  .community-live-stage {
    border-radius: 20px;
  }

  .stream-quality > div {
    padding: 13px;
  }

  .stream-quality span {
    width: 42px;
    height: 42px;
  }

  .emoji-stage {
    height: 590px;
    border-radius: 20px;
  }
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .glass-surface,
  .glass-surface--shallow,
  .glass-surface--quiet {
    background-color: rgba(8, 17, 40, 0.91);
  }
}

.feature-scene-controls { display: none; }
.feature-demo-group { min-width: 0; }
.product-story--voice .feature-demo-group { grid-column: 1; grid-row: 1; }
.appearance-plan { margin-top: 28px; padding: 26px; border-radius: 24px; }
.appearance-plan > span { display: block; color: #c0aaff; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.appearance-plan > strong { display: block; margin-top: 10px; font-size: clamp(34px, 3vw, 48px); }
.appearance-plan small { font-size: 17px; color: var(--text-secondary); font-weight: 500; }
.appearance-plan p { margin: 10px 0 0; color: var(--text-secondary); line-height: 1.5; }
@media (max-width: 1500px) {
  .product-story--voice .feature-demo-group, .product-story--profile .feature-demo-group { grid-column: 1; grid-row: auto; order: 1; }
}
@media (max-width: 820px), (pointer: coarse) {
  .emoji-stage { height: auto; aspect-ratio: 16 / 9; }
  .product-story--voice .feature-demo-group { grid-column: auto; grid-row: auto; }
  .feature-scene-controls { display: flex; justify-content: flex-end; margin-top: 12px; gap: 8px; }
  .feature-scene-controls button { min-height: 44px; padding: 0 18px; border: 1px solid rgb(221 235 255 / 20%); border-radius: 16px; color: #eef0ff; background: #111d36; font: inherit; font-size: 13px; font-weight: 650; }
  .feature-scene-controls button[hidden] { display: none; }
}
