:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5d6675;
  --paper: #f7f4ee;
  --white: #ffffff;
  --navy: #071529;
  --navy-2: #0b2240;
  --blue: #1259ff;
  --cyan: #14d9d4;
  --magenta: #f000d4;
  --pink: #ff2f71;
  --gold: #e6b65e;
  --coral: #dc6b4d;
  --line: rgba(17, 24, 39, 0.12);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 68px rgba(7, 21, 41, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #07111f;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

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

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

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

p {
  line-height: 1.72;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 99;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
}

.skip-link:focus {
  left: 12px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 15, 30, 0.76);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 900;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--pink);
  border-radius: 8px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--pink), #ff4e9b);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(255, 47, 113, 0.34);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: none;
}

.button.light {
  border-color: var(--ink);
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 11, 24, 0.98) 0%, rgba(4, 11, 24, 0.86) 38%, rgba(4, 11, 24, 0.28) 100%),
    url("./generated/rstars-hero-bg.png") center right / cover no-repeat;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(7, 15, 30, 1), rgba(7, 15, 30, 0));
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 217, 212, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 217, 212, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 32%, transparent 72%);
  opacity: 0.5;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 108px 0 118px;
}

.hero-copy-wrap {
  max-width: 790px;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  border: 1px solid rgba(230, 182, 94, 0.48);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 830px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 1.04;
  font-weight: 950;
}

.hero h1 {
  max-width: 960px;
  font-size: clamp(40px, 5.2vw, 74px);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.3);
}

.desktop-break {
  display: block;
}

.hero-lead {
  max-width: 730px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.64;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 30px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 860px;
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.26);
}

.trust-item {
  border: 0;
  border-right: 1px solid rgba(7, 21, 41, 0.12);
  border-radius: 0;
  padding: 18px 24px;
  background: transparent;
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 22px;
  color: var(--navy);
}

.trust-item span {
  color: #445066;
  font-size: 13px;
}

.hero-collage {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 46px;
  z-index: 1;
  display: grid;
  grid-template-columns: 210px 210px;
  gap: 12px;
  width: 432px;
  opacity: 0;
  pointer-events: none;
}

.hero-collage img {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.hero-collage img:nth-child(2) {
  transform: translateY(34px);
}

.hero-collage img:nth-child(3) {
  transform: translateY(-20px);
}

.market-hero {
  min-height: min(830px, calc(100vh - 68px));
  background:
    linear-gradient(90deg, rgba(4, 11, 24, 0.98) 0%, rgba(4, 11, 24, 0.9) 42%, rgba(4, 11, 24, 0.72) 100%),
    linear-gradient(rgba(20, 217, 212, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 89, 255, 0.08) 1px, transparent 1px),
    #07111f;
  background-size: auto, 54px 54px, 54px 54px, auto;
}

.market-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(380px, 0.42fr);
  gap: 34px;
  align-items: center;
  padding: 76px 0 82px;
}

.market-proof {
  max-width: 760px;
  margin-top: 32px;
}

.market-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.market-network {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1.1;
  isolation: isolate;
}

