:root {
  --black: #030403;
  --black-2: #080908;
  --ink: #f6f4ec;
  --muted: rgba(246, 244, 236, 0.58);
  --muted-strong: rgba(246, 244, 236, 0.72);
  --line: rgba(246, 244, 236, 0.12);
  --glass: rgba(246, 244, 236, 0.08);
  --sage: #c9ffd2;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: "Aptos", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.models-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 0%, rgba(201, 255, 210, 0.12), transparent 28%),
    linear-gradient(180deg, #080908 0%, #030403 100%);
}

.models-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 36px));
  margin: 24px auto 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 4, 3, 0.62);
  backdrop-filter: blur(24px);
}

/* Restored software website home page. Scoped to avoid legacy global story styles. */
.site-home {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(201, 255, 210, 0.11), transparent 28%),
    radial-gradient(circle at 18% 30%, rgba(126, 215, 255, 0.08), transparent 26%),
    #030403;
}

.site-home .site-header {
  position: sticky;
  top: 18px;
  transform: none;
  left: auto;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
}

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

.site-home .hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 96px);
  padding: 92px 0 84px;
}

.site-home .hero-copy {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.site-home .section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 14px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.72);
  background: rgba(246, 244, 236, 0.07);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.site-home h1,
.site-home h2,
.site-home h3,
.site-home p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: inherit;
}

.site-home h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(54px, 8vw, 118px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.site-home h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.site-home h3 {
  margin: 8px 0 10px;
  font-size: 22px;
  line-height: 1.12;
}

.site-home .hero-copy p:not(.section-kicker),
.site-home .content-section > p,
.site-home .section-heading p,
.site-home .ai-section p,
.site-home .download-section p,
.site-home article p,
.site-home li {
  width: auto;
  color: rgba(246, 244, 236, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.site-home .hero-copy > p:not(.section-kicker) {
  max-width: 660px;
  margin-bottom: 30px;
  font-size: 19px;
}

.site-home .hero-actions,
.site-home .download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-home .primary-button,
.site-home .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.site-home .primary-button {
  color: #030403;
  background: var(--ink);
}

.site-home .ghost-button {
  border: 1px solid rgba(246, 244, 236, 0.14);
  color: var(--ink);
  background: rgba(246, 244, 236, 0.07);
}

.site-home .hero-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(rgba(246, 244, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 244, 236, 0.035) 1px, transparent 1px),
    rgba(246, 244, 236, 0.035);
  background-size: 26px 26px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 30px 120px rgba(0,0,0,0.38);
}

.site-home .canvas-preview-card {
  position: absolute;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(126, 215, 255, 0.28);
  border-radius: 18px;
  background: rgba(8, 14, 16, 0.9);
  box-shadow: 0 18px 46px rgba(0,0,0,0.28);
}

.site-home .canvas-preview-card strong {
  font-size: 18px;
}

.site-home .canvas-preview-card span {
  color: rgba(246, 244, 236, 0.58);
  font-size: 13px;
}

.site-home .canvas-preview-card.large { left: 12%; top: 16%; width: 58%; min-height: 170px; }
.site-home .canvas-preview-card.medium { right: 10%; top: 48%; width: 48%; min-height: 150px; }
.site-home .canvas-preview-card.small { left: 16%; bottom: 12%; width: 38%; min-height: 120px; }

.site-home .content-section,
.site-home .download-section {
  padding: 96px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.08);
}

.site-home .content-section > p,
.site-home .section-heading p,
.site-home .ai-section p,
.site-home .download-section p {
  max-width: 760px;
}

.site-home .feature-grid,
.site-home .usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.site-home .feature-grid article,
.site-home .usecase-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 22px;
  background: rgba(246, 244, 236, 0.045);
}

.site-home .feature-grid article span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.site-home .ai-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 860px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.site-home .ai-section li {
  padding: 16px 18px;
  border: 1px solid rgba(201, 255, 210, 0.14);
  border-radius: 16px;
  background: rgba(201, 255, 210, 0.055);
}

.site-home .download-section {
  margin-bottom: 80px;
  padding: 70px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(246,244,236,0.08), rgba(201,255,210,0.055));
}

.site-home .site-footer {
  display: flex;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 44px;
  color: rgba(246, 244, 236, 0.52);
  border-top: 1px solid rgba(246, 244, 236, 0.08);
}

@media (max-width: 900px) {
  .site-home .hero-section,
  .site-home .feature-grid,
  .site-home .usecase-grid,
  .site-home .ai-section ul {
    grid-template-columns: 1fr;
  }

  .site-home .hero-section {
    padding-top: 58px;
  }

  .site-home .hero-visual {
    min-height: 420px;
  }

  .site-home .download-section {
    padding: 34px 22px;
  }
}

.models-nav {
  position: static;
}

.models-main {
  width: min(1120px, calc(100% - 36px));
  margin: 78px auto 96px;
}

.models-hero {
  max-width: 780px;
}

.models-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
}

.models-hero p,
.model-policy-section p {
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.7;
}

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

.model-group-section article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(201, 255, 210, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(201, 255, 210, 0.08), rgba(246, 244, 236, 0.02)),
    rgba(246, 244, 236, 0.045);
}

.model-group-section span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  border-radius: 999px;
  color: var(--black);
  background: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.model-group-section h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.model-group-section p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.68;
}

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

.model-tier-section article,
.model-policy-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 244, 236, 0.045);
}

.model-tier-section article {
  padding: 22px;
}

.model-tier-section span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-tier-section h2,
.model-policy-section h2 {
  margin: 12px 0;
  font-size: 26px;
}

.model-tier-section p,
.model-tier-section li {
  color: var(--muted-strong);
  line-height: 1.65;
}

.model-tier-section ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.model-policy-section {
  margin-top: 18px;
  padding: 24px;
}

.template-market-main {
  margin-top: 70px;
}

.template-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: 28px;
}

.template-hero h1 {
  max-width: 850px;
  margin: 12px 0 18px;
  font-size: clamp(42px, 6.5vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.template-hero p {
  max-width: 760px;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.7;
}

.template-seller-panel,
.template-upload-card,
.template-market-flow article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 244, 236, 0.045);
}

.template-seller-panel {
  display: grid;
  gap: 10px;
  padding: 22px;
  box-shadow: inset 0 1px 0 rgba(246, 244, 236, 0.08);
}

