:root {
  color-scheme: dark;
  --bg: #030714;
  --panel: rgba(8, 21, 54, 0.62);
  --panel-strong: rgba(10, 31, 74, 0.78);
  --line: rgba(157, 229, 255, 0.26);
  --text: #eefaff;
  --muted: #a9cde2;
  --cyan: #55dcff;
  --blue: #1d72ff;
  --violet: #7e5cff;
  --white: #ffffff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 18%, rgba(13, 73, 156, 0.34), transparent 30rem),
    radial-gradient(circle at 24% 82%, rgba(0, 119, 255, 0.2), transparent 28rem),
    linear-gradient(140deg, #020713 0%, #03112f 42%, #061d52 72%, #020612 100%);
}

body::before {
  display: none;
  content: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 72% 52%, rgba(13, 111, 255, 0.18), transparent 34rem),
    radial-gradient(ellipse at 16% 44%, rgba(0, 184, 255, 0.12), transparent 26rem);
}

.site-shell::before {
  display: none;
  content: none;
}

.site-shell::after {
  display: none;
  content: none;
}

#networkCanvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}

.background-ornaments {
  display: none;
}

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

.background-ornaments::before {
  top: 17%;
  left: -10%;
  width: 120%;
  height: 38%;
  background:
    linear-gradient(100deg, transparent 0 12%, rgba(90, 221, 255, 0.13) 22%, transparent 32%),
    linear-gradient(104deg, transparent 0 34%, rgba(160, 113, 255, 0.11) 45%, transparent 56%),
    repeating-linear-gradient(4deg, transparent 0 20px, rgba(132, 232, 255, 0.08) 21px, transparent 23px);
  filter: blur(0.5px);
  opacity: 0.9;
  transform: rotate(-4deg);
  animation: flow-band 11s ease-in-out infinite alternate;
}

.background-ornaments::after {
  right: -18%;
  bottom: 8%;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 31%, rgba(88, 219, 255, 0.1) 31.3%, transparent 32%),
    conic-gradient(from 20deg, transparent, rgba(85, 220, 255, 0.16), transparent 26%, rgba(126, 92, 255, 0.16), transparent 52%);
  filter: blur(1px);
  opacity: 0.68;
  animation: orbital-glow 24s linear infinite;
}