.market-network::before {
  content: "";
  position: absolute;
  inset: 7% 3% 5% 0;
  border: 1px solid rgba(20, 217, 212, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(rgba(20, 217, 212, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 182, 94, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.62;
  transform: rotate(-8deg);
}

.network-lines {
  position: absolute;
  inset: 2% 0 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.network-lines path {
  fill: none;
  stroke: rgba(20, 217, 212, 0.42);
  stroke-width: 1.4;
  stroke-dasharray: 7 10;
}

.network-lines path:nth-child(2) {
  stroke: rgba(255, 47, 113, 0.34);
  stroke-dasharray: 5 11;
}

.network-lines path:nth-child(3),
.network-lines path:nth-child(4) {
  stroke: rgba(230, 182, 94, 0.34);
  stroke-dasharray: 2 14;
}

.network-glow {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 2;
  width: 310px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 44%, rgba(20, 217, 212, 0.34), transparent 38%),
    radial-gradient(circle at 62% 54%, rgba(255, 47, 113, 0.28), transparent 42%);
  filter: blur(10px);
  opacity: 0.72;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.network-orbit {
  position: absolute;
  inset: 15% 9% 12% 8%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left-color: rgba(20, 217, 212, 0.46);
  border-right-color: rgba(255, 47, 113, 0.36);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.network-orbit::before,
.network-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.network-orbit::before {
  inset: 15% 17%;
  border: 1px solid rgba(20, 217, 212, 0.18);
  border-top-color: rgba(230, 182, 94, 0.36);
}

.network-orbit::after {
  width: 10px;
  height: 10px;
  right: 12%;
  top: 11%;
  background: var(--pink);
  box-shadow: 0 0 26px rgba(255, 47, 113, 0.64);
}

.network-core {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: clamp(132px, 12.6vw, 168px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  padding: clamp(12px, 1.15vw, 16px);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.15), transparent 24%),
    radial-gradient(circle at 48% 50%, rgba(20, 217, 212, 0.28), transparent 54%),
    radial-gradient(circle at 62% 60%, rgba(255, 47, 113, 0.18), transparent 55%);
  color: var(--white);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.24),
    0 0 60px rgba(20, 217, 212, 0.18);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.network-core::before,
.network-core::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.network-core::before {
  inset: -32%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(20, 217, 212, 0.24), transparent 50%),
    radial-gradient(circle at 65% 65%, rgba(255, 47, 113, 0.18), transparent 52%),
    radial-gradient(circle at 48% 38%, rgba(230, 182, 94, 0.14), transparent 44%);
  filter: blur(18px);
}

.network-core::after {
  inset: 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(8, 18, 37, 0.64), rgba(8, 18, 37, 0.08) 58%, transparent 70%);
}

.network-core-icon {
  position: relative;
  z-index: 1;
  width: 128%;
  height: 128%;
  object-fit: contain;
  filter:
    drop-shadow(0 16px 30px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 22px rgba(20, 217, 212, 0.24));
}

.network-caption span,
.network-node {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.network-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(7, 21, 41, 0.58);
  color: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

.network-node::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(20, 217, 212, 0.72);
}

.node-creators {
  left: 5%;
  top: 17%;
}

.node-artists {
  right: 12%;
  top: 11%;
}

.node-events {
  right: 0;
  top: 50%;
}

.node-gaming {
  left: 10%;
  bottom: 26%;
}

.node-live {
  right: 31%;
  bottom: 6%;
}

.node-commerce {
  left: 35%;
  top: 5%;
}

.network-case-card {
  position: absolute;
  z-index: 2;
  width: 156px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
  opacity: 0.88;
}

.network-case-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.network-case-card figcaption {
  padding: 8px 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.case-dove {
  left: 0;
  top: 37%;
  transform: rotate(-5deg);
}

.case-pose {
  right: 5%;
  top: 24%;
  transform: rotate(4deg);
}

.case-game {
  right: 18%;
  bottom: 14%;
  transform: rotate(-2deg);
}

.network-caption {
  position: absolute;
  left: 6%;
  bottom: 6%;
  z-index: 4;
  display: grid;
  gap: 5px;
  color: var(--white);
}

.network-caption span {
  color: var(--gold);
}

.network-caption strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

section {
  padding: 82px 0;
  background: var(--paper);
}

.tech-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 217, 212, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 89, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #07111f 0%, #0a1830 48%, #140f28 100%);
  background-size: 52px 52px, 52px 52px, auto;
  color: var(--white);
}

.tech-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0%, rgba(20, 217, 212, 0.14) 43%, transparent 58%),
    linear-gradient(162deg, transparent 0%, rgba(255, 47, 113, 0.12) 68%, transparent 82%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.tech-section .section-inner {
  position: relative;
  z-index: 1;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 940;
}

.section-head p,
.lead {
  color: var(--muted);
  font-size: 17px;
}

.tech-section .section-head p,
.tech-section .lead {
  color: rgba(255, 255, 255, 0.7);
}

.band-dark {
  background:
    linear-gradient(rgba(18, 89, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 217, 212, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 70% 0%, rgba(255, 47, 113, 0.18), transparent 32%),
    var(--navy);
  background-size: 52px 52px, 52px 52px, auto, auto;
  color: var(--white);
}

.band-dark .section-head p,
.band-dark .lead,
.band-dark .card p,
.band-dark .list li {
  color: rgba(255, 255, 255, 0.72);
}

.grid-5,
.grid-4,
.grid-3,
.grid-2 {
  display: grid;
  gap: 14px;
}

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

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

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

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

.card,
.case-card,
.panel,
.form-panel,
.metric-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.card,
.case-card {
  position: relative;
  overflow: hidden;
}

.card::before,
.case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(18, 89, 255, 0.55), rgba(255, 47, 113, 0.45), rgba(230, 182, 94, 0.35));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.card:hover::before,
.case-card:hover::before {
  opacity: 1;
}

.band-dark .card,
.band-dark .case-card,
.band-dark .panel,
.band-dark .metric-card {
  border-color: var(--dark-line);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.card,
.panel,
.form-panel,
.metric-card {
  padding: 24px;
}

.card h3,
.case-card h3,
.panel h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.card p,
.case-card p,
.panel p {
  color: var(--muted);
  font-size: 15px;
}

.services-board .grid-5 {
  align-items: stretch;
}

.service-card {
  min-height: 318px;
  display: flex;
  flex-direction: column;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(7, 17, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 56%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  opacity: 0.88;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 217, 212, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
    rgba(7, 17, 31, 0.86);
}

.service-card h3 {
  color: var(--white);
}

.service-card p {
  color: rgba(255, 255, 255, 0.68);
}

.service-chip {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 26px;
  border: 1px solid rgba(20, 217, 212, 0.3);
  border-radius: 999px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 900;
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: var(--white);
  font-weight: 900;
}

.case-card {
  overflow: hidden;
}

.case-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.case-card-body {
  padding: 20px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.tag {
  display: inline-flex;
  border: 1px solid rgba(18, 89, 255, 0.22);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
}

.band-dark .tag {
  border-color: rgba(20, 217, 212, 0.3);
  color: var(--cyan);
}

.list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.72;
}

.process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  position: relative;
}

.process-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 217, 212, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 89, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 16% 12%, rgba(20, 217, 212, 0.16), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 47, 113, 0.18), transparent 32%),
    linear-gradient(135deg, #05101f 0%, #081a33 48%, #150c27 100%);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
  color: var(--white);
}

.process-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0%, rgba(20, 217, 212, 0.13) 42%, transparent 56%),
    linear-gradient(162deg, transparent 0%, rgba(255, 47, 113, 0.12) 68%, transparent 84%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.process-band .section-inner {
  position: relative;
  z-index: 1;
}

.process-band .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.process::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 4%;
  right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 89, 255, 0.36), rgba(255, 47, 113, 0.32), transparent);
  pointer-events: none;
}

