:root {
  --nexa-ink: #19211f;
  --nexa-navy: #17231f;
  --nexa-paper: #fffdf8;
  --nexa-mist: #f5f2ea;
  --nexa-line: #ded8cc;
  --nexa-muted: #68716d;
  --nexa-indigo: #4f5f91;
  --nexa-cyan: #2f7774;
  --nexa-green: #3f765c;
  --nexa-amber: #b5853c;
  --nexa-cinnabar: #b95743;
  --nexa-jade: #315f56;
  --nexa-shadow: 0 20px 64px rgba(38, 45, 40, 0.1);
}

/* ========================================================================== */
/* NexaNote launch design system                                               */
/* ========================================================================== */

:root {
  --nexa-final-ink: #111827;
  --nexa-final-muted: #667085;
  --nexa-final-blue: #1769e0;
  --nexa-final-blue-dark: #1058c4;
  --nexa-final-blue-soft: #eaf2ff;
  --nexa-final-surface: #ffffff;
  --nexa-final-soft: #f6f8fb;
  --nexa-final-line: #e4e8ef;
  --nexa-final-dark: #1d2026;
  --nexa-final-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

body {
  background: var(--nexa-final-surface);
  color: var(--nexa-final-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  overflow-x: clip;
}

.nexa-site-header {
  border-bottom-color: rgba(228, 232, 239, 0.9);
  background: rgba(255, 255, 255, 0.94);
}

.nexa-site-header > .alignwide {
  min-height: 68px;
}

.nexa-brand-mark {
  border-radius: 10px;
  background: var(--nexa-final-blue);
  box-shadow: 0 8px 18px rgba(23, 105, 224, 0.22);
}

.nexa-site-header .wp-block-navigation a {
  color: #344054;
}

.nexa-site-header .wp-block-navigation a:hover,
.nexa-site-header .wp-block-navigation a:focus-visible {
  color: var(--nexa-final-blue);
}

.nexa-header-cta .wp-block-button__link,
.nexa-primary-button .wp-block-button__link {
  min-height: 46px;
  padding-inline: 22px;
  border-radius: 10px;
  background: var(--nexa-final-blue);
  box-shadow: 0 12px 28px rgba(23, 105, 224, 0.22);
  color: #fff;
}

.nexa-header-cta .wp-block-button__link:hover,
.nexa-primary-button .wp-block-button__link:hover {
  background: var(--nexa-final-blue-dark);
  transform: translateY(-1px);
}

.nexa-secondary-button .wp-block-button__link {
  min-height: 46px;
  padding-inline: 22px;
  border: 1px solid #d5dae3;
  border-radius: 10px;
  background: #fff;
  color: #344054;
}

.nexa-final-hero {
  position: relative;
  overflow-x: clip;
  padding: clamp(68px, 7vw, 112px) 0 clamp(58px, 6vw, 92px);
  background:
    radial-gradient(circle at 82% 20%, rgba(23, 105, 224, 0.1), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}

.nexa-final-hero-grid {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  gap: clamp(36px, 4.6vw, 64px);
  max-width: 1280px;
}

.nexa-final-kicker,
.nexa-final-index {
  margin: 0 0 16px;
  color: var(--nexa-final-blue);
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nexa-final-title {
  max-width: 600px;
  margin: 0;
  color: var(--nexa-final-ink);
  font-family: inherit;
  font-size: clamp(44px, 4.7vw, 66px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.nexa-final-lead {
  max-width: 640px;
  margin-top: 26px;
  color: var(--nexa-final-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.75;
}

.nexa-final-actions {
  gap: 12px;
  margin-top: 32px;
}

.nexa-final-platform {
  margin-top: 18px;
  color: #7a8495;
  font-size: 13px;
}

.nexa-final-hero-shot,
.nexa-final-product-shot,
.nexa-final-panel-shot {
  overflow: hidden;
  border: 1px solid rgba(210, 217, 228, 0.95);
  background: #fff;
  box-shadow: var(--nexa-final-shadow);
}

.nexa-final-hero-shot {
  width: min(760px, 100%);
  margin: 0 auto;
  border-radius: 20px;
  transform: perspective(1600px) rotateY(-2deg) rotateX(0.5deg);
  transform-origin: center left;
}

.nexa-final-hero-shot img,
.nexa-final-product-shot img,
.nexa-final-panel-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.nexa-proof-list {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--nexa-final-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.05);
}

.nexa-proof-item {
  min-width: 0;
  padding: 24px 26px;
}

.nexa-proof-item + .nexa-proof-item {
  border-left: 1px solid var(--nexa-final-line);
}

.nexa-proof-item strong,
.nexa-proof-item span {
  display: block;
}

.nexa-proof-item strong {
  color: var(--nexa-final-ink);
  font-size: 15px;
}

.nexa-proof-item span {
  margin-top: 5px;
  color: var(--nexa-final-muted);
  font-size: 13px;
  line-height: 1.55;
}

.nexa-final-showcase {
  padding-top: 48px;
}

.nexa-final-section-heading {
  max-width: 820px;
  padding: 74px 24px 52px;
  text-align: center;
}

.nexa-final-section-heading h2,
.nexa-final-workflow h2,
.nexa-final-control h2 {
  color: var(--nexa-final-ink);
  font-family: inherit;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.nexa-final-section-copy {
  color: var(--nexa-final-muted);
  font-size: 18px;
}

.nexa-final-feature {
  padding: clamp(72px, 8vw, 116px) 0;
  border-top: 1px solid var(--nexa-final-line);
}

.nexa-final-feature.is-soft {
  background: var(--nexa-final-soft);
}

.nexa-final-feature-grid {
  gap: clamp(48px, 6vw, 88px);
  max-width: 1240px;
}

.nexa-final-feature h2 {
  margin-top: 0;
  font-family: inherit;
  font-weight: 740;
  letter-spacing: -0.02em;
}

.nexa-final-feature p,
.nexa-final-feature li {
  color: var(--nexa-final-muted);
  line-height: 1.8;
}

.nexa-final-feature .wp-block-list {
  margin-top: 22px;
  padding-left: 1.2em;
}

.nexa-final-product-shot {
  border-radius: 18px;
}

.nexa-final-side-by-side {
  gap: 22px;
  align-items: center;
  justify-content: center;
}

.nexa-final-panel-shot {
  flex: 1 1 0;
  margin: 0;
  border-radius: 16px;
}

.nexa-final-panel-shot:first-child {
  max-width: 48%;
}

.nexa-final-panel-shot:last-child {
  max-width: 45%;
}

.nexa-final-control {
  padding: clamp(82px, 9vw, 132px) 0;
  background: var(--nexa-final-dark);
  color: rgba(255, 255, 255, 0.72);
}

.nexa-final-control .alignwide {
  max-width: 1180px;
}

.nexa-final-control h2,
.nexa-final-control h3 {
  color: #fff;
}

.nexa-final-control h2 {
  max-width: 900px;
}

.nexa-final-control-grid {
  gap: 18px;
  margin-top: 48px;
}

.nexa-final-control-grid > .wp-block-column {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.nexa-final-control-grid p {
  color: rgba(255, 255, 255, 0.62);
}

.nexa-final-workflow {
  padding: clamp(84px, 9vw, 132px) 0;
  background: #fff;
}

.nexa-final-workflow .alignwide {
  max-width: 1180px;
}

.nexa-final-workflow h2 {
  max-width: 780px;
}

.nexa-final-workflow-grid {
  gap: 18px;
  margin-top: 46px;
}

.nexa-final-workflow-grid > .wp-block-column {
  min-height: 240px;
  padding: 30px;
  border: 1px solid var(--nexa-final-line);
  border-radius: 16px;
  background: var(--nexa-final-soft);
}

.nexa-final-step {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  border-radius: 10px;
  background: var(--nexa-final-blue-soft);
  color: var(--nexa-final-blue);
  font-family: "Cascadia Code", Consolas, monospace;
  font-weight: 750;
}

.nexa-final-workflow-grid p:last-child {
  color: var(--nexa-final-muted);
}

.wp-block-details {
  border-color: var(--nexa-final-line);
  border-radius: 12px;
  background: #fff;
}

.wp-block-details summary {
  color: var(--nexa-final-ink);
}

.nexa-final-cta {
  background: linear-gradient(135deg, #1769e0 0%, #0e55bd 100%);
}

.nexa-final-cta .wp-block-button__link {
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 46, 102, 0.2);
}

.nexa-site-footer {
  border-top-color: var(--nexa-final-line);
  background: #f7f9fc;
}

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid rgba(23, 105, 224, 0.32);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .nexa-site-header > .alignwide {
    gap: 18px;
  }

  .nexa-site-header .wp-block-navigation {
    margin-left: auto;
  }

  .nexa-final-hero-shot {
    width: min(680px, 100%);
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .nexa-site-header .nexa-header-cta {
    display: none;
  }

  .nexa-final-hero-grid,
  .nexa-final-feature-grid,
  .nexa-final-feature-grid.is-reverse {
    flex-direction: column;
  }

  .nexa-final-hero-grid > .wp-block-column,
  .nexa-final-feature-grid > .wp-block-column {
    flex-basis: auto !important;
    width: 100%;
  }

  .nexa-final-title {
    max-width: 760px;
  }

  .nexa-final-hero-shot {
    width: 100%;
    margin: 20px 0 0;
    transform: none;
  }

  .nexa-final-feature-grid.is-reverse > .wp-block-column:first-child {
    order: 2;
  }

  .nexa-proof-list {
    flex-wrap: wrap !important;
  }

  .nexa-proof-item {
    flex-basis: 50% !important;
  }

  .nexa-proof-item:nth-child(3) {
    border-left: 0;
  }

  .nexa-proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--nexa-final-line);
  }
}

@media (max-width: 600px) {
  .nexa-site-header > .alignwide {
    min-height: 60px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .nexa-site-header .wp-block-site-title {
    font-size: 17px !important;
  }

  .nexa-final-hero {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .nexa-final-title {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -0.04em;
  }

  .nexa-final-lead {
    font-size: 17px;
  }

  .nexa-final-actions {
    align-items: stretch;
  }

  .nexa-final-actions .wp-block-button,
  .nexa-final-actions .wp-block-button__link {
    width: 100%;
  }

  .nexa-final-hero-shot {
    width: 100%;
    margin-right: 0;
    border-radius: 14px;
  }

  .nexa-proof-item {
    flex-basis: 100% !important;
    border-left: 0 !important;
    border-top: 1px solid var(--nexa-final-line);
  }

  .nexa-proof-item:first-child {
    border-top: 0;
  }

  .nexa-final-section-heading {
    padding-top: 54px;
    padding-bottom: 34px;
    text-align: left;
  }

  .nexa-final-feature {
    padding: 64px 0;
  }

  .nexa-final-side-by-side {
    gap: 10px;
  }

  .nexa-final-panel-shot:first-child,
  .nexa-final-panel-shot:last-child {
    max-width: 49%;
  }

  .nexa-final-control-grid,
  .nexa-final-workflow-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--nexa-paper);
  color: var(--nexa-ink);
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.nexa-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.nexa-site-header.is-scrolled {
  border-color: var(--nexa-line);
  box-shadow: 0 8px 26px rgba(17, 20, 33, 0.06);
}

.nexa-brand {
  gap: 10px;
}

.nexa-brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--nexa-indigo), #34456e);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.nexa-header-cta .wp-block-button__link,
.nexa-primary-button .wp-block-button__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 7px;
  background: var(--nexa-jade);
  box-shadow: 0 12px 26px rgba(49, 95, 86, 0.2);
}

.nexa-secondary-button .wp-block-button__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(25, 33, 31, 0.24);
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--nexa-ink);
  backdrop-filter: blur(8px);
}

.nexa-hero {
  position: relative;
  min-height: min(730px, 88vh);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-color: var(--nexa-paper);
}

.nexa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.99) 0%, rgba(255, 253, 248, 0.96) 39%, rgba(255, 253, 248, 0.7) 58%, rgba(255, 253, 248, 0.12) 82%),
    linear-gradient(0deg, rgba(255, 253, 248, 0.84), transparent 34%);
  pointer-events: none;
}

.nexa-hero .wp-block-cover__image-background {
  object-position: 70% center;
  filter: saturate(0.88) contrast(0.96);
}

.nexa-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 90px;
}

