@font-face {
  font-family: FluxPicInter;
  src: url("assets/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

/* Use-case editorial pages: product-feature visual system, category-specific proof */
.use-case-editorial-page {
  overflow-x: clip;
  background: #080807;
}

.use-case-editorial-page .page-hero {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #080807;
}

.use-case-editorial-page .page-hero-inner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: min(820px, calc(100vh - 96px));
  align-items: flex-end;
  isolation: isolate;
}

.use-case-editorial-page .page-hero-inner > div:first-child {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 760px);
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(120px, 13vw, 196px) clamp(42px, 5vw, 74px) clamp(62px, 7vw, 104px);
}

.use-case-editorial-page .page-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  color: #88e95d;
  font-family: var(--number-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
}

.use-case-editorial-page .page-kicker::before {
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.use-case-editorial-page .page-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f6f6ee;
  font-size: clamp(48px, 3.9vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.use-case-editorial-page .page-hero h1 span {
  display: block;
  margin-top: 12px;
  color: #88e95d;
}

.use-case-editorial-page .page-lead {
  max-width: 540px;
  margin-top: 32px;
  color: #b7b7ad;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.use-case-editorial-page .page-actions {
  gap: 12px;
  margin-top: 36px;
}

.use-case-editorial-page .page-actions .button,
.use-case-editorial-page .page-cta .button,
.use-case-editorial-page .category-nav a {
  border-radius: 999px;
}

.use-case-editorial-page .page-actions .button {
  min-height: 50px;
  padding: 0 24px;
}

.use-case-editorial-page .page-actions .button.text {
  border: 1px solid rgba(246, 246, 238, 0.26);
  color: #f6f6ee;
}

.use-case-editorial-page .hero-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #10120f;
}

.use-case-editorial-page .hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.96) 0%, rgba(6, 7, 6, 0.83) 34%, rgba(6, 7, 6, 0.3) 68%, rgba(6, 7, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(6, 7, 6, 0.68) 0%, transparent 46%, rgba(6, 7, 6, 0.16) 100%);
  content: "";
}

.use-case-editorial-page .hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  padding: 0;
  object-fit: cover;
  object-position: center 38%;
  border: 0;
  border-radius: 0;
  background: #0d0d0b;
  box-shadow: none;
}

.use-case-editorial-page .page-hero.category-clothing .hero-visual img {
  object-position: center 33%;
}

.use-case-editorial-page .page-hero.category-electronics .hero-visual img {
  object-position: center 36%;
}

.use-case-editorial-page .page-hero.category-beauty .hero-visual img {
  object-position: center 40%;
}

.use-case-editorial-page .page-hero.category-food .hero-visual img {
  object-position: center;
}

.use-case-editorial-page .page-hero.category-home .hero-visual img {
  object-position: center;
}

.use-case-editorial-page .page-hero.category-jewelry .hero-visual img {
  object-position: center;
}

@media (min-width: 768px) {
  .use-case-editorial-page .page-hero-inner {
    min-height: 0;
    aspect-ratio: 1920 / 650;
  }

  .use-case-editorial-page .page-hero-inner > div:first-child {
    width: min(100%, calc(720px + max(60px, calc((100vw - var(--max)) / 2))));
    justify-content: center;
    padding-block: clamp(38px, 3vw, 58px);
    padding-inline: max(32px, 3vw) 32px;
    padding-inline-start: max(60px, calc((100vw - var(--max)) / 2));
  }

  .use-case-editorial-page .page-kicker {
    margin-bottom: 16px;
  }

  .use-case-editorial-page .page-lead {
    margin-top: 20px;
  }

  .use-case-editorial-page .page-actions {
    margin-top: 22px;
  }
}

@media (min-width: 1024px) {
  .use-case-editorial-page .page-hero-inner > div:first-child {
    align-self: stretch;
  }
}

.use-case-editorial-page main > .page-section {
  padding: clamp(96px, 11vw, 160px) 0;
  border: 0;
  background: #080807;
}

.use-case-editorial-page main > .page-section.muted {
  background: #0d0d0b;
}

.use-case-editorial-page main > .page-section .page-shell {
  width: min(var(--max), calc(100% - 120px));
}

.use-case-editorial-page .section-heading.left {
  max-width: none;
  margin: 0 0 48px;
  text-align: left;
}

.use-case-editorial-page .section-heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #88e95d;
  font-family: var(--number-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.use-case-editorial-page .section-heading .eyebrow::before {
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.use-case-editorial-page .page-section .section-heading h2 {
  max-width: 780px;
  margin: 0;
  color: #f6f6ee;
  font-size: clamp(2.125rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.use-case-editorial-page .page-section .section-heading h2 span {
  display: block;
  color: #88e95d;
}

.use-case-editorial-page .page-grid.three {
  --workflow-dash: rgba(246, 246, 238, 0.22);
  --workflow-dash-size: 16px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #080807;
  background-image:
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)),
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)),
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)),
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size));
  background-position: top left, bottom left, top left, top right;
  background-size: 200% 1px, 200% 1px, 1px 200%, 1px 200%;
  background-repeat: no-repeat;
}

.use-case-editorial-page .info-block {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  padding: 34px 32px 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.use-case-editorial-page .info-block + .info-block {
  border-left: 1px dashed rgba(246, 246, 238, 0.22);
}

.use-case-editorial-page .info-block b {
  order: 2;
  margin: 0 0 14px;
  color: #85857d;
  font-family: var(--number-font);
  font-size: 14px;
  font-weight: 500;
}

.use-case-editorial-page .info-block h3 {
  order: 3;
  margin: 0;
  color: #f6f6ee;
  font-size: 23px;
  line-height: 1.25;
}

.use-case-editorial-page .info-block p {
  order: 4;
  max-width: 340px;
  margin: 16px 0 0;
  color: #929289;
  font-size: 15px;
  line-height: 1.65;
}

.use-case-editorial-page .use-case-icon {
  order: 1;
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin: 0 0 54px;
  align-items: center;
  color: #f6f6ee;
  font-size: 32px;
}

.use-case-editorial-page .use-case-icon .hgi-stroke {
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  line-height: 1;
}

.use-case-editorial-page .info-block:hover .use-case-icon {
  color: #88e95d;
}

.use-case-editorial-page .use-case-workflow {
  background: #080807;
}

.use-case-editorial-page .page-section.muted .use-case-workflow {
  background: #0d0d0b;
}

.use-case-editorial-page .prompt-list.workflow-steps {
  border: 0;
}

.use-case-editorial-page .prompt-list .workflow-step {
  min-height: 246px;
}

.use-case-editorial-page .prompt-list .workflow-step p {
  max-width: 360px;
  margin-top: 48px;
  color: #d2d2c9;
  font-size: 16px;
  line-height: 1.75;
}

.use-case-editorial-page .prompt-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(246, 246, 238, 0.14);
  border-bottom: 1px solid rgba(246, 246, 238, 0.14);
}

.use-case-editorial-page .prompt-list code {
  position: relative;
  min-height: 190px;
  padding: 76px 32px 32px;
  border: 0;
  border-right: 1px solid rgba(246, 246, 238, 0.14);
  border-radius: 0;
  color: #d2d2c9;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.75;
}

.use-case-editorial-page .prompt-list code:last-child {
  border-right: 0;
}

.use-case-editorial-page .prompt-list code::before {
  position: absolute;
  top: 28px;
  left: 32px;
  color: #88e95d;
  font-family: var(--number-font);
  font-size: 12px;
  letter-spacing: 0.08em;
  content: "PROMPT / 01";
}

.use-case-editorial-page .prompt-list code:nth-child(2)::before {
  content: "PROMPT / 02";
}

.use-case-editorial-page .prompt-list code:nth-child(3)::before {
  content: "PROMPT / 03";
}

.use-case-editorial-page .gallery-grid.compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(246, 246, 238, 0.14);
  border-radius: 0;
  background: rgba(246, 246, 238, 0.14);
}

.use-case-editorial-page .gallery-card {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: #0d0d0b;
}

.use-case-editorial-page .gallery-card img {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  padding: 0;
  object-fit: cover;
  object-position: center top;
  background: #11110f;
}

.use-case-editorial-page .gallery-card div {
  padding: 22px 24px 26px;
}

.use-case-editorial-page .gallery-card b {
  color: #f6f6ee;
  font-size: 18px;
}

.use-case-editorial-page .gallery-card p {
  margin: 8px 0 0;
  color: #85857d;
}

.use-case-editorial-page .category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.use-case-editorial-page .category-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: rgba(246, 246, 238, 0.82);
  background: rgba(246, 246, 238, 0.03);
  border-color: rgba(246, 246, 238, 0.18);
  line-height: 1;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.use-case-editorial-page .category-nav a:hover {
  color: #11130e;
  background: #88e95d;
  border-color: #88e95d;
  transform: translateY(-2px);
}

.use-case-editorial-page .use-case-gallery-marquee + .page-section.muted {
  padding: clamp(48px, 5vw, 72px) 0;
  background:
    linear-gradient(180deg, rgba(13, 13, 11, 0.98) 0%, rgba(8, 8, 7, 0.98) 100%);
  border-top: 1px solid rgba(246, 246, 238, 0.1);
  border-bottom: 1px solid rgba(246, 246, 238, 0.08);
}

.use-case-editorial-page .use-case-gallery-marquee + .page-section.muted .page-shell {
  display: grid;
  grid-template-columns: minmax(200px, 0.32fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
}

.use-case-editorial-page .use-case-gallery-marquee + .page-section.muted .section-heading.left {
  margin: 0;
}

.use-case-editorial-page .use-case-gallery-marquee + .page-section.muted .section-heading h2 {
  color: rgba(246, 246, 238, 0.9);
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  line-height: 1.1;
}

@media (max-width: 1023px) {
  .use-case-editorial-page .page-hero {
    width: 100%;
  }

  .use-case-editorial-page .page-hero-inner > div:first-child {
    width: min(100%, 780px);
    padding: 64px 32px 64px 60px;
  }

  .use-case-editorial-page .gallery-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .use-case-editorial-page .page-hero {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }

  .use-case-editorial-page .page-hero-inner {
    min-height: min(720px, calc(100svh - 86px));
  }

  .use-case-editorial-page .page-hero-inner > div:first-child {
    width: 100%;
    padding: 120px 20px 36px;
  }

  .use-case-editorial-page .page-hero h1 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1.02;
  }

  .use-case-editorial-page .page-hero.category-jewelry h1 {
    font-size: clamp(36px, 9.8vw, 40px);
  }

  .use-case-editorial-page .page-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .use-case-editorial-page .page-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .use-case-editorial-page .page-actions .button {
    width: 100%;
  }

  .use-case-editorial-page .hero-visual::after {
    background:
      linear-gradient(0deg, rgba(6, 7, 6, 0.98) 0%, rgba(6, 7, 6, 0.82) 43%, rgba(6, 7, 6, 0.16) 82%, rgba(6, 7, 6, 0.22) 100%),
      linear-gradient(90deg, rgba(6, 7, 6, 0.28), transparent 60%);
  }

  .use-case-editorial-page .page-hero.category-food .hero-visual img {
    object-position: 72% center;
  }

  .use-case-editorial-page .page-hero.category-clothing .hero-visual img {
    object-position: 72% center;
  }

  .use-case-editorial-page .page-hero.category-electronics .hero-visual img {
    object-position: 76% center;
  }

  .use-case-editorial-page .page-hero.category-beauty .hero-visual img {
    object-position: 74% center;
  }

  .use-case-editorial-page .page-hero.category-home .hero-visual img {
    object-position: 74% center;
  }

  .use-case-editorial-page .page-hero.category-jewelry .hero-visual img {
    object-position: 76% center;
  }

  .use-case-editorial-page main > .page-section {
    padding: 78px 0;
  }

  .use-case-editorial-page main > .page-section .page-shell {
    width: calc(100% - 40px);
  }

  .use-case-editorial-page .use-case-gallery-marquee + .page-section.muted .page-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .use-case-editorial-page .use-case-gallery-marquee + .page-section.muted .section-heading h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .use-case-editorial-page .category-nav {
    gap: 10px;
  }

  .use-case-editorial-page .category-nav a {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }

  .use-case-editorial-page .page-grid.three,
  .use-case-editorial-page .prompt-list,
  .use-case-editorial-page .gallery-grid.compact {
    grid-template-columns: 1fr;
  }

  .use-case-editorial-page .info-block {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .use-case-editorial-page .info-block + .info-block {
    border-top: 1px dashed rgba(246, 246, 238, 0.22);
    border-left: 0;
  }

  .use-case-editorial-page .prompt-list code {
    min-height: 0;
    padding: 72px 24px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 246, 238, 0.14);
  }

  .use-case-editorial-page .prompt-list code:last-child {
    border-bottom: 0;
  }

  .use-case-editorial-page .prompt-list code::before {
    left: 24px;
  }

  .use-case-editorial-page .gallery-card img {
    height: min(132vw, 540px);
  }

}

/* Feature editorial pages: About-page composition with homepage product proof */
.feature-editorial-page {
  --feature-title-section: clamp(2.125rem, 4vw, 3.5rem);
  --feature-title-card: 1.25rem;
  overflow-x: clip;
  background: #080807;
}

.feature-editorial-page .feature-editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: min(760px, calc(100vh - 65px));
}

.feature-editorial-page .feature-editorial-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(86px, 9vw, 138px) clamp(42px, 5vw, 74px) clamp(72px, 8vw, 112px) max(60px, calc((100vw - 1440px) / 2));
}

