:root {
  --heading-font: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --commerce-bg: #05070c;
  --commerce-bg-2: #090d14;
  --commerce-panel: rgba(12, 16, 24, 0.64);
  --commerce-panel-strong: rgba(16, 21, 31, 0.88);
  --commerce-veil: rgba(255, 255, 255, 0.035);
  --commerce-line: rgba(187, 165, 255, 0.10);
  --commerce-line-strong: rgba(107, 238, 169, 0.28);
  --commerce-text: #f4f7ff;
  --commerce-soft: #c9d2e4;
  --commerce-muted: #828da3;
  --commerce-faint: #505a6e;
  --commerce-accent: #9f6bff;
  --commerce-accent-2: #cf6cff;
  --commerce-green: #5cf0a7;
  --commerce-cyan: #49d8df;
  --commerce-success: #5cf0a7;
  --commerce-warn: #bba5ff;
  --commerce-danger: #ff7d96;
  --commerce-radius: 16px;
  --commerce-radius-sm: 10px;
  --commerce-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --commerce-glow: 0 0 48px rgba(159, 107, 255, 0.18), 0 0 56px rgba(92, 240, 167, 0.10);
  --commerce-gradient: linear-gradient(100deg, var(--commerce-accent), var(--commerce-green));
}

body.commerce-body {
  min-height: 100vh;
  margin: 0;
  color: var(--commerce-text);
  background:
    radial-gradient(ellipse at 18% 8%, rgba(159, 107, 255, 0.18), transparent 34rem),
    radial-gradient(ellipse at 82% 2%, rgba(92, 240, 167, 0.13), transparent 32rem),
    linear-gradient(180deg, var(--commerce-bg), var(--commerce-bg-2) 54%, #05070c);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.commerce-body::before {
  content: "";
  position: fixed;
  inset: 64px 0 auto;
  z-index: -2;
  height: 460px;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 24%, rgba(159, 107, 255, 0.10) 37%, rgba(92, 240, 167, 0.16) 58%, transparent 74%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 72px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent);
}

body.commerce-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.05), transparent 26rem);
}

body.commerce-body *,
body.commerce-body *::before,
body.commerce-body *::after {
  box-sizing: border-box;
}

body.commerce-body h1,
body.commerce-body h2,
body.commerce-body h3,
body.commerce-body p {
  margin: 0;
}

body.commerce-body h1,
body.commerce-body h2,
body.commerce-body h3 {
  color: var(--commerce-text);
  font-family: var(--heading-font);
  letter-spacing: 0;
}

body.commerce-body p {
  color: var(--commerce-soft);
}

body.commerce-body a {
  color: inherit;
  text-decoration: none;
}

body.commerce-body [hidden] {
  display: none !important;
}

body.commerce-body button,
body.commerce-body input,
body.commerce-body select,
body.commerce-body textarea {
  font: inherit;
}

body.commerce-body header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.55rem 0;
  background: linear-gradient(180deg, rgba(5, 7, 12, 0.9), rgba(5, 7, 12, 0.62) 82%, transparent);
  backdrop-filter: blur(18px);
}

.navbar {
  width: min(1420px, calc(100% - 2.25rem));
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  margin: 0 auto;
  padding: 0.34rem 0.44rem 0.34rem 0.68rem;
  border-radius: 22px;
  background:
    linear-gradient(115deg, rgba(159, 107, 255, 0.12), rgba(92, 240, 167, 0.052) 58%, rgba(255, 255, 255, 0.026)),
    rgba(7, 10, 16, 0.78);
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.logo {
  display: inline-flex;
  order: 1;
  align-items: center;
  flex: 0 0 auto;
  width: clamp(176px, 18vw, 286px);
  height: 46px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  background: url("assets/quosinedsp-brand-lockup.png") left center / contain no-repeat;
  filter:
    drop-shadow(0 0 15px rgba(73, 216, 223, 0.17))
    drop-shadow(0 0 18px rgba(92, 240, 167, 0.15))
    drop-shadow(0 0 19px rgba(159, 107, 255, 0.13));
}

.logo::before {
  content: none;
}

.logo:focus-visible {
  outline: 2px solid rgba(92, 240, 167, 0.7);
  outline-offset: 4px;
}

.nav-links {
  display: flex;
  order: 2;
  align-items: center;
  gap: 0.08rem;
  justify-content: center;
  margin: 0;
  padding: 0.08rem;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  list-style: none;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0.43rem 0.72rem;
  border-radius: 12px;
  color: var(--commerce-soft);
  font-size: 0.88rem;
  font-weight: 760;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0.72rem;
  bottom: 0.18rem;
  left: 0.72rem;
  height: 2px;
  border-radius: 99px;
  background: var(--commerce-gradient);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background:
    linear-gradient(110deg, rgba(159, 107, 255, 0.13), rgba(92, 240, 167, 0.07)),
    rgba(255, 255, 255, 0.032);
  color: var(--commerce-text);
  outline: none;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.profile-trigger {
  display: inline-flex;
  order: 3;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0;
  padding: 0.32rem 0.78rem 0.32rem 0.38rem;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(110deg, rgba(159, 107, 255, 0.12), rgba(92, 240, 167, 0.06)),
    rgba(255, 255, 255, 0.055);
  color: var(--commerce-text);
  cursor: pointer;
  font: 750 0.84rem/1 Inter, system-ui, sans-serif;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09), 0 16px 38px rgba(0, 0, 0, 0.16);
}

.profile-trigger:hover,
.profile-trigger:focus-visible,
.profile-trigger[aria-expanded="true"] {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.42), 0 0 28px rgba(159, 107, 255, 0.16);
}

.profile-q {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, rgba(4, 8, 12, 0.92) 0 42%, transparent 43%),
    conic-gradient(from 230deg, var(--commerce-green), var(--commerce-accent), var(--commerce-green));
  color: var(--commerce-text);
  font-family: var(--heading-font);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(92, 240, 167, 0.2);
}

.profile-label {
  white-space: nowrap;
}

.profile-scrim {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(2, 4, 9, 0.44);
  backdrop-filter: blur(12px);
}

.profile-inspector {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 131;
  width: min(420px, calc(100vw - 1.5rem));
  padding: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(159, 107, 255, 0.15), rgba(92, 240, 167, 0.06) 48%, rgba(255, 255, 255, 0.04)),
    rgba(9, 12, 20, 0.98);
  box-shadow: var(--commerce-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: auto;
}

.profile-inspector-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.1rem;
}

.profile-inspector-head h2 {
  font-size: 1.65rem;
}

.profile-inspector-mark {
  width: 64px;
  height: 54px;
  background: url("assets/quosinedsp-monogram-clean.png") center / contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(92, 240, 167, 0.22));
}

.profile-close {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--commerce-soft);
  cursor: pointer;
  font-size: 1.25rem;
}

.profile-copy {
  margin-bottom: 1rem;
  color: var(--commerce-soft);
}