.nexa-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(185, 87, 67, 0.32);
  border-radius: 999px;
  background: rgba(185, 87, 67, 0.08);
  color: var(--nexa-cinnabar);
  font-size: 13px;
  font-weight: 650;
}

.nexa-hero h1 {
  max-width: 760px;
  margin-top: 22px;
  color: var(--nexa-ink);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.12;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.nexa-hero-copy {
  max-width: 650px;
  color: var(--nexa-muted);
  font-size: 19px;
  line-height: 1.75;
}

.nexa-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.nexa-section-tight {
  padding-top: 46px;
  padding-bottom: 46px;
}

.nexa-section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.nexa-section-heading p {
  color: var(--nexa-muted);
  font-size: 18px;
}

.nexa-feature-grid {
  gap: 18px;
}

.nexa-feature {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--nexa-line);
  border-radius: 14px;
  background: var(--nexa-paper);
  box-shadow: 0 12px 40px rgba(17, 20, 33, 0.045);
}

.nexa-feature-number {
  color: var(--nexa-cinnabar);
  font-family: var(--wp--preset--font-family--mono);
  font-size: 13px;
  font-weight: 700;
}

.nexa-feature p {
  color: var(--nexa-muted);
}

.nexa-product-band {
  background: var(--nexa-navy);
  color: rgba(255, 255, 255, 0.78);
}