.orbital-ring {
  position: absolute;
  top: 9%;
  right: 6%;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(142, 236, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    inset 0 0 48px rgba(85, 220, 255, 0.06),
    0 0 80px rgba(126, 92, 255, 0.08);
  animation: ornament-spin 26s linear infinite;
}

.orbital-ring::before,
.orbital-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.orbital-ring::before {
  inset: 16%;
  border: 1px dashed rgba(142, 236, 255, 0.14);
}

.orbital-ring::after {
  top: 18%;
  right: 10%;
  width: 9px;
  height: 9px;
  background: #7beaff;
  box-shadow: 0 0 28px rgba(123, 234, 255, 0.95);
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  border-bottom: 1px solid rgba(223, 246, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 18px;
  font-weight: 760;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(163, 239, 255, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(65, 211, 255, 0.44);
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

nav a {
  color: rgba(231, 250, 255, 0.78);
  font-size: 14px;
  text-decoration: none;
}

a[aria-disabled="true"] {
  cursor: default;
}

.market-nav {
  justify-content: flex-end;
  gap: 10px;
}

.market-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(157, 229, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(236, 252, 255, 0.92);
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.market-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(132, 230, 255, 0.62);
  background: rgba(85, 220, 255, 0.14);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 36px;
  align-items: center;
  min-height: calc(100vh - 96px);
  padding: 56px 0 36px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #9deeff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: transparent;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  background:
    linear-gradient(100deg, #ffffff 0%, #69efff 18%, #3f8cff 38%, #b66cff 58%, #69efff 78%, #ffffff 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter:
    drop-shadow(0 0 18px rgba(85, 220, 255, 0.32))
    drop-shadow(0 0 24px rgba(126, 92, 255, 0.18));
  animation: title-flow 5.8s linear infinite;
}

.section-heading h2,
.intro-panel h2,
.why-panel h2,
.developer-layer h2,
.token-panel h2,
.buy-routes-copy h2,
.brand-panel h2,
.social-hub h2 {
  color: transparent;
  background: linear-gradient(100deg, var(--flow-a), var(--flow-b), var(--flow-c), var(--flow-d), var(--flow-a));
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 16px var(--flow-glow));
  animation: title-flow 7.2s linear infinite;
}

.style-card h2,
.solution-card h3,
.architecture-grid h3,
.participant-grid h3,
.use-case-grid h3,
.faq-grid h3,
.token-list h3,
.timeline h3,
.developer-list h3,
.value-grid h3,
.principles-grid h3 {
  color: transparent;
  background: linear-gradient(105deg, var(--card-flow-a), var(--card-flow-b), var(--card-flow-c), var(--card-flow-a));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 10px var(--card-flow-glow));
  animation: title-flow 8.5s linear infinite;
}

.section-heading {
  --flow-a: #ffffff;
  --flow-b: #7ae8ff;
  --flow-c: #7c8cff;
  --flow-d: #d37cff;
  --flow-glow: rgba(85, 220, 255, 0.18);
}

.intro-panel,
.developer-layer {
  --flow-a: #eaffff;
  --flow-b: #52f0ff;
  --flow-c: #57a1ff;
  --flow-d: #a3fff5;
  --flow-glow: rgba(82, 240, 255, 0.2);
}

.why-panel,
.principles-grid {
  --flow-a: #fff8ff;
  --flow-b: #c084ff;
  --flow-c: #55dcff;
  --flow-d: #ffffff;
  --flow-glow: rgba(192, 132, 255, 0.2);
}

.buy-routes,
.token-panel {
  --flow-a: #ffffff;
  --flow-b: #7cffd4;
  --flow-c: #55dcff;
  --flow-d: #6f8cff;
  --flow-glow: rgba(124, 255, 212, 0.18);
}

.brand-panel,
.social-hub {
  --flow-a: #fff7ff;
  --flow-b: #ff8fe5;
  --flow-c: #73e7ff;
  --flow-d: #ffffff;
  --flow-glow: rgba(255, 143, 229, 0.16);
}

.style-card,
.architecture-grid article {
  --card-flow-a: #ffffff;
  --card-flow-b: #8eeeff;
  --card-flow-c: #7d9cff;
  --card-flow-glow: rgba(142, 238, 255, 0.15);
}

.solution-card,
.use-case-grid article {
  --card-flow-a: #f8ffff;
  --card-flow-b: #72ffd6;
  --card-flow-c: #57a4ff;
  --card-flow-glow: rgba(114, 255, 214, 0.14);
}

.participant-grid article,
.developer-list article {
  --card-flow-a: #ffffff;
  --card-flow-b: #b58cff;
  --card-flow-c: #5ddfff;
  --card-flow-glow: rgba(181, 140, 255, 0.15);
}

.value-grid article,
.principles-grid article,
.token-list article,
.faq-grid article,
.timeline article {
  --card-flow-a: #ffffff;
  --card-flow-b: #9eeeff;
  --card-flow-c: #d98cff;
  --card-flow-glow: rgba(217, 140, 255, 0.14);
}

.lede {
  max-width: 580px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contract-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 640px;
  margin: 0 0 22px;
  padding: 14px;
  border: 1px solid rgba(137, 232, 255, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 91, 183, 0.46), rgba(7, 22, 58, 0.68)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 34px rgba(67, 209, 255, 0.18);
  backdrop-filter: blur(18px);
}

.contract-card div {
  min-width: 0;
}

.contract-card span,
.contract-section span {
  display: block;
  margin-bottom: 6px;
  color: #9deeff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contract-card code {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #f4fcff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contract-card button,
.copy-secondary {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #041229;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(90deg, #dffbff, #55dcff);
  box-shadow: 0 0 24px rgba(85, 220, 255, 0.32);
}

.primary-action,
.ghost-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.primary-action {
  background: linear-gradient(90deg, #1c8eff, #55dcff);
  box-shadow: 0 0 34px rgba(47, 197, 255, 0.42);
}

.ghost-action {
  border: 1px solid rgba(177, 236, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual-stack {
  display: grid;
  grid-template-columns: 400px minmax(260px, 0.82fr);
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.protocol-console {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(169, 234, 255, 0.22);
  border-radius: 8px;
  background: rgba(6, 23, 63, 0.58);
  box-shadow:
    0 0 80px rgba(55, 202, 255, 0.22),
    inset 0 0 42px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}

.hero-visual {
  position: relative;
  display: block;
  min-height: 0;
}

.protocol-console {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px;
  background:
    radial-gradient(circle at 80% 15%, rgba(85, 220, 255, 0.22), transparent 12rem),
    linear-gradient(145deg, rgba(10, 35, 86, 0.78), rgba(5, 14, 39, 0.72));
}

.console-node {
  padding: 16px 0;
  border-top: 1px solid rgba(157, 229, 255, 0.14);
}

.console-node span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.console-node strong {
  display: block;
  color: var(--text);
  font-size: 18px;
  line-height: 1.2;
}

.console-pulse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #bdf4ff;
  font-size: 13px;
  font-weight: 800;
}

.console-pulse i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #55dcff;
  box-shadow: 0 0 24px rgba(85, 220, 255, 0.9);
  animation: pulse-dot 1.6s ease-in-out infinite;
}

.hero-visual img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.logo-visual {
  display: grid;
  width: 400px;
  height: 400px;
  place-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.logo-visual img {
  position: relative;
  z-index: 2;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  filter:
    drop-shadow(0 0 26px rgba(85, 220, 255, 0.54))
    drop-shadow(0 0 46px rgba(126, 92, 255, 0.26));
  animation: logo-heartbeat 3.8s ease-in-out infinite;
}

.logo-orbit {
  position: absolute;
  border: 1px solid rgba(170, 242, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 24px rgba(85, 220, 255, 0.1);
  pointer-events: none;
}

.logo-orbit::before,
.logo-orbit::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #78e8ff;
  box-shadow: 0 0 22px rgba(120, 232, 255, 0.95);
}

.logo-orbit::before {
  top: -5px;
  left: 48%;
}

.logo-orbit::after {
  right: 28px;
  bottom: 46px;
  opacity: 0.72;
}

.orbit-one {
  inset: 38px;
  animation: logo-spin 13s linear infinite;
}

.orbit-two {
  inset: 70px;
  transform: rotateX(62deg) rotateZ(24deg);
  animation: logo-spin-reverse 15s linear infinite;
}

.orbit-three {
  inset: 102px;
  transform: rotateY(58deg) rotateZ(-18deg);
  border-color: rgba(126, 92, 255, 0.26);
  animation: logo-spin 19s linear infinite;
}

.logo-shine {
  position: absolute;
  inset: 42px;
  z-index: 3;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
}

.logo-shine::before {
  position: absolute;
  inset: -20%;
  content: "";
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.26) 47%, transparent 58%);
  transform: translateX(-130%);
  animation: logo-shine 5.2s ease-in-out infinite;
}

.scanline {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.32) 46%, transparent 58%);
  transform: translateX(-120%);
  animation: scan 4.4s ease-in-out infinite;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}

.metrics div,
.style-card,
.brand-panel,
.buy-routes {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.metrics div {
  padding: 22px;
}

.metrics strong {
  display: block;
  color: var(--white);
  font-size: 40px;
  line-height: 1;
  text-shadow: 0 0 24px rgba(89, 220, 255, 0.45);
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.buy-routes {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 88% 40%, rgba(85, 220, 255, 0.18), transparent 28rem),
    rgba(7, 22, 58, 0.66);
}

.buy-routes-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
}

.buy-routes-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.buy-route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.buy-route-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(157, 229, 255, 0.22);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.buy-route-grid a::after {
  position: absolute;
  top: 16px;
  right: 16px;
  content: "↗";
  color: #dffbff;
  font-size: 18px;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.buy-route-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(157, 229, 255, 0.72);
  background: rgba(85, 220, 255, 0.12);
  box-shadow: 0 0 34px rgba(85, 220, 255, 0.24);
}

.buy-route-grid a:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.buy-route-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.buy-route-grid strong {
  font-size: 20px;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 14px;
}

.style-card {
  position: relative;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
}

.style-card::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 140px;
  height: 140px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 222, 255, 0.3), transparent 64%);
}