.feature-editorial-page .feature-editorial-kicker,
.feature-editorial-page .feature-section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #88e95d;
  font-family: var(--number-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-editorial-page .feature-editorial-kicker::before,
.feature-editorial-page .feature-section-index::before {
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.feature-editorial-page .feature-editorial-copy h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(50px, 4.45vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.feature-editorial-page .feature-editorial-copy h1 span {
  display: block;
  margin-top: 12px;
  color: #88e95d;
}

.feature-editorial-page .feature-editorial-lead {
  max-width: 560px;
  margin: 32px 0 0;
  color: #b7b7ad;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.feature-editorial-page .feature-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.feature-editorial-page .feature-editorial-actions .button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
}

.feature-editorial-page .feature-editorial-actions .button.text {
  border: 1px solid rgba(246, 246, 238, 0.26);
  color: #f6f6ee;
}

.feature-editorial-page .feature-editorial-actions .button:hover {
  transform: translateY(-2px);
  border-color: #88e95d;
}

.feature-editorial-page .feature-editorial-trust {
  margin: 16px 0 0;
  color: #85857d;
  font-size: 13px;
}

.feature-editorial-page .feature-editorial-media {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: clamp(44px, 5vw, 72px);
  background: transparent;
}

.feature-editorial-page .feature-video-shell {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(246, 246, 238, 0.14);
  border-radius: 16px;
  background: #0d0d0b;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
}

.feature-editorial-page .feature-video-shell::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(246, 246, 238, 0.08);
  content: "";
}

.feature-editorial-page .feature-video-shell video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0d0d0b;
}

.feature-editorial-page .feature-video-error {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  place-items: center;
  padding: 32px;
  color: #f6f6ee;
  text-align: center;
  background: #0d0d0b;
}

.feature-editorial-page .feature-video-shell.has-error .feature-video-error {
  display: grid;
}

.feature-editorial-page .feature-video-error > div {
  max-width: 330px;
}

.feature-editorial-page .feature-video-error i {
  display: block;
  margin-bottom: 22px;
  color: #88e95d;
  font-size: 34px;
}

.feature-editorial-page .feature-video-error strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
}

.feature-editorial-page .feature-video-error p {
  margin: 10px 0 24px;
  color: #9b9b92;
  font-size: 14px;
}

.feature-editorial-page .feature-result-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  border-top: 1px solid rgba(246, 246, 238, 0.14);
  border-bottom: 1px solid rgba(246, 246, 238, 0.14);
  background: #0d0d0b;
}

.feature-editorial-page .feature-result-cell {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 28px clamp(22px, 3vw, 46px) 32px;
  border-right: 1px solid rgba(246, 246, 238, 0.14);
}

.feature-editorial-page .feature-result-cell:last-child {
  border-right: 0;
}

.feature-editorial-page .feature-result-cell small {
  display: block;
  margin-bottom: 16px;
  color: #77776f;
  font-family: var(--number-font);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-editorial-page .feature-result-cell strong {
  display: block;
  color: #f6f6ee;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.25;
}

.feature-editorial-page .feature-result-cell:first-child strong {
  color: #88e95d;
}

.feature-editorial-page .feature-logo-band {
  padding: 34px 0 24px;
  background: #080807;
}

.feature-editorial-page .feature-logo-band .brand-marquee {
  width: min(var(--max), calc(100% - 120px));
  margin-right: auto;
  margin-left: auto;
}

.feature-editorial-page .feature-story-section {
  padding: clamp(96px, 11vw, 160px) 0 0;
}

.feature-editorial-page .feature-runway-section {
  padding: clamp(96px, 11vw, 160px) 0;
}

.feature-editorial-page .feature-story-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 5vw, 72px);
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
}

.feature-editorial-page .feature-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 48px;
  align-items: end;
}

.feature-editorial-page .feature-story-heading h2,
.feature-editorial-page .feature-runway-heading h2,
.feature-editorial-page .page-section .section-heading h2,
.feature-editorial-page .official-community h2,
.feature-editorial-page .faq-preview .section-heading h2,
.feature-editorial-page .final-cta h2 {
  margin: 0;
  font-size: var(--feature-title-section);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.feature-editorial-page .feature-story-heading h2 span,
.feature-editorial-page .feature-runway-heading h2 span {
  color: #88e95d;
}

.feature-editorial-page .feature-story-heading h2 span,
.feature-editorial-page .feature-runway-heading h2 span {
  display: block;
}

.feature-editorial-page .feature-story-heading > p {
  margin: 0 0 6px;
  color: #9b9b92;
  font-size: 16px;
  line-height: 1.8;
}

.feature-editorial-page .feature-story-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-editorial-page .feature-story-grid.workflow-steps {
  --workflow-dash: rgba(246, 246, 238, 0.22);
  --workflow-dash-size: 16px;
  --workflow-dash-duration: 0.9s;
  gap: 0;
  background: var(--bg);
}

.feature-editorial-page .feature-story-grid.workflow-steps::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 200% 1px no-repeat,
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) bottom left / 200% 1px no-repeat,
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 1px 200% no-repeat,
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top right / 1px 200% no-repeat;
  opacity: 1;
  animation: workflowDashFrame var(--workflow-dash-duration) linear infinite;
  content: "";
}

.feature-editorial-page .feature-story-grid.workflow-steps::after {
  content: none;
}

.feature-editorial-page .feature-result-strip::before,
.feature-editorial-page .feature-result-strip::after,
.feature-editorial-page .feature-story-grid::before,
.feature-editorial-page .feature-story-grid::after,
.feature-editorial-page .feature-runway::before,
.feature-editorial-page .feature-runway::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: max(0px, calc((100vw - min(var(--max), calc(100vw - 120px))) / 2));
  pointer-events: none;
  background: radial-gradient(circle, var(--side-dot) 1px, transparent 1.5px) 0 0 / 10px 10px;
  opacity: 0.86;
  content: "";
}

.feature-editorial-page .feature-result-strip::before,
.feature-editorial-page .feature-story-grid::before,
.feature-editorial-page .feature-runway::before {
  right: 100%;
}

.feature-editorial-page .feature-result-strip::after,
.feature-editorial-page .feature-story-grid::after,
.feature-editorial-page .feature-runway::after {
  left: 100%;
}

.feature-editorial-page .feature-story-cell {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 30px 24px 36px;
  border-right: 1px solid rgba(246, 246, 238, 0.16);
}

.feature-editorial-page .feature-story-cell.workflow-step {
  min-height: 284px;
  padding: 34px 32px 32px;
  border-right: 0;
}

.feature-editorial-page .feature-story-cell.workflow-step small {
  display: block;
  margin-bottom: 16px;
  color: var(--faint);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.feature-editorial-page .feature-story-cell.workflow-step h3 {
  margin: 0;
  color: var(--text);
  font-size: 23px;
  line-height: 1.25;
}

.feature-editorial-page .feature-story-cell.workflow-step p {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.feature-editorial-page .feature-story-cell:last-child {
  border-right: 0;
}

.feature-editorial-page .feature-story-cell small,
.feature-editorial-page .feature-runway-card small {
  color: #88e95d;
  font-family: var(--number-font);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.feature-editorial-page .feature-story-cell h3 {
  margin: 56px 0 16px;
  font-size: var(--feature-title-card);
  font-weight: 500;
}

.feature-editorial-page .feature-story-cell p {
  margin: 0;
  color: #929289;
  font-size: 14px;
  line-height: 1.75;
}

.feature-editorial-page .feature-runway-section {
  overflow: hidden;
  background: #0d0d0b;
}

.feature-editorial-page .feature-runway-shell {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
}

.feature-editorial-page .feature-runway-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: 48px;
  align-items: end;
}

.feature-editorial-page .feature-runway-heading p {
  margin: 0 0 6px;
  color: #9b9b92;
  font-size: 15px;
  line-height: 1.75;
}

.feature-editorial-page .feature-runway {
  --workflow-dash: rgba(246, 246, 238, 0.22);
  --workflow-dash-size: 16px;
  --workflow-dash-duration: 0.9s;
  counter-reset: feature-runway;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  background: #0d0d0b;
}

.feature-editorial-page .feature-runway::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: auto;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 200% 1px no-repeat,
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) bottom left / 200% 1px no-repeat,
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 1px 200% no-repeat,
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top right / 1px 200% no-repeat;
  opacity: 1;
  animation: workflowDashFrame var(--workflow-dash-duration) linear infinite;
  content: "";
}

.feature-editorial-page .feature-runway::after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: 1px;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 200% 1px no-repeat;
  opacity: 1;
  animation: workflowDashRow var(--workflow-dash-duration) linear infinite;
  content: "";
}

.feature-editorial-page .feature-runway .workflow-corner {
  background: #0d0d0b;
}

.feature-editorial-page .feature-runway-card {
  counter-increment: feature-runway;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding: 32px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  transition: color 240ms ease;
}

.feature-editorial-page .feature-runway-card:nth-of-type(3n + 2),
.feature-editorial-page .feature-runway-card:nth-of-type(3n + 3) {
  background-image: repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size));
  background-position: top left;
  background-size: 1px 200%;
  background-repeat: no-repeat;
  animation: workflowDashColumn var(--workflow-dash-duration) linear infinite;
}

.feature-editorial-page .feature-runway-card::before {
  order: 2;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 16px;
  color: var(--faint);
  font-family: var(--number-font);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  content: "0" counter(feature-runway);
}

.feature-editorial-page .feature-editorial-pixels {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  mix-blend-mode: screen;
  pointer-events: none;
}

.feature-editorial-page .feature-result-cell > :not(.feature-editorial-pixels),
.feature-editorial-page .feature-runway-card > :not(.feature-editorial-pixels) {
  position: relative;
  z-index: 1;
}

.feature-editorial-page .feature-runway-card .feature-highlight-icon {
  order: 1;
  align-self: flex-start;
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin: 0 0 54px;
  align-items: center;
  justify-content: flex-start;
  color: var(--text);
  transition: color 240ms ease;
}

.feature-editorial-page .feature-runway-card .feature-highlight-icon .hgi-stroke {
  width: 32px;
  height: 32px;
  justify-content: flex-start;
  font-size: 32px;
  line-height: 1;
}

.feature-editorial-page .feature-runway-card h3 {
  order: 3;
  margin: 0;
  font-size: var(--feature-title-card);
  font-weight: 500;
}

.feature-editorial-page .feature-runway-card p {
  order: 4;
  margin: 16px 0 0;
  color: #929289;
  font-size: 14px;
  line-height: 1.7;
}

.feature-editorial-page .feature-runway-card:hover .feature-highlight-icon {
  color: #88e95d;
}

.feature-editorial-page .feature-runway:focus-visible,
.feature-editorial-page .feature-video-shell:focus-within,
.feature-editorial-page .feature-editorial-actions .button:focus-visible {
  outline: 2px solid #f6f6ee;
  outline-offset: 4px;
}

.feature-editorial-page .final-cta {
  padding: clamp(82px, 9vw, 128px) 0;
  background: #88e95d;
  color: #11130e;
}

.feature-editorial-page .final-cta h2 {
  max-width: 760px;
  color: #11130e;
}

.feature-editorial-page .final-cta p {
  color: rgba(17, 19, 14, 0.74);
}

.feature-editorial-page .final-cta .button.primary {
  border-radius: 999px;
  background: #11130e;
  color: #f6f6ee;
}

.feature-editorial-page [data-back-top] {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(246, 246, 238, 0.18);
  border-radius: 999px;
  background: rgba(246, 246, 238, 0.04);
}

.feature-editorial-page .final-cta-list {
  color: #11130e;
}

.feature-editorial-page .final-cta-list li::before {
  color: #11130e;
}