.nexa-product-band h2,
.nexa-product-band h3 {
  color: #fff;
}

.nexa-product-band .wp-block-image img {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.nexa-showcase-intro {
  padding-top: 86px;
  padding-bottom: 54px;
  text-align: center;
}

.nexa-showcase-intro > * {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.nexa-showcase-intro p:last-child {
  color: var(--nexa-muted);
}

.nexa-product-row {
  padding-top: 76px;
  padding-bottom: 76px;
}

.nexa-product-row.is-muted {
  background: var(--nexa-mist);
}

.nexa-product-row p,
.nexa-product-row li {
  color: var(--nexa-muted);
}

.nexa-product-shot {
  overflow: hidden;
  border: 1px solid var(--nexa-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 20, 33, 0.14);
}

.nexa-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.nexa-dark-row {
  background: var(--nexa-navy);
}

.nexa-dark-row h2 {
  color: #fff;
}

.nexa-dark-row p,
.nexa-dark-row li {
  color: rgba(255, 255, 255, 0.7);
}

.nexa-dark-row .nexa-product-shot {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.nexa-trust-section {
  padding-top: 88px;
  padding-bottom: 88px;
  background: var(--nexa-navy);
  color: rgba(255, 255, 255, 0.72);
}

.nexa-trust-section h2,
.nexa-trust-section h3 {
  color: #fff;
}

.nexa-trust-grid {
  gap: 12px;
  margin-bottom: 12px;
}

.nexa-trust-grid > .wp-block-column {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.nexa-trust-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.nexa-trust-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(98, 93, 245, 0.22);
  color: #b9b6ff;
  font-weight: 760;
}

.nexa-launch-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--nexa-mist);
}

.nexa-launch-panel {
  gap: 32px;
  padding: 34px 38px;
  border: 1px solid var(--nexa-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(17, 20, 33, 0.07);
}

.nexa-launch-panel > .wp-block-group {
  max-width: 720px;
}

.nexa-launch-panel p {
  color: var(--nexa-muted);
}

.nexa-proof-list {
  gap: 0;
  border-top: 1px solid var(--nexa-line);
  border-bottom: 1px solid var(--nexa-line);
}

.nexa-proof-item {
  padding: 20px 24px;
  border-right: 1px solid var(--nexa-line);
  text-align: center;
}

.nexa-proof-item:last-child {
  border-right: 0;
}

.nexa-proof-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--nexa-ink);
}

.nexa-proof-item span {
  color: var(--nexa-muted);
  font-size: 13px;
}

.nexa-price-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--nexa-line);
  border-radius: 14px;
  background: #fff;
}

.nexa-price-card.is-featured {
  border: 2px solid var(--nexa-indigo);
  box-shadow: var(--nexa-shadow);
}

.nexa-price {
  margin: 12px 0;
  color: var(--nexa-ink);
  font-size: 38px;
  font-weight: 760;
}

.nexa-doc-layout {
  align-items: flex-start;
}

.nexa-doc-sidebar {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid var(--nexa-line);
  border-radius: 14px;
  background: var(--nexa-mist);
}

.nexa-article {
  font-size: 17px;
}

.nexa-article h2 {
  margin-top: 2.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--nexa-line);
}

.nexa-article table {
  width: 100%;
  border-collapse: collapse;
}

.nexa-article th,
.nexa-article td {
  padding: 12px 14px;
  border: 1px solid var(--nexa-line);
  text-align: left;
}

.nexa-article th {
  background: var(--nexa-mist);
}

.nexa-site-footer {
  background: #15221e;
  color: rgba(255, 255, 255, 0.62);
}