.template-seller-panel span,
.template-upload-card span,
.template-card-copy span,
.template-market-flow span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.template-seller-panel strong {
  font-size: 24px;
}

.template-seller-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.template-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 44px 0 18px;
}

.template-filter-bar button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(246, 244, 236, 0.045);
  cursor: pointer;
}

.template-filter-bar button.active,
.template-filter-bar button:hover {
  color: var(--black);
  background: var(--ink);
}

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

.template-card {
  display: grid;
  grid-template-rows: 176px 1fr auto;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 244, 236, 0.045);
}

.template-preview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 32%, rgba(246, 244, 236, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(246, 244, 236, 0.075), rgba(3, 4, 3, 0.22));
}

.template-preview::before,
.template-preview::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(246, 244, 236, 0.16);
  border-radius: 4px;
  transform: rotate(-5deg);
}

.template-preview::after {
  inset: 44px 32px 28px 72px;
  transform: rotate(7deg);
}

.template-preview i,
.template-preview b {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 0 18px rgba(246, 244, 236, 0.36);
}

.template-preview b {
  width: 22px;
  height: 22px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}

.template-preview i:nth-child(1) { left: 22%; top: 24%; }
.template-preview i:nth-child(2) { left: 71%; top: 28%; }
.template-preview i:nth-child(3) { left: 27%; top: 72%; }
.template-preview i:nth-child(4) { left: 78%; top: 68%; }

.template-preview-cyan { background-color: rgba(0, 217, 255, 0.08); }
.template-preview-sage { background-color: rgba(201, 255, 210, 0.08); }
.template-preview-amber { background-color: rgba(224, 184, 95, 0.10); }
.template-preview-blue { background-color: rgba(113, 154, 255, 0.10); }
.template-preview-mono { background-color: rgba(246, 244, 236, 0.06); }

.template-card-copy {
  display: grid;
  gap: 10px;
  padding: 20px 20px 0;
}

.template-card h2,
.template-upload-card h2 {
  margin: 0;
  font-size: 23px;
}

.template-card p,
.template-upload-card p,
.template-market-flow p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.65;
}

.template-card footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 12px;
  padding: 20px;
}

.template-card footer strong {
  font-size: 20px;
}

.template-card footer small {
  color: var(--muted);
  text-align: right;
}

.template-card footer button,
.template-upload-card a {
  grid-column: 1 / -1;
  min-height: 42px;
  border-radius: 999px;
  color: var(--black);
  background: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.template-card footer button:disabled {
  color: var(--muted);
  background: rgba(246, 244, 236, 0.08);
  cursor: default;
}

.template-upload-card {
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 420px;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 255, 210, 0.14), transparent 30%),
    rgba(246, 244, 236, 0.045);
}

.template-upload-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 18px;
}

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

.template-market-flow article {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.template-market-flow strong {
  font-size: 18px;
}

body.nav-open {
  overflow: hidden;
}

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

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

.hero {
  position: relative;
  min-height: 118svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.hero-art {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -3;
  width: min(1920px, 142vw);
  max-width: none;
  transform: translateX(-50%);
  filter: saturate(0.94) contrast(1.05);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 21%, rgba(201, 255, 210, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(3, 4, 3, 0.72) 0%, rgba(3, 4, 3, 0.28) 38%, rgba(3, 4, 3, 0.04) 66%, rgba(3, 4, 3, 1) 100%);
}

.hero-fade {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 28%;
  background: linear-gradient(180deg, transparent, var(--black));
}

.site-header {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1080px, calc(100% - 36px));
  padding: 10px;
  border: 1px solid rgba(246, 244, 236, 0.16);
  border-radius: 999px;
  background: rgba(3, 4, 3, 0.46);
  backdrop-filter: blur(24px);
  transform: translateX(-50%);
}

.brand,
.site-nav,
.header-action,
.header-actions,
.auth-link,
.account-chip,
.nav-toggle {
  position: relative;
  z-index: 24;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: 13px;
  font-weight: 800;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--black);
  background: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(246, 244, 236, 0.09);
}

.header-action {
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  color: var(--black);
  background: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.header-action:hover {
  background: var(--sage);
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-toggle {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(246, 244, 236, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 244, 236, 0.08);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.auth-link {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(246, 244, 236, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 244, 236, 0.08);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.auth-link:hover,
.lang-toggle:hover {
  border-color: rgba(201, 255, 210, 0.32);
  background: rgba(201, 255, 210, 0.12);
}

.account-chip {
  display: inline-flex;
  align-items: center;
  max-width: 245px;
  min-height: 34px;
  color: var(--ink);
}

.account-chip[hidden],
.auth-modal[hidden],
.account-modal[hidden] {
  display: none;
}

.account-profile {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 215px;
  min-height: 36px;
  padding: 4px 10px 4px 4px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 244, 236, 0.08);
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.account-profile:hover,
.account-profile[aria-expanded="true"] {
  background: rgba(246, 244, 236, 0.13);
}

.account-avatar,
.account-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  color: #121411;
  background: linear-gradient(135deg, #f2f0e8, #9ea19a);
  background-size: cover;
  background-position: center;
  font-size: 11px;
  font-weight: 900;
}

.account-avatar {
  width: 28px;
  height: 28px;
}

.account-profile-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.account-profile-copy span {
  overflow: hidden;
  color: rgba(246, 244, 236, 0.92);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile small {
  overflow: hidden;
  color: rgba(246, 244, 236, 0.48);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(372px, calc(100vw - 32px));
  padding: 10px;
  border-radius: var(--radius);
  color: var(--ink);
  background: #121411;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.account-menu[hidden] {
  display: none;
}

.account-menu-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px 8px 12px;
}

.account-menu-avatar {
  width: 44px;
  height: 44px;
  font-size: 14px;
}

.account-menu-head div {
  min-width: 0;
}

.account-menu-head strong,
.account-menu-head small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-menu-head strong {
  font-size: 14px;
  font-weight: 900;
}

.account-menu-head small {
  margin-top: 3px;
  color: rgba(246, 244, 236, 0.52);
  font-size: 12px;
}

.account-menu-balance,
.account-menu-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0;
  padding: 11px 12px;
  border-radius: var(--radius);
  background: rgba(246, 244, 236, 0.075);
}

.account-menu-balance span,
.account-menu-plan small {
  color: rgba(246, 244, 236, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.account-menu-balance strong,
.account-menu-plan span {
  font-size: 14px;
  font-weight: 900;
}

.account-menu button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 38px;
  margin-top: 4px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius);
  color: rgba(246, 244, 236, 0.86);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  text-align: left;
}

.account-menu button:hover {
  background: rgba(246, 244, 236, 0.08);
}

.account-menu [data-auth-logout] {
  color: rgba(255, 201, 201, 0.9);
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(246, 244, 236, 0.18);
  border-radius: 50%;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero-copy {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 156px;
  text-align: center;
}

.pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 6px 12px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.74);
  background: rgba(246, 244, 236, 0.08);
  font-size: 11px;
  font-weight: 700;
}

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

h1 {
  max-width: 11em;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 500;
  text-wrap: balance;
}

.hero-copy p:not(.pill) {
  width: min(560px, 100%);
  margin: 0 auto 24px;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.65;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--black);
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.hero-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
  margin: 24px auto 18px;
}

.hero-downloads a {
  display: grid;
  gap: 7px;
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(3, 4, 3, 0.58);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-downloads a:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 255, 210, 0.38);
  background: rgba(3, 4, 3, 0.72);
}