.profile-legal-copy,
.profile-verification-state {
  margin: -0.2rem 0 0.8rem;
  color: var(--commerce-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.profile-legal-copy a,
.commerce-consent-row a {
  color: var(--commerce-green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.profile-verification-state.verified {
  color: var(--commerce-green);
}

.profile-form,
.profile-menu-list {
  display: grid;
  gap: 0.75rem;
}

.profile-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  align-items: center;
}

.profile-auth-actions .commerce-btn {
  flex: 1 1 9rem;
}

.profile-auth-link,
.commerce-auth-link {
  width: max-content;
  color: var(--commerce-green) !important;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.commerce-auth-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.35rem 0;
  cursor: pointer;
}

.commerce-inline-actions .commerce-auth-link {
  flex: 0 0 auto;
}

.profile-menu-list a,
.profile-menu a,
.profile-menu button {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 0.68rem 0.75rem;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--commerce-text);
  cursor: pointer;
  font: 750 0.9rem/1.1 Inter, system-ui, sans-serif;
  text-align: left;
}

.profile-menu {
  position: fixed;
  top: 78px;
  right: max(1.5rem, calc((100vw - 1440px) / 2 + 1rem));
  z-index: 132;
  display: grid;
  width: min(240px, calc(100vw - 2rem));
  gap: 0.32rem;
  padding: 0.52rem;
  border-radius: 16px;
  background: rgba(8, 11, 18, 0.98);
  box-shadow: var(--commerce-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.email-verification-banner {
  position: fixed;
  z-index: 49;
  top: 78px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.55rem max(1rem, calc((100vw - 1440px) / 2 + 1.5rem));
  background:
    linear-gradient(90deg, rgba(159, 107, 255, 0.20), rgba(92, 240, 167, 0.14)),
    rgba(7, 10, 16, 0.94);
  color: var(--commerce-text);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.email-verification-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  align-items: baseline;
  min-width: 0;
  font-size: 0.82rem;
}

.email-verification-copy span,
.email-verification-message {
  color: var(--commerce-soft);
}

.banner-link {
  border: 0;
  background: transparent;
  color: var(--commerce-green);
  cursor: pointer;
  font: 850 0.78rem/1 var(--body-font);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.email-verification-code-form {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.email-verification-code-form input {
  width: 7.2rem;
  min-height: 34px;
  border: 1px solid rgba(187, 165, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--commerce-text);
  padding: 0.35rem 0.75rem;
  font: 800 0.88rem/1 var(--mono);
  letter-spacing: 0.16em;
  text-align: center;
}

.nav-actions {
  display: inline-flex;
  order: 4;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.6rem;
}

.cart-toggle {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(10, 14, 22, 0.92);
  color: var(--commerce-text);
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(187, 165, 255, 0.18), 0 14px 36px rgba(0, 0, 0, 0.22);
}

.cart-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cart-toggle:hover,
.cart-toggle:focus-visible,
.cart-toggle[aria-expanded="true"] {
  outline: 2px solid rgba(92, 240, 167, 0.22);
  outline-offset: 2px;
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.24), var(--commerce-glow);
}

.cart-count {
  position: absolute;
  top: 0.18rem;
  right: 0.18rem;
  display: inline-grid;
  min-width: 1.05rem;
  height: 1.05rem;
  place-items: center;
  padding: 0 0.22rem;
  border-radius: 999px;
  background: var(--commerce-gradient);
  color: #04100b;
  font-size: 0.62rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(92, 240, 167, 0.22);
}

.cart-toggle:not(.has-items) .cart-count {
  background: rgba(255, 255, 255, 0.12);
  color: var(--commerce-muted);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  order: 5;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--commerce-text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  outline: 2px solid rgba(159, 107, 255, 0.34);
  outline-offset: 2px;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(8px);
}

.cart-inspector {
  position: fixed;
  z-index: 90;
  top: 90px;
  right: max(1rem, calc((100vw - 1440px) / 2 + 1.5rem));
  bottom: 1rem;
  display: grid;
  width: min(430px, calc(100vw - 2rem));
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0, rgba(159, 107, 255, 0.16), transparent 16rem),
    radial-gradient(circle at 100% 24%, rgba(92, 240, 167, 0.12), transparent 14rem),
    rgba(8, 11, 18, 0.96);
  box-shadow: var(--commerce-shadow), inset 0 0 0 1px rgba(187, 165, 255, 0.16);
}

.cart-inspector-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cart-inspector-header h2 {
  margin-top: 0.2rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.cart-close {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--commerce-soft);
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cart-close:hover,
.cart-close:focus-visible {
  color: var(--commerce-text);
  outline: 2px solid rgba(159, 107, 255, 0.28);
  outline-offset: 2px;
}

.cart-empty,
.cart-line {
  min-height: 92px;
  padding: 1rem;
  border-radius: var(--commerce-radius-sm);
  background: rgba(255, 255, 255, 0.045);
  color: var(--commerce-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  align-items: center;
}

.cart-line span {
  display: block;
  margin-top: 0.25rem;
  color: var(--commerce-muted);
  font-size: 0.88rem;
}

.cart-footer {
  align-self: end;
}

.cart-checkout-fields {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.cart-checkout-fields label {
  display: grid;
  gap: 0.35rem;
  color: var(--commerce-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-checkout-fields input {
  min-height: 42px;
  border: 1px solid rgba(187, 165, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--commerce-text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0;
  outline: none;
  padding: 0.72rem 0.82rem;
}

.cart-checkout-fields input:focus {
  border-color: rgba(92, 240, 167, 0.58);
  box-shadow: 0 0 0 3px rgba(92, 240, 167, 0.12);
}

.cart-footer .commerce-btn {
  width: 100%;
}

.commerce-shell {
  width: min(1360px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 8rem 0 4.8rem;
}

.commerce-topbar,
.commerce-layout,
.commerce-grid,
.commerce-card-grid,
.commerce-panel-grid,
.commerce-form-grid {
  display: grid;
  gap: 1rem;
}

.commerce-layout > *,
.commerce-grid,
.commerce-grid > *,
.commerce-side,
.commerce-panel,
.commerce-product,
.commerce-form,
.commerce-callout,
.commerce-table-wrap {
  min-width: 0;
}

.commerce-topbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: clamp(1.4rem, 4vw, 2.8rem);
}

.commerce-kicker {
  display: block;
  margin-bottom: 0.52rem;
  color: #89f2bd;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.085rem;
  text-transform: uppercase;
}

.commerce-title {
  max-width: 920px;
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  line-height: 0.98;
}

.commerce-lede {
  max-width: 820px;
  margin-top: 1rem;
  color: var(--commerce-soft);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.commerce-field-hint {
  display: block;
  margin-top: 0.4rem;
  color: var(--commerce-muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}

.commerce-security-confirm {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.commerce-status {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--commerce-soft);
  font-family: var(--mono);
  font-size: 0.74rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.commerce-status.ok {
  color: var(--commerce-success);
}

.commerce-status.warn {
  color: var(--commerce-warn);
}

.commerce-status.bad {
  color: var(--commerce-danger);
}

.commerce-layout {
  grid-template-columns: 188px minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 2.2vw, 1.65rem);
}

.commerce-layout.single {
  grid-template-columns: minmax(0, 1fr);
}

.account-console .commerce-grid {
  grid-template-columns: minmax(0, 1fr);
}

.account-console [data-account-login],
.account-console .account-registration,
.account-console [data-account-password-reset],
.account-console [data-account-mfa-challenge] {
  width: min(100%, 620px);
  grid-column: 1 / -1;
  justify-self: center;
}

.account-topbar {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.account-topbar .commerce-title,
.account-topbar .commerce-lede {
  margin-inline: auto;
}

.account-topbar .commerce-title {
  font-size: clamp(2.35rem, 5vw, 4.45rem);
}

.account-auth-stage {
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.account-auth-stage .commerce-form-grid {
  max-width: 560px;
  margin-inline: auto;
}

.account-auth-stage > h2,
.account-auth-stage > p,
.account-auth-stage > .commerce-kicker {
  width: min(100%, 560px);
  margin-inline: auto;
}

.account-primary-action {
  width: 100%;
}

.account-auth-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.15rem;
  padding-top: 0.1rem;
}

.account-auth-links .commerce-auth-link {
  width: auto;
}

.account-registration {
  background:
    linear-gradient(145deg, rgba(159, 107, 255, 0.11), rgba(92, 240, 167, 0.045)),
    rgba(11, 15, 23, 0.8);
}

.commerce-side {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 0;
  padding: 0.12rem 0 0.12rem 0.88rem;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, rgba(159, 107, 255, 0.038), transparent 32px);
}

.commerce-side a {
  position: relative;
  display: grid;
  gap: 0.04rem;
  padding: 0.74rem 0.32rem 0.74rem 0.78rem;
  border-radius: 0;
  color: var(--commerce-soft);
  font-size: 0.92rem;
  font-weight: 760;
}

.commerce-side a span {
  color: #9ba4b5;
  font-size: 0.73rem;
  font-weight: 650;
}

.commerce-side a::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  bottom: 0.72rem;
  left: -0.88rem;
  width: 2px;
  border-radius: 99px;
  background: var(--commerce-gradient);
  opacity: 0;
}

.commerce-side a[aria-current="page"],
.commerce-side a:hover,
.commerce-side a:focus-visible {
  background: linear-gradient(90deg, rgba(159, 107, 255, 0.095), rgba(92, 240, 167, 0.026), transparent 88%);
  color: var(--commerce-text);
  outline: none;
}

.commerce-side a[aria-current="page"]::before,
.commerce-side a:hover::before,
.commerce-side a:focus-visible::before {
  opacity: 1;
}

.commerce-panel,
.commerce-product,
.commerce-table-wrap,
.commerce-form,
.commerce-callout {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.044);
  border-radius: var(--commerce-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    linear-gradient(130deg, rgba(159, 107, 255, 0.045), rgba(92, 240, 167, 0.018) 58%, rgba(255, 255, 255, 0.008)),
    var(--commerce-panel);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.commerce-panel::before,
.commerce-product::before,
.commerce-form::before,
.commerce-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(100deg, rgba(159, 107, 255, 0.18), transparent 22%, transparent 76%, rgba(92, 240, 167, 0.16));
  opacity: 0.15;
  mask-image: linear-gradient(180deg, #000, transparent 46%);
}

.commerce-panel,
.commerce-product,
.commerce-form,
.commerce-callout {
  padding: clamp(1.05rem, 2.6vw, 1.6rem);
}

.commerce-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.78fr);
  align-items: start;
}

.commerce-span-full {
  grid-column: 1 / -1;
}

.trial-download-access {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2.4rem);
  padding: clamp(1.2rem, 2.8vw, 1.8rem) 0;
  border-top: 1px solid rgba(159, 107, 255, 0.28);
  border-bottom: 1px solid rgba(92, 240, 167, 0.22);
}

.trial-download-access h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.trial-download-access p {
  max-width: 720px;
  margin: 0;
  color: var(--commerce-soft);
}

.trial-download-access .commerce-btn {
  flex: 0 0 auto;
}

.store-stack {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.store-hero {
  grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.78fr);
  min-height: 450px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-hero::before {
  display: none;
}

.store-hero-copy {
  position: relative;
  z-index: 1;
}

.store-hero-copy h2 {
  max-width: 10ch;
  font-size: clamp(3.8rem, 8.2vw, 7.2rem);
  line-height: 0.88;
  background: linear-gradient(100deg, #fff 0 32%, var(--commerce-accent) 58%, var(--commerce-green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.store-hero-copy p {
  max-width: 590px;
  margin-top: 1rem;
  font-size: clamp(1.04rem, 1.3vw, 1.18rem);
}

.store-interface-shot {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(6, 9, 15, 0.72);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(92, 240, 167, 0.10),
    inset 0 0 0 1px rgba(255, 255, 255, 0.075);
}

.store-interface-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.store-interface-shot {
  align-self: center;
}

.store-hero-summary {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  gap: 0.05rem;
  padding-left: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.store-hero-summary div {
  min-width: 0;
  padding: 1.05rem 0 1.05rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.store-hero-summary div:last-child {
  border-bottom: 0;
}

.store-hero-summary strong {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--commerce-text);
  font-family: var(--heading-font);
  font-size: 1.03rem;
}

.store-hero-summary span {
  display: block;
  color: var(--commerce-soft);
  font-size: 0.96rem;
}

.store-purchase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.50fr);
  gap: 0;
  align-items: stretch;
  padding: clamp(1rem, 2.8vw, 1.8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(100deg, rgba(159, 107, 255, 0.08), rgba(92, 240, 167, 0.035), transparent 82%);
}

.store-purchase-panel,
.store-purchase-actions,
.store-spec-section {
  min-width: 0;
}

.store-purchase-panel,
.store-purchase-actions {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-purchase-panel::before,
.store-purchase-actions::before {
  display: none;
}

.store-purchase-panel {
  padding: 0 clamp(1.2rem, 3vw, 2.2rem) 0 0;
}

.store-purchase-actions {
  display: grid;
  align-content: center;
  padding: 0 0 0 clamp(1.1rem, 2.5vw, 2rem);
  border-left: 1px solid rgba(255, 255, 255, 0.075);
  background: transparent;
}

.store-purchase-actions h2 {
  max-width: 16ch;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.03;
}

.store-purchase-actions p {
  margin-top: 0.75rem;
}

.store-price {
  margin: 0.28rem 0 0.66rem;
  color: var(--commerce-text);
  font-family: var(--heading-font);
  font-size: clamp(2.3rem, 5vw, 4.15rem);
  font-weight: 800;
  line-height: 0.96;
}

.store-state-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-purchase-panel .commerce-metric-list {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.store-purchase-panel .commerce-metric-list div {
  background: transparent;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
}

.store-purchase-panel .commerce-metric-list div:last-child {
  box-shadow: none;
}

.store-feature-section,
.store-highlight-section {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem) 0 0.2rem;
}

.store-section-heading {
  display: grid;
  gap: 0.2rem;
  max-width: 760px;
  margin-bottom: 1.2rem;
}

.store-section-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  line-height: 1.04;
}

.store-feature-grid,
.store-highlight-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

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

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

.store-feature-card,
.store-highlight-card,
.license-flow-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-feature-card::before,
.store-highlight-card::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  bottom: 1.15rem;
  left: 0;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(159, 107, 255, 0.55), rgba(92, 240, 167, 0.65));
  opacity: 0.72;
}

.store-feature-card,
.store-highlight-card div,
.license-flow-card {
  padding: clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 2vw, 1.55rem);
}

.store-highlight-card.text-only div {
  display: grid;
  align-content: start;
  min-height: 132px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.store-feature-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.store-feature-card h3,
.store-highlight-card h3,
.license-flow-card strong {
  display: block;
  margin-bottom: 0.48rem;
  color: var(--commerce-text);
  font-family: var(--heading-font);
  font-size: 1.12rem;
  line-height: 1.12;
}

.store-feature-card p,
.store-highlight-card p,
.license-flow-card p {
  color: var(--commerce-soft);
  font-size: 0.98rem;
  line-height: 1.5;
}

.store-spec-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

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

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

.commerce-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  min-height: 0;
  align-items: start;
}

.commerce-product h2,
.commerce-panel h2,
.commerce-form h2,
.commerce-callout h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.78rem;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.06;
}

.commerce-product p,
.commerce-panel p,
.commerce-form p,
.commerce-callout p {
  position: relative;
  z-index: 1;
}

.commerce-feature-list,
.commerce-metric-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-radius: var(--commerce-radius-sm);
  background: rgba(255, 255, 255, 0.065);
}

.commerce-product .commerce-feature-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commerce-feature-list li,
.commerce-metric-list div {
  padding: 0.86rem 0.9rem;
  background: rgba(8, 12, 18, 0.62);
  color: var(--commerce-soft);
  font-size: 0.94rem;
  box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.055);
}

.commerce-feature-list strong,
.commerce-metric-list strong {
  display: block;
  color: var(--commerce-text);
  font-family: var(--heading-font);
}

.commerce-product-badges,
.commerce-actions,
.commerce-inline-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  align-items: center;
}

.commerce-product-badges {
  margin-top: 1.2rem;
}

.commerce-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  background: rgba(92, 240, 167, 0.075);
  color: var(--commerce-green);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.18);
}

.license-flow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--commerce-radius);
  background: rgba(255, 255, 255, 0.075);
}

