:root {
  --nexa-ink: #111421;
  --nexa-navy: #171a2b;
  --nexa-paper: #ffffff;
  --nexa-mist: #f4f6fa;
  --nexa-line: #dde2ec;
  --nexa-muted: #657087;
  --nexa-indigo: #625df5;
  --nexa-cyan: #19b7c9;
  --nexa-green: #21a678;
  --nexa-amber: #e7a72e;
  --nexa-shadow: 0 18px 60px rgba(17, 20, 33, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.nexa-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.92);
  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: 7px;
  background: var(--nexa-indigo);
  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;
  background: var(--nexa-indigo);
  box-shadow: 0 10px 24px rgba(98, 93, 245, 0.24);
}

.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(255, 255, 255, 0.42);
  background: rgba(17, 20, 33, 0.48);
  color: #fff;
  backdrop-filter: blur(8px);
}

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

.nexa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 14, 27, 0.82) 0%, rgba(11, 14, 27, 0.5) 48%, rgba(11, 14, 27, 0.08) 78%);
  pointer-events: none;
}

.nexa-hero .wp-block-cover__image-background {
  object-position: center;
}

.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(255, 255, 255, 0.26);
  border-radius: 5px;
  background: rgba(17, 20, 33, 0.38);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 650;
}

.nexa-hero h1 {
  max-width: 760px;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.04;
}

.nexa-hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  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: 8px;
  background: var(--nexa-paper);
  box-shadow: 0 12px 40px rgba(17, 20, 33, 0.045);
}

.nexa-feature-number {
  color: var(--nexa-indigo);
  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: 8px;
  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: 8px;
  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: 8px;
  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: 8px;
  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: 8px;
  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: var(--nexa-navy);
  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-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: 8px;
  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: 8px;
  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(11, 14, 27, 0.7);
  }

  .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);
  }
}

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