.hero-downloads a[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.48;
}

.hero-downloads span {
  color: rgba(246, 244, 236, 0.55);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-downloads strong {
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hero-button:hover {
  transform: translateY(-2px);
  background: var(--sage);
}

.dark-story {
  position: relative;
  padding: 118px clamp(24px, 13vw, 190px) 140px;
  background: var(--black);
}

.story-label,
.section-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.56);
  background: rgba(246, 244, 236, 0.08);
  font-size: 11px;
  font-weight: 700;
}

.story-grid {
  display: block;
}

.story-copy {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.story-title {
  margin: 0;
  color: var(--ink);
  font-size: 64px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.story-title span {
  display: block;
}

.story-subtitles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 244, 236, 0.16);
}

.story-subtitles p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.story-shot {
  margin: 48px 0 0;
}

.story-shot img {
  width: 100%;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 24px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.feature-showcase {
  padding: 90px clamp(20px, 12vw, 180px) 124px;
  background: var(--black);
}

.feature-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.52fr);
  gap: clamp(32px, 5.5vw, 72px);
  align-items: center;
  margin-bottom: 54px;
}

.feature-heading h2 {
  max-width: 11.5em;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.08;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 5.8vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
}

.feature-heading p,
.split-copy p,
.download-card p,
.ai-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.product-shot {
  margin: 0 0 72px;
}

.product-shot img {
  width: 100%;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.product-shot figcaption {
  margin-top: 14px;
  color: rgba(246, 244, 236, 0.42);
  font-size: 12px;
  text-align: center;
}

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

.feature-cards article {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.06), rgba(246, 244, 236, 0.025)),
    var(--black-2);
}

.feature-cards span {
  display: block;
  margin-bottom: 88px;
  color: rgba(246, 244, 236, 0.46);
  font-size: 12px;
}

.feature-cards h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  text-wrap: balance;
}

.feature-cards p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.advantage-section,
.usecase-section,
.video-section {
  padding: 118px clamp(20px, 12vw, 180px);
  background: var(--black);
}

.advantage-heading,
.video-heading {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 0.78fr);
  gap: clamp(32px, 5.5vw, 72px);
  align-items: center;
  margin-bottom: 48px;
}

.advantage-heading p,
.video-heading p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.video-heading h2 {
  max-width: 11em;
  margin: 0;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.08;
  text-wrap: balance;
}

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

.comparison-grid article {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(246, 244, 236, 0.06), rgba(246, 244, 236, 0.025));
}

.comparison-grid span {
  color: rgba(246, 244, 236, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.comparison-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.72;
}

.comparison-grid .comparison-virgo {
  color: var(--black);
  background: var(--sage);
}

.comparison-grid .comparison-virgo span,
.comparison-grid .comparison-virgo p {
  color: rgba(3, 4, 3, 0.86);
}

.ai-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.82fr);
  gap: 18px;
  align-items: stretch;
  padding: 92px clamp(20px, 12vw, 180px);
  background:
    radial-gradient(circle at 84% 24%, rgba(201, 255, 210, 0.12), transparent 26%),
    radial-gradient(circle at 18% 72%, rgba(102, 169, 255, 0.12), transparent 28%),
    #0d0e0c;
}

.ai-copy {
  display: grid;
  align-content: center;
  min-height: 560px;
  padding: clamp(26px, 5vw, 52px);
  border-radius: var(--radius);
  background: #050605;
}

.ai-copy .pill,
.download-card .pill {
  margin-left: 0;
}

.ai-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 64px);
}

.ai-copy > p:not(.pill) {
  max-width: 620px;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.78;
}

.ai-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ai-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
  color: rgba(246, 244, 236, 0.74);
  font-size: 14px;
  line-height: 1.55;
}

.ai-model-showcase {
  display: grid;
  gap: 12px;
  min-height: 560px;
}

.ai-preview-card {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: var(--radius);
  background: #070807;
}

.ai-preview-card img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
  transform: scale(1.02);
}

.ai-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 22%, rgba(3, 4, 3, 0.3) 58%, rgba(3, 4, 3, 0.88)),
    radial-gradient(circle at 76% 18%, rgba(201, 255, 210, 0.18), transparent 30%);
  pointer-events: none;
}

.ai-preview-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.ai-preview-card span,
.ai-model-grid span {
  color: rgba(246, 244, 236, 0.56);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-preview-card strong {
  max-width: 18em;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
}

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

.ai-model-grid article {
  min-height: 128px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 244, 236, 0.075), rgba(246, 244, 236, 0.018)),
    rgba(3, 4, 3, 0.62);
}

.ai-model-grid article:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(201, 255, 210, 0.18), rgba(246, 244, 236, 0.025)),
    #070807;
}

.ai-model-grid article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(102, 169, 255, 0.16), rgba(246, 244, 236, 0.018)),
    #070807;
}

.ai-model-grid strong {
  color: rgba(246, 244, 236, 0.9);
  font-size: 15px;
  line-height: 1.45;
}

.ai-model-media,
.ai-audio-media,
.ai-api-media {
  width: 100%;
  height: 84px;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(246, 244, 236, 0.08);
  background: rgba(246, 244, 236, 0.055);
}

.ai-model-media {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.ai-audio-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
}