.account-license-guide {
  margin: 1rem 0;
}

.commerce-advanced {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 0.82rem;
  border-radius: var(--commerce-radius-sm);
  background: rgba(255, 255, 255, 0.036);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.commerce-advanced summary {
  color: var(--commerce-soft);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.commerce-advanced .commerce-form-grid {
  margin-top: 0.8rem;
}

.commerce-mfa-setup,
.commerce-mfa-recovery {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: var(--commerce-radius-sm);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.commerce-mfa-code-block {
  display: grid;
  gap: 0.35rem;
  color: var(--commerce-soft);
}

.commerce-mfa-code-block code,
.commerce-mfa-recovery pre {
  overflow: auto;
  padding: 0.7rem;
  border-radius: 10px;
  background: rgba(4, 7, 10, 0.78);
  color: var(--commerce-green);
  font-family: var(--mono);
  font-size: 0.86rem;
  white-space: pre-wrap;
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.18);
}

.commerce-actions {
  margin-top: 1.2rem;
}

.commerce-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.14rem;
  border: 0;
  border-radius: 999px;
  background: var(--commerce-gradient);
  color: #04100b;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(92, 240, 167, 0.11), 0 12px 30px rgba(159, 107, 255, 0.16);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.commerce-btn.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--commerce-text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.commerce-btn.ghost {
  background: transparent;
  color: var(--commerce-soft);
  box-shadow: inset 0 0 0 1px rgba(187, 165, 255, 0.13);
}

.commerce-btn.danger {
  background: rgba(255, 125, 150, 0.08);
  color: var(--commerce-danger);
  box-shadow: inset 0 0 0 1px rgba(255, 125, 150, 0.24);
}

.commerce-btn:disabled {
  background: rgba(255, 255, 255, 0.06);
  color: var(--commerce-muted);
  cursor: not-allowed;
  opacity: 1;
  filter: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.commerce-btn:hover:not(:disabled),
.commerce-btn:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  outline: 2px solid rgba(159, 107, 255, 0.3);
  outline-offset: 2px;
}

.commerce-form-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-form-row {
  display: grid;
  gap: 0.44rem;
  color: var(--commerce-muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.commerce-form-row.full {
  grid-column: 1 / -1;
}

.commerce-consent-row {
  display: flex;
  gap: 0.64rem;
  align-items: flex-start;
  color: var(--commerce-soft);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.42;
}

.commerce-consent-row.full {
  grid-column: 1 / -1;
}

.commerce-consent-row input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.18rem;
  accent-color: var(--commerce-green);
}

.commerce-form-row input,
.commerce-form-row select,
.commerce-form-row textarea,
.commerce-admin-toolbar input,
.commerce-table input,
.commerce-table select,
.commerce-table textarea {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(3, 6, 10, 0.72);
  color: var(--commerce-text);
  font: 600 0.92rem/1.35 Inter, system-ui, sans-serif;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.085);
}

.commerce-form-row input,
.commerce-form-row select,
.commerce-admin-toolbar input,
.commerce-table input,
.commerce-table select {
  padding: 0.68rem 0.74rem;
}

.commerce-form-row textarea,
.commerce-table textarea {
  min-height: 112px;
  padding: 0.74rem;
  resize: vertical;
}

.commerce-table textarea {
  min-height: 68px;
}

.commerce-form-row input:focus,
.commerce-form-row select:focus,
.commerce-form-row textarea:focus,
.commerce-admin-toolbar input:focus,
.commerce-table input:focus,
.commerce-table select:focus,
.commerce-table textarea:focus {
  outline: 2px solid rgba(159, 107, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(159, 107, 255, 0.52);
}

.commerce-admin-test-panel {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
  align-items: end;
}

.commerce-clean-list {
  display: grid;
  gap: 0.6rem;
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  color: var(--commerce-text);
}

.commerce-clean-list li {
  padding-left: 0.15rem;
}

.commerce-table-wrap {
  overflow: auto;
}

.commerce-table {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.commerce-table th,
.commerce-table td {
  padding: 0.88rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
}

.commerce-table th {
  color: var(--commerce-muted);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.commerce-table td {
  color: var(--commerce-soft);
  font-size: 0.92rem;
}

.commerce-table strong {
  color: var(--commerce-text);
}

.commerce-empty {
  padding: 1rem;
  border-radius: var(--commerce-radius-sm);
  color: var(--commerce-muted);
  background: rgba(255, 255, 255, 0.035);
}

.commerce-alert {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
  padding: 0.86rem 0.95rem;
  border-radius: var(--commerce-radius-sm);
  background: rgba(159, 107, 255, 0.095);
  color: #d8ccff;
  box-shadow: inset 0 0 0 1px rgba(159, 107, 255, 0.20);
}

.commerce-alert.error {
  background: rgba(255, 125, 150, 0.08);
  color: var(--commerce-danger);
  box-shadow: inset 0 0 0 1px rgba(255, 125, 150, 0.24);
}

.commerce-alert.success {
  background: rgba(92, 240, 167, 0.08);
  color: var(--commerce-success);
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.22);
}

.signup-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(2, 4, 9, 0.66);
  backdrop-filter: blur(18px);
}

.signup-modal {
  position: relative;
  display: grid;
  width: min(560px, 100%);
  gap: 1.15rem;
  padding: clamp(1.25rem, 4vw, 1.75rem);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 4%, rgba(159, 107, 255, 0.18), transparent 15rem),
    radial-gradient(circle at 92% 8%, rgba(92, 240, 167, 0.15), transparent 16rem),
    rgba(8, 11, 18, 0.96);
  box-shadow: var(--commerce-shadow), inset 0 0 0 1px rgba(187, 165, 255, 0.18);
}

.signup-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--commerce-soft);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.signup-close:hover,
.signup-close:focus-visible {
  color: var(--commerce-text);
  outline: 2px solid rgba(92, 240, 167, 0.24);
  outline-offset: 2px;
}