.style-card span {
  color: #8feaff;
  font-size: 13px;
  font-weight: 800;
}

.style-card h2 {
  margin: 72px 0 14px;
  font-size: 24px;
  line-height: 1.18;
}

.style-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.brand-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: end;
  margin-top: 14px;
  padding: 34px;
}

.brand-panel h2 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.brand-panel p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.68fr);
  gap: 28px;
  align-items: end;
  padding: 86px 0 18px;
}

.section-heading.compact {
  display: block;
  padding-top: 0;
}

.section-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 30px;
  align-items: start;
  margin: 14px 0;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(85, 220, 255, 0.16), transparent 26rem),
    rgba(7, 22, 58, 0.66);
}

.intro-panel h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.04;
}

.intro-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

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

.value-grid article {
  min-height: 230px;
  padding: 24px;
}

.value-grid span {
  display: block;
  margin-bottom: 46px;
  color: #9eeeff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.value-grid h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.2;
}

.value-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.why-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: 32px;
  margin: 14px 0;
  padding: 34px;
  background:
    radial-gradient(circle at 72% 18%, rgba(126, 92, 255, 0.18), transparent 28rem),
    rgba(7, 22, 58, 0.66);
}

.why-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.why-content p:last-child {
  margin-bottom: 0;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0 28px;
}