.ai-audio-media i {
  display: block;
  width: 6px;
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.76);
}

.ai-audio-media i:nth-child(1) {
  height: 22px;
}

.ai-audio-media i:nth-child(2) {
  height: 48px;
}

.ai-audio-media i:nth-child(3) {
  height: 32px;
  background: var(--sage);
}

.ai-audio-media i:nth-child(4) {
  height: 58px;
}

.ai-audio-media i:nth-child(5) {
  height: 26px;
}

.ai-api-media {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 16px;
}

.ai-api-media code {
  color: var(--ink);
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
}

.ai-api-media i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.16);
}

.ai-api-media i:last-child {
  width: 62%;
  background: rgba(201, 255, 210, 0.32);
}

.provider-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.provider-strip::-webkit-scrollbar {
  display: none;
}

.provider-strip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.86);
  background: rgba(246, 244, 236, 0.055);
  backdrop-filter: blur(18px);
  font-size: 12px;
  font-weight: 800;
}

.provider-strip img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 5px;
  background: rgba(246, 244, 236, 0.9);
  object-fit: contain;
}

.provider-strip span:hover {
  border-color: rgba(201, 255, 210, 0.28);
  background: rgba(201, 255, 210, 0.08);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.5fr);
  gap: clamp(32px, 8vw, 100px);
  padding: 116px clamp(20px, 12vw, 180px);
  background: var(--black);
}

.usecase-section {
  background:
    radial-gradient(circle at 16% 8%, rgba(201, 255, 210, 0.1), transparent 24%),
    var(--black);
}

.usecase-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: end;
  margin-bottom: 42px;
}

.usecase-heading > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.usecase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.74fr);
  gap: 14px;
  align-items: stretch;
}

.usecase-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: var(--radius);
  background: #070807;
}

.usecase-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 4, 3, 0.2));
  pointer-events: none;
}

.usecase-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.usecase-grid article {
  min-height: 255px;
  padding: 22px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.055), rgba(246, 244, 236, 0.02)),
    #0c0d0b;
}

.usecase-grid h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 500;
}

.usecase-grid p {
  color: var(--muted);
  line-height: 1.72;
}

.video-section {
  background:
    radial-gradient(circle at 24% 12%, rgba(246, 244, 236, 0.055), transparent 24%),
    #050605;
}

.node-visual-stack {
  display: grid;
  gap: 22px;
}

.node-map-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 24px;
  background: #030403;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.58);
}

.node-map-visual img {
  width: 100%;
}

.node-visual-stack .section-kicker {
  margin-bottom: 0;
}

.node-visual-stack p:last-child {
  margin-bottom: 0;
}

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

.node-grid article {
  min-height: 292px;
  display: grid;
  grid-template-rows: 118px auto 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(246, 244, 236, 0.095);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.052), rgba(246, 244, 236, 0.018)),
    #070807;
}

.node-grid article:nth-child(2n) {
  transform: none;
}

.node-preview {
  position: relative;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.08);
  border-radius: 12px;
  background: #050605;
}

.node-preview-whiteboard {
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 244, 236, 0.08), transparent 36%),
    #070908;
}

.node-preview-whiteboard i,
.node-preview-image i,
.node-preview-video i {
  position: absolute;
  display: block;
  height: 1px;
  background: rgba(246, 244, 236, 0.28);
  transform-origin: left center;
}

.node-preview-whiteboard i:nth-child(1) {
  left: 28px;
  top: 72px;
  width: 118px;
  transform: rotate(-18deg);
}

.node-preview-whiteboard i:nth-child(2) {
  left: 96px;
  top: 42px;
  width: 96px;
  transform: rotate(25deg);
}

.node-preview-whiteboard i:nth-child(3) {
  left: 62px;
  top: 92px;
  width: 138px;
  transform: rotate(4deg);
}

.node-preview-whiteboard::before,
.node-preview-whiteboard::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(28, 33, 31, 0.94), rgba(9, 11, 10, 0.96));
  border: 1px solid rgba(246, 244, 236, 0.12);
}

.node-preview-whiteboard::before {
  left: 22px;
  top: 24px;
  width: 76px;
  height: 48px;
}

.node-preview-whiteboard::after {
  right: 22px;
  bottom: 22px;
  width: 88px;
  height: 54px;
}

.node-preview-doc {
  padding: 18px;
  background: linear-gradient(135deg, rgba(28, 33, 31, 0.94), rgba(6, 8, 7, 0.94));
}

.node-preview-web {
  padding: 18px;
  background:
    radial-gradient(circle at 78% 22%, rgba(201, 255, 210, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(28, 33, 31, 0.94), rgba(7, 9, 8, 0.94));
}

.node-preview-web b,
.node-preview-web i,
.node-preview-web em {
  display: block;
  border-radius: 999px;
}

.node-preview-web b {
  width: 54px;
  height: 12px;
  margin-bottom: 18px;
  background: rgba(201, 255, 210, 0.42);
}

.node-preview-web i {
  width: 84%;
  height: 8px;
  margin-top: 11px;
  background: rgba(246, 244, 236, 0.18);
}

.node-preview-web i:nth-child(3) {
  width: 58%;
}

.node-preview-web em {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(246, 244, 236, 0.18);
  background: rgba(246, 244, 236, 0.06);
}

.node-preview-doc b,
.node-preview-doc i,
.node-preview-text i {
  display: block;
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.18);
}

.node-preview-doc b {
  width: 68px;
  height: 12px;
  margin-bottom: 18px;
}

.node-preview-doc i {
  width: 100%;
  height: 8px;
  margin-top: 11px;
}

.node-preview-doc i:nth-child(4) {
  width: 64%;
}

.node-preview-file {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(102, 169, 255, 0.14), rgba(246, 244, 236, 0.03)),
    #070908;
}