.nexa-site-footer h2,
.nexa-site-footer h3,
.nexa-site-footer a {
  color: #fff;
}

.nexa-site-footer .wp-block-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.nexa-site-footer .wp-block-list li {
  margin: 8px 0;
}

.nexa-site-footer .nexa-footer-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.nexa-site-footer .nexa-footer-meta p {
  margin: 0;
}

.nexa-site-footer .nexa-footer-copyright {
  justify-self: start;
}

.nexa-site-footer .nexa-icp-record {
  justify-self: center;
}

.nexa-site-footer .nexa-icp-record a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.nexa-site-footer .nexa-icp-record a:hover,
.nexa-site-footer .nexa-icp-record a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.nexa-site-footer .nexa-footer-note {
  justify-self: end;
  text-align: right;
}

@media (max-width: 720px) {
  .nexa-site-footer .nexa-footer-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .nexa-site-footer .nexa-footer-copyright,
  .nexa-site-footer .nexa-icp-record,
  .nexa-site-footer .nexa-footer-note {
    justify-self: center;
    text-align: center;
  }
}

.nexa-brand-home {
  display: inline-flex;
  color: inherit;
}

.nexa-download-meta,
.nexa-release-card {
  margin-top: 72px;
  padding: 32px;
  border: 1px solid var(--nexa-line);
  border-radius: 14px;
  background: var(--nexa-mist);
}

.nexa-download-meta code {
  overflow-wrap: anywhere;
}

.nexa-release-card {
  background: #fff;
}

.nexa-status-pill {
  display: inline-flex;
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f8f2;
  color: #16785a;
  font-size: 13px;
  font-weight: 700;
}

.nexa-contact-card {
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--nexa-line);
  border-radius: 14px;
  background: #fff;
}

.nexa-author-image img,
.nexa-qr-image img {
  width: 100%;
  height: auto;
  border: 1px solid var(--nexa-line);
  border-radius: 8px;
}

.nexa-qr-image {
  max-width: 390px;
}

.nexa-legal-page {
  max-width: 860px;
}

.nexa-legal-page h2 {
  margin-top: 2.6rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--nexa-line);
}

.nexa-legal-page p,
.nexa-legal-page li {
  color: #374156;
}

.nexa-help-callout,
.nexa-warning-callout {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid #ccd3ff;
  border-left: 4px solid var(--nexa-indigo);
  border-radius: 8px;
  background: #f5f6ff;
}

.nexa-warning-callout {
  border-color: #f0d69b;
  border-left-color: var(--nexa-amber);
  background: #fffaf0;
}

.nexa-help-callout > :first-child,
.nexa-warning-callout > :first-child {
  margin-top: 0;
}

.nexa-help-callout > :last-child,
.nexa-warning-callout > :last-child {
  margin-bottom: 0;
}

.nexa-sync-guide h3 {
  margin-top: 2rem;
}

.nexa-sync-guide ol li,
.nexa-sync-guide ul li {
  margin-bottom: 0.45rem;
}

.nexa-sync-guide code {
  overflow-wrap: anywhere;
}

.nexa-sync-guide .wp-block-table {
  overflow-x: auto;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--nexa-indigo);
  color: #fff;
  font-weight: 650;
}

.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login {
  padding: 24px;
  border: 1px solid var(--nexa-line);
  border-radius: 8px;
  background: #fff;
}

.woocommerce table.shop_table {
  border-color: var(--nexa-line);
  border-radius: 8px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: var(--nexa-indigo);
  background: var(--nexa-mist);
}

@media (max-width: 900px) {
  .nexa-hero {
    min-height: 720px;
  }

  .nexa-hero::after {
    background: rgba(255, 253, 248, 0.9);
  }

  .nexa-hero-content {
    padding-top: 90px;
    padding-bottom: 64px;
  }

  .nexa-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nexa-product-row,
  .nexa-trust-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nexa-product-row .wp-block-columns {
    gap: 30px;
  }

  .nexa-product-row .wp-block-column[style*="63%"],
  .nexa-product-row .wp-block-column[style*="37%"] {
    flex-basis: 100% !important;
  }

  .nexa-product-row:nth-child(even) .wp-block-columns {
    flex-direction: column-reverse;
  }

  .nexa-proof-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .nexa-proof-item {
    border-bottom: 1px solid var(--nexa-line);
  }
}