.principles-grid article {
  min-height: 240px;
  padding: 24px;
}

.principles-grid span {
  display: block;
  margin-bottom: 48px;
  color: #9eeeff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.principles-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.18;
}

.principles-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

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

.solution-card,
.roadmap,
.architecture,
.use-cases,
.token-panel,
.faq,
.intro-panel,
.value-grid article,
.participants,
.why-panel,
.principles-grid article,
.developer-layer,
.link-strip a,
.internal-strip a,
.footer {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 22, 58, 0.66);
  backdrop-filter: blur(18px);
}

.solution-card {
  min-height: 300px;
  padding: 26px;
}

.solution-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 58px;
  place-items: center;
  border: 1px solid rgba(141, 230, 255, 0.35);
  border-radius: 50%;
  color: #aaf0ff;
  font-weight: 900;
  box-shadow: 0 0 32px rgba(67, 207, 255, 0.22);
}

.solution-card h3,
.timeline h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.solution-card p,
.timeline p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.solution-card a {
  display: inline-flex;
  margin-top: 18px;
  color: #b9f4ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.solution-card a::after,
.link-strip a::after,
.footer a:not(.brand)::after {
  content: " ↗";
}

.link-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.internal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.link-strip a,
.internal-strip a {
  display: block;
  min-height: 120px;
  padding: 22px;
  color: var(--text);
  text-decoration: none;
  transition:
    transform 200ms ease,
    border-color 200ms ease;
}

.link-strip a:hover,
.internal-strip a:hover {
  transform: translateY(-4px);
  border-color: rgba(157, 229, 255, 0.6);
}

.link-strip span,
.internal-strip span {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
}

.link-strip strong,
.internal-strip strong {
  display: block;
  font-size: 22px;
}

.social-hub,
.contract-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 22, 58, 0.66);
  backdrop-filter: blur(18px);
}

.social-hub {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 14px;
  padding: 28px;
}

.social-hub h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

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

.social-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(157, 229, 255, 0.2);
  border-radius: 999px;
  color: rgba(238, 250, 255, 0.92);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.social-grid a::after {
  content: " ↗";
}

.contract-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 22px 24px;
  background:
    radial-gradient(circle at 12% 50%, rgba(85, 220, 255, 0.22), transparent 30rem),
    rgba(7, 22, 58, 0.72);
}

.contract-section strong {
  display: block;
  overflow-wrap: anywhere;
  color: #f4fcff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(16px, 2vw, 22px);
}

.architecture,
.use-cases,
.token-panel,
.faq {
  margin-top: 86px;
  padding: 34px;
}

.architecture {
  background:
    radial-gradient(circle at 78% 22%, rgba(85, 220, 255, 0.16), transparent 28rem),
    rgba(7, 22, 58, 0.66);
}

.architecture-grid,
.use-case-grid,
.faq-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

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

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

.architecture-grid article,
.use-case-grid article,
.faq-grid article,
.token-list article {
  border: 1px solid rgba(157, 229, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 22px;
}

.architecture-grid span {
  display: block;
  margin-bottom: 42px;
  color: #9eeeff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.architecture-grid h3,
.use-case-grid h3,
.faq-grid h3,
.token-list h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.architecture-grid p,
.use-case-grid p,
.faq-grid p,
.token-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.use-cases {
  background:
    linear-gradient(135deg, rgba(5, 16, 47, 0.74), rgba(9, 44, 98, 0.58)),
    rgba(7, 22, 58, 0.66);
}

.participants {
  margin-top: 86px;
  padding: 34px;
  background:
    radial-gradient(circle at 84% 8%, rgba(126, 92, 255, 0.16), transparent 30rem),
    rgba(7, 22, 58, 0.66);
}

.participant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.participant-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(157, 229, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.participant-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.participant-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.developer-layer {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 14px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(6, 20, 58, 0.78), rgba(16, 67, 134, 0.5)),
    rgba(7, 22, 58, 0.66);
}

.developer-layer h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.04;
}

.developer-layer > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.developer-list {
  display: grid;
  gap: 14px;
}

.developer-list article {
  padding: 22px;
  border: 1px solid rgba(157, 229, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.developer-list h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.developer-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.token-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: 30px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 0%, rgba(126, 92, 255, 0.2), transparent 28rem),
    rgba(7, 22, 58, 0.66);
}

.token-panel h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.04;
}