.node-preview-file b {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 10px;
  color: rgba(246, 244, 236, 0.82);
  background: rgba(246, 244, 236, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.node-preview-file i {
  height: 8px;
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.16);
}

.node-preview-file i:last-child {
  width: 62%;
}

.node-preview-note {
  padding: 18px;
  color: #0b0f0c;
  background: linear-gradient(135deg, #f6f0ce, #dce5c6);
}

.node-preview-note b,
.node-preview-note i {
  display: block;
  border-radius: 999px;
  background: rgba(3, 4, 3, 0.28);
}

.node-preview-note b {
  width: 92px;
  height: 10px;
}

.node-preview-note i {
  width: 130px;
  height: 8px;
  margin-top: 16px;
}

.node-preview-note::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 0 34px 34px;
  border-style: solid;
  border-color: transparent transparent rgba(3, 4, 3, 0.16) transparent;
}

.node-preview-text {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 18px;
}

.node-preview-text i {
  height: 9px;
}

.node-preview-text i:nth-child(1) {
  width: 58%;
}

.node-preview-text i:nth-child(2) {
  width: 88%;
}

.node-preview-text i:nth-child(3) {
  width: 74%;
}

.node-preview-text i:nth-child(4) {
  width: 42%;
}

.node-preview-image {
  background:
    linear-gradient(135deg, rgba(246, 244, 236, 0.08), transparent 42%),
    #101210;
}

.node-preview-image::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, transparent 52%, rgba(201, 255, 210, 0.18) 0),
    linear-gradient(45deg, rgba(246, 244, 236, 0.09), rgba(246, 244, 236, 0.035));
}

.node-preview-image b {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8e1c7;
}

.node-preview-agent {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 18%, rgba(201, 255, 210, 0.12), transparent 34%),
    #070807;
}

.node-preview-agent b {
  display: grid;
  place-items: center;
  min-height: 54px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 14px;
  color: rgba(246, 244, 236, 0.82);
  background: rgba(246, 244, 236, 0.06);
  font-size: 20px;
  font-weight: 900;
}

.node-preview-agent b:nth-child(2) {
  background: rgba(201, 255, 210, 0.12);
}

.node-preview-agent b:nth-child(3) {
  background: rgba(102, 169, 255, 0.12);
}

.node-preview-agent i {
  grid-column: 1 / -1;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 255, 210, 0.44), rgba(102, 169, 255, 0.32));
}

.node-preview-audio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(201, 255, 210, 0.13), transparent 38%),
    #070807;
}

.node-preview-audio i {
  display: block;
  width: 7px;
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.66);
}

.node-preview-audio i:nth-child(1) {
  height: 24px;
}

.node-preview-audio i:nth-child(2) {
  height: 54px;
}

.node-preview-audio i:nth-child(3) {
  height: 36px;
  background: var(--sage);
}

.node-preview-audio i:nth-child(4) {
  height: 66px;
}

.node-preview-audio i:nth-child(5) {
  height: 28px;
}

.node-preview-video {
  background: linear-gradient(135deg, #151817, #070807);
}

.node-preview-video b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(3, 4, 3, 0.76);
  transform: translate(-50%, -50%);
}

.node-preview-video b::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--ink);
}

.node-preview-video i {
  left: 22px;
  right: 22px;
  bottom: 20px;
  height: 4px;
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.18);
}

.node-grid span {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.node-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.split-section h2 {
  max-width: 720px;
}

.split-copy {
  align-self: end;
}

.download-section {
  position: relative;
  min-height: 940px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: 24px;
  align-items: end;
  padding: 100px clamp(20px, 8vw, 120px);
  overflow: hidden;
  background: var(--black);
}

.download-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.download-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 4, 3, 0.82), rgba(3, 4, 3, 0.18) 52%, rgba(3, 4, 3, 0.72));
}

.download-card {
  position: relative;
  z-index: 2;
  grid-column: 2;
  padding: 24px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: var(--radius);
  background: rgba(3, 4, 3, 0.68);
  backdrop-filter: blur(20px);
}

.download-card h2 {
  margin-bottom: 14px;
  font-size: 44px;
}

.download-card a {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
}

.download-card a:hover strong {
  color: var(--sage);
}

.download-card a[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.48;
}

.download-card a[aria-disabled="true"]:hover strong {
  color: var(--ink);
}

.download-card span {
  color: rgba(246, 244, 236, 0.48);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.download-card strong {
  font-size: 15px;
  transition: color 160ms ease;
}

.download-note {
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
  color: rgba(246, 244, 236, 0.52);
  font-size: 12px;
  line-height: 1.7;
}

body.auth-open {
  overflow: hidden;
}

.auth-modal,
.account-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(201, 255, 210, 0.14), transparent 28%),
    rgba(3, 4, 3, 0.78);
  backdrop-filter: blur(18px);
}

.auth-panel,
.account-panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.07), rgba(246, 244, 236, 0.025)),
    #060706;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.62);
}

.account-panel {
  width: min(620px, 100%);
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(246, 244, 236, 0.08);
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.auth-close:hover {
  border-color: rgba(201, 255, 210, 0.3);
  background: rgba(201, 255, 210, 0.12);
}

.auth-copy .pill {
  margin-left: 0;
  margin-bottom: 14px;
}

.auth-copy h2 {
  max-width: 11em;
  margin-bottom: 12px;
  font-size: clamp(32px, 6vw, 44px);
}

.auth-copy p:not(.pill) {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.055);
}

.auth-tabs button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.68);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.auth-tabs button.active {
  color: var(--black);
  background: var(--sage);
}

.auth-form {
  display: none;
  gap: 14px;
}