.signup-mark {
  display: inline-grid;
  width: 84px;
  height: 84px;
  place-items: center;
  background: transparent;
  filter: drop-shadow(0 0 26px rgba(92, 240, 167, 0.24));
}

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

.signup-copy h2 {
  max-width: 12ch;
  margin-bottom: 0.7rem;
  font-size: clamp(2.3rem, 7vw, 4rem);
  line-height: 0.9;
  background: linear-gradient(105deg, #fff 0 38%, var(--commerce-accent) 62%, var(--commerce-green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.signup-copy p {
  max-width: 480px;
}

.signup-form {
  display: grid;
  gap: 0.78rem;
}

.signup-field {
  display: grid;
  gap: 0.42rem;
  color: var(--commerce-muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.signup-field input {
  width: 100%;
  min-height: 48px;
  padding: 0.78rem 0.85rem;
  border: 0;
  border-radius: 14px;
  background: rgba(3, 6, 10, 0.72);
  color: var(--commerce-text);
  font: 650 1rem/1.35 Inter, system-ui, sans-serif;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.095);
}

.signup-field input:focus {
  outline: 2px solid rgba(159, 107, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(159, 107, 255, 0.52);
}

.signup-consent {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: var(--commerce-soft);
  font-size: 0.9rem;
}

.signup-consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.18rem;
  accent-color: var(--commerce-green);
}

.signup-hidden-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.signup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  align-items: center;
}

.commerce-admin-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 0.75rem;
  align-items: end;
  margin-bottom: 1rem;
}