.token-list {
  display: grid;
  gap: 14px;
}

.faq {
  background:
    radial-gradient(circle at 90% 12%, rgba(85, 220, 255, 0.14), transparent 26rem),
    rgba(7, 22, 58, 0.66);
}

.roadmap {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 1fr);
  gap: 32px;
  margin-top: 86px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(11, 33, 82, 0.84), rgba(7, 17, 45, 0.72)),
    rgba(7, 22, 58, 0.66);
}

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

.timeline article {
  position: relative;
  padding: 0 0 24px 28px;
  border-left: 1px solid rgba(135, 231, 255, 0.28);
}

.timeline article::before {
  position: absolute;
  top: 0;
  left: -6px;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: #6be6ff;
  box-shadow: 0 0 24px rgba(89, 223, 255, 0.9);
}

.timeline span {
  display: block;
  margin-bottom: 8px;
  color: #9eeeff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 14px;
  padding: 20px 24px;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer a:not(.brand) {
  color: rgba(231, 250, 255, 0.8);
  font-size: 14px;
  text-decoration: none;
}

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

@keyframes title-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 260% 50%;
  }
}

@keyframes logo-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.025);
  }
}

@keyframes logo-heartbeat {
  0%,
  58%,
  100% {
    transform: scale(1);
    filter:
      drop-shadow(0 0 26px rgba(85, 220, 255, 0.54))
      drop-shadow(0 0 46px rgba(126, 92, 255, 0.26));
  }
  66% {
    transform: scale(1.055);
    filter:
      drop-shadow(0 0 34px rgba(85, 220, 255, 0.68))
      drop-shadow(0 0 58px rgba(126, 92, 255, 0.32));
  }
  73% {
    transform: scale(0.985);
  }
  80% {
    transform: scale(1.035);
  }
  88% {
    transform: scale(1);
  }
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes logo-spin-reverse {
  from {
    transform: rotateX(62deg) rotateZ(24deg);
  }
  to {
    transform: rotateX(62deg) rotateZ(-336deg);
  }
}

@keyframes logo-shine {
  0%,
  45% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

@keyframes ambient-drift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1%, 0) scale(1.06);
  }
}

@keyframes data-sweep {
  from {
    background-position:
      -220px 0,
      180px 0,
      0 0,
      0 0,
      0 0,
      0 100%;
  }
  to {
    background-position:
      940px 0,
      -760px 0,
      260px 0,
      0 180px,
      180px 0,
      0 0;
  }
}

@keyframes star-field {
  from {
    background-position:
      12% 22%,
      78% 64%,
      38% 46%,
      -20% 82%,
      0 -120px;
  }
  to {
    background-position:
      20% 28%,
      70% 58%,
      46% 40%,
      120% 82%,
      0 120px;
  }
}

@keyframes flow-band {
  from {
    transform: translate3d(-3%, -2%, 0) rotate(-4deg);
    opacity: 0.7;
  }
  to {
    transform: translate3d(3%, 2%, 0) rotate(-4deg);
    opacity: 0.96;
  }
}

@keyframes orbital-glow {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes ornament-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::after,
  .site-shell::before,
  .site-shell::after,
  .background-ornaments::before,
  .background-ornaments::after,
  .scanline,
  h1,
  .logo-visual img,
  .logo-orbit,
  .logo-shine,
  .logo-shine::before,
  .console-pulse i,
  .orbital-ring,
  h2,
  h3 {
    animation: none;
  }
}

@media (max-width: 900px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 18px;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

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

  .hero-visual-stack {
    grid-template-columns: 1fr;
  }

  .metrics,
  .buy-routes,
  .buy-route-grid,
  .style-grid,
  .brand-panel,
  .section-heading,
  .intro-panel,
  .value-grid,
  .why-panel,
  .principles-grid,
  .solution-grid,
  .architecture-grid,
  .participant-grid,
  .developer-layer,
  .use-case-grid,
  .faq-grid,
  .token-panel,
  .link-strip,
  .internal-strip,
  .social-hub,
  .social-grid,
  .roadmap {
    grid-template-columns: 1fr;
  }

  .market-nav {
    justify-content: flex-start;
  }

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

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 14px;
  }

  h1 {
    font-size: 42px;
  }

  .lede {
    font-size: 17px;
  }

  .actions a {
    width: 100%;
  }

  .contract-card,
  .contract-section {
    align-items: stretch;
    flex-direction: column;
  }

  .style-card {
    min-height: 220px;
  }
}