.process-step {
  position: relative;
  min-height: 212px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(7, 17, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.process-step::after {
  content: "";
  position: absolute;
  top: 0;
  left: -62%;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  opacity: 0.78;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 18px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(18, 89, 255, 0.1), 0 0 24px rgba(18, 89, 255, 0.38);
}

.process-step strong {
  display: block;
  margin-bottom: 8px;
  padding-left: 26px;
  color: var(--cyan);
  font-size: 24px;
}

.process-step span {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-weight: 900;
}

.process-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

@media (prefers-reduced-motion: no-preference) {
  .button {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

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

  .service-card::after {
    animation: service-scan 4.8s linear infinite;
  }

  .ai-chatbot-toggle {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .ai-chatbot-toggle:hover {
    border-color: rgba(20, 217, 212, 0.48);
    box-shadow: 0 24px 78px rgba(5, 13, 26, 0.46), 0 0 44px rgba(20, 217, 212, 0.18);
    transform: translateY(-2px);
  }

  .ai-chatbot-toggle:hover::before {
    animation: service-scan 1.1s ease;
  }

  .network-lines path {
    animation: network-drift 8s linear infinite;
  }

  .network-orbit {
    animation: network-spin 18s linear infinite;
  }

  .network-orbit::after,
  .network-node::before {
    animation: signal-pulse 2.4s ease-in-out infinite;
  }

  .network-case-card {
    animation: network-float 6.8s ease-in-out infinite;
  }

  .case-pose {
    animation-delay: -1.7s;
  }

  .case-game {
    animation-delay: -3.2s;
  }

  .case-card {
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .case-card:hover {
    transform: translateY(-5px);
  }
}

@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;
  }
}

@keyframes service-scan {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(290%);
  }
}

@keyframes network-drift {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -68;
  }
}

@keyframes network-spin {
  from {
    transform: rotate(-14deg);
  }

  to {
    transform: rotate(346deg);
  }
}

@keyframes network-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes signal-pulse {
  0%,
  100% {
    opacity: 0.74;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.55fr);
  gap: 18px;
  align-items: start;
}

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

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.band-dark label {
  color: rgba(255, 255, 255, 0.78);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 12px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.span-2 {
  grid-column: span 2;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-list div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.contact-list strong {
  display: block;
  margin-bottom: 5px;
}

.subhero {
  background: linear-gradient(135deg, var(--navy), var(--navy-2) 56%, #2b1845);
  color: var(--white);
  padding: 86px 0 54px;
}

.subhero h1 {
  font-size: clamp(40px, 5.2vw, 70px);
}

.subhero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.case-hero {
  padding: 72px 0;
}

.case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
  gap: 28px;
  align-items: center;
}

.case-hero-image {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.case-meta span {
  display: inline-flex;
  border: 1px solid rgba(20, 217, 212, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

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

.case-snapshot .metric-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 15px;
}

.case-snapshot .metric-card span {
  display: block;
  color: var(--muted);
  line-height: 1.62;
}

.case-section {
  background:
    linear-gradient(rgba(18, 89, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 21, 41, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px, 44px 44px, auto;
}

.case-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.32fr);
  gap: 18px;
  align-items: start;
}

.case-main,
.case-aside {
  display: grid;
  gap: 16px;
}

.case-aside {
  position: sticky;
  top: 92px;
}

.case-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.case-block h2 {
  font-size: clamp(28px, 3.4vw, 46px);
}

.case-block p:last-child {
  margin-bottom: 0;
}

.case-step-grid,
.case-proof-grid,
.case-media-grid,
.team-grid,
.capability-grid {
  display: grid;
  gap: 12px;
}

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

.case-step,
.case-proof-grid div,
.team-card,
.capability-card,
.case-media-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.case-step {
  padding: 18px;
}

.case-step strong {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 7px 9px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: var(--white);
}

.case-step h3 {
  margin-bottom: 8px;
}

.case-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.case-proof-grid div {
  padding: 18px;
}

.case-proof-grid strong {
  display: block;
  margin-bottom: 8px;
}

.case-proof-grid span {
  color: var(--muted);
  line-height: 1.62;
}

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

.case-media-card {
  overflow: hidden;
  color: var(--ink);
}

.case-media-card img,
.case-media-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #081225;
}

.case-media-card span,
.case-media-card strong {
  display: block;
  padding: 14px;
}

.case-media-card strong {
  padding-bottom: 0;
  color: var(--pink);
  font-size: 12px;
  text-transform: uppercase;
}

.case-media-link {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(20, 217, 212, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 89, 255, 0.08) 1px, transparent 1px),
    var(--white);
  background-size: 28px 28px, 28px 28px, auto;
}

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

.team-card {
  padding: 24px;
}

.team-card .role {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid rgba(18, 89, 255, 0.22);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.team-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

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

.capability-card {
  padding: 20px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: 18px;
  align-items: start;
}

.feature-image {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.footer {
  background: #050d1a;
  color: rgba(255, 255, 255, 0.72);
  padding: 34px 0;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer strong {
  color: var(--white);
}

.ai-chatbot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  width: min(380px, calc(100vw - 32px));
  color: var(--ink);
  pointer-events: none;
}

.ai-chatbot-toggle,
.ai-chatbot-panel {
  pointer-events: auto;
}

.ai-chatbot-toggle {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 7px 18px 7px 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)),
    rgba(7, 21, 41, 0.82);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  box-shadow: 0 22px 70px rgba(5, 13, 26, 0.42), 0 0 36px rgba(20, 217, 212, 0.12);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.ai-chatbot-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(20, 217, 212, 0.18), transparent);
  transform: translateX(-100%);
  pointer-events: none;
}

.ai-chatbot-orb {
  display: inline-grid;
  place-items: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ai-chatbot-svg {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 18px rgba(20, 217, 212, 0.32));
}

.ai-chatbot-label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  text-align: left;
}

.ai-chatbot-label span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ai-chatbot-label strong {
  font-size: 14px;
  white-space: nowrap;
}

.ai-chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 76px rgba(5, 13, 26, 0.34);
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.ai-chatbot[data-open="true"] .ai-chatbot-panel {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.ai-chatbot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(7, 21, 41, 0.98), rgba(18, 89, 255, 0.86)),
    var(--navy);
  color: var(--white);
}