.commerce-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.commerce-tab {
  min-height: 38px;
  padding: 0.46rem 0.72rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--commerce-soft);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.commerce-tab.active {
  background: linear-gradient(90deg, rgba(159, 107, 255, 0.24), rgba(92, 240, 167, 0.08));
  color: var(--commerce-text);
  box-shadow: inset 0 -2px 0 var(--commerce-accent);
}

.commerce-section[hidden] {
  display: none;
}

.site-hero {
  min-height: min(680px, calc(100vh - 100px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.62fr);
  gap: clamp(2rem, 4vw, 4.2rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.2rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.site-hero-copy {
  position: relative;
  min-width: 0;
}

.site-hero-copy::before {
  content: "";
  position: absolute;
  top: -2.3rem;
  left: -0.7rem;
  width: clamp(4rem, 12vw, 9rem);
  height: 2px;
  border-radius: 99px;
  background: var(--commerce-gradient);
  box-shadow: 0 0 26px rgba(92, 240, 167, 0.18);
}

.site-hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 8vw, 8.4rem);
  line-height: 0.88;
  background: linear-gradient(100deg, #fff 0 34%, var(--commerce-accent) 61%, var(--commerce-green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-hero p {
  max-width: 680px;
  margin-top: 1.2rem;
  font-size: clamp(1.06rem, 1.35vw, 1.24rem);
}

.site-hero-panel {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
  min-width: 0;
  overflow: hidden;
  padding: clamp(0.75rem, 2vw, 1rem) 0 clamp(0.75rem, 2vw, 1rem) clamp(1.1rem, 2vw, 1.45rem);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(159, 107, 255, 0.12), rgba(92, 240, 167, 0.045), transparent 78%);
  box-shadow: none;
}

.site-hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 2px;
  pointer-events: none;
  background: var(--commerce-gradient);
  box-shadow: 0 0 34px rgba(92, 240, 167, 0.20);
}

.site-hero-panel > * {
  position: relative;
  z-index: 1;
}

.site-hero-panel h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.02;
}

.site-hero-mark {
  width: min(100%, clamp(330px, 34vw, 620px));
  aspect-ratio: 3.48;
  background: url("assets/quosinedsp-brand-lockup.png") left center / contain no-repeat;
  filter:
    drop-shadow(0 0 38px rgba(92, 240, 167, 0.26))
    drop-shadow(0 0 46px rgba(159, 107, 255, 0.16));
}

.brand-system-copy {
  max-width: 440px;
}