@media (max-width: 1023px) {
  .feature-editorial-page .feature-editorial-hero {
    grid-template-columns: 1fr;
  }

  .feature-editorial-page .feature-editorial-copy {
    padding: 92px 48px 72px;
  }

  .feature-editorial-page .feature-editorial-media {
    min-height: 560px;
    padding: 48px;
  }

  .feature-editorial-page .feature-story-heading,
  .feature-editorial-page .feature-runway-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-editorial-page .feature-story-heading > p {
    margin-top: 0;
  }

  .feature-editorial-page .feature-runway {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-editorial-page .feature-runway-card,
  .feature-editorial-page .feature-runway-card:nth-of-type(3n + 2),
  .feature-editorial-page .feature-runway-card:nth-of-type(3n + 3) {
    border-right: 1px dashed var(--workflow-dash);
    border-bottom: 1px dashed var(--workflow-dash);
    background-image: none;
    animation: none;
  }

  .feature-editorial-page .feature-runway-card:nth-of-type(2n) {
    border-right: 0;
  }

  .feature-editorial-page .feature-runway-card:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }

  .feature-editorial-page .feature-runway .workflow-corner {
    display: none;
  }

  .feature-editorial-page .feature-result-strip::before,
  .feature-editorial-page .feature-result-strip::after,
  .feature-editorial-page .feature-story-grid::before,
  .feature-editorial-page .feature-story-grid::after,
  .feature-editorial-page .feature-runway::before,
  .feature-editorial-page .feature-runway::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .feature-editorial-page .feature-editorial-hero {
    min-height: 0;
  }

  .feature-editorial-page .feature-editorial-copy {
    padding: 58px 20px 46px;
  }

  .feature-editorial-page .feature-editorial-copy h1 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1.02;
  }

  .feature-editorial-page .feature-editorial-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .feature-editorial-page .feature-editorial-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .feature-editorial-page .feature-editorial-actions .button {
    width: 100%;
  }

  .feature-editorial-page .feature-editorial-trust {
    text-align: center;
  }

  .feature-editorial-page .feature-editorial-media {
    min-height: 0;
    padding: 30px 20px;
  }

  .feature-editorial-page .feature-video-shell {
    border-radius: 12px;
  }

  .feature-editorial-page .feature-result-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 40px);
  }

  .feature-editorial-page .feature-result-cell {
    padding: 22px 20px 24px;
    border-bottom: 1px solid rgba(246, 246, 238, 0.14);
  }

  .feature-editorial-page .feature-result-cell:nth-child(2) {
    border-right: 0;
  }

  .feature-editorial-page .feature-result-cell:nth-child(n + 3) {
    border-bottom: 0;
  }

  .feature-editorial-page .feature-logo-band {
    padding-top: 22px;
  }

  .feature-editorial-page .feature-logo-band .brand-marquee {
    width: calc(100% - 40px);
  }

  .feature-editorial-page .feature-story-section {
    padding: 78px 0 0;
  }

  .feature-editorial-page .feature-runway-section {
    padding: 78px 0;
  }

  .feature-editorial-page .feature-story-layout,
  .feature-editorial-page .feature-runway-shell {
    width: calc(100% - 40px);
  }

  .feature-editorial-page .feature-story-grid {
    grid-template-columns: 1fr;
  }

  .feature-editorial-page .feature-story-cell {
    padding: 24px 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 246, 238, 0.14);
  }

  .feature-editorial-page .feature-story-cell:last-child {
    border-bottom: 0;
  }

  .feature-editorial-page .feature-story-cell h3 {
    margin-top: 30px;
  }

  .feature-editorial-page .feature-story-cell.workflow-step {
    min-height: 0;
    padding: 24px;
    border-bottom: 0;
  }

  .feature-editorial-page .feature-story-cell.workflow-step:last-child {
    padding-bottom: 24px;
  }

  .feature-editorial-page .feature-story-cell.workflow-step .workflow-icon {
    margin-bottom: 28px;
  }

  .feature-editorial-page .feature-story-cell.workflow-step small {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .feature-editorial-page .feature-story-cell.workflow-step h3 {
    margin: 0;
    font-size: 22px;
  }

  .feature-editorial-page .feature-story-cell.workflow-step p {
    max-width: none;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.62;
  }

  .feature-editorial-page .feature-runway {
    grid-template-columns: 1fr;
  }

  .feature-editorial-page .feature-runway-card {
    min-height: 0;
    padding: 28px 24px;
    border-right: 0;
  }

  .feature-editorial-page .feature-runway-card:nth-last-of-type(-n + 2) {
    border-bottom: 1px dashed var(--workflow-dash);
  }

  .feature-editorial-page .feature-runway-card:last-of-type {
    border-bottom: 0;
  }

  .feature-editorial-page .feature-runway-card .feature-highlight-icon {
    margin-bottom: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-editorial-page .brand-marquee-track {
    animation: none;
    transform: none;
  }

  .feature-editorial-page .feature-editorial-pixels {
    display: none;
  }

  .feature-editorial-page .feature-runway-card,
  .feature-editorial-page .feature-editorial-actions .button {
    transition: none;
  }
}

[hidden] {
  display: none !important;
}

.footer a[href$="features/"],
.footer a[href$="podcast/"] {
  display: none;
}

@font-face {
  font-family: FluxPicNumber;
  src: url("assets/jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@property --quest-r {
  syntax: "<number>";
  inherits: true;
  initial-value: 136;
}

@property --quest-g {
  syntax: "<number>";
  inherits: true;
  initial-value: 233;
}

@property --quest-b {
  syntax: "<number>";
  inherits: true;
  initial-value: 93;
}

:root {
  color-scheme: dark;
  --bg: #080807;
  --bg-2: #0e0e0c;
  --panel: #171716;
  --panel-2: #20201d;
  --panel-3: #11110f;
  --text: #f6f6ee;
  --muted: #b7b7ad;
  --faint: #77776f;
  --line: rgba(72, 71, 63, 0.54);
  --line-strong: rgba(102, 101, 90, 0.62);
  --side-dot: rgba(246, 246, 238, 0.1);
  --side-line: rgba(246, 246, 238, 0.12);
  --green: #88E95D;
  --green-soft: rgba(136, 233, 93, 0.12);
  --blue: #5e8cc8;
  --amber: #d8b45f;
  --number-font: FluxPicNumber, "JetBrains Mono Variable", "SFMono-Regular", Consolas, monospace;
  --radius: 12px;
  --max: 1440px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #080807;
  --bg-2: #0e0e0c;
  --panel: #171716;
  --panel-2: #20201d;
  --panel-3: #11110f;
  --text: #f6f6ee;
  --muted: #b7b7ad;
  --faint: #77776f;
  --line: rgba(72, 71, 63, 0.54);
  --line-strong: rgba(102, 101, 90, 0.62);
  --side-dot: rgba(246, 246, 238, 0.1);
  --side-line: rgba(246, 246, 238, 0.12);
  --green: #88E95D;
  --green-soft: rgba(136, 233, 93, 0.12);
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #ffffff;
  --bg-2: #f5f6f7;
  --panel: #f5f6f7;
  --panel-2: #ffffff;
  --panel-3: #ffffff;
  --text: #171913;
  --muted: #55594d;
  --faint: #777b6f;
  --line: rgba(36, 39, 31, 0.16);
  --line-strong: rgba(36, 39, 31, 0.28);
  --side-dot: rgba(36, 39, 31, 0.1);
  --side-line: rgba(36, 39, 31, 0.12);
  --green: #88E95D;
  --green-soft: rgba(136, 233, 93, 0.12);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) {
    --bg: #ffffff;
    --bg-2: #f5f6f7;
    --panel: #f5f6f7;
    --panel-2: #ffffff;
    --panel-3: #ffffff;
    --text: #171913;
    --muted: #55594d;
    --faint: #777b6f;
    --line: rgba(36, 39, 31, 0.16);
    --line-strong: rgba(36, 39, 31, 0.28);
    --side-dot: rgba(36, 39, 31, 0.1);
    --side-line: rgba(36, 39, 31, 0.12);
    --green: #88E95D;
    --green-soft: rgba(136, 233, 93, 0.12);
  }
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .site-header {
    background: #ffffff;
    border-color: rgba(36, 39, 31, 0.14);
  }

  :root:not([data-theme]) .site-header.scrolled {
    background: #ffffff;
    border-color: rgba(36, 39, 31, 0.18);
    box-shadow: 0 16px 38px rgba(57, 61, 48, 0.12);
  }
}

html[data-theme="light"] .site-header {
  background: #ffffff;
  border-color: rgba(36, 39, 31, 0.14);
}

html[data-theme="light"] .site-header.scrolled {
  background: #ffffff;
  border-color: rgba(36, 39, 31, 0.18);
  box-shadow: 0 16px 38px rgba(57, 61, 48, 0.12);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .brand,
  :root:not([data-theme]) .hero h1,
  :root:not([data-theme]) .page-hero h1,
  :root:not([data-theme]) .article-hero h1 {
    color: var(--text);
  }
}

html[data-theme="light"] .brand,
html[data-theme="light"] .hero h1,
html[data-theme="light"] .page-hero h1,
html[data-theme="light"] .article-hero h1 {
  color: var(--text);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .desktop-nav a,
  :root:not([data-theme]) .desktop-nav button,
  :root:not([data-theme]) .world,
  :root:not([data-theme]) .login {
    color: rgba(23, 25, 19, 0.68);
  }
}

html[data-theme="light"] .desktop-nav a,
html[data-theme="light"] .desktop-nav button,
html[data-theme="light"] .world,
html[data-theme="light"] .login {
  color: rgba(23, 25, 19, 0.68);
}

html[data-theme="light"] .desktop-nav a:hover,
html[data-theme="light"] .desktop-nav button:hover,
html[data-theme="light"] .world:hover,
html[data-theme="light"] .login:hover {
  color: var(--text);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .dropdown-panel,
  :root:not([data-theme]) .menu-button,
  :root:not([data-theme]) .mobile-nav.open {
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(57, 61, 48, 0.14);
  }
}

html[data-theme="light"] .dropdown-panel,
html[data-theme="light"] .menu-button,
html[data-theme="light"] .mobile-nav.open {
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(57, 61, 48, 0.14);
}

html[data-theme="light"] .dropdown-panel a:hover {
  background: rgba(23, 25, 19, 0.05);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .download {
    color: #f8faf3;
    background: #171913;
    box-shadow: none;
  }
}

html[data-theme="light"] .download {
  color: #f8faf3;
  background: #171913;
  box-shadow: none;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .news-ticker,
  :root:not([data-theme]) .button.secondary,
  :root:not([data-theme]) .filter-bar button,
  :root:not([data-theme]) .billing-toggle button,
  :root:not([data-theme]) .contact-panel a {
    background: #f5f6f7;
  }
}

html[data-theme="light"] .news-ticker,
html[data-theme="light"] .button.secondary,
html[data-theme="light"] .filter-bar button,
html[data-theme="light"] .billing-toggle button,
html[data-theme="light"] .contact-panel a {
  background: #f5f6f7;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .news-track span {
    background: linear-gradient(90deg, var(--green), #19371f, var(--green));
    background-size: 180% 100%;
    background-clip: text;
  }

  :root:not([data-theme]) .brand-marquee-track .brand-logo {
    opacity: 0.5;
    filter: grayscale(100%) brightness(0.5);
  }

  :root:not([data-theme]) .brand-marquee-track .brand-logo:hover {
    opacity: 0.9;
    filter: grayscale(0%) brightness(1);
  }
}

html[data-theme="light"] .news-track span {
  background: linear-gradient(90deg, var(--green), #19371f, var(--green));
  background-size: 180% 100%;
  background-clip: text;
}

html[data-theme="light"] .brand-marquee-track .brand-logo {
  opacity: 0.5;
  filter: grayscale(100%) brightness(0.5);
}

html[data-theme="light"] .brand-marquee-track .brand-logo:hover {
  opacity: 0.9;
  filter: grayscale(0%) brightness(1);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .quest-media,
  :root:not([data-theme]) .demo-panel,
  :root:not([data-theme]) .lightbox > button,
  :root:not([data-theme]) .lightbox > div,
  :root:not([data-theme]) .lightbox img,
  :root:not([data-theme]) .learn-article-links a,
  :root:not([data-theme]) .timeline,
  :root:not([data-theme]) .contact-panel,
  :root:not([data-theme]) .toc,
  :root:not([data-theme]) .search-box,
  :root:not([data-theme]) .feature-media,
  :root:not([data-theme]) .comparison-table b,
  :root:not([data-theme]) .comparison-table span,
  :root:not([data-theme]) .plan-faq article,
  :root:not([data-theme]) .article-layout article {
    background: var(--panel-3);
  }
}

html[data-theme="light"] .quest-media,
html[data-theme="light"] .demo-panel,
html[data-theme="light"] .lightbox > button,
html[data-theme="light"] .lightbox > div,
html[data-theme="light"] .lightbox img,
html[data-theme="light"] .learn-article-links a,
html[data-theme="light"] .timeline,
html[data-theme="light"] .contact-panel,
html[data-theme="light"] .toc,
html[data-theme="light"] .search-box,
html[data-theme="light"] .feature-media,
html[data-theme="light"] .comparison-table b,
html[data-theme="light"] .comparison-table span,
html[data-theme="light"] .plan-faq article,
html[data-theme="light"] .article-layout article {
  background: var(--panel-3);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .quest-media video,
  :root:not([data-theme]) .show-card img,
  :root:not([data-theme]) .lightbox img {
    background: #f5f6f7;
  }
}

html[data-theme="light"] .quest-media video,
html[data-theme="light"] .show-card img,
html[data-theme="light"] .lightbox img {
  background: #f5f6f7;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .feature-tab-list button {
    border-top-color: rgba(36, 39, 31, 0.2);
  }

  :root:not([data-theme]) .showcase-progress {
    background: #f5f6f7;
  }
}

html[data-theme="light"] .feature-tab-list button {
  border-top-color: rgba(36, 39, 31, 0.2);
}

html[data-theme="light"] .showcase-progress {
  background: #f5f6f7;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .product-card.green,
  :root:not([data-theme]) .page-card.green { background: #f5f6f7; }
  :root:not([data-theme]) .product-card.blue,
  :root:not([data-theme]) .page-card.blue { background: #f5f6f7; }
  :root:not([data-theme]) .product-card.dark,
  :root:not([data-theme]) .page-card.dark { background: #f5f6f7; }
  :root:not([data-theme]) .product-card.amber,
  :root:not([data-theme]) .page-card.amber { background: #f5f6f7; }
}

html[data-theme="light"] .product-card.green,
html[data-theme="light"] .page-card.green { background: #f5f6f7; }
html[data-theme="light"] .product-card.blue,
html[data-theme="light"] .page-card.blue { background: #f5f6f7; }
html[data-theme="light"] .product-card.dark,
html[data-theme="light"] .page-card.dark { background: #f5f6f7; }
html[data-theme="light"] .product-card.amber,
html[data-theme="light"] .page-card.amber { background: #f5f6f7; }

html[data-theme="light"] .community {
  background-color: #f5f6f7;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .community {
    background: #f5f6f7;
  }
}

html[data-theme="light"] .community {
  background: #f5f6f7;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .footer {
    background: transparent;
    color: var(--muted);
  }

  :root:not([data-theme]) .footer::before {
    background: rgba(0, 0, 0, 0.08);
  }

  :root:not([data-theme]) .footer-bottom button {
    color: var(--muted);
  }

  :root:not([data-theme]) .footer .footer-nav h4,
  :root:not([data-theme]) .footer-bottom button {
    color: var(--text);
  }

  :root:not([data-theme]) .footer .footer-qr-caption {
    color: var(--muted);
  }

  :root:not([data-theme]) .footer .footer-nav a {
    color: var(--muted);
  }

  :root:not([data-theme]) .footer .footer-nav a:hover {
    color: var(--text);
  }

  :root:not([data-theme]) .footer .footer-divider {
    background: rgba(0, 0, 0, 0.08);
  }
}

html[data-theme="light"] .footer {
  background: transparent;
  color: var(--muted);
}

html[data-theme="light"] .footer::before {
  background: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .footer-bottom button {
  color: var(--muted);
}

html[data-theme="light"] .footer .footer-nav h4,
html[data-theme="light"] .footer-bottom button {
  color: var(--text);
}

html[data-theme="light"] .footer .footer-qr-caption {
  color: var(--muted);
}

html[data-theme="light"] .footer .footer-nav a {
  color: var(--muted);
}

html[data-theme="light"] .footer .footer-nav a:hover {
  color: var(--text);
}

html[data-theme="light"] .footer .footer-divider {
  background: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .final-cta .button.primary,
html[data-theme="light"] .page-cta .button.primary,
html[data-theme="light"] .article-cta .button.primary {
  color: #f8faf3;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .tab-list strong,
  :root:not([data-theme]) .feature-tab-list strong,
  :root:not([data-theme]) .learn-article-links a,
  :root:not([data-theme]) .prompt-list code,
  :root:not([data-theme]) .gallery-card code {
    color: var(--text);
  }

  :root:not([data-theme]) .feature-tab-list {
    border-top-color: rgba(36, 39, 31, 0.16);
  }

  :root:not([data-theme]) .feature-tab-list button {
    border-bottom-color: rgba(36, 39, 31, 0.16);
  }

  :root:not([data-theme]) .concept-shell,
  :root:not([data-theme]) .process-grid article,
  :root:not([data-theme]) .comparison-table b,
  :root:not([data-theme]) .learn-article-links a {
    background: #ffffff;
  }

  :root:not([data-theme]) .pricing-cards article > span {
    background: #f5f6f7;
  }
}

html[data-theme="light"] .tab-list strong,
html[data-theme="light"] .feature-tab-list strong,
html[data-theme="light"] .learn-article-links a,
html[data-theme="light"] .prompt-list code,
html[data-theme="light"] .gallery-card code {
  color: var(--text);
}

html[data-theme="light"] .feature-tab-list {
  border-top-color: rgba(36, 39, 31, 0.16);
}

html[data-theme="light"] .feature-tab-list button {
  border-bottom-color: rgba(36, 39, 31, 0.16);
}

html[data-theme="light"] .concept-shell,
html[data-theme="light"] .process-grid article,
html[data-theme="light"] .comparison-table b,
html[data-theme="light"] .learn-article-links a {
  background: #ffffff;
}

html[data-theme="light"] .pricing-cards article > span {
  background: #f5f6f7;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .feature-highlights-head h2 span {
    color: rgba(23, 25, 19, 0.46);
  }

}

html[data-theme="light"] .feature-highlights-head h2 span {
  color: rgba(23, 25, 19, 0.46);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .official-core,
  :root:not([data-theme]) .official-products,
  :root:not([data-theme]) .article-section,
  :root:not([data-theme]) .page-hero,
  :root:not([data-theme]) .page-cta,
  :root:not([data-theme]) .quest-card {
    background: #f5f6f7;
  }

  :root:not([data-theme]) .product-card,
  :root:not([data-theme]) .page-card,
  :root:not([data-theme]) .page-card img,
  :root:not([data-theme]) .show-card,
  :root:not([data-theme]) .blog-card,
  :root:not([data-theme]) .plan-card,
  :root:not([data-theme]) .info-block,
  :root:not([data-theme]) .metric-grid div,
  :root:not([data-theme]) .official-community .marquee-track span {
    background: #ffffff;
  }
}

html[data-theme="light"] .official-core,
html[data-theme="light"] .official-products,
html[data-theme="light"] .article-section,
html[data-theme="light"] .page-hero,
html[data-theme="light"] .page-cta,
html[data-theme="light"] .quest-card {
  background: #f5f6f7;
}

html[data-theme="light"] .product-card,
html[data-theme="light"] .page-card,
html[data-theme="light"] .page-card img,
html[data-theme="light"] .show-card,
html[data-theme="light"] .blog-card,
html[data-theme="light"] .plan-card,
html[data-theme="light"] .info-block,
html[data-theme="light"] .metric-grid div,
html[data-theme="light"] .official-community .marquee-track span {
  background: #ffffff;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .metric-grid {
    background: var(--line);
  }

  :root:not([data-theme]) .official-community .marquee-track span {
    border-color: var(--line);
  }

  :root:not([data-theme]) .official-community .metric-grid,
  :root:not([data-theme]) .official-community .metric-grid div {
    background: transparent;
  }

  :root:not([data-theme]) .official-community .marquee-track em {
    color: var(--muted);
  }
}

html[data-theme="light"] .metric-grid {
  background: var(--line);
}

html[data-theme="light"] .official-community .marquee-track span {
  border-color: var(--line);
}

html[data-theme="light"] .official-community .metric-grid,
html[data-theme="light"] .official-community .metric-grid div {
  background: transparent;
}

html[data-theme="light"] .official-community .marquee-track em {
  color: var(--muted);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--bg);
  font-family: FluxPicInter, Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

.number-font,
[data-count],
.metric-grid strong,
.feature-highlights-head h2 strong,
.pricing-cards strong,
.stats strong,
.price-visual strong,
.plan-card strong {
  font-family: var(--number-font);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  color: #071008;
  background: var(--green);
}

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 64px;
  background: rgba(8, 8, 7, 0.98);
  border-bottom: 1px solid rgba(58, 57, 51, 0.5);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  background: rgba(8, 8, 7, 0.94);
  border-color: rgba(95, 94, 84, 0.54);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.header-inner {
  width: 100%;
  height: 64px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 26px;
}

.brand-mark {
  width: 128px;
  height: 28px;
  align-self: auto;
  display: inline-block;
  background: url("assets/FluxPic_logo.svg") no-repeat center / contain;
}

.brand > span:not(.brand-mark) {
  display: none;
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  flex: 1;
  min-width: 0;
  gap: 36px;
}

.header-actions {
  gap: 12px;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.desktop-nav a,
.desktop-nav button,
.world,
.login {
  color: rgba(246, 246, 238, 0.72);
  background: none;
  border: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.desktop-nav button::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.72;
}

.desktop-nav .nav-dropdown.no-caret > button::after {
  content: none;
}

.desktop-nav a:hover,
.desktop-nav button:hover,
.world:hover,
.login:hover {
  color: var(--text);
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 22px);
  left: 0;
  z-index: 60;
  width: 330px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080807;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-panel a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 6px;
  color: var(--text);
  white-space: normal;
}

.dropdown-panel > a[href$="features/text-to-image/"],
.dropdown-panel > a[href$="features/image-to-image/"] {
  display: none;
}

.dropdown-panel a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.dropdown-panel strong {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.dropdown-panel span {
  color: var(--faint);
  font-size: 12px;
  line-height: 18px;
}

.download,
.button.primary {
  border-radius: 999px;
  color: #071008;
  font-weight: 500;
  background: var(--green);
  border: 0;
}

.download {
  min-height: 36px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #171716;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  place-items: center;
  gap: 4px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
}

.menu-button span {
  width: 16px;
  height: 1px;
  background: currentColor;
}

.mobile-nav {
  display: none;
}

.button {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.text {
  color: var(--muted);
  background: transparent;
  border: 0;
  padding-left: 14px;
}

.button.text.inline {
  padding-left: 0;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.eyebrow,
.page-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.hero {
  padding: 80px 0;
  background: var(--bg);
}

.hero-shell,
.section > *,
.community-inner,
.learn-shell,
.footer,
.page-hero-inner,
.page-shell,
.faq-page-shell,
.article-shell,
.article-layout {
  width: min(var(--max), calc(100% - 120px));
  margin-left: auto;
  margin-right: auto;
}

.hero-top {
  position: relative;
  height: 480px;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
}

.hero-top > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-ticker {
  height: 32px;
  width: 208px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 32px;
  border: 1px solid rgba(72, 72, 66, 0.5);
  background: rgba(23, 23, 22, 0.5);
  border-radius: 16px;
}

.news-track {
  display: flex;
  flex-direction: column;
  animation: news 12s infinite;
}

.news-track span {
  height: 32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--green), #e9ffe4, var(--green));
  background-size: 180% 100%;
  color: transparent;
  background-clip: text;
  animation: shine 3s linear infinite;
}

@keyframes news {
  0%, 16% { transform: translateY(0); }
  22%, 38% { transform: translateY(-32px); }
  44%, 60% { transform: translateY(-64px); }
  66%, 82% { transform: translateY(-96px); }
  88%, 100% { transform: translateY(-128px); }
}

@keyframes shine {
  to { background-position: -180% 0; }
}

.hero h1 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbfbf5;
  font-size: 56px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.hero-case-button {
  border: 1px solid rgba(246, 246, 238, 0.26);
  color: rgba(246, 246, 238, 0.78);
  background: transparent;
}

.hero-case-button:hover {
  border-color: rgba(136, 233, 93, 0.62);
  color: var(--text);
  background: rgba(136, 233, 93, 0.08);
}

.hero-trust {
  margin: 14px 0 0;
  color: var(--faint);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.brand-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: -26px 0 18px;
  padding: 20px 0;
}

.brand-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 64px;
  animation: brand-marquee 35s linear infinite;
}

.brand-marquee:hover .brand-marquee-track {
  animation-play-state: paused;
}

.brand-marquee-track .brand-logo {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(100%) brightness(2);
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.brand-marquee-track .brand-logo:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  filter: grayscale(0%) brightness(1);
}

.brand-marquee-fade {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 96px;
}

.brand-marquee-fade.left {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.brand-marquee-fade.right {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

@keyframes brand-marquee {
  to {
    transform: translateX(-50%);
  }
}

.quest-band {
  position: relative;
}

.quest-band::before,
.quest-band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: max(0px, calc((100vw - min(var(--max), calc(100vw - 120px))) / 2));
  pointer-events: none;
  background:
    radial-gradient(circle, var(--side-dot) 1px, transparent 1.5px) 0 0 / 10px 10px,
    linear-gradient(var(--side-line), var(--side-line)) top / 100% 1px no-repeat,
    linear-gradient(var(--side-line), var(--side-line)) bottom / 100% 1px no-repeat;
  opacity: 0.86;
}

.quest-band::before {
  right: 100%;
  border-right: 1px solid var(--side-line);
}

.quest-band::after {
  left: 100%;
  border-left: 1px solid var(--side-line);
}

.quest-tabs {
  position: relative;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--side-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.quest-tabs button {
  position: relative;
  z-index: 1;
  height: 100px;
  border: 0;
  border-radius: 0;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  color: rgba(246, 246, 238, 0.7);
  background: transparent;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.22s ease, transform 0.22s ease;
}

.quest-tabs button + button {
  border-left: 1px solid var(--side-line);
}

.quest-tab-pixels {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.72;
}

.quest-tab-label {
  position: relative;
  z-index: 1;
}

.quest-tab-icon {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  align-self: auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 17px;
  line-height: 1;
  opacity: 0.9;
}

.hgi-stroke::before,
.hgi-stroke::after {
  opacity: 0;
}

html.hgi-font-ready .hgi-stroke::before {
  opacity: 1;
}

html.hgi-font-ready .hgi-stroke::after {
  opacity: 0.4;
}

.quest-tabs button:hover,
.quest-tabs button:focus-visible {
  color: rgba(246, 246, 238, 0.92);
}

.quest-tabs button.active {
  color: rgba(246, 246, 238, 0.96);
  background: transparent;
  font-weight: 700;
}

.quest-tabs button.active .quest-tab-pixels {
  mix-blend-mode: screen;
  opacity: 0.86;
}

@media (prefers-reduced-motion: reduce) {
  .quest-tab-pixels {
    display: none;
  }
}

.quest-card {
  --quest-r: 136;
  --quest-g: 233;
  --quest-b: 93;
  position: relative;
  min-height: 0;
  border-radius: 0;
  padding: 22px 22px 22px 40px;
  display: grid;
  grid-template-columns: minmax(285px, 1fr) minmax(0, 820px);
  align-items: center;
  gap: 32px;
  overflow: hidden;
  color: #0f0d0c;
  background:
    linear-gradient(
      90deg,
      rgb(var(--quest-r) var(--quest-g) var(--quest-b) / 0.96),
      rgb(var(--quest-r) var(--quest-g) var(--quest-b) / 0.9)
    ),
    url("assets/quest-bg.png") left center / auto 100% no-repeat;
  transition: --quest-r 0.42s ease, --quest-g 0.42s ease, --quest-b 0.42s ease;
}

.quest-card[data-quest-theme="main"] {
  --quest-r: 136;
  --quest-g: 233;
  --quest-b: 93;
}

.quest-card[data-quest-theme="retouch"] {
  --quest-r: 119;
  --quest-g: 219;
  --quest-b: 88;
}

.quest-card[data-quest-theme="style"] {
  --quest-r: 245;
  --quest-g: 200;
  --quest-b: 75;
}

.quest-card[data-quest-theme="translate"] {
  --quest-r: 94;
  --quest-g: 242;
  --quest-b: 225;
}

.quest-card[data-quest-theme="a-plus"] {
  --quest-r: 169;
  --quest-g: 124;
  --quest-b: 255;
}

.quest-copy,
.quest-media {
  position: relative;
  z-index: 1;
}

.quest-copy {
  align-self: stretch;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  padding: 18px 0;
}

.segmented {
  width: max-content;
  padding: 4px;
  display: flex;
  gap: 12px;
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.55);
  margin-bottom: 22px;
}

.segmented button {
  border: 0;
  border-radius: 6px;
  padding: 4px 8px;
  color: rgba(246, 246, 238, 0.72);
  background: transparent;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.segmented button.active {
  color: #000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.quest-copy h2 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}

.quest-copy h2 span {
  display: block;
  color: inherit;
}

.quest-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  color: #071008;
}

.quest-icon .hgi-stroke {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
}

.quest-copy p {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: 16px;
  line-height: 22px;
}

.quest-feature-tags {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.quest-feature-tags span {
  min-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.78);
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
}

.quest-feature-tags span::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #071008;
  background: rgba(7, 16, 8, 0.12);
  font-size: 12px;
  line-height: 1;
}

.quest-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quest-start-button,
.quest-detail-button {
  width: max-content;
  min-height: 42px;
  margin-top: 0;
  padding: 0 22px;
  font-size: 15px;
}

.quest-start-button {
  color: #f6f6ee;
  background: #071008;
}

.quest-detail-button {
  color: #071008;
  background: rgba(7, 16, 8, 0.1);
}

.quest-start-button:hover,
.quest-detail-button:hover {
  color: #f6f6ee;
  background: #111a12;
}

.quest-meta {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 13px;
  line-height: 18px;
}

.quest-arrows {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.quest-arrows button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 20px;
}

.quest-arrows button.active {
  color: rgba(0, 0, 0, 0.28);
}

.quest-media {
  aspect-ratio: 4 / 3;
  align-self: center;
  justify-self: end;
  width: 100%;
  min-width: 0;
  max-width: 820px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 8, 7, 0.84);
}

.quest-media video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: opacity 0.22s ease, transform 0.28s ease;
}

.media-chrome {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  gap: 7px;
}

.media-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(246, 246, 238, 0.35);
}

.play-pulse {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(var(--quest-r) var(--quest-g) var(--quest-b));
  box-shadow: 0 0 0 0 rgb(var(--quest-r) var(--quest-g) var(--quest-b) / 0.45);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  to { box-shadow: 0 0 0 18px rgba(136, 233, 93, 0); }
}

.section,
.page-section {
  padding: 80px 0;
  background: var(--panel);
}

.section.muted,
.page-section.muted,
.core,
.products,
.concepts,
.learn {
  background: var(--panel);
}

.showcase,
.faq-preview,
.page-section:nth-of-type(even):not(.muted) {
  background: var(--bg);
}

.workflow-strip {
  padding: 78px 0 90px;
  background: var(--bg);
  overflow: hidden;
}

.workflow-shell {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
}

.workflow-heading {
  max-width: 720px;
  margin: 0 0 72px;
  text-align: left;
}

.workflow-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0;
}

.workflow-heading h2 span {
  color: inherit;
  font-style: normal;
}

.workflow-heading p {
  max-width: none;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
  white-space: nowrap;
}

.workflow-steps {
  --workflow-dash: rgba(246, 246, 238, 0.22);
  --workflow-dash-size: 16px;
  --workflow-dash-duration: 0.9s;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: var(--bg);
}

.workflow-steps::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 200% 1px no-repeat,
    repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) bottom left / 200% 1px no-repeat,
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 1px 200% no-repeat,
    repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top right / 1px 200% no-repeat;
  animation: workflowDashFrame var(--workflow-dash-duration) linear infinite;
}

.workflow-corner {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--faint);
  background: var(--bg);
  font-family: var(--number-font);
  font-size: 18px;
  line-height: 1;
}

.workflow-corner.top-left {
  top: -9px;
  left: -9px;
}

.workflow-corner.top-right {
  top: -9px;
  right: -9px;
}

.workflow-corner.bottom-left {
  bottom: -9px;
  left: -9px;
}

.workflow-corner.bottom-right {
  right: -9px;
  bottom: -9px;
}

.workflow-step {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 284px;
  padding: 34px 32px 32px;
  text-align: left;
  overflow: hidden;
}

.workflow-step + .workflow-step {
  border-left: 0;
}

.workflow-step + .workflow-step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 1px 200% no-repeat;
  animation: workflowDashColumn var(--workflow-dash-duration) linear infinite;
}

.workflow-icon {
  position: relative;
  z-index: 1;
  margin: 0 0 54px;
  color: var(--text);
  transition: color 0.25s ease;
}

.workflow-icon i {
  font-size: 32px;
  line-height: 1;
}

.workflow-step:hover .workflow-icon {
  color: var(--green);
}

.workflow-step small {
  display: block;
  margin-bottom: 16px;
  color: var(--faint);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.workflow-step h3 {
  margin: 0;
  color: var(--text);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 500;
}

.workflow-step p {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.workflow-pixel-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.72;
}

@keyframes workflowDashFrame {
  to {
    background-position: var(--workflow-dash-size) 0, calc(var(--workflow-dash-size) * -1) 100%, 0 var(--workflow-dash-size), 100% calc(var(--workflow-dash-size) * -1);
  }
}

@keyframes workflowDashColumn {
  to {
    background-position: 0 var(--workflow-dash-size);
  }
}

@keyframes workflowDashRow {
  to {
    background-position: var(--workflow-dash-size) 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-steps::before,
  .workflow-step + .workflow-step::before {
    animation: none;
  }

  .workflow-pixel-canvas {
    display: none;
  }
}

/* ── 生成案例滚动画廊 ── */

.gallery-marquee {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-marquee-heading {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto 48px;
  text-align: left;
}

.gallery-marquee-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  line-height: 1.32;
  font-weight: 500;
}

.gallery-marquee-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.gallery-marquee-track {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.gallery-marquee-slide {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
  animation: marqueeScroll 40s linear infinite;
  padding: 0 8px;
}

.gallery-marquee-slide.reverse {
  animation-direction: reverse;
}

.gallery-marquee.lightbox-open .gallery-marquee-slide {
  animation-play-state: paused;
}

.case-card {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  height: auto;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--panel);
}

.case-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
  display: block;
}

.case-card:hover img {
  transform: scale(1.04);
}

.case-card figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(8, 8, 7, 0.82));
  display: flex;
  align-items: center;
  gap: 8px;
}