/* 0.7.0 Chinese editorial system: warm paper, ink hierarchy and restrained accents. */
.nexanote-site main > .has-background:first-child {
  background:
    radial-gradient(circle at 86% 12%, rgba(181, 133, 60, 0.09), transparent 28%),
    linear-gradient(180deg, #f7f3ea, var(--nexa-mist)) !important;
  border-bottom: 1px solid var(--nexa-line);
}

.nexanote-site main > .has-background:first-child h1,
.nexa-section-heading h2,
.nexa-showcase-intro h2,
.nexa-release-099 h2 {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  letter-spacing: -0.018em;
}

.nexa-section-kicker {
  margin: 0 0 12px;
  color: var(--nexa-cinnabar);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nexa-release-099 {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    linear-gradient(rgba(222, 216, 204, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(222, 216, 204, 0.2) 1px, transparent 1px),
    var(--nexa-paper);
  background-size: 32px 32px;
}

.nexa-release-099::before,
.nexa-release-099::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.nexa-release-099::before {
  width: 360px;
  height: 360px;
  top: -210px;
  right: 7%;
  border: 1px solid rgba(49, 95, 86, 0.18);
}

.nexa-release-099::after {
  width: 170px;
  height: 170px;
  right: -80px;
  bottom: 80px;
  background: rgba(185, 87, 67, 0.06);
}

.nexa-release-099-head {
  position: relative;
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.nexa-release-seal {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(185, 87, 67, 0.42);
  border-radius: 8px;
  background: rgba(185, 87, 67, 0.08);
  color: var(--nexa-cinnabar);
  font-family: "Songti SC", STSong, serif;
  font-weight: 800;
}

.nexa-release-099-head > p:last-child,
.nexa-release-099-foot > p {
  color: var(--nexa-muted);
}

.nexa-release-099-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nexa-release-099-grid > .wp-block-column {
  width: auto;
}

.nexa-release-099-card {
  position: relative;
  min-height: 330px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--nexa-line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 16px 48px rgba(42, 48, 44, 0.07);
}

.nexa-release-099-card h3 {
  margin: 8px 0 12px;
}

.nexa-release-099-card > p:not(.nexa-release-index) {
  color: var(--nexa-muted);
}

.nexa-release-index {
  color: var(--nexa-cinnabar);
  font-family: var(--wp--preset--font-family--mono);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.nexa-outline-demo,
.nexa-kanban-demo,
.nexa-clip-demo,
.nexa-graph-demo {
  margin-top: 24px;
  border: 1px solid var(--nexa-line);
  border-radius: 12px;
  background: #faf8f2;
}

.nexa-outline-demo,
.nexa-clip-demo {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.nexa-outline-demo span,
.nexa-clip-demo span {
  padding: 7px 10px;
  border-left: 2px solid transparent;
  color: var(--nexa-muted);
  font-size: 13px;
}

.nexa-outline-demo span.is-active {
  border-left-color: var(--nexa-cinnabar);
  background: rgba(185, 87, 67, 0.06);
  color: var(--nexa-ink);
}

.nexa-kanban-demo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
}

.nexa-kanban-demo span,
.nexa-clip-demo span {
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.nexa-kanban-demo span {
  min-height: 72px;
  padding-top: 10px;
  color: var(--nexa-muted);
  font-size: 12px;
}

.nexa-graph-demo {
  position: relative;
  height: 124px;
  background:
    linear-gradient(28deg, transparent 48%, rgba(49, 95, 86, 0.16) 49%, rgba(49, 95, 86, 0.16) 51%, transparent 52%),
    #faf8f2;
}

.nexa-graph-demo i {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--nexa-indigo);
  box-shadow: 0 0 0 1px var(--nexa-line);
}

.nexa-graph-demo i:nth-child(1) { left: 14%; top: 24%; background: var(--nexa-cinnabar); }
.nexa-graph-demo i:nth-child(2) { left: 38%; top: 66%; background: var(--nexa-green); }
.nexa-graph-demo i:nth-child(3) { right: 34%; top: 20%; background: var(--nexa-amber); }
.nexa-graph-demo i:nth-child(4) { right: 12%; bottom: 18%; background: var(--nexa-cyan); }

.nexa-graph-demo strong {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 7px 10px;
  border: 1px solid var(--nexa-line);
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.nexa-release-099-foot {
  margin-top: 30px;
  padding: 24px 0 0;
  border-top: 1px solid var(--nexa-line);
}

.nexa-release-099-foot > p {
  max-width: 690px;
  margin: 0;
}

.nexa-release-099 .wp-block-button__link {
  border-radius: 7px;
}

.nexa-release-099 .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--nexa-jade);
}

.nexa-release-099 .is-style-outline .wp-block-button__link {
  border-color: var(--nexa-jade);
  color: var(--nexa-jade);
}

@media (max-width: 820px) {
  .nexa-release-099 {
    padding: 72px 0;
  }

  .nexa-release-099-grid {
    grid-template-columns: 1fr;
  }

  .nexa-release-099-card {
    min-height: auto;
    padding: 26px;
  }
}

@media (max-width: 600px) {
  .nexa-hero {
    min-height: 680px;
  }

  .nexa-hero h1 {
    font-size: 42px;
  }

  .nexa-hero-copy {
    font-size: 17px;
  }

  .nexa-proof-list {
    grid-template-columns: 1fr;
  }

  .nexa-proof-item {
    border-right: 0;
  }

  .nexa-feature,
  .nexa-price-card {
    padding: 22px;
  }

  .nexa-showcase-intro {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .nexa-launch-panel {
    padding: 26px 22px;
  }

  .nexa-download-meta,
  .nexa-release-card,
  .nexa-contact-card {
    padding: 22px;
  }

  .nexa-doc-sidebar {
    position: static;
  }
}

.nexa-motion-section {
  padding: 96px 24px;
  background:
    radial-gradient(circle at 16% 24%, rgba(25, 183, 201, 0.12), transparent 26%),
    linear-gradient(135deg, #111421 0%, #171a2b 58%, #202439 100%);
  color: #fff;
}

.nexa-motion-wrap {
  width: min(100%, 1320px);
  max-width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(720px, 1.22fr);
  gap: 48px;
  align-items: center;
}

.nexa-motion-copy {
  max-width: 560px;
}

.nexa-motion-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 70px);
  line-height: 1.05;
  letter-spacing: 0;
}

.nexa-motion-copy p:not(.nexa-section-kicker) {
  color: #c8d1e6;
  font-size: 20px;
  line-height: 1.85;
}

.nexa-motion-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  min-height: 520px;
  border: 1px solid rgba(203, 213, 225, 0.22);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 28px 90px rgba(5, 8, 18, 0.42);
}

.nexa-motion-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #dde2ec;
  background: rgba(255, 255, 255, 0.96);
  color: #111421;
}

.nexa-motion-toolbar strong {
  margin-left: 8px;
  font-size: 15px;
}

.nexa-motion-toolbar em {
  margin-left: auto;
  color: #657087;
  font-size: 13px;
  font-style: normal;
}

.nexa-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f97373;
}

.nexa-dot:nth-child(2) { background: #f4b740; }
.nexa-dot:nth-child(3) { background: #38b988; }

.nexa-motion-screen {
  position: relative;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  min-height: 472px;
}

.nexa-motion-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 14px;
  border-right: 1px solid #e5e9f2;
  background: #161928;
}

.nexa-motion-sidebar span {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 6px;
  color: #aeb8cc;
  font-size: 13px;
  font-weight: 650;
  animation: nexaSidebarItem 15s infinite ease-in-out;
}

.nexa-motion-sidebar span.is-active {
  background: rgba(98, 93, 245, 0.22);
  color: #fff;
}

.nexa-motion-sidebar .nexa-nav-two { animation-delay: 3s; }
.nexa-motion-sidebar .nexa-nav-three { animation-delay: 6s; }
.nexa-motion-sidebar .nexa-nav-four { animation-delay: 9s; }
.nexa-motion-sidebar .nexa-nav-five { animation-delay: 12s; }

.nexa-motion-cursor {
  position: absolute;
  left: 8px;
  top: 31px;
  width: 3px;
  height: 18px;
  border-radius: 99px;
  background: #625df5;
  box-shadow: 0 0 18px rgba(98, 93, 245, 0.75);
  animation: nexaSidebarCursor 15s infinite ease-in-out;
}

.nexa-motion-note {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(#eef3fb 1px, transparent 1px),
    linear-gradient(90deg, #eef3fb 1px, transparent 1px),
    #fbfdff;
  background-size: 34px 34px;
}

.nexa-motion-scene {
  position: absolute;
  inset: 32px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 34px;
  border: 1px solid #dde5f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #111421;
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  animation: nexaSceneCycle 15s infinite ease-in-out;
}

.nexa-scene-two { animation-delay: 3s; }
.nexa-scene-three { animation-delay: 6s; }
.nexa-scene-four { animation-delay: 9s; }
.nexa-scene-five { animation-delay: 12s; }

.nexa-note-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

.nexa-note-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  background: #f1f4fa;
  color: #657087;
  font-size: 12px;
  font-weight: 750;
}

.nexa-scene-label {
  margin: 0;
  color: #625df5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nexa-motion-scene h3 {
  margin: 0;
  color: #111421;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.nexa-motion-scene p:not(.nexa-scene-label) {
  max-width: 560px;
  margin: 0;
  color: #526078;
  font-size: 18px;
  line-height: 1.7;
}

.nexa-chip-row,
.nexa-theme-cards,
.nexa-sync-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.nexa-chip-row span,
.nexa-theme-cards span,
.nexa-sync-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  color: #253044;
  font-size: 14px;
  font-weight: 750;
}

.nexa-chip-row span:nth-child(1) { background: #e7f3fb; }
.nexa-chip-row span:nth-child(2) { background: #fff0df; }
.nexa-chip-row span:nth-child(3) { background: #e9f8ee; }

.nexa-theme-cards span:nth-child(1) { background: #e7f3fb; color: #1f5175; }
.nexa-theme-cards span:nth-child(2) { background: #303953; color: #e8ebf5; }
.nexa-theme-cards span:nth-child(3) { background: #fff0df; color: #724326; }

.nexa-sync-row span {
  background: #eef0ff;
  color: #4f46e5;
}

.nexa-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 8px;
  border: 1px solid #f0d46b;
  background: #fff7d6;
  color: #253044;
}

.nexa-callout::before {
  content: "💡";
  font-size: 26px;
  line-height: 1;
}

.nexa-callout strong {
  font-size: 18px;
}

.nexa-callout p {
  grid-column: 2;
  margin: 0;
  color: #526078;
  font-size: 15px;
  line-height: 1.65;
}

.nexa-callout-night {
  border-color: #6266b9;
  background: #20243a;
  color: #f5f7ff;
}

.nexa-callout-night p {
  color: #d8def2;
}

.nexa-sticker-row {
  display: flex;
  gap: 10px;
}

.nexa-sticker-row i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 10px 24px rgba(17, 20, 33, 0.1);
  font-style: normal;
  font-size: 24px;
}

.nexa-motion-table {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1fr;
  overflow: hidden;
  border: 1px solid #dde5f0;
  border-radius: 8px;
  background: #fff;
}

.nexa-motion-table span {
  padding: 12px 14px;
  border-right: 1px solid #dde5f0;
  border-bottom: 1px solid #dde5f0;
  color: #253044;
  font-size: 14px;
  font-weight: 650;
}

.nexa-motion-table span:nth-child(-n+3) {
  background: #f4f7fb;
  color: #111421;
  font-weight: 800;
}

.nexa-check-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.nexa-check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #dde5f0;
  border-radius: 8px;
  background: #fff;
  color: #253044;
  font-size: 15px;
  font-weight: 650;
}

.nexa-check-list b {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #625df5;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35);
}

.nexa-formula-card {
  display: inline-flex;
  width: fit-content;
  min-height: 54px;
  align-items: center;
  padding: 0 18px;
  border-radius: 8px;
  background: #fff0df;
  color: #724326;
  font-size: 22px;
  font-weight: 850;
}

.nexa-script-line {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  border-radius: 8px;
  background: #f8fafc;
  color: #253044;
}

.nexa-script-line strong {
  color: #625df5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.nexa-mini-graph {
  position: relative;
  width: min(360px, 100%);
  height: 120px;
  margin-top: 8px;
}

.nexa-mini-graph::before {
  content: "";
  position: absolute;
  inset: 18px 28px;
  background:
    linear-gradient(30deg, transparent 47%, #b7c2d8 48%, #b7c2d8 52%, transparent 53%),
    linear-gradient(145deg, transparent 47%, #b7c2d8 48%, #b7c2d8 52%, transparent 53%),
    linear-gradient(90deg, transparent 47%, #b7c2d8 48%, #b7c2d8 52%, transparent 53%);
  opacity: 0.75;
}

.nexa-mini-graph i {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #625df5;
  box-shadow: 0 0 0 8px rgba(98, 93, 245, 0.12);
}

.nexa-mini-graph i:nth-child(1) { left: 18px; top: 48px; background: #19b7c9; }
.nexa-mini-graph i:nth-child(2) { left: 118px; top: 16px; }
.nexa-mini-graph i:nth-child(3) { left: 178px; top: 74px; background: #21a678; }
.nexa-mini-graph i:nth-child(4) { left: 272px; top: 36px; background: #e7a72e; }
.nexa-mini-graph i:nth-child(5) { left: 320px; top: 88px; background: #ef6f94; }

.nexa-motion-caption {
  position: absolute;
  left: 202px;
  right: 24px;
  bottom: 22px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.nexa-motion-caption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  background: rgba(17, 20, 33, 0.82);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

@keyframes nexaSceneCycle {
  0% { opacity: 0; transform: translateY(18px) scale(0.985); }
  4% { opacity: 1; transform: translateY(0) scale(1); }
  17% { opacity: 1; transform: translateY(0) scale(1); }
  21% { opacity: 0; transform: translateY(-16px) scale(0.99); }
  100% { opacity: 0; transform: translateY(-16px) scale(0.99); }
}

@keyframes nexaSidebarItem {
  0% { background: transparent; color: #aeb8cc; transform: translateX(0); }
  4% { background: rgba(98, 93, 245, 0.24); color: #fff; transform: translateX(2px); }
  17% { background: rgba(98, 93, 245, 0.24); color: #fff; transform: translateX(2px); }
  21% { background: transparent; color: #aeb8cc; transform: translateX(0); }
  100% { background: transparent; color: #aeb8cc; transform: translateX(0); }
}

@keyframes nexaSidebarCursor {
  0%, 18% { top: 31px; }
  20%, 38% { top: 75px; }
  40%, 58% { top: 119px; }
  60%, 78% { top: 163px; }
  80%, 98% { top: 207px; }
  100% { top: 31px; }
}

@media (max-width: 1240px) {
  .nexa-motion-wrap {
    grid-template-columns: 1fr;
  }

  .nexa-motion-copy {
    max-width: 760px;
  }

  .nexa-motion-stage {
    max-width: 860px;
  }
}

@media (max-width: 720px) {
  .nexa-motion-section {
    padding: 70px 16px;
  }

  .nexa-motion-stage {
    min-height: 560px;
  }

  .nexa-motion-screen {
    grid-template-columns: 1fr;
  }

  .nexa-motion-sidebar {
    display: none;
  }

  .nexa-motion-scene {
    inset: 22px;
    padding: 24px;
  }

  .nexa-motion-caption {
    left: 22px;
    right: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nexa-motion-scene {
    animation: none;
  }

  .nexa-motion-scene:first-child {
    opacity: 1;
    transform: none;
  }
}

body.nexa-modal-open {
  overflow: hidden;
}

.nexa-community-modal[hidden] {
  display: none;
}

.nexa-community-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.nexa-community-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 20, 33, 0.58);
  backdrop-filter: blur(10px);
}

.nexa-community-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(860px, 100%);
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(221, 226, 236, 0.9);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(17, 20, 33, 0.28);
}

.nexa-community-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: #f4f6fa;
  color: #657087;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.nexa-community-copy h2 {
  margin-top: 8px;
  margin-bottom: 14px;
  color: var(--nexa-ink);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.nexa-community-copy p,
.nexa-community-copy li {
  color: var(--nexa-muted);
  font-size: 17px;
  line-height: 1.75;
}

.nexa-community-copy ul {
  margin-top: 18px;
}

.nexa-community-card {
  align-self: start;
  padding: 14px;
  border: 1px solid var(--nexa-line);
  border-radius: 12px;
  background: #f8fafc;
  text-align: center;
}

.nexa-community-card img,
.nexa-community-qr-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #111421;
}

.nexa-community-card p,
.nexa-community-qr-card p {
  margin: 10px 0 0;
  color: var(--nexa-muted);
  font-size: 13px;
  line-height: 1.55;
}

.nexa-community-card .nexa-community-fallback,
.nexa-community-qr-card .nexa-community-fallback {
  color: #253044;
}

.nexa-community-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.nexa-community-primary,
.nexa-community-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 750;
  text-decoration: none;
}

.nexa-community-primary {
  background: var(--nexa-indigo);
  color: #fff;
  box-shadow: 0 12px 28px rgba(98, 93, 245, 0.24);
}

.nexa-community-secondary {
  border: 1px solid var(--nexa-line);
  background: #fff;
  color: var(--nexa-ink);
}

.nexa-community-qr-card {
  max-width: 360px;
  padding: 16px;
  border: 1px solid var(--nexa-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--nexa-shadow);
}

@media (max-width: 720px) {
  .nexa-community-dialog {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .nexa-community-card {
    max-width: 280px;
    margin-inline: auto;
  }
}
.nexa-community-download-card {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--nexa-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(17, 20, 33, 0.06);
}

.nexa-community-download-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.nexa-community-download-card figure {
  margin: 16px 0 0;
}

.nexa-community-download-card img {
  display: block;
  width: min(260px, 100%);
  height: auto;
  margin-inline: auto;
  border-radius: 10px;
  background: #111421;
}

.nexa-community-download-card p {
  color: var(--nexa-muted);
}

.nexa-community-download-card .nexa-community-fallback {
  color: #253044;
}
.nexa-sponsor-section .nexa-section-heading {
  max-width: 860px;
}

.nexa-sponsor-story,
.nexa-sponsor-card {
  height: 100%;
}

.nexa-sponsor-story p,
.nexa-sponsor-story li {
  color: var(--nexa-muted);
}

.nexa-sponsor-promise {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.nexa-sponsor-card {
  padding: 26px;
  border: 1px solid var(--nexa-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(17, 20, 33, 0.1);
}

.nexa-sponsor-card .nexa-sponsor-qr {
  margin: 18px 0;
}

.nexa-sponsor-card .nexa-sponsor-qr img {
  display: block;
  width: min(320px, 100%);
  height: auto;
  margin-inline: auto;
  border-radius: 10px;
  background: #07c160;
}

.nexa-release-08 {
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 10% 5%, rgba(25, 183, 201, 0.13), transparent 28%),
    radial-gradient(circle at 90% 15%, rgba(98, 93, 245, 0.16), transparent 30%),
    var(--nexa-navy);
  color: rgba(255, 255, 255, 0.76);
}

.nexa-release-08-head {
  max-width: 860px;
  margin-bottom: 42px;
}

.nexa-release-08 h2,
.nexa-release-08 h3 {
  color: #fff;
}

.nexa-release-08-head > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.nexa-release-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 11px;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 999px;
  background: rgba(25, 183, 201, 0.11);
  color: #a5f3fc;
  font-size: 13px;
  font-weight: 760;
}

.nexa-release-grid {
  gap: 18px;
}

.nexa-release-card {
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.nexa-release-card p {
  color: rgba(255, 255, 255, 0.66);
}

.nexa-release-index {
  color: #a5b4fc !important;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nexa-format-demo,
.nexa-view-demo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.nexa-format-demo > * {
  display: inline-grid;
  min-width: 36px;
  height: 36px;
  place-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-style: normal;
  text-decoration-thickness: 1.5px;
}

.nexa-format-demo em {
  background: #fff1a8;
  color: #3f3a20;
}

.nexa-view-demo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.nexa-view-demo span {
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid #625df5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  font-weight: 720;
}

.nexa-view-demo span:nth-child(2) {
  border-top-color: #e7a72e;
}

.nexa-view-demo span:nth-child(3) {
  border-top-color: #19b7c9;
}

.nexa-terminal-demo {
  overflow-x: auto;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(165, 180, 252, 0.18);
  border-radius: 9px;
  background: rgba(7, 9, 18, 0.72);
  color: #c4f1e7;
  font-size: 13px;
  line-height: 1.85;
}

.nexa-release-actions {
  margin-top: 34px;
}

.nexa-release-actions .is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.nexa-help-path-grid {
  gap: 18px;
  margin-bottom: 48px;
}

.nexa-help-path-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--nexa-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 20, 33, 0.055);
}

.nexa-help-path-card p {
  color: var(--nexa-muted);
}

.nexa-doc-command {
  overflow-x: auto;
  padding: 16px 18px;
  border: 1px solid var(--nexa-line);
  border-radius: 8px;
  background: #171a2b;
  color: #d8f7ef;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .nexa-release-grid {
    flex-wrap: wrap !important;
  }

  .nexa-release-grid > .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
  }
}

@media (max-width: 640px) {
  .nexa-release-08 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .nexa-release-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .nexa-release-card {
    min-height: 0;
    padding: 22px;
  }
}

/* Keep launch-system overrides after legacy page styles. */
body {
  background: var(--nexa-final-surface);
  color: var(--nexa-final-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.nexa-site-header {
  border-bottom-color: rgba(228, 232, 239, 0.9);
  background: rgba(255, 255, 255, 0.94);
}

.nexa-brand-mark {
  background: var(--nexa-final-blue);
  box-shadow: 0 8px 18px rgba(23, 105, 224, 0.22);
}

.nexa-header-cta .wp-block-button__link,
.nexa-primary-button .wp-block-button__link {
  min-height: 46px;
  border-radius: 10px;
  background: var(--nexa-final-blue);
  box-shadow: 0 12px 28px rgba(23, 105, 224, 0.22);
}

.nexa-secondary-button .wp-block-button__link {
  min-height: 46px;
  border-color: #d5dae3;
  border-radius: 10px;
  background: #fff;
  color: #344054;
}

.nexa-proof-list {
  border-color: var(--nexa-final-line);
  background: #fff;
}

.nexa-proof-item strong {
  color: var(--nexa-final-ink);
}

.nexa-proof-item span {
  color: var(--nexa-final-muted);
}

.nexa-site-footer {
  border-top-color: var(--nexa-final-line);
  background: #f7f9fc;
}

/* Final release polish overrides. Keep this block at the end. */
body {
  overflow-x: clip;
}

.nexa-final-hero {
  overflow-x: clip;
}

.nexa-final-hero-grid {
  box-sizing: border-box;
  max-width: 1280px;
}

.nexa-final-hero-shot {
  width: min(760px, 100%);
  max-width: 100%;
  margin-right: 0;
}

.nexa-final-showcase {
  padding-top: clamp(18px, 3vw, 36px);
}

.nexa-final-section-heading {
  max-width: 1180px;
  padding: clamp(36px, 5vw, 58px) 24px clamp(22px, 3vw, 34px);
  text-align: left;
}

.nexa-final-section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
}

.nexa-final-section-copy {
  max-width: 900px;
  margin-top: 22px;
}

.nexa-final-showcase > .nexa-final-section-heading + .nexa-final-feature {
  padding-top: clamp(34px, 4.2vw, 58px);
}

.nexa-site-footer,
.nexa-site-footer p,
.nexa-site-footer li {
  color: #667085;
}

.nexa-site-footer h2,
.nexa-site-footer h3 {
  color: #111827;
}

.nexa-site-footer a,
.nexa-site-footer .nexa-icp-record a {
  color: #475467;
  text-decoration: none;
}

.nexa-site-footer a:hover,
.nexa-site-footer a:focus-visible,
.nexa-site-footer .nexa-icp-record a:hover,
.nexa-site-footer .nexa-icp-record a:focus-visible {
  color: var(--nexa-final-blue);
  text-decoration: underline;
}

.nexa-icp-record-fallback {
  margin: 28px auto 0;
  text-align: center;
  color: #667085;
  font-size: 12px;
}