.site-hero-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 430px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-hero-metrics div {
  display: grid;
  grid-template-columns: minmax(84px, 0.36fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: transparent;
}

.site-hero-metrics dt {
  margin-bottom: 0.18rem;
  color: var(--commerce-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-hero-metrics dd {
  margin: 0;
  color: var(--commerce-text);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-hero-actions,
.site-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.6rem;
}

.site-section {
  padding: clamp(2.4rem, 7vw, 6rem) 0;
}

.site-section + .site-section,
.store-highlight-section + .store-feature-section {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.site-section.compact {
  padding-top: clamp(1.4rem, 4vw, 3rem);
}

.site-section-heading {
  display: grid;
  gap: 0.7rem;
  max-width: 840px;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.site-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.04;
}

.site-grid,
.site-process-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 2.1rem);
  padding: clamp(0.6rem, 1.8vw, 1rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.site-process-lanes {
  gap: 0;
  border-bottom-color: rgba(255, 255, 255, 0.055);
}

.site-card {
  position: relative;
  min-height: 0;
  padding: clamp(0.75rem, 2.2vw, 1.25rem) clamp(1rem, 2.5vw, 1.8rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-process-lanes .site-card {
  border-right: 1px solid rgba(255, 255, 255, 0.065);
  background:
    linear-gradient(115deg, rgba(159, 107, 255, 0.034), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.site-process-lanes .site-card:last-child {
  border-right: 0;
}

.site-card::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 0.9rem;
  border-radius: 99px;
  background: var(--commerce-gradient);
  box-shadow: 0 0 18px rgba(92, 240, 167, 0.18);
}

.site-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
  line-height: 1.12;
}

.site-card p {
  font-size: 0.99rem;
}

.site-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background:
    linear-gradient(110deg, rgba(159, 107, 255, 0.10), rgba(92, 240, 167, 0.045), transparent 78%);
  box-shadow: none;
}

.site-band h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.4rem);
  line-height: 1.04;
}

.site-product-band {
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(360px, 0.74fr) minmax(280px, 0.44fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2.35rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(90deg, rgba(159, 107, 255, 0.074), rgba(92, 240, 167, 0.028), transparent 86%);
}

.site-product-band h2 {
  font-size: clamp(2.7rem, 5.6vw, 5.7rem);
  line-height: 0.9;
}

.site-product-band p {
  margin-top: 0.78rem;
}

.site-product-media {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(5, 8, 14, 0.72);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(92, 240, 167, 0.11),
    inset 0 0 0 1px rgba(255, 255, 255, 0.075);
}

.site-product-media img {
  display: block;
  width: 100%;
  height: auto;
}

.site-link-list {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.site-link-list li {
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--commerce-soft);
}

.products-shell {
  max-width: 1480px;
}

.products-hero {
  min-height: min(650px, calc(100vh - 100px));
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(460px, 0.95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.3rem) 0 clamp(1.4rem, 3vw, 2.6rem);
}

.products-hero h1 {
  max-width: 8ch;
  font-size: clamp(4.2rem, 10vw, 10rem);
  line-height: 0.84;
  background: linear-gradient(96deg, #fff 0 30%, var(--commerce-accent) 58%, var(--commerce-green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.products-hero p {
  max-width: 690px;
  margin-top: 1.2rem;
  color: var(--commerce-soft);
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
}

.products-interface-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(5, 7, 12, 0.78);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(92, 240, 167, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.075);
}

.products-interface-shot::before {
  display: none;
}

.products-interface-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.product-subnav {
  position: sticky;
  top: 92px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
  padding: 0.22rem;
  border-radius: 18px;
  background: rgba(8, 11, 17, 0.64);
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.product-subnav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.84rem;
  border-radius: 13px;
  color: var(--commerce-soft);
  font-size: 0.84rem;
  font-weight: 850;
}

.product-subnav a:hover,
.product-subnav a:focus-visible,
.product-subnav a[aria-current="page"] {
  outline: none;
  color: var(--commerce-text);
  background: linear-gradient(105deg, rgba(159, 107, 255, 0.20), rgba(92, 240, 167, 0.12));
}

.product-feature-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.product-feature-strip article {
  position: relative;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 0.62rem;
  padding: clamp(1.08rem, 2.2vw, 1.65rem) clamp(1.15rem, 2.6vw, 1.95rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  box-shadow: none;
}

.product-feature-strip article::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  bottom: 1.2rem;
  left: 0;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(159, 107, 255, 0.55), rgba(92, 240, 167, 0.65));
  opacity: 0.72;
}

.product-feature-strip strong {
  color: var(--commerce-text);
  font-family: var(--heading-font);
  font-size: 1.14rem;
  line-height: 1.08;
}

.product-feature-strip p {
  color: var(--commerce-soft);
  font-size: 1rem;
}

.product-release-band {
  background:
    radial-gradient(circle at 86% 28%, rgba(92, 240, 167, 0.10), transparent 20rem),
    linear-gradient(112deg, rgba(159, 107, 255, 0.10), rgba(92, 240, 167, 0.04), transparent 78%);
}

.product-secondary {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(340px, 1fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background:
    linear-gradient(120deg, rgba(159, 107, 255, 0.09), rgba(92, 240, 167, 0.035), transparent 82%);
  box-shadow: none;
}

.product-secondary h2 {
  font-size: clamp(2.3rem, 5vw, 5.4rem);
  line-height: 0.92;
}

.product-secondary p {
  max-width: 900px;
  color: var(--commerce-soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  padding: clamp(0.6rem, 1.8vw, 1rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.support-card {
  position: relative;
  display: grid;
  min-height: 0;
  align-content: start;
  gap: 0.85rem;
  padding: clamp(0.85rem, 2vw, 1.18rem) clamp(1rem, 2.4vw, 1.55rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.support-card + .support-card {
  border-left: 1px solid rgba(255, 255, 255, 0.065);
}

.support-card::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 99px;
  background: var(--commerce-gradient);
  box-shadow: 0 0 18px rgba(92, 240, 167, 0.18);
}

.support-card h2 {
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1.05;
}

.support-card p {
  color: var(--commerce-soft);
}

.support-card .commerce-btn {
  width: fit-content;
  align-self: end;
}

.support-policy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  padding: clamp(1.1rem, 2.8vw, 1.6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background:
    linear-gradient(120deg, rgba(159, 107, 255, 0.085), rgba(92, 240, 167, 0.035), transparent 82%);
  box-shadow: none;
}

.support-policy-section h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.support-policy-section p {
  max-width: 700px;
  color: var(--commerce-soft);
}

.support-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  justify-content: flex-end;
}

.support-faq {
  display: grid;
  gap: 0.72rem;
}

.support-faq details {
  border: 1px solid rgba(255, 255, 255, 0.044);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.034);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.support-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0.95rem 1.05rem;
  color: var(--commerce-text);
  cursor: pointer;
  font-weight: 850;
}

.support-faq details[open] summary {
  color: var(--commerce-green);
}

.support-faq p {
  max-width: 900px;
  padding: 0 1.05rem 1.05rem;
  color: var(--commerce-soft);
}

.support-report-panel {
  margin-top: clamp(1.8rem, 4vw, 3rem);
  scroll-margin-top: 92px;
}

.support-report-form {
  margin-top: 1.2rem;
}

.commerce-form-row span {
  margin-top: 0.35rem;
  color: var(--commerce-muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.learn-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.3rem);
  align-items: start;
}

.learn-list {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 0.8rem;
  max-height: calc(100vh - 116px);
  overflow: auto;
  padding: 0;
  scrollbar-color: rgba(92, 240, 167, 0.34) rgba(255, 255, 255, 0.045);
}

.learn-library-tools {
  display: grid;
  gap: 0.8rem;
  padding: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.044);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.learn-search {
  display: grid;
  gap: 0.42rem;
}

.learn-search span,
.learn-list-count {
  color: var(--commerce-muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.learn-search input {
  width: 100%;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-radius: 15px;
  background: rgba(5, 7, 12, 0.72);
  color: var(--commerce-text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.learn-search input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.52), 0 0 0 4px rgba(92, 240, 167, 0.08);
}

.learn-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.learn-category {
  min-height: 31px;
  padding: 0.4rem 0.62rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.052);
  color: var(--commerce-soft);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
}

.learn-category:hover,
.learn-category:focus-visible,
.learn-category.active {
  color: var(--commerce-text);
  outline: none;
  background: linear-gradient(105deg, rgba(159, 107, 255, 0.34), rgba(92, 240, 167, 0.24));
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.28), 0 12px 28px rgba(0, 0, 0, 0.16);
}

.learn-list-count {
  padding-inline: 0.2rem;
}

.learn-topic-stack {
  display: grid;
  gap: 0.95rem;
}

.learn-topic-group {
  display: grid;
  gap: 0.48rem;
}

.learn-topic-title {
  margin: 0.1rem 0 0.12rem;
  color: var(--commerce-soft);
  font-size: 0.79rem;
  font-weight: 780;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.learn-topic-list {
  display: grid;
  gap: 0.42rem;
}

.learn-list-item {
  display: grid;
  gap: 0.42rem;
  padding: 0.95rem 1rem 0.95rem 1.08rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-left-color: rgba(92, 240, 167, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(140deg, rgba(159, 107, 255, 0.052), rgba(92, 240, 167, 0.026)),
    rgba(255, 255, 255, 0.03);
  color: var(--commerce-text);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.learn-list-item.active,
.learn-list-item:hover,
.learn-list-item:focus-visible {
  outline: none;
  background:
    linear-gradient(140deg, rgba(159, 107, 255, 0.16), rgba(92, 240, 167, 0.085)),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(92, 240, 167, 0.42), 0 18px 44px rgba(0, 0, 0, 0.14);
}

.learn-list-item span {
  color: var(--commerce-green);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.learn-list-item strong {
  font-size: 1rem;
  line-height: 1.14;
}

.learn-list-item em {
  width: fit-content;
  padding: 0.24rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--commerce-soft);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.learn-list-item small {
  color: var(--commerce-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.learn-detail {
  min-height: 520px;
  padding: clamp(1.2rem, 3vw, 2.2rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.learn-article h2 {
  max-width: 820px;
  margin-bottom: 0.9rem;
  font-size: clamp(2.05rem, 4vw, 3.8rem);
  line-height: 1;
}

.learn-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: -0.15rem 0 1.1rem;
}

.learn-meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--commerce-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.learn-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  max-width: 860px;
  margin: 0 0 1.15rem;
  padding: 0.62rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.learn-nav > span {
  color: var(--commerce-muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.learn-nav-btn {
  min-height: 34px;
  padding: 0.35rem 0.2rem;
  border: 0;
  background: transparent;
  color: var(--commerce-green);
  cursor: pointer;
  font: 760 0.82rem/1 Inter, system-ui, sans-serif;
}

.learn-nav-btn:hover,
.learn-nav-btn:focus-visible {
  color: var(--commerce-text);
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.learn-nav-btn:disabled {
  color: var(--commerce-muted);
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
}

.learn-summary {
  max-width: 860px;
  margin-bottom: 1.4rem;
  color: var(--commerce-soft);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.learn-body {
  max-width: 860px;
  display: grid;
  gap: 1.08rem;
}

.learn-body h3 {
  margin: 0.55rem 0 -0.2rem;
  color: var(--commerce-text);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.12;
}

.learn-body p,
.learn-body li {
  color: var(--commerce-soft);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.learn-qa {
  display: grid;
  gap: 0.78rem;
}

.learn-question {
  margin: 0;
  padding: 0.78rem 0.9rem;
  border-left: 2px solid var(--commerce-green);
  border-radius: 12px;
  background: rgba(12, 16, 24, 0.7);
  color: var(--commerce-text);
  font-size: clamp(1.02rem, 1.38vw, 1.19rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.learn-question strong {
  color: var(--commerce-green);
}

.learn-answer {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0.08rem 0.08rem 0.08rem 0.14rem;
}

.learn-visual-slot {
  margin: 0;
  padding: 0.95rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(159, 107, 255, 0.12), rgba(92, 240, 167, 0.07));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}

.learn-visual-title {
  display: inline-grid;
  margin-bottom: 0.38rem;
  color: var(--commerce-soft);
  font-size: 0.73rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.learn-visual-slot p {
  margin: 0;
  color: var(--commerce-text);
  font-size: 0.96rem;
}

.learn-body code {
  padding: 0.09rem 0.28rem;
  border-radius: 6px;
  background: rgba(159, 107, 255, 0.15);
  color: var(--commerce-text);
  font-family: var(--mono);
  font-size: 0.88em;
}

.learn-body a {
  color: var(--commerce-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.learn-body a:hover,
.learn-body a:focus-visible {
  color: var(--commerce-accent-2);
}

.learn-body ol {
  display: grid;
  gap: 0.52rem;
  margin: 0.1rem 0 0.25rem;
  padding: 0 0 0 1.2rem;
  list-style: decimal;
  list-style-position: outside;
}

.learn-body ol li {
  padding-left: 0.58rem;
}

.learn-body ol li::before {
  display: none;
  content: none;
}

.learn-empty {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--commerce-muted);
}

.learn-body ul {
  display: grid;
  gap: 0.52rem;
  margin: 0.1rem 0 0.25rem;
  padding: 0;
  list-style: none;
}

.learn-body li {
  position: relative;
  padding-left: 1.15rem;
}

.learn-body li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--commerce-gradient);
  box-shadow: 0 0 16px rgba(92, 240, 167, 0.22);
}

.learn-admin-panel {
  margin-top: 1rem;
}

.legal-shell {
  max-width: 1180px;
}

.legal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.legal-card {
  display: grid;
  min-height: 260px;
  align-content: start;
  gap: 0.9rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(159, 107, 255, 0.10), rgba(92, 240, 167, 0.055)),
    rgba(16, 20, 29, 0.72);
  box-shadow: inset 0 0 0 1px rgba(187, 165, 255, 0.12), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.legal-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.05;
}

.legal-card .commerce-btn {
  align-self: end;
  justify-self: start;
}

.legal-document {
  display: grid;
  gap: 1rem;
  max-width: 980px;
}

.legal-document.compact {
  margin-top: 1rem;
}

.legal-document h1 {
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 0.95;
}

.legal-document h2 {
  margin-top: 0.65rem;
  color: var(--commerce-green);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

.legal-document p,
.legal-document li {
  max-width: 840px;
  color: var(--commerce-soft);
  font-size: clamp(0.98rem, 1.1vw, 1.06rem);
  line-height: 1.72;
}

.legal-document a,
.site-footer a {
  color: var(--commerce-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--commerce-muted);
  font-size: 0.9rem;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--commerce-text);
  font-family: var(--heading-font);
}

.documentation-shell {
  max-width: 1240px;
}

.documentation-hero {
  max-width: 980px;
  padding: clamp(1rem, 4vw, 3rem) 0 clamp(2rem, 6vw, 5rem);
}

.documentation-hero h1,
.documentation-guide-head h1 {
  max-width: 940px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 0.96;
}

.documentation-hero p,
.documentation-guide-head p {
  max-width: 760px;
  margin-top: 1rem;
  color: var(--commerce-soft);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.62;
}

.documentation-index {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.documentation-index-heading {
  padding: clamp(1.8rem, 4vw, 3rem) 0 1.2rem;
}

.documentation-index-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.documentation-product-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: center;
  padding: clamp(1.3rem, 3vw, 2rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.documentation-product-mark {
  display: grid;
  width: 64px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(92, 240, 167, 0.45);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(159, 107, 255, 0.2), rgba(92, 240, 167, 0.18));
  color: var(--commerce-green);
  font: 800 1.8rem/1 var(--heading-font);
  box-shadow: 0 0 28px rgba(92, 240, 167, 0.12);
}

.documentation-product-row h3 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.documentation-product-row p {
  max-width: 760px;
  margin-top: 0.45rem;
  line-height: 1.6;
}

.documentation-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  padding: 1.35rem 0;
}

.documentation-quick-links a,
.documentation-breadcrumb a {
  color: var(--commerce-green) !important;
  font-weight: 750;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.documentation-breadcrumb {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 2rem;
  color: var(--commerce-muted);
  font-size: 0.88rem;
}

.documentation-guide-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.documentation-guide-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.documentation-interface-reference {
  margin: 0 0 clamp(2rem, 5vw, 4rem);
}

.documentation-interface-reference img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(190, 162, 255, 0.2);
  border-radius: 6px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.documentation-interface-reference figcaption {
  margin-top: 0.7rem;
  color: var(--commerce-muted);
  font-size: 0.82rem;
}

.documentation-toc {
  position: sticky;
  top: 104px;
  display: grid;
  max-height: calc(100vh - 130px);
  gap: 0.18rem;
  overflow-y: auto;
  padding: 1.5rem 0;
}

.documentation-toc strong {
  margin-bottom: 0.55rem;
  color: var(--commerce-text);
  font-family: var(--heading-font);
}

.documentation-toc a {
  padding: 0.38rem 0;
  color: var(--commerce-muted) !important;
  font-size: 0.82rem;
  line-height: 1.32;
}

.documentation-toc a:hover,
.documentation-toc a:focus-visible {
  color: var(--commerce-green) !important;
}

.documentation-article {
  min-width: 0;
  padding: 1.5rem 0;
}

.documentation-article > h1,
.documentation-article > p:first-of-type {
  display: none;
}

.documentation-article h2 {
  margin: 2.6rem 0 0.9rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.documentation-article h3 {
  margin: 1.7rem 0 0.55rem;
  color: var(--commerce-green);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.documentation-article p,
.documentation-article li {
  max-width: 820px;
  color: var(--commerce-soft);
  font-size: clamp(0.98rem, 1.1vw, 1.06rem);
  line-height: 1.72;
}

.documentation-article ul,
.documentation-article ol {
  display: grid;
  gap: 0.4rem;
  margin: 0.8rem 0 1.2rem;
  padding-left: 1.4rem;
}

.documentation-article strong {
  color: var(--commerce-text);
}

@media (max-width: 840px) {
  .documentation-product-row,
  .documentation-guide-head,
  .documentation-guide-layout {
    grid-template-columns: 1fr;
  }

  .documentation-product-row .commerce-btn {
    justify-self: start;
  }

  .documentation-toc {
    position: static;
    max-height: 280px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .documentation-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1180px) {
  .navbar {
    position: relative;
  }

  .profile-trigger {
    order: 3;
    margin-left: auto;
  }

  .nav-actions {
    order: 4;
    margin-left: 0;
  }

  .navbar > .nav-toggle,
  .nav-actions .nav-toggle {
    order: 5;
    display: inline-flex;
    flex: 0 0 auto;
  }

  .nav-links {
    order: 6;
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0.75rem;
    left: 0.75rem;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.72rem;
    border-radius: 20px;
    background:
      linear-gradient(135deg, rgba(159, 107, 255, 0.14), rgba(92, 240, 167, 0.06)),
      rgba(7, 10, 16, 0.97);
    box-shadow: var(--commerce-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.085);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    justify-content: center;
    width: 100%;
    min-height: 42px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1080px) {
  .nav-links a {
    padding-inline: 0.55rem;
    font-size: 0.8rem;
  }

  .commerce-layout,
  .commerce-grid,
  .commerce-product,
  .commerce-panel-grid,
  .commerce-topbar,
  .support-grid,
  .store-highlight-grid,
  .store-feature-grid,
  .license-flow-grid,
  .store-purchase-grid,
  .store-spec-section,
  .site-hero,
  .site-product-band,
  .products-hero,
  .product-secondary,
  .site-band,
  .support-policy-section,
  .learn-shell,
  .legal-card-grid {
    grid-template-columns: 1fr;
  }

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

  .commerce-side {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    border-left: 0;
    background: none;
  }

  .commerce-side a {
    padding: 0.68rem 0.74rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.028);
  }

  .commerce-side a::before {
    display: none;
  }

  .commerce-card-grid,
  .site-grid,
  .site-process-lanes,
  .product-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-product .commerce-feature-list,
  .store-state-list {
    grid-template-columns: 1fr;
  }

  .store-highlight-grid,
  .store-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-card + .support-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
  }
}

@media (max-width: 680px) {
  .trial-download-access {
    align-items: stretch;
    flex-direction: column;
  }

  .trial-download-access .commerce-btn {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body.commerce-body header {
    padding: 0.5rem 0;
  }

  .navbar {
    width: min(100% - 1rem, 1440px);
    min-height: 58px;
    padding: 0.36rem 0.4rem 0.36rem 0.6rem;
  }

  .logo {
    width: min(49vw, 194px);
    height: 42px;
  }

  .nav-actions {
    margin-left: 0;
  }

  .cart-toggle {
    width: 40px;
    height: 40px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .profile-trigger {
    order: 2;
    margin-left: auto;
  }

  .nav-actions {
    order: 3;
  }

  .navbar > .nav-toggle {
    order: 4;
    margin-left: 0;
  }

  .nav-links {
    order: 5;
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0.75rem;
    left: 0.75rem;
    display: none;
    grid-template-columns: 1fr;
    padding: 0.75rem;
    border-radius: 18px;
    background: rgba(7, 10, 16, 0.96);
    box-shadow: var(--commerce-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  .nav-links a {
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding-inline: 0.9rem;
    font-size: 0.94rem;
  }

  .nav-links.open {
    display: grid;
  }

  .profile-trigger {
    min-width: 40px;
    padding-right: 0.38rem;
  }

  .profile-label {
    display: none;
  }

  .email-verification-banner {
    top: 72px;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
  }

  .email-verification-code-form {
    justify-content: space-between;
  }

  .commerce-shell {
    width: min(100% - 1rem, 1440px);
    padding-top: 6.4rem;
  }

  .commerce-side,
  .commerce-card-grid,
  .commerce-form-grid,
  .commerce-admin-toolbar,
  .site-grid,
  .site-process-lanes,
  .site-product-band,
  .product-feature-strip,
  .store-highlight-grid,
  .store-feature-grid,
  .site-hero-metrics {
    grid-template-columns: 1fr;
  }

  .site-hero-panel {
    padding-left: 1rem;
  }

  .site-hero h1 {
    max-width: 100%;
    font-size: 3.18rem;
    line-height: 0.94;
  }

  .site-hero p,
  .brand-system-copy {
    max-width: 100%;
  }

  .site-hero-mark {
    width: min(100%, 430px);
  }

  .site-process-lanes .site-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  }

  .site-process-lanes .site-card:last-child {
    border-bottom: 0;
  }

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

  .commerce-side a {
    min-height: 70px;
    padding: 0.7rem;
  }

  .store-hero {
    min-height: 0;
  }

  .cart-inspector {
    top: 72px;
    right: 0.5rem;
    bottom: 0.5rem;
    width: calc(100vw - 1rem);
    border-radius: 18px;
  }

  .cart-line,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .learn-list {
    position: static;
    max-height: min(560px, 65vh);
  }

  .product-subnav {
    position: static;
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .support-policy-links {
    justify-content: flex-start;
  }

}