.ai-chatbot-head strong,
.ai-chatbot-head span {
  display: block;
}

.ai-chatbot-head strong {
  font-size: 15px;
}

.ai-chatbot-head span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.ai-chatbot-head button {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.ai-chatbot-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: min(420px, calc(100vh - 230px));
  min-height: 180px;
  overflow-y: auto;
  padding: 14px;
  background:
    linear-gradient(rgba(18, 89, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 217, 212, 0.05) 1px, transparent 1px),
    #f8fafc;
  background-size: 28px 28px, 28px 28px, auto;
}

.ai-message {
  max-width: 88%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.ai-message-bot {
  align-self: flex-start;
  background: var(--white);
  color: var(--ink);
}

.ai-message-user {
  align-self: flex-end;
  border-color: rgba(18, 89, 255, 0.38);
  background: var(--blue);
  color: var(--white);
}

.ai-message-citations {
  margin-top: 8px;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  padding-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.ai-chatbot-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 12px;
  background: var(--white);
}

.ai-chatbot-form input {
  min-height: 42px;
  padding: 10px 12px;
}

.ai-chatbot-form button {
  min-height: 42px;
  border: 1px solid var(--pink);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--pink);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

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

  .grid-4,
  .grid-3,
  .process,
  .case-snapshot,
  .case-media-grid,
  .team-grid,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-hero-grid,
  .case-layout {
    grid-template-columns: 1fr;
  }

  .case-aside {
    position: static;
  }

  .hero-collage {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
    width: min(100%, 560px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-collage img {
    height: 132px;
  }

  .hero-collage img:nth-child(2),
  .hero-collage img:nth-child(3) {
    transform: none;
  }

  .market-hero-inner {
    grid-template-columns: 1fr;
  }

  .market-visual {
    min-height: 0;
    justify-content: flex-start;
  }

  .market-network {
    width: min(100%, 620px);
  }
}

@media (max-width: 820px) {
  .desktop-break {
    display: none;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 72px 0 74px;
  }

  .hero {
    background-position: 62% center;
  }

  .market-hero {
    min-height: auto;
  }

  .market-hero-inner {
    padding: 48px 0 58px;
  }

  .market-hero .hero-actions {
    margin: 24px 0 22px;
  }

  .market-visual {
    display: block;
    min-height: 0;
  }

  .market-network {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    aspect-ratio: 0.82;
  }

  .network-glow {
    width: 250px;
    height: 170px;
  }

  .network-core {
    width: 122px;
    padding: 10px;
  }

  .network-core::after {
    inset: 18%;
  }

  .network-node {
    padding: 7px 9px;
    font-size: 10px;
  }

  .network-case-card {
    width: 130px;
  }

  .case-dove {
    left: 0;
    top: 39%;
  }

  .case-pose {
    right: 0;
    top: 27%;
  }

  .case-game {
    right: 12%;
    bottom: 18%;
  }

  .network-caption {
    left: 2%;
    bottom: 4%;
  }

  .network-caption strong {
    font-size: 14px;
  }

  .trust-strip {
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .trust-item {
    border: 1px solid var(--dark-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
  }

  .trust-item strong {
    color: var(--white);
  }

  .trust-item span {
    color: rgba(255, 255, 255, 0.76);
  }

  .trust-strip,
  .section-head,
  .grid-2,
  .contact-grid,
  .two-col,
  .case-snapshot,
  .case-step-grid,
  .case-proof-grid,
  .case-media-grid,
  .team-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .market-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .market-proof .trust-item {
    padding: 12px 10px;
  }

  .market-proof .trust-item strong {
    font-size: 20px;
  }

  .market-proof .trust-item span {
    font-size: 12px;
    line-height: 1.36;
  }

  .grid-5,
  .grid-4,
  .grid-3,
  .process {
    grid-template-columns: 1fr;
  }

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

  .span-2 {
    grid-column: span 1;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-chatbot {
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .ai-chatbot-toggle {
    min-height: 58px;
    gap: 0;
    padding: 6px;
  }

  .ai-chatbot-label {
    display: none;
  }

  .ai-chatbot-orb {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .ai-chatbot-svg {
    width: 42px;
    height: 42px;
  }

  .ai-chatbot-panel {
    bottom: 66px;
    width: calc(100vw - 24px);
  }

  .ai-chatbot-messages {
    max-height: min(360px, calc(100vh - 210px));
  }

  .ai-chatbot-form {
    grid-template-columns: 1fr;
  }

  .ai-chatbot-form button {
    width: 100%;
  }
}