.case-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--green);
  color: #071008;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

.case-card figcaption b {
  color: rgba(246, 246, 238, 0.92);
  font-size: 14px;
  font-weight: 500;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-marquee-slide {
    animation: none;
  }

  .gallery-marquee {
    padding: 60px 0;
  }

  .gallery-marquee-track {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (max-width: 768px) {
  .gallery-marquee {
    padding: 48px 0 0;
  }

  .gallery-marquee-heading h2 {
    font-size: 24px;
  }

  .case-card {
    width: 180px;
    height: 240px;
  }
}

.case-card {
  cursor: pointer;
}

/* ── Case Lightbox ── */

.case-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(8, 8, 7, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
  cursor: zoom-out;
}

.case-lightbox.active {
  background: rgba(8, 8, 7, 0.88);
}

.case-lightbox-img {
  position: fixed;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.case-lightbox-img.expanded {
  border-radius: 12px;
}

.case-lightbox-caption {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(23, 23, 22, 0.85);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 0.35s ease 0.15s, transform 0.35s ease 0.15s;
  white-space: nowrap;
}

.case-lightbox.active .case-lightbox-caption {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.case-lightbox-caption .case-tag {
  font-size: 12px;
}

.case-lightbox-caption b {
  color: rgba(246, 246, 238, 0.92);
  font-size: 15px;
  font-weight: 500;
}

.two-column {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 88px;
}

.section-title h2,
.section-heading h2,
.community h2,
.concept-copy h2,
.learn h2,
.final-cta h2,
.page-cta h2,
.enterprise-band h2,
.contact-panel h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.32;
  font-weight: 500;
}

.section-title p,
.section-heading p,
.community p,
.concept-copy p,
.learn p,
.final-cta p,
.page-cta p,
.enterprise-band p,
.contact-panel p {
  color: var(--muted);
  line-height: 1.55;
}

.section-heading {
  text-align: center;
  margin-bottom: 42px;
}

.section-heading.compact {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.left {
  text-align: left;
  max-width: 680px;
  margin-left: 0;
}

/* ── FAQ 左右布局 ── */
.faq-preview .reveal {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 680px);
  gap: 48px;
  align-items: start;
}

.faq-preview .section-heading {
  text-align: left;
  margin-bottom: 0;
  position: sticky;
  top: 100px;
}

.faq-preview .section-heading h2 {
  font-size: 36px;
  line-height: 1.2;
}

.faq-preview .faq-list {
  max-width: none;
  margin: 0;
  min-height: 420px;
}

.faq-preview .center-link {
  grid-column: 2;
  margin: 24px 0 0;
}

@media (max-width: 1119px) {
  .faq-preview .reveal {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-preview .section-heading {
    position: static;
    text-align: center;
    margin-bottom: 32px;
  }

  .faq-preview .center-link {
    grid-column: auto;
    margin: 24px auto 0;
  }
}

@media (max-width: 900px) {
  .faq-preview .reveal {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-preview .section-heading {
    position: static;
    text-align: center;
    margin-bottom: 24px;
  }

  .faq-preview .center-link {
    grid-column: auto;
    margin: 24px auto 0;
  }
}

.feature-tabs {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 54px;
}

.tab-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid #3b3a35;
}

.tab-list button {
  position: relative;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0 0 0 28px;
}

.tab-list button::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
  background: var(--green);
  transition: height 0.25s ease;
}

.tab-list button.active::before {
  height: 100%;
}

.tab-list strong {
  display: block;
  color: rgba(246, 246, 238, 0.78);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.tab-list button.active strong {
  color: var(--green);
}

.tab-list small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.feature-media {
  min-height: 420px;
  border-radius: var(--radius);
  background: #0d0d0c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px;
}

.official-core {
  padding: 75px 0 68px;
  background: var(--panel);
}

.feature-core-shell {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: start;
}

.feature-core-title {
  width: 100%;
  margin: 0;
  grid-column: 1;
}

.feature-core-title h2 {
  max-width: 560px;
  margin: 0;
  font-size: 32px;
  line-height: 1.32;
  font-weight: 500;
}

.feature-core-title p {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.feature-stage {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  display: contents;
}

.feature-tab-list {
  position: relative;
  order: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
  border-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-tab-list::after {
  display: none;
}

.feature-tab-list button {
  min-height: 88px;
  padding: 24px 0 22px;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  transition: color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
}

.feature-tab-list button:hover,
.feature-tab-list button.active {
  border-bottom-color: rgba(136, 233, 93, 0.52);
}

.feature-tab-list button::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width 0.25s ease;
}

.feature-tab-list button:hover::before {
  width: 100%;
}

.feature-tab-list button.active::before {
  height: 2px;
  animation: featureTimeline 5s linear forwards;
}

.feature-tab-list.is-paused button.active::before {
  animation-play-state: paused;
}

@keyframes featureTimeline {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.tab-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}

.tab-icon {
  display: none;
}

.feature-tab-list strong {
  color: rgba(246, 246, 238, 0.78);
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.feature-tab-list button:hover strong,
.feature-tab-list button.active strong {
  color: var(--text);
}

.feature-tab-list small {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  transition: max-height 0.25s ease, margin-top 0.25s ease, opacity 0.2s ease;
}

.feature-tab-list button:hover small,
.feature-tab-list button.active small {
  max-height: 72px;
  margin-top: 14px;
  opacity: 1;
}

.feature-media-wide {
  order: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: min(100%, 760px);
  min-height: 0;
  justify-self: center;
  margin-top: 0;
  border-radius: var(--radius);
  background: #0d0d0c;
  border: 1px solid var(--line);
}

.feature-screen {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.feature-media-wide img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: cover;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.feature-screen-progress {
  display: none;
}

.feature-screen-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--green);
  transition: width 0.25s ease;
}

.showcase {
  overflow: hidden;
}

.showcase-scroll-hijack {
  position: relative;
  z-index: 10;
  background: var(--bg);
}

.official-showcase {
  padding: 0;
  background: var(--bg);
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 5;
}

.showcase-shell {
  --showcase-gutter: max(60px, calc((100vw - var(--max)) / 2));
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  overflow: hidden;
}

.official-showcase .showcase-shell {
  overflow: visible;
  width: 100%;
  margin: 0;
}

.official-showcase .showcase-head {
  width: calc(100% - var(--showcase-gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}

.showcase-head {
  width: 100%;
  margin: 0 0 52px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.showcase-title {
  width: min(477px, 100%);
}

.showcase-title h2 {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.showcase-title p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 22px;
}

.showcase-controls {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2px;
}

.showcase-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 12px 0;
}

.showcase-stats div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 36px;
  width: 180px;
}

.showcase-stats div:last-child {
  width: 160px;
  padding-right: 0;
}

.showcase-stats div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-stats strong {
  color: var(--green);
  font-family: var(--number-font);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.showcase-stats span {
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}

.showcase-viewport {
  position: relative;
  min-height: 446px;
}

.official-showcase .showcase-viewport {
  width: 100%;
  overflow: hidden;
  padding-top: 6px;
}

/* GSAP Horizontal Scroll Styles */
.showcase-scroll-container {
  position: relative;
  width: 100%;
}

.showcase-scroll-wrapper {
  position: relative;
  width: 100%;
}

.official-showcase .showcase-row {
  display: flex;
  gap: 24px;
  padding: 5px var(--showcase-gutter) 16px var(--showcase-gutter);
  will-change: transform;
}

.show-card,
.page-card,
.blog-card,
.gallery-card,
.info-block,
.episode-card,
.plan-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel-3);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.show-card:hover,
.product-card:hover,
.learn-featured-article:hover,
.learn-article-links a:hover,
.pricing-cards article:hover,
.page-card:hover,
.blog-card:hover,
.gallery-card:hover,
.info-block:hover,
.episode-card:hover,
.plan-card:hover {
  transform: translateY(-5px);
  border-color: rgba(136, 233, 93, 0.55);
}

.show-card {
  min-height: 430px;
  overflow: hidden;
}

.official-showcase .showcase-row {
  width: max-content;
  display: flex;
  gap: 24px;
  padding: 5px var(--showcase-gutter) 16px var(--showcase-gutter);
  will-change: transform;
}

.official-showcase .show-card {
  flex: 0 0 390px;
  min-height: 436px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}

.show-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
  object-fit: cover;
  padding: 0;
  background: #0e0e0d;
}

.show-card h3,
.product-card h3 {
  margin: 20px 30px 10px;
  font-size: 20px;
  font-weight: 500;
}

.show-card p,
.product-card p {
  margin: 0 30px 20px;
  color: var(--muted);
  line-height: 1.5;
}

.showcase-progress {
  display: none;
}

.showcase-progress span {
  display: block;
  width: 24%;
  height: 100%;
  background: var(--green);
  transform-origin: left center;
  transition: width 0.2s ease;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.official-products {
  padding: 100px 0 100px;
  background: var(--panel);
}

.product-header {
  width: 100%;
  min-height: 140px;
  margin: 0;
}

.product-header h2 {
  max-width: 420px;
  margin: 0;
  font-size: 32px;
  line-height: 1.32;
  font-weight: 500;
}

.product-header p {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.official-products .product-grid {
  width: 100%;
  margin: 0;
  gap: 24px;
}

.product-card {
  min-height: 455px;
  border-radius: var(--radius);
  padding-bottom: 24px;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.product-card.green { background: #445149; }
.product-card.blue { background: #2f4864; }
.product-card.dark { background: #32322e; }
.product-card.amber { background: #4b432f; }

.official-products .product-card {
  min-height: 272px;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
}

.official-products .product-card img {
  display: none;
}

.official-products .product-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.official-products .product-card p {
  margin: 0;
}

.official-products .product-card a {
  margin: 26px 0 0;
}

.product-card img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  padding: 22px;
}

.product-card a {
  margin: 0 24px;
  min-height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 13px;
}

/* Why FluxPic Section */
.why-fluxpic {
  padding: 100px 0;
  background-color: transparent;
  background-image: linear-gradient(rgb(15, 15, 15), rgb(15, 15, 15));
}

.why-fluxpic-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
}

.why-fluxpic-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}

.why-fluxpic-left .eyebrow {
  color: var(--green);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.why-title {
  font-size: 32px;
  line-height: 56px;
  font-weight: 500;
  margin: 0;
}

.highlight-text {
  color: var(--text);
  position: relative;
  transition: all 0.3s ease;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
}

.highlight-text:hover {
  background: rgba(255, 255, 255, 0.05);
}

.highlight-text.active {
  color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 0 20px rgba(136, 233, 93, 0.2);
}

/* Progress Bars */
.progress-bars {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  max-width: 520px;
}

.progress-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.progress-label {
  font-size: 14px;
  line-height: 22px;
  color: var(--muted);
  font-weight: 500;
}

.progress-track {
  flex: 0 1 auto;
  height: 16px;
  background: var(--panel-2);
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  border-radius: 4px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-item[data-index="0"] .progress-fill {
  background: linear-gradient(90deg, #666, #888);
}

.progress-item[data-index="1"] .progress-fill {
  background: linear-gradient(90deg, var(--green), #a8f77d);
}

.progress-item[data-index="2"] .progress-fill {
  background: linear-gradient(90deg, #c9a227, #e8c547);
}

.progress-item.active .progress-label {
  color: var(--text);
}

/* Comparison Table */
.why-fluxpic-right {
  position: relative;
  display: flex;
}

/* Comparison Card */
.comparison-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 24px 80px -44px rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
}

.card-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(136, 233, 93, 0.08), transparent 50%);
}

.card-top-line {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18) 50%, transparent);
  pointer-events: none;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.card-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.card-badge {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.metric-box {
  padding: 16px 12px;
  text-align: center;
}

.metric-box:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.metric-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--faint);
  margin: 0 0 6px;
}

.metric-value {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 6px;
}

.metric-value .num,
.metric-change .num {
  font-family: var(--number-font);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.metric-change {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
}

.metric-change.positive {
  color: var(--green);
  background: rgba(136, 233, 93, 0.1);
}

.metric-change svg {
  flex-shrink: 0;
}

.card-chart {
  position: relative;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1 1 0px;
}

.chart-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66%;
  height: 96px;
  border-radius: 50%;
  background: rgba(136, 233, 93, 0.15);
  filter: blur(40px);
  pointer-events: none;
}

.chart-svg {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Card AI Compare Section */
.card-ai-compare {
  padding: 12px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ai-compare-table-header {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
}

.ai-header-label {
  font-size: 11px;
  color: var(--faint);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ai-header-col {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}

.ai-header-col.highlight {
  color: var(--green);
}

.card-ai-compare .ai-compare-row {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
}

.card-ai-compare .ai-compare-row:last-child {
  border-bottom: none;
}

.card-ai-compare .ai-row-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}

.card-ai-compare .ai-row-val {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.card-ai-compare .ai-row-val.negative {
  color: var(--muted);
}

.card-ai-compare .ai-row-val.negative svg {
  color: #ef4444;
  flex-shrink: 0;
}

.card-ai-compare .ai-row-val.positive {
  color: var(--text);
}

.card-ai-compare .ai-row-val.positive svg {
  color: var(--green);
  flex-shrink: 0;
}

.compare-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.compare-bar > div {
  height: 100%;
  border-radius: 3px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.compare-row[data-row="0"] .compare-bar > div {
  background: linear-gradient(90deg, #666, #888);
}

.compare-row[data-row="1"] .compare-bar > div {
  background: linear-gradient(90deg, var(--green), #a8f77d);
}

.compare-row[data-row="2"] .compare-bar > div {
  background: linear-gradient(90deg, #c9a227, #e8c547);
}

.compare-value {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.compare-value.highlight {
  color: var(--green);
  font-weight: 600;
}

/* Highlight Text - Default white, active green */
.highlight-text {
  color: var(--text);
  position: relative;
  transition: all 0.3s ease;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
}

.highlight-text:hover {
  background: rgba(255, 255, 255, 0.05);
}

.highlight-text.active {
  color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 0 20px rgba(136, 233, 93, 0.2);
}

/* Responsive */
@media (max-width: 1024px) {
  .why-fluxpic-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .why-title {
    font-size: 22px;
  }
  
  .card-ai-compare .ai-compare-row {
    grid-template-columns: 60px 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .why-fluxpic {
    padding: 60px 0;
  }
  
  .why-title {
    font-size: 18px;
  }
  
  .comparison-card {
    border-radius: 16px;
  }
  
  .card-metrics {
    grid-template-columns: 1fr;
  }
  
  .metric-box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .card-ai-compare {
    padding: 12px 16px 16px;
  }
  
  .card-ai-compare .ai-compare-row {
    grid-template-columns: 50px 1fr 1fr;
    gap: 8px;
    padding: 8px 0;
  }
  
  .card-ai-compare .ai-row-label {
    font-size: 11px;
  }
  
  .card-ai-compare .ai-row-val {
    font-size: 10px;
  }
}

.community {
  height: 700px;
  min-height: 700px;
  max-height: 700px;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  background-image: linear-gradient(rgb(8, 8, 7), rgb(8, 8, 7));
  overflow: hidden;
}

.official-community {
  height: 700px;
  min-height: 700px;
  max-height: 700px;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.community-inner {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
  align-items: start;
}

.official-community .community-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: stretch;
  height: 100%;
}

.community-copy {
  max-width: 720px;
}

.official-community .community-copy {
  width: 480.09px;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.official-community h2 {
  width: 481.516px;
  max-width: 100%;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.18;
}

.official-community .community-copy > p {
  max-width: 520px;
  margin-top: 18px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px dashed var(--line-strong);
  background: var(--line);
}

.official-community .metric-grid {
  margin-top: 0;
  max-width: 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 44px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.metric-grid div {
  min-height: 150px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(23, 23, 22, 0.92);
}

.official-community .metric-grid div {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.official-community .metric-grid strong {
  color: var(--green);
  font-size: clamp(34px, 3.7vw, 56px);
}

.metric-grid strong {
  color: var(--text);
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.metric-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}

.marquee {
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.official-community .marquee {
  width: 820.019px;
  height: 100%;
  margin: 0;
  border: 0;
  transform: translate(-218.242px, 0);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding: 18px 0;
  animation: marquee 28s linear infinite;
}

.official-community .marquee-track {
  --review-card-min-height: 150px;
  --review-card-gap: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: var(--review-card-gap);
  padding: 0;
  animation: marquee-vertical 42s linear infinite;
}

.marquee-track span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(246, 246, 238, 0.72);
  padding: 10px 18px;
}

.official-community .marquee-track span {
  box-sizing: border-box;
  width: 100%;
  min-height: var(--review-card-min-height);
  border-radius: 8px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: normal;
  background: rgba(23, 23, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.07);
  line-height: 1.6;
}

.official-community .marquee-track b {
  display: block;
  color: var(--text);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}

.official-community .marquee-track small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}

.official-community .marquee-track i {
  display: block;
  margin: 16px 0 0;
  color: var(--green);
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2px;
}

.official-community .marquee-track em {
  display: block;
  color: rgba(246, 246, 238, 0.72);
  font-style: normal;
}

@keyframes marquee {
  to { transform: translateX(calc(-4 * (var(--review-card-width) + var(--review-card-gap)))); }
}

@keyframes marquee-vertical {
  to { transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .brand-marquee-track {
    animation: none;
  }
}

.concept-shell {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  padding: 48px;
  background: #11110f;
}

.official-concepts {
  padding: 0 0 34px;
  background: var(--bg);
}

.official-concepts .concept-shell {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.feature-highlights {
  overflow: visible;
  border: 0;
}

.feature-highlights-head {
  min-height: 168px;
  padding: 26px;
  grid-column: 2 / 4;
  grid-row: 2 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.feature-highlights-head h2 {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  color: var(--text);
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.12;
}

.feature-highlights-head h2 strong {
  color: var(--green);
  font-size: 1.12em;
  font-weight: 700;
}

.feature-highlights-head h2 span {
  color: rgba(246, 246, 238, 0.62);
  font-weight: 500;
}

.feature-highlights-head p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.feature-highlight-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-highlight-grid::before,
.feature-highlight-grid::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: max(0px, calc((100vw - min(var(--max), calc(100vw - 120px))) / 2));
  pointer-events: none;
  background:
    radial-gradient(circle, var(--side-dot) 1px, transparent 1.5px) 0 0 / 10px 10px,
    linear-gradient(var(--side-line), var(--side-line)) top / 100% 1px no-repeat,
    linear-gradient(var(--side-line), var(--side-line)) bottom / 100% 1px no-repeat;
  opacity: 0.86;
}

.feature-highlight-grid::before {
  right: 100%;
  border-right: 1px solid var(--side-line);
}

.feature-highlight-grid::after {
  left: 100%;
  border-left: 1px solid var(--side-line);
}

.feature-highlight-card {
  position: relative;
  min-height: 168px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  transition: color 0.22s ease;
}

.feature-highlight-card:nth-of-type(1) { grid-column: 1; grid-row: 1; }
.feature-highlight-card:nth-of-type(2) { grid-column: 2; grid-row: 1; }
.feature-highlight-card:nth-of-type(3) { grid-column: 3; grid-row: 1; }
.feature-highlight-card:nth-of-type(4) { grid-column: 4; grid-row: 1; }
.feature-highlight-card:nth-of-type(5) { grid-column: 1; grid-row: 2; }
.feature-highlight-card:nth-of-type(6) { grid-column: 4; grid-row: 2; }
.feature-highlight-card:nth-of-type(7) { grid-column: 1; grid-row: 3; }
.feature-highlight-card:nth-of-type(8) { grid-column: 4; grid-row: 3; }
.feature-highlight-card:nth-of-type(9) { grid-column: 1; grid-row: 4; }
.feature-highlight-card:nth-of-type(10) { grid-column: 2; grid-row: 4; }
.feature-highlight-card:nth-of-type(11) { grid-column: 3; grid-row: 4; }
.feature-highlight-card:nth-of-type(12) { grid-column: 4; grid-row: 4; }

.feature-highlight-pixels {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  mix-blend-mode: screen;
  pointer-events: none;
}

.feature-highlight-card > :not(.feature-highlight-pixels) {
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  transition: transform 0.24s ease;
}

.feature-highlight-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: color 0.24s ease;
}

.feature-highlight-icon .hgi-stroke {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
}

.feature-highlight-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
}

.feature-highlight-card p {
  margin: 14px 0 0;
  max-width: min(90%, 320px);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.feature-highlight-card:hover .feature-highlight-icon,
.feature-highlight-card:focus-within .feature-highlight-icon {
  color: var(--green);
}

.feature-highlight-card:hover p,
.feature-highlight-card:focus-within p {
  opacity: 1;
}

.feature-highlight-card:hover > :not(.feature-highlight-pixels),
.feature-highlight-card:focus-within > :not(.feature-highlight-pixels) {
  transform: translateY(-10px);
}

.official-concepts .pricing-cards {
  margin: 0;
}

.official-concepts .principles {
  gap: 0;
  margin: 0 0 34px;
  border-bottom: 1px dashed var(--line-strong);
  border-left: 1px dashed var(--line-strong);
}

.official-concepts .principles article {
  min-height: 190px;
  padding: 28px;
  border-right: 1px dashed var(--line-strong);
}

.pricing-cards,
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 38px 0;
  border-top: 1px dashed var(--line-strong);
  border-bottom: 1px dashed var(--line-strong);
}

.pricing-cards article,
.stats div {
  position: relative;
  padding: 28px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px dashed var(--line-strong);
  transition: transform 0.25s ease, background 0.25s ease;
}

.pricing-cards article:last-child,
.stats div:last-child {
  border-right: 0;
}

.pricing-cards article.featured {
  background: rgba(136, 233, 93, 0.08);
}

.pricing-cards strong,
.stats strong {
  font-size: 28px;
  font-weight: 500;
}

.pricing-cards b,
.stats b {
  color: var(--green);
  font-weight: 500;
}

.pricing-cards p,
.stats span,
.principles p {
  color: var(--muted);
  line-height: 1.55;
}

.pricing-cards article > span {
  width: max-content;
  padding: 4px 8px;
  border-radius: 4px;
  background: #242a28;
  color: var(--green);
  font-size: 12px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

.principles h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list article {
  border-bottom: 1px solid var(--line);
}

.faq-list button {
  width: 100%;
  min-height: 66px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.faq-list button::after {
  content: "+";
  color: var(--green);
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.faq-list article.open button::after {
  content: "−";
}

.faq-list p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0;
  color: var(--muted);
  line-height: 1.65;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

.faq-list article.open p {
  max-height: 200px;
  padding-bottom: 24px;
}

.faq-list article[hidden],
.gallery-card[hidden],
.blog-card[hidden] {
  display: none;
}

.center-link {
  width: max-content;
  margin: 28px auto 0;
}

.learn-shell {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}

.official-learn {
  padding: 86px 0 92px;
  background: var(--panel);
}

.official-learn .learn-shell {
  width: min(var(--max), calc(100% - 120px));
  grid-template-columns: 1fr;
  gap: 28px;
}

.official-learn .learn-shell > div:first-child {
  max-width: none;
}

.learn .button {
  margin-top: 18px;
}

.learn-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.learn-heading-row h2 {
  margin: 0;
}

.learn-heading-row .button {
  flex: 0 0 auto;
  margin-top: 0;
}

.learn-intro > p {
  max-width: 720px;
}

.learn-featured-article {
  display: grid;
  grid-template-columns: minmax(280px, 44%) minmax(0, 1fr);
  min-height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #11110f;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.learn-featured-article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-featured-article > div {
  padding: 34px;
}

.learn-featured-article span,
.learn-featured-article small {
  display: block;
  color: var(--green);
  font-size: 13px;
  margin-bottom: 12px;
}

.learn-featured-article small {
  color: var(--faint);
}

.learn-featured-article h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 500;
}

.learn-article-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.learn-article-links a {
  min-width: 0;
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  border-radius: var(--radius);
  overflow: hidden;
  background: #11110f;
  border: 1px solid var(--line);
  color: rgba(246, 246, 238, 0.82);
  line-height: 1.5;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.learn-article-links img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.learn-article-links div {
  min-width: 0;
  padding: 20px;
}

.learn-article-links span {
  display: block;
  color: var(--green);
  margin-bottom: 8px;
  font-size: 13px;
}

.learn-article-links h3 {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

.learn-featured-article:focus-visible,
.learn-article-links a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.final-cta,
.page-cta {
  padding: 64px 0;
}

.page-cta {
  background: var(--green);
  color: #071008;
}

.final-cta {
  background: transparent;
  color: var(--text);
}

.page-cta > div {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px 60px;
}

.final-cta > div {
  width: min(var(--max), calc(100% - 120px));
  min-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: clamp(48px, 8vw, 128px);
}

.page-cta h2,
.page-cta p {
  color: #071008;
}

.page-cta p {
  margin: 0;
  max-width: 620px;
}

.final-cta h2 {
  max-width: 620px;
  color: var(--text);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.18;
}

.final-cta p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
}

.final-cta .button.primary {
  min-height: 48px;
  margin-top: 30px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--green);
  color: #071008;
  font-size: 16px;
}

.page-cta .button.primary {
  grid-row: span 2;
  background: #071008;
  color: var(--text);
}

.final-cta-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.35;
  font-weight: 500;
}

.final-cta-list li {
  position: relative;
  padding-left: 34px;
}

.final-cta-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1;
}

.footer {
  padding: 0;
  background: transparent;
  color: rgba(246, 246, 238, 0.72);
}

.footer::before {
  content: "";
  display: block;
  width: 100%;
  max-width: var(--max);
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 auto 56px;
}

.footer-main {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  padding-bottom: 160px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.footer-brand-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-brand .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.footer-brand .brand-mark {
  height: 36px;
  width: 128px;
  display: block;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.55;
  color: #a2aaa5;
  margin: 0;
  white-space: nowrap;
}

.footer-qr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-qr-image {
  display: block;
  width: 112px;
  height: 112px;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.footer-qr-caption {
  margin: 0;
  color: #a2aaa5;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 56px;
}

.footer-nav > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-nav h4 {
  color: #e8ece7;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a {
  font-size: 13px;
  line-height: 1.6;
  color: #9aa2a8;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-divider {
  height: 1px;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #8e9692;
  font-size: 12px;
}

.footer-bottom button {
  color: #a8b0ac;
  border: 0;
  background: none;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s;
}

.footer-bottom button:hover {
  color: #fff;
}

.footer-copyright {
  flex: 1 1 0px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-beian {
  white-space: nowrap;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.footer-beian img {
  height: 16px;
  width: 16px;
}

/* Footer flickering particle effect */
.footer-flicker {
  position: relative;
  width: 100vw;
  height: 520px;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.footer-flicker-canvas {
  position: absolute;
  inset: 0;
}

.footer-flicker-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg, #171716) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.page-hero {
  padding: 92px 0 82px;
  background: var(--bg);
}

.page-hero-inner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 72px;
}

.page-hero h1,
.article-hero h1 {
  margin: 0;
  color: #fbfbf5;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 500;
  max-width: 820px;
}

.page-lead {
  margin: 24px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
}

.page-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-visual {
  min-height: 360px;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(136, 233, 93, 0.2), rgba(94, 140, 200, 0.14)),
    #10100e;
  border: 1px solid var(--line);
}

.hero-visual img,
.hero-visual video {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

.blog-hero {
  padding: clamp(76px, 9vw, 132px) 0 clamp(68px, 7vw, 104px);
}

.blog-hero .page-hero-inner {
  min-height: 0;
  display: block;
}

.blog-hero .page-hero-inner > div {
  max-width: 1160px;
  margin-inline: auto;
  text-align: center;
}

.blog-hero h1 {
  max-width: 1160px;
  font-size: clamp(44px, 4.4vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.blog-hero .page-lead {
  max-width: 760px;
  margin: 28px auto 0;
  font-size: clamp(17px, 1.45vw, 20px);
}

.price-visual {
  min-height: 360px;
  flex-direction: column;
  color: #071008;
  background: var(--green);
}

.price-visual strong {
  font-size: 86px;
  line-height: 1;
  font-weight: 500;
}

.price-visual span {
  margin-top: 10px;
  font-size: 18px;
}

.page-grid {
  display: grid;
  gap: 24px;
}

.page-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.page-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.page-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1119px) {
  .page-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-card {
  min-height: 410px;
  padding: 0 30px 30px;
  overflow: hidden;
}

.page-card.green { background: #2d3f33; }
.page-card.blue { background: #253b56; }
.page-card.dark { background: #30302a; }
.page-card.amber { background: #433a29; }

.page-card img,
.page-card video {
  height: 210px;
  width: calc(100% + 60px);
  margin: 0 -30px 24px;
  object-fit: contain;
  padding: 26px;
  background: rgba(0, 0, 0, 0.18);
}

.page-card span,
.blog-card span,
.plan-card > span {
  display: inline-flex;
  width: max-content;
  color: var(--green);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}

.page-card h3,
.info-block h3,
.blog-card h3,
.gallery-card b,
.episode-card h3,
.plan-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.26;
  font-weight: 500;
}

.page-card p,
.info-block p,
.blog-card p,
.gallery-card p,
.episode-card p,
.plan-card p {
  color: var(--muted);
  line-height: 1.58;
}

.page-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--green);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-grid article {
  min-height: 250px;
  padding: 30px;
  border-right: 1px dashed var(--line-strong);
  background: #11110f;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid b,
.info-block b,
.episode-card b {
  display: inline-flex;
  color: var(--green);
  font-weight: 500;
  margin-bottom: 24px;
}

.process-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.split-panel {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.split-panel h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}

.split-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.prompt-list {
  display: grid;
  gap: 12px;
}

.prompt-list code,
.gallery-card code {
  display: block;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(246, 246, 238, 0.82);
  background: rgba(255, 255, 255, 0.04);
  white-space: normal;
  line-height: 1.55;
  font-family: inherit;
}

.demo-panel {
  position: relative;
  min-height: 420px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #10100f;
  overflow: hidden;
}

.demo-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  padding: 30px;
}

.demo-bar {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(8, 8, 7, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.demo-bar span {
  color: var(--muted);
}

.demo-bar strong {
  color: var(--green);
}

.info-block {
  min-height: 220px;
  padding: 30px;
}

.comparison-table {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
}

.comparison-table > div + div {
  border-top: 1px dashed var(--line-strong);
}

.comparison-table b,
.comparison-table span {
  padding: 18px 22px;
  border-right: 1px dashed var(--line-strong);
  line-height: 1.5;
}

.comparison-table b:last-child,
.comparison-table span:last-child {
  border-right: 0;
}

.comparison-table b {
  color: var(--green);
  background: #11110f;
}

.comparison-table span {
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-grid.compact {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img,
.gallery-card video {
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 22px;
  background: #0e0e0d;
}

.gallery-card div {
  padding: 22px;
}

.gallery-card p {
  margin: 0 0 14px;
  font-size: 14px;
}

.filter-bar,
.category-nav,
.billing-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-bar {
  margin-bottom: 26px;
}

.filter-bar button,
.category-nav a,
.billing-toggle button {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.filter-bar button.active,
.billing-toggle button.active,
.category-nav a:hover {
  color: #071008;
  background: var(--green);
  border-color: var(--green);
}

.billing-toggle span {
  color: inherit;
  opacity: 0.75;
}

.empty-state {
  margin: 24px 0 0;
  color: var(--muted);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.plan-card {
  min-height: 560px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  background: linear-gradient(180deg, rgba(136, 233, 93, 0.12), rgba(17, 17, 15, 1));
  border-color: rgba(136, 233, 93, 0.58);
}

.plan-card strong {
  display: block;
  margin: 22px 0 8px;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}

.plan-card b {
  color: var(--green);
  font-weight: 500;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.plan-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.plan-card .button {
  margin-top: auto;
}

.enterprise-band,
.contact-panel {
  min-height: 220px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: #11110f;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.blog-card:focus-within {
  border-color: var(--green);
}

.blog-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  padding: 0;
  background: #0e0e0d;
}

.blog-card div {
  padding: 24px;
}

.blog-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--green);
}

.blog-card > div > a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.search-box {
  width: min(520px, 100%);
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-box span {
  color: var(--green);
  white-space: nowrap;
  font-size: 14px;
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

.faq-page-shell {
  display: grid;
  gap: 48px;
}

.faq-category h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 500;
}

.article-hero {
  padding: 82px 0 54px;
  background: var(--bg);
}

.article-shell {
  max-width: 960px;
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--muted);
}

.article-section {
  padding: 0 0 90px;
  background: var(--bg);
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 820px);
  gap: 64px;
  align-items: start;
}

.toc {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #11110f;
}

.toc a {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  transition: color 0.2s ease;
}

.toc a::before {
  content: "";
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--green);
  opacity: 0;
  transform: scaleY(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toc a:hover,
.toc a.active {
  color: var(--green);
}

.toc a.active {
  font-weight: 500;
}

.toc a.active::before {
  opacity: 1;
  transform: scaleY(1);
}

.article-content h2[id] {
  scroll-margin-top: 104px;
}

.article-content img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 42px;
}

.article-content h2 {
  margin: 38px 0 16px;
  font-size: 30px;
  font-weight: 500;
}

.article-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
}

.article-copy-section,
.article-faq,
.article-related {
  scroll-margin-top: 100px;
}

.article-content h3 {
  margin: 26px 0 10px;
  font-size: 21px;
  font-weight: 500;
}

.article-content ul,
.article-content ol {
  margin: 18px 0 26px;
  padding-left: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.article-content li + li {
  margin-top: 8px;
}

.article-table-wrap {
  width: 100%;
  margin: 24px 0 32px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.article-content table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: var(--muted);
}

.article-content th,
.article-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-content th {
  color: var(--text);
  font-weight: 500;
  background: rgba(136, 233, 93, 0.08);
}

.article-content tr:last-child td {
  border-bottom: 0;
}

.article-faq {
  margin-top: 54px;
}

.article-faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.article-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.article-faq summary {
  cursor: pointer;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.article-faq details p {
  margin: 12px 0 0;
}

.article-related {
  margin-top: 54px;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.article-related-grid > a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.article-related-grid > a:hover {
  transform: translateY(-2px);
  border-color: rgba(136, 233, 93, 0.55);
}

.article-related-grid span,
.article-product-link {
  color: var(--green);
}

.article-related-grid strong {
  color: var(--text);
  line-height: 1.45;
}

.article-related-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.article-product-link {
  display: inline-flex;
  margin-top: 22px;
}

.article-cta {
  margin-top: 44px;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--green);
  color: #071008;
}

.article-cta h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.article-cta p {
  color: #071008;
}

.article-cta .button.primary {
  background: #071008;
  color: var(--text);
}

.episode-list {
  display: grid;
  gap: 18px;
}

.episode-card {
  min-height: 140px;
  padding: 26px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 24px;
}

.episode-card a {
  color: var(--green);
  white-space: nowrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 44px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox[hidden] {
  display: none;
}

.lightbox > button {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text);
  background: #11110f;
  font-size: 26px;
}

.lightbox > div {
  width: min(1120px, 100%);
  max-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 0;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #11110f;
}

.lightbox img,
.lightbox video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
  padding: 30px;
  background: #080807;
}

.lightbox section {
  padding: 30px;
}

.lightbox h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.lightbox p {
  color: var(--muted);
}

.lightbox code {
  display: block;
  margin: 22px 0;
  color: var(--muted);
  white-space: normal;
  line-height: 1.6;
  font-family: inherit;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1119px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-grid;
  }

  .mobile-nav.open {
    display: grid;
    gap: 16px;
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto 18px;
    padding: 18px;
    border-radius: var(--radius);
    background: rgba(23, 23, 22, 0.96);
  }

.mobile-nav a {
  color: var(--muted);
}

.mobile-nav > a[href$="use-cases/"] {
  display: none;
}

  .hero-top,
  .quest-card,
  .two-column,
  .feature-tabs,
  .feature-stage,
  .learn-shell,
  .page-hero-inner,
  .split-panel,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero-top {
    height: auto;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .workflow-shell {
    width: min(var(--max), calc(100% - 48px));
  }

  .workflow-heading {
    margin-bottom: 58px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-step + .workflow-step {
    border-left: 0;
  }

  .workflow-step + .workflow-step::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--workflow-dash) 0 7px, transparent 7px var(--workflow-dash-size)) top left / 200% 1px no-repeat;
    animation: workflowDashRow var(--workflow-dash-duration) linear infinite;
  }

  .workflow-step h3 {
    font-size: 23px;
  }

  .workflow-step p {
    font-size: 15px;
  }

  .hero-tagline {
    position: static;
    max-width: 560px;
    text-align: left;
  }

  .quest-card {
    max-height: none;
    padding: 32px;
  }

  .quest-copy p {
    min-height: 0;
  }

  .feature-core-shell {
    min-height: 0;
  }

  .feature-stage {
    top: 0;
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .feature-tab-list {
    order: 2;
  }

  .feature-media-wide {
    order: 1;
    min-height: 420px;
  }

  .showcase-head {
    align-items: flex-start;
  }

  .official-community .community-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }

  .community-copy {
    max-width: 760px;
  }

  .official-community .metric-grid {
    max-width: 680px;
  }

  .official-community .marquee {
    height: 430px;
    max-width: 680px;
  }

  .official-showcase .showcase-row {
    padding-right: 48px;
  }

  .official-showcase .show-card {
    flex-basis: 340px;
  }

  .feature-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-highlight-grid::before,
  .feature-highlight-grid::after {
    display: none;
  }

  .feature-highlights-head,
  .feature-highlight-card:nth-of-type(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-highlights-head {
    grid-column: 1 / -1;
  }

  .product-grid,
  .principles,
  .metric-grid,
  .pricing-cards,
  .final-cta > div,
  .page-cta > div,
  .page-grid.three,
  .process-grid,
  .plan-grid,
  .gallery-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .feature-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-highlight-card {
    min-height: 210px;
    padding: 32px;
  }

  .final-cta > div {
    min-height: 0;
  }

  .final-cta-list {
    max-width: 620px;
    gap: 16px;
    font-size: 17px;
  }

  .final-cta-list li {
    padding-left: 34px;
  }

  .final-cta-list li::before {
    font-size: 18px;
  }

  .process-grid article,
  .pricing-cards article,
  .stats div {
    border-right: 0;
    border-bottom: 1px dashed var(--line-strong);
  }

  .process-grid article:last-child,
  .pricing-cards article:last-child,
  .stats div:last-child {
    border-bottom: 0;
  }

  .learn-shell,
  .learn-article-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .learn-article-links {
    grid-column: auto;
  }

  .toc {
    position: static;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-band,
  .contact-panel,
  .episode-card {
    align-items: start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .lightbox > div {
    grid-template-columns: 1fr;
  }
}


@media (min-width: 900px) and (max-width: 1119px) {
  .feature-stage {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    gap: 36px;
  }

  .feature-tab-list {
    order: 1;
  }

  .feature-media-wide {
    order: 2;
    min-height: 430px;
  }
}

@media (max-width: 768px) {
  .header-inner,
  .hero-shell,
  .section > *,
  .feature-core-shell,
  .showcase-shell,
  .community-inner,
  .learn-shell,
  .footer,
  .page-hero-inner,
  .page-shell,
  .faq-page-shell,
  .article-shell,
  .article-layout,
  .split-panel {
    width: calc(100% - 40px);
  }

  .header-inner {
    padding: 0 20px;
  }

  .header-actions .world,
  .header-actions .login,
  .header-actions .download {
    display: none;
  }

  .hero,
  .page-hero {
    padding: 48px 0 56px;
  }

  .blog-hero {
    padding: 56px 0 52px;
  }

  .blog-hero h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 1.14;
  }

  .blog-hero .page-lead {
    margin-top: 22px;
  }

  .workflow-strip {
    padding: 62px 0 70px;
  }

  .workflow-shell {
    width: calc(100% - 40px);
  }

  .workflow-heading {
    margin-bottom: 46px;
    text-align: left;
  }

  .workflow-heading p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
    white-space: normal;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    min-height: 0;
    padding: 24px;
    text-align: left;
  }

  .workflow-step:last-child {
    padding-bottom: 0;
  }

  .workflow-icon {
    margin: 0 0 28px;
  }

  .workflow-icon i {
    font-size: 28px;
  }

  .workflow-step small {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .workflow-step h3 {
    font-size: 22px;
  }

  .workflow-step p {
    max-width: none;
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.62;
  }

  .hero h1,
  .page-hero h1,
  .article-hero h1 {
    font-size: 36px;
    line-height: 1.24;
  }

  .page-lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-tagline {
    font-size: 15px;
    line-height: 22px;
  }

  .brand-marquee {
    margin: -8px 0 14px;
    padding: 14px 0;
  }

  .brand-marquee-track {
    gap: 38px;
  }

  .brand-marquee-track span {
    min-width: 82px;
    font-size: 16px;
    line-height: 26px;
  }

  .brand-marquee-fade {
    width: 44px;
  }

  .hero-buttons,
  .page-actions {
    flex-wrap: wrap;
  }

  .quest-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
  }

  .quest-band::before,
  .quest-band::after {
    display: none;
  }

  .quest-tabs button {
    gap: 6px;
    font-size: 14px;
    white-space: normal;
  }

  .quest-card {
    padding: 24px;
    min-height: 0;
    gap: 30px;
  }

  .feature-highlights-head {
    padding: 0;
    text-align: left;
  }

  .feature-highlights-head h2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    font-size: 32px;
  }

  .feature-highlights-head p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .feature-highlight-grid {
    grid-template-columns: 1fr;
  }

  .feature-highlight-card {
    min-height: 180px;
    padding: 26px 24px;
  }

  .feature-highlight-card > :not(.feature-highlight-pixels) {
    transform: none;
  }

  .feature-highlight-card:hover > :not(.feature-highlight-pixels),
  .feature-highlight-card:focus-within > :not(.feature-highlight-pixels) {
    transform: none;
  }

  .feature-highlight-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }

  .feature-highlight-card h3 {
    font-size: 18px;
  }

  .feature-highlight-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.58;
    opacity: 1;
  }

  .quest-media {
    justify-self: stretch;
  }

  .quest-copy h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .quest-icon {
    margin-bottom: 22px;
  }

  .quest-feature-tags {
    gap: 8px;
    margin-top: 24px;
  }

  .quest-feature-tags span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  .quest-media video {
    height: 100%;
  }

  .section,
  .page-section {
    padding: 56px 0;
  }

  .feature-media,
  .hero-visual,
  .demo-panel,
  .demo-panel img {
    min-height: 260px;
  }

  .feature-media-wide {
    min-height: 0;
  }

  .official-core {
    padding: 56px 0;
  }

  .showcase-scroll-hijack {
    height: auto !important;
  }

  .official-showcase {
    padding: 56px 0;
    position: static;
    height: auto;
  }

  .feature-core-title,
  .feature-stage,
  .showcase-head,
  .showcase-progress {
    width: 100%;
  }

  .feature-core-title h2,
  .showcase-title h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .feature-tab-list {
    gap: 0;
  }

  .feature-tab-list button {
    min-height: 78px;
    padding: 18px 0 16px;
  }

  .feature-tab-list strong {
    font-size: 19px;
    line-height: 26px;
  }

  .feature-tab-list button:hover small,
  .feature-tab-list button.active small {
    max-height: 96px;
  }

  .showcase-shell {
    margin-left: auto;
    margin-right: auto;
  }

  .showcase-head {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .showcase-controls button {
    width: 42px;
    height: 42px;
  }

  .showcase-stats {
    gap: 8px 0;
  }

  .showcase-stats div {
    padding: 0 20px;
  }

  .showcase-stats strong {
    font-size: 28px;
  }

  .showcase-viewport {
    min-height: 410px;
  }

  .official-community {
    padding: 0;
  }

  .community-score {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
  }

  .community-score small {
    max-width: none;
  }

.official-community .metric-grid div {
    min-height: 118px;
    padding: 22px;
  }

  .official-community .marquee {
    height: 360px;
    margin-top: 8px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 9%, #000 91%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  }

  .official-community .marquee-track {
    --review-card-min-height: 150px;
    --review-card-gap: 16px;
    animation-duration: 34s;
  }

  .official-community .marquee-track span {
    min-height: var(--review-card-min-height);
    padding: 20px;
  }

  .official-community .marquee-track i {
    margin-top: 14px;
  }

  .official-showcase .showcase-row {
    padding: 0 20px 14px 0;
  }

  .official-showcase .show-card {
    flex-basis: min(340px, calc(100vw - 64px));
    min-height: 400px;
  }

  .show-card img {
    height: auto;
    padding: 24px;
  }

  .page-grid.two,
  .page-grid.four,
  .footer-main {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
  }

  .footer-brand {
    min-height: 0;
  }

  .concept-shell {
    padding: 28px 22px;
  }

  .feature-highlights {
    padding: 0;
    border: 0;
  }

  .learn-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .learn-featured-article {
    grid-template-columns: 1fr;
  }

  .learn-featured-article img {
    height: 220px;
  }

  .learn-article-links a {
    grid-template-columns: 1fr;
  }

  .learn-article-links img {
    height: 190px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-table > div {
    min-width: 720px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta,
  .page-cta {
    padding: 64px 0;
  }

  .final-cta > div,
  .page-cta > div {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta .button.primary,
  .page-cta .button.primary {
    grid-row: auto;
  }

  .final-cta .button.primary {
    width: 100%;
  }

  .final-cta-list {
    gap: 14px;
    font-size: 17px;
  }

  .final-cta-list li {
    padding-left: 34px;
  }

  .final-cta-list li::before {
    font-size: 18px;
  }

  .plan-card {
    min-height: auto;
  }

  .lightbox {
    padding: 20px;
  }

  .lightbox img,
  .lightbox video {
    min-height: 300px;
  }
}

/* Blog article: editorial reading rail */
.article-detail-page .article-hero {
  padding: 48px 0 28px;
}

.article-detail-page .article-shell {
  width: min(1376px, calc(100% - 64px));
  max-width: 1376px;
  padding-left: 324px;
}

.article-detail-page .breadcrumb {
  margin-bottom: 18px;
  font-size: 14px;
}

.article-detail-page .article-hero .page-kicker {
  margin-left: 14px;
  color: var(--green);
}

.article-detail-page .article-hero h1 {
  max-width: 960px;
  margin: 24px 0 18px;
  font-size: clamp(48px, 4.25vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.article-detail-page .article-hero .page-lead {
  max-width: 820px;
  margin: 0;
  color: rgba(246, 246, 238, 0.58);
  font-size: 18px;
  line-height: 1.72;
}

.article-author-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: rgba(246, 246, 238, 0.42);
  font-size: 14px;
}

.article-author-logo {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(136, 233, 93, 0.45);
  border-radius: 50%;
  background: #11110f url("assets/favicon.svg") no-repeat center / 20px 20px;
}

.article-author-meta strong {
  color: rgba(246, 246, 238, 0.86);
  font-weight: 500;
}

.article-author-meta strong + span::before {
  margin-right: 12px;
  color: rgba(246, 246, 238, 0.22);
  content: "·";
}

.article-detail-page .article-section {
  padding-bottom: 120px;
}

.article-detail-page .article-layout {
  width: min(1376px, calc(100% - 64px));
  grid-template-columns: 216px minmax(0, 1036px);
  justify-content: start;
  gap: 108px;
}

.article-detail-page .toc {
  top: 88px;
  max-height: calc(100vh - 112px);
  gap: 0;
  padding: 6px 24px 30px 0;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid rgba(246, 246, 238, 0.14);
  border-radius: 0;
  background: transparent;
}

.article-reading-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 38px;
  color: rgba(246, 246, 238, 0.46);
  font-size: 12px;
}

.article-reading-progress output {
  color: rgba(246, 246, 238, 0.72);
  font-family: var(--number-font);
}

.article-progress-track {
  grid-column: 1 / -1;
  height: 2px;
  overflow: hidden;
  background: rgba(246, 246, 238, 0.18);
}

.article-progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--green);
  transition: transform 0.12s linear;
}

.article-detail-page .toc > strong {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.article-detail-page .toc a {
  padding: 10px 8px 10px 24px;
  color: rgba(246, 246, 238, 0.48);
  font-size: 14px;
  line-height: 1.55;
}

.article-detail-page .toc a::before {
  top: 16px;
  bottom: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0.28;
  transform: none;
}

.article-detail-page .toc a.active::before {
  opacity: 1;
  transform: none;
}

.article-detail-page .article-content > img {
  width: 100%;
  max-height: none;
  aspect-ratio: 2.3 / 1;
  margin: 0 0 48px;
  object-fit: cover;
  border: 1px solid rgba(246, 246, 238, 0.1);
  border-radius: 14px;
}

.article-copy-section,
.article-detail-page .article-faq {
  margin-top: 72px;
}

.article-section-heading-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: baseline;
  gap: 24px;
  margin-bottom: 22px;
}

.article-section-number {
  color: var(--green);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.article-section-number::after {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 12px;
  background: rgba(136, 233, 93, 0.52);
  content: "";
}

.article-detail-page .article-content h2 {
  margin: 0;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.24;
  letter-spacing: -0.025em;
}

.article-detail-page .article-copy-section > p,
.article-detail-page .article-copy-section > ul,
.article-detail-page .article-copy-section > ol,
.article-detail-page .article-copy-section > .article-table-wrap,
.article-detail-page .article-faq > details {
  max-width: 820px;
  margin-left: 96px;
}

.article-detail-page .article-content p,
.article-detail-page .article-content ul,
.article-detail-page .article-content ol {
  font-size: 16px;
  line-height: 1.85;
}

.article-detail-page .article-table-wrap {
  border-radius: 10px;
}

.article-detail-page .article-content th,
.article-detail-page .article-content td {
  padding: 15px 18px;
}

@media (max-width: 1199px) {
  .article-detail-page .article-shell {
    width: min(920px, calc(100% - 48px));
    padding-left: 0;
  }

  .article-detail-page .article-layout {
    width: min(1120px, calc(100% - 48px));
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .article-detail-page .article-hero {
    padding: 42px 0 24px;
  }

  .article-detail-page .article-shell,
  .article-detail-page .article-layout {
    width: calc(100% - 40px);
  }

  .article-detail-page .article-hero h1 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .article-detail-page .article-hero .page-lead {
    font-size: 16px;
  }

  .article-detail-page .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .article-detail-page .toc {
    position: static;
    display: flex;
    width: 100%;
    min-width: 0;
    gap: 8px;
    max-height: none;
    padding: 0 0 18px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 246, 238, 0.14);
  }

  .article-detail-page .article-content {
    width: 100%;
    min-width: 0;
  }

  .article-reading-progress,
  .article-detail-page .toc > strong {
    display: none;
  }

  .article-detail-page .toc a {
    flex: 0 0 auto;
    max-width: 240px;
    padding: 8px 14px;
    border: 1px solid rgba(246, 246, 238, 0.12);
    border-radius: 999px;
    white-space: nowrap;
  }

  .article-detail-page .toc a::before {
    display: none;
  }

  .article-detail-page .article-content > img {
    aspect-ratio: 16 / 9;
    margin-bottom: 36px;
  }

  .article-copy-section,
  .article-detail-page .article-faq {
    margin-top: 54px;
  }

  .article-section-heading-row {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .article-section-number {
    font-size: 24px;
  }

  .article-detail-page .article-copy-section > p,
  .article-detail-page .article-copy-section > ul,
  .article-detail-page .article-copy-section > ol,
  .article-detail-page .article-copy-section > .article-table-wrap,
  .article-detail-page .article-faq > details {
    margin-left: 0;
  }
}