.auth-form.active {
  display: grid;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-field span {
  color: rgba(246, 244, 236, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.auth-field input {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(3, 4, 3, 0.74);
  font: inherit;
  font-size: 14px;
  outline: none;
}

.auth-field input:focus {
  border-color: rgba(201, 255, 210, 0.58);
  box-shadow: 0 0 0 3px rgba(201, 255, 210, 0.1);
}

.auth-field input::placeholder {
  color: rgba(246, 244, 236, 0.3);
}

.auth-submit {
  min-height: 46px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  color: var(--black);
  background: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.auth-submit:hover {
  background: var(--sage);
}

.auth-switcher {
  margin: 0;
  color: rgba(246, 244, 236, 0.56);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.auth-switcher button {
  border: 0;
  color: var(--sage);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.auth-status {
  margin: 16px 0 0;
  padding: 12px 13px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: var(--radius);
  color: rgba(246, 244, 236, 0.78);
  background: rgba(246, 244, 236, 0.06);
  font-size: 13px;
  line-height: 1.55;
}

.auth-status.success {
  border-color: rgba(201, 255, 210, 0.34);
  color: var(--sage);
  background: rgba(201, 255, 210, 0.1);
}

.auth-status.error {
  border-color: rgba(255, 150, 132, 0.34);
  color: #ffb8aa;
  background: rgba(255, 150, 132, 0.09);
}

.auth-status.warning {
  border-color: rgba(246, 218, 142, 0.34);
  color: #f6da8e;
  background: rgba(246, 218, 142, 0.09);
}

.account-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.account-status-grid article {
  display: grid;
  gap: 10px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background: rgba(246, 244, 236, 0.055);
}

.account-status-grid span,
.account-next span {
  color: rgba(246, 244, 236, 0.48);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.account-status-grid strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.account-next {
  margin-top: 10px;
  padding: 16px;
  border: 1px solid rgba(201, 255, 210, 0.2);
  border-radius: var(--radius);
  background: rgba(201, 255, 210, 0.08);
}

.account-next p {
  margin: 8px 0 0;
  color: rgba(246, 244, 236, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 8vw, 120px);
  color: rgba(246, 244, 236, 0.52);
  background: var(--black);
  border-top: 1px solid rgba(246, 244, 236, 0.1);
  font-size: 12px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

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

  .nav-toggle {
    display: block;
  }

  body.nav-open .site-nav {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(246, 244, 236, 0.14);
    border-radius: 18px;
    background: rgba(3, 4, 3, 0.94);
  }

  body.nav-open .site-nav a {
    padding: 13px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-art {
    width: 180vw;
  }

  .story-grid,
  .feature-heading,
  .advantage-heading,
  .video-heading,
  .usecase-heading,
  .usecase-layout,
  .ai-section,
  .split-section,
  .download-section,
  .template-hero {
    grid-template-columns: 1fr;
  }

  .feature-cards,
  .comparison-grid,
  .node-grid,
  .usecase-grid,
  .template-market-grid,
  .template-market-flow {
    grid-template-columns: 1fr;
  }

  .node-grid article:nth-child(2n) {
    transform: none;
  }

  .usecase-visual {
    min-height: 420px;
  }

  .story-title {
    font-size: 48px;
  }

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

  body.nav-open .header-actions {
    position: fixed;
    top: 330px;
    left: 14px;
    right: 14px;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.nav-open .account-chip {
    grid-column: 1 / -1;
    max-width: none;
  }

  body.nav-open .account-profile {
    max-width: none;
    width: 100%;
  }

  body.nav-open .account-menu {
    left: 0;
    right: auto;
    width: 100%;
  }

  .download-card {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 14px;
    width: calc(100% - 24px);
  }

  .hero {
    min-height: 980px;
  }

  .hero-copy {
    padding-top: 128px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-art {
    width: 250vw;
    bottom: 70px;
  }

  .dark-story,
  .feature-showcase,
  .ai-section,
  .split-section,
  .advantage-section,
  .usecase-section,
  .video-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .story-title {
    font-size: 34px;
  }

  .story-subtitles {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .story-subtitles p {
    font-size: 16px;
  }

  h2,
  .ai-copy h2 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .story-shot {
    margin-top: 28px;
  }

  .ai-copy,
  .ai-model-showcase {
    min-height: auto;
  }

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

  .node-grid article {
    min-height: 180px;
  }

  .product-shot img {
    min-height: 440px;
    object-fit: cover;
    object-position: 45% center;
  }

  .download-section {
    min-height: 820px;
    padding: 80px 22px;
  }

  .download-card h2 {
    font-size: 36px;
  }

  .site-footer {
    display: grid;
  }

  .account-status-grid {
    grid-template-columns: 1fr;
  }

  .models-header {
    border-radius: 18px;
  }

  .template-market-main {
    width: min(100% - 28px, 1120px);
    margin-top: 48px;
  }

  .template-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .template-filter-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .template-filter-bar button {
    flex: 0 0 auto;
  }

  .template-card {
    min-height: 390px;
  }
}


/* Paid-port website sync */
.brand-mark-image {
  overflow: hidden;
  border-radius: 8px;
  color: transparent;
  background: rgba(246, 244, 236, 0.04);
}

.brand-mark-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-section {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0 42px;
  overflow: visible;
}

.pricing-page-main {
  min-height: 100vh;
  padding-top: 96px;
  background:
    radial-gradient(circle at 78% 12%, rgba(201, 255, 210, 0.1), transparent 32%),
    #030403;
}

.pricing-page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(3, 4, 3, 0.82);
  backdrop-filter: blur(18px);
}

.pricing-page-section {
  padding-top: 44px;
}

.pricing-heading {
  display: grid;
  max-width: 840px;
  gap: 12px;
  margin-bottom: 24px;
}

.pricing-heading h1,
.pricing-heading h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 520;
}

.pricing-heading p:not(.section-kicker),
.desktop-bridge p,
.pricing-plan-card p,
.pricing-product-grid p,
.pricing-payment-notes strong {
  color: rgba(246, 244, 236, 0.66);
  line-height: 1.7;
}

.desktop-bridge {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: rgba(201, 255, 210, 0.1);
}

.desktop-bridge[hidden] {
  display: none;
}

.desktop-bridge span {
  grid-row: span 2;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.desktop-bridge strong {
  font-size: 18px;
}

.desktop-bridge p {
  margin: 0;
}

.pricing-sync-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
  padding: 18px 20px;
  border-radius: 8px;
  background: #141516;
}

.pricing-sync-panel div {
  display: grid;
  gap: 5px;
}

.pricing-sync-panel span,
.pricing-plan-card > span,
.pricing-product-grid span,
.pricing-payment-notes span {
  color: rgba(246, 244, 236, 0.5);
  font-size: 12px;
  font-weight: 900;
}

.pricing-sync-panel strong {
  color: rgba(246, 244, 236, 0.9);
  font-size: 16px;
}

.pricing-sync-panel button,
.pricing-plan-card button,
.pricing-product-grid button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  color: #101112;
  background: #eef0ed;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.pricing-sync-panel button:disabled,
.pricing-plan-card button:disabled,
.pricing-product-grid button:disabled {
  cursor: progress;
  opacity: 0.58;
}

.pricing-plan-grid,
.pricing-product-grid,
.pricing-payment-notes {
  display: grid;
  gap: 12px;
}

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

.pricing-plan-card,
.pricing-product-grid article,
.pricing-payment-notes div {
  display: grid;
  min-width: 0;
  border-radius: 8px;
  background: #151617;
}

.pricing-plan-card {
  grid-template-rows: auto auto auto auto auto minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  min-height: 512px;
  padding: 22px;
}

.pricing-plan-card.is-featured {
  background: #1b1d1e;
}

.pricing-plan-card.is-free {
  background: #111213;
}

.pricing-plan-card h3,
.pricing-product-grid h3 {
  margin: 0;
  color: #f6f4ec;
  font-size: 25px;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pricing-price b {
  color: #fff;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 0.94;
}

.pricing-price em {
  color: rgba(246, 244, 236, 0.48);
  font-style: normal;
  font-weight: 900;
}

.pricing-plan-card p,
.pricing-product-grid p {
  margin: 0;
  font-size: 14px;
}

.pricing-plan-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.pricing-plan-card dl div {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(246, 244, 236, 0.06);
}

.pricing-plan-card dt,
.pricing-plan-card dd {
  margin: 0;
}

.pricing-plan-card dt {
  color: rgba(246, 244, 236, 0.46);
  font-size: 12px;
  font-weight: 900;
}

.pricing-plan-card dd {
  color: rgba(246, 244, 236, 0.9);
  font-size: 14px;
  font-weight: 900;
}

.pricing-plan-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: rgba(246, 244, 236, 0.62);
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
}

.pricing-plan-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: rgba(246, 244, 236, 0.62);
}

.pricing-plan-card button,
.pricing-product-grid button {
  align-self: end;
  width: fit-content;
}

.pricing-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

.pricing-product-grid article {
  align-content: start;
  gap: 9px;
  min-height: 214px;
  padding: 20px;
}

.pricing-product-grid strong {
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.pricing-payment-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.pricing-payment-notes div {
  gap: 6px;
  padding: 16px;
}

.billing-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  color: rgba(246, 244, 236, 0.88);
  background: rgba(246, 244, 236, 0.08);
}

.billing-status[data-tone="success"] {
  color: #dfffe4;
  background: rgba(201, 255, 210, 0.11);
}

.billing-status[data-tone="warning"] {
  color: rgba(255, 230, 190, 0.94);
  background: rgba(255, 197, 120, 0.11);
}

@media (max-width: 900px) {
  .pricing-plan-grid,
  .pricing-product-grid,
  .pricing-payment-notes {
    grid-template-columns: 1fr;
  }

  .desktop-bridge,
  .pricing-sync-panel {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.pricing-product-group {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.pricing-product-group header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.pricing-product-group header span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.pricing-product-group header h2,
.pricing-product-group header h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.pricing-product-group header p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

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

.pricing-product-grid article.is-credit-pack {
  min-height: 188px;
  background: linear-gradient(180deg, rgba(244, 240, 230, 0.09), rgba(244, 240, 230, 0.035));
}

@media (max-width: 900px) {
  .pricing-product-group header {
    display: grid;
  }
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(246, 244, 236, 0.68);
  border-top: 1px solid rgba(246, 244, 236, 0.12);
  background: #10120f;
}

.site-footer div,
.site-footer nav {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer strong {
  color: #f6f4ec;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: #f6f4ec;
}

.legal-page {
  min-height: 100vh;
  background: #10120f;
  color: #f6f4ec;
}

.legal-shell {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.legal-back {
  display: inline-flex;
  color: rgba(246, 244, 236, 0.68);
  text-decoration: none;
  margin-bottom: 34px;
}

.legal-back:hover {
  color: #f6f4ec;
}

.legal-shell h1 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.12;
}

.legal-updated,
.legal-note {
  color: rgba(246, 244, 236, 0.62);
}

.legal-shell section {
  padding: 26px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
}

.legal-shell h2 {
  margin: 0 0 10px;
  font-size: 21px;
}

.legal-shell p,
.legal-shell li {
  color: rgba(246, 244, 236, 0.76);
  line-height: 1.8;
}

.legal-shell a {
  color: #d8f29a;
}

.contact-shell {
  width: min(980px, calc(100% - 40px));
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.contact-method-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 8px;
  background: rgba(246, 244, 236, 0.045);
}

.contact-method-grid span {
  color: #c9ffd2;
  font-size: 12px;
  font-weight: 900;
}

.contact-method-grid strong {
  color: #f6f4ec;
  font-size: 18px;
}

.contact-method-grid p {
  margin: 0;
  font-size: 14px;
}

.guide-page {
  min-height: 100vh;
  color: #f6f4ec;
  background:
    radial-gradient(circle at 74% 8%, rgba(201, 255, 210, 0.1), transparent 28%),
    #10120f;
}

.guide-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 78px auto 96px;
}

.guide-hero {
  max-width: 820px;
}

.guide-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.guide-hero p {
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.72;
}

.guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 42px 0 18px;
}

.guide-toc a,
.guide-support a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 999px;
  color: rgba(246, 244, 236, 0.82);
  background: rgba(246, 244, 236, 0.055);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.guide-toc a:hover,
.guide-support a:hover {
  color: var(--black);
  background: var(--sage);
}

.guide-section {
  margin-top: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background: rgba(246, 244, 236, 0.045);
}

.guide-section h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.guide-section p,
.guide-section li {
  color: rgba(246, 244, 236, 0.76);
  font-size: 15px;
  line-height: 1.78;
}

.guide-section ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.guide-node-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.guide-node-list article {
  display: grid;
  gap: 8px;
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background: rgba(3, 4, 3, 0.28);
}

.guide-node-list strong {
  color: var(--ink);
  font-size: 16px;
}

.guide-node-list span {
  color: rgba(246, 244, 236, 0.66);
  line-height: 1.6;
}

.guide-section details {
  padding: 16px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
}

.guide-section details:first-of-type {
  border-top: 0;
}

.guide-section summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.guide-section details p {
  margin: 12px 0 0;
}

.guide-support {
  border-color: rgba(201, 255, 210, 0.2);
  background: rgba(201, 255, 210, 0.07);
}

.docs-page {
  background:
    linear-gradient(90deg, rgba(246, 244, 236, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 74% 6%, rgba(201, 255, 210, 0.1), transparent 28%),
    #10120f;
  background-size: 32px 32px, auto, auto;
}

.docs-header {
  position: sticky;
  top: 18px;
  z-index: 20;
}

.docs-shell {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) 190px;
  gap: 34px;
  width: min(1380px, calc(100% - 36px));
  margin: 54px auto 96px;
  align-items: start;
}

.docs-sidebar,
.docs-on-page {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: var(--radius);
  background: rgba(16, 18, 15, 0.82);
  backdrop-filter: blur(18px);
}

.docs-sidebar strong,
.docs-on-page strong {
  margin: 4px 8px 10px;
  color: #f6f4ec;
  font-size: 13px;
}

.docs-sidebar a,
.docs-on-page a {
  padding: 9px 10px;
  border-radius: 8px;
  color: rgba(246, 244, 236, 0.62);
  font-size: 14px;
  line-height: 1.3;
}

.docs-sidebar a:hover,
.docs-sidebar a.active,
.docs-on-page a:hover {
  color: #10120f;
  background: #f6f4ec;
}

.docs-content {
  min-width: 0;
}

.docs-hero,
.docs-section {
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 8px;
  background: rgba(246, 244, 236, 0.045);
}

.docs-hero {
  padding: clamp(28px, 5vw, 58px);
}

.docs-hero h1 {
  max-width: 980px;
  margin: 12px 0 18px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

.docs-hero p {
  max-width: 760px;
  color: rgba(246, 244, 236, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.docs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.docs-hero-actions a,
.docs-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 999px;
  color: #10120f;
  background: #f6f4ec;
  font-size: 13px;
  font-weight: 900;
}

.docs-hero-actions a + a {
  color: rgba(246, 244, 236, 0.86);
  background: rgba(246, 244, 236, 0.08);
  border: 1px solid rgba(246, 244, 236, 0.12);
}

.docs-section {
  position: relative;
  margin-top: 14px;
  padding: clamp(24px, 4vw, 42px);
}

.docs-step {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #10120f;
  background: #c9ffd2;
  font-size: 12px;
  font-weight: 900;
}

.docs-section h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}

.docs-section p,
.docs-section li,
.docs-section details {
  color: rgba(246, 244, 236, 0.74);
  font-size: 15px;
  line-height: 1.8;
}

.docs-section ul,
.docs-steps {
  margin: 18px 0 0;
  padding-left: 20px;
}

.docs-steps {
  display: grid;
  gap: 8px;
}

.docs-callout-grid,
.docs-contact-grid,
.docs-contribute-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

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

.docs-callout-grid div,
.docs-contact-grid article,
.docs-contribute-box div,
.docs-node-grid article,
.docs-model-table div {
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 8px;
  background: rgba(3, 4, 3, 0.22);
}

.docs-callout-grid strong,
.docs-contact-grid strong,
.docs-contribute-box strong,
.docs-node-grid strong,
.docs-model-table strong {
  display: block;
  color: #f6f4ec;
  font-size: 16px;
  line-height: 1.45;
}

.docs-contact-grid span,
.docs-model-table span {
  display: block;
  margin-bottom: 9px;
  color: rgba(201, 255, 210, 0.88);
  font-size: 12px;
  font-weight: 900;
}

.docs-product-shot {
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-radius: 8px;
  background: rgba(3, 4, 3, 0.26);
}

.docs-product-shot img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.docs-product-shot figcaption {
  padding: 12px 14px;
  color: rgba(246, 244, 236, 0.58);
  font-size: 13px;
}

.docs-interface-map {
  margin: 22px 0 0;
}

.docs-app-window {
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.13);
  border-radius: 8px;
  background: #151916;
}

.docs-app-topbar {
  display: flex;
  gap: 18px;
  padding: 14px 18px;
  color: rgba(246, 244, 236, 0.7);
  border-bottom: 1px solid rgba(246, 244, 236, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.docs-app-body {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 360px;
}

.docs-app-toolbar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border-right: 1px solid rgba(246, 244, 236, 0.1);
  background: rgba(246, 244, 236, 0.035);
}

.docs-app-toolbar i {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(246, 244, 236, 0.12);
}

.docs-app-canvas {
  position: relative;
  min-height: 360px;
  background:
    linear-gradient(rgba(246, 244, 236, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 244, 236, 0.04) 1px, transparent 1px),
    #111511;
  background-size: 28px 28px;
}

.docs-app-canvas b {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 118px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(201, 255, 210, 0.2);
  border-radius: 8px;
  color: #f6f4ec;
  background: rgba(16, 18, 15, 0.92);
  font-size: 14px;
}

.docs-app-canvas .node-a { left: 42%; top: 31%; }
.docs-app-canvas .node-b { left: 10%; top: 58%; }
.docs-app-canvas .node-c { right: 10%; top: 16%; }
.docs-app-canvas .node-d { right: 8%; bottom: 18%; }

.docs-app-canvas svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.docs-app-canvas path {
  fill: none;
  stroke: rgba(201, 255, 210, 0.55);
  stroke-width: 2;
}

.docs-node-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.docs-node-grid article {
  min-height: 128px;
}

.docs-node-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(246, 244, 236, 0.66);
  line-height: 1.65;
}

.docs-model-table {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.docs-section details {
  margin-top: 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
}

.docs-section summary {
  color: #f6f4ec;
  cursor: pointer;
  font-weight: 900;
}

.docs-contact-grid a {
  color: #c9ffd2;
}

@media (max-width: 720px) {
  .hero-downloads {
    grid-template-columns: 1fr;
  }

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

  .legal-shell h1 {
    font-size: 34px;
  }

  .guide-node-list {
    grid-template-columns: 1fr;
  }

  .guide-shell {
    width: min(100% - 28px, 1120px);
    margin-top: 48px;
  }
}

@media (max-width: 1120px) {
  .docs-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .docs-sidebar,
  .docs-on-page {
    position: static;
  }

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

  .docs-sidebar strong {
    grid-column: 1 / -1;
  }

  .docs-on-page {
    display: none;
  }
}

@media (max-width: 760px) {
  .docs-shell {
    width: min(100% - 28px, 1380px);
    margin-top: 36px;
  }

  .docs-sidebar,
  .docs-callout-grid,
  .docs-contact-grid,
  .contact-method-grid,
  .docs-contribute-box,
  .docs-node-grid {
    grid-template-columns: 1fr;
  }

  .docs-app-topbar {
    overflow-x: auto;
  }

  .docs-app-body {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .docs-app-toolbar {
    padding: 12px;
  }

  .docs-app-toolbar i {
    width: 28px;
    height: 28px;
  }

  .docs-app-canvas b {
    min-width: 92px;
    min-height: 48px;
    font-size: 12px;
  }
}
