:root {
  --bg: #050406;
  --bg-pure: #000;
  --surface-1: #0d0a10;
  --surface-2: #15101a;
  --surface-3: #1e1624;
  --surface-glass: rgba(13, 10, 16, 0.82);
  --border: #312538;
  --border-strong: #4a3550;
  --text: #f8f4fa;
  --text-muted: #b9afc4;
  --text-subtle: #827889;
  --primary: #b11287;
  --primary-hover: #c4229a;
  --pink-electric: #ff4bc8;
  --orange: #ff8a2b;
  --gold: #ffb11b;
  --violet: #9a5cff;
  --success: #42d392;
  --warning: #ffb84a;
  --danger: #ff5b75;
  --info: #67b7ff;
  --container: 1280px;
  --header-height: 76px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-card: 0 24px 80px rgba(0, 0, 0, 0.26);
  --brand-gradient: linear-gradient(105deg, #ffb11b 0%, #ff6b1a 45%, #ff3dbb 100%);
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(138, 27, 105, 0.09), transparent 27rem),
    var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

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

h1,
h2,
h3 {
  font-family: "Segoe UI Variable Display", "Segoe UI", Inter, system-ui, sans-serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 6.1vw, 5.4rem);
  font-weight: 720;
  line-height: 0.96;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 690;
  line-height: 1.03;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  font-weight: 650;
  line-height: 1.2;
}

::selection {
  background: rgba(255, 75, 200, 0.28);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: var(--radius-sm);
  background: var(--gold);
  color: var(--bg-pure);
  font-weight: 700;
  transition: transform 160ms var(--ease);
}

.skip-link:focus {
  transform: none;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.12;
}

.ambient-one {
  top: 7rem;
  right: -16rem;
  width: 36rem;
  height: 36rem;
  background: var(--primary);
}

.ambient-two {
  top: 48rem;
  left: -18rem;
  width: 30rem;
  height: 30rem;
  background: var(--orange);
  opacity: 0.06;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(49, 37, 56, 0.65);
  background: rgba(5, 4, 6, 0.76);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  opacity: 0.35;
  background: linear-gradient(90deg, transparent 4%, var(--orange) 36%, var(--pink-electric) 68%, transparent 96%);
}

.header-inner {
  display: flex;
  width: min(calc(100% - 48px), var(--container));
  min-height: var(--header-height);
  margin: 0 auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 43px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-mark img {
  position: absolute;
  top: -19px;
  left: -17px;
  width: 79px;
  max-width: none;
}

.brand-mark-small {
  width: 35px;
  height: 35px;
}

.brand-mark-small img {
  top: -16px;
  left: -14px;
  width: 65px;
}

.brand-name {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.primary-nav {
  display: flex;
  margin-left: 28px;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  position: relative;
  padding: 10px 15px;
  border-radius: 9px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 160ms var(--ease), background 160ms var(--ease);
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
}

.primary-nav a[aria-current="page"]::after {
  position: absolute;
  right: 16px;
  bottom: 4px;
  left: 16px;
  height: 1px;
  content: "";
  background: var(--brand-gradient);
}

.header-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 9px;
}

.demo-chip {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 10px;
  align-items: center;
  border: 1px solid rgba(255, 184, 74, 0.3);
  border-radius: 999px;
  background: rgba(255, 184, 74, 0.08);
  color: var(--warning);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.button,
.text-button,
.icon-button {
  border: 0;
  cursor: pointer;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  padding: 0 19px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1;
  transition:
    transform 160ms var(--ease),
    background 160ms var(--ease),
    border-color 160ms var(--ease),
    color 160ms var(--ease),
    box-shadow 160ms var(--ease);
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.button:active:not(:disabled) {
  transform: translateY(0);
}

.button:disabled,
.text-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 34px rgba(177, 18, 135, 0.2);
}

.button-primary:hover:not(:disabled) {
  background: var(--primary-hover);
  box-shadow: 0 14px 40px rgba(196, 34, 154, 0.27);
}

.button-gold {
  background: var(--gold);
  color: var(--bg-pure);
  box-shadow: 0 10px 34px rgba(255, 177, 27, 0.14);
}

.button-gold:hover:not(:disabled) {
  background: #ffc249;
}

.button-secondary {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
}

.button-secondary:hover:not(:disabled),
.button-quiet:hover:not(:disabled) {
  border-color: #61476a;
  background: rgba(255, 255, 255, 0.055);
}

.button-quiet {
  border-color: var(--border);
  background: var(--surface-1);
  color: var(--text-muted);
}

.button-danger {
  border-color: rgba(255, 91, 117, 0.25);
  background: rgba(255, 91, 117, 0.13);
  color: #ffb4c0;
}

.button-danger:hover:not(:disabled) {
  background: rgba(255, 91, 117, 0.2);
}

.button-small {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 9px;
  font-size: 0.8rem;
}

.button-full {
  width: 100%;
}

.button-arrow {
  font-size: 1.15em;
  transition: transform 160ms var(--ease);
}

.button:hover .button-arrow {
  transform: translateX(3px);
}

.text-button {
  padding: 7px 3px;
  background: transparent;
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 680;
}

.text-button:hover {
  color: var(--text);
}

.text-button.danger {
  color: #ff93a5;
}

.icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--surface-1);
}

.mobile-menu-toggle {
  display: none;
  margin-left: auto;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 3px auto;
  background: var(--text);
  transition: transform 180ms var(--ease);
}

.mobile-menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 8px 0 18px;
}

.mobile-menu > a,
.mobile-menu > div > a,
.mobile-menu > div > button {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 0 8px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  font-weight: 650;
  text-align: left;
}

.boot-screen {
  display: grid;
  min-height: calc(100vh - var(--header-height));
  padding: 60px 24px;
  place-content: center;
  text-align: center;
}

.boot-mark {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.boot-mark img {
  position: absolute;
  top: -34px;
  left: -30px;
  width: 140px;
  max-width: none;
}

.loading-line {
  width: 170px;
  height: 2px;
  margin: 18px auto;
  overflow: hidden;
  background: var(--border);
}

.loading-line span {
  display: block;
  width: 60%;
  height: 100%;
  background: var(--brand-gradient);
  animation: loading-line 1.15s ease-in-out infinite alternate;
}

@keyframes loading-line {
  from { transform: translateX(-95%); }
  to { transform: translateX(165%); }
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-tight {
  padding: 76px 0;
}

.section-border {
  border-top: 1px solid var(--border);
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--orange);
  font-family: ui-monospace, "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.muted {
  color: var(--text-muted);
}

.subtle {
  color: var(--text-subtle);
}

.lead {
  max-width: 650px;
  color: var(--text-muted);
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.65;
}

.gradient-text {
  background: var(--brand-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero {
  position: relative;
  min-height: min(860px, calc(100vh - var(--header-height)));
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.hero::before {
  position: absolute;
  top: -18%;
  right: -10%;
  width: min(62vw, 880px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(196, 34, 154, 0.19) 0%, rgba(255, 108, 26, 0.08) 35%, transparent 67%);
  content: "";
  filter: blur(12px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 48px), var(--container));
  min-height: inherit;
  margin: 0 auto;
  padding: 88px 0 104px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
  gap: clamp(52px, 7vw, 110px);
}

.hero-copy {
  max-width: 760px;
}

.hero-copy .lead {
  max-width: 610px;
  margin-bottom: 32px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}

.trust-row {
  display: flex;
  margin-top: 46px;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(255, 177, 27, 0.65);
}

.hero-console {
  position: relative;
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 177, 27, 0.52), rgba(255, 75, 200, 0.38) 52%, rgba(74, 53, 80, 0.28));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.5);
}

.hero-console-inner {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 30px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 65% 18%, rgba(255, 75, 200, 0.14), transparent 34%),
    linear-gradient(145deg, #16101a, #0b090d 64%);
}

.hero-console-inner::after {
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 19rem;
  height: 19rem;
  border: 1px solid rgba(255, 75, 200, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 46px rgba(255, 138, 43, 0.035),
    0 0 0 90px rgba(255, 75, 200, 0.025);
}

.console-head,
.card-head,
.section-heading-row,
.list-row,
.metric-head,
.panel-head,
.vault-product-head,
.modal-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.console-head {
  position: relative;
  z-index: 1;
  color: var(--text-subtle);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.console-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--success);
}

.console-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  box-shadow: 0 0 12px currentColor;
}

.console-mark {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  margin: 38px auto 26px;
  overflow: hidden;
  filter: drop-shadow(0 15px 36px rgba(255, 61, 187, 0.18));
}

.console-mark img {
  position: absolute;
  top: -80px;
  left: -71px;
  width: 329px;
  max-width: none;
}

.console-product {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.console-product h2 {
  margin-bottom: 9px;
  font-size: 2rem;
}

.console-product p {
  margin-bottom: 24px;
  color: var(--text-muted);
}

.console-meta {
  display: grid;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.console-meta span,
.meta-block span {
  display: block;
  margin-bottom: 5px;
  color: var(--text-subtle);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-meta strong,
.meta-block strong {
  font-size: 0.84rem;
  font-weight: 650;
}

.announcement {
  padding: 10px 24px;
  border-bottom: 1px solid rgba(255, 177, 27, 0.16);
  background: rgba(255, 177, 27, 0.045);
  color: #e9d9b7;
  font-size: 0.78rem;
  text-align: center;
}

.announcement strong {
  margin-right: 8px;
  color: var(--gold);
}

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

.section-heading h2 {
  margin-bottom: 16px;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.section-heading-row {
  margin-bottom: 42px;
  align-items: end;
}

.section-heading-row .section-heading {
  margin-bottom: 0;
}

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

.product-card {
  position: relative;
  display: flex;
  min-height: 410px;
  overflow: hidden;
  padding: 25px;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(155deg, rgba(21, 16, 26, 0.94), rgba(10, 8, 12, 0.98));
  transition:
    transform 180ms var(--ease),
    border-color 180ms var(--ease),
    box-shadow 180ms var(--ease);
}

.product-card::before {
  position: absolute;
  top: -9rem;
  right: -8rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 75, 200, 0.11), transparent 68%);
  content: "";
  transition: opacity 180ms var(--ease), transform 300ms var(--ease);
}

.product-card::after {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  content: "";
  opacity: 0;
  background: var(--brand-gradient);
  transition: opacity 180ms var(--ease);
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card);
}

.product-card:hover::before {
  transform: scale(1.08);
}

.product-card:hover::after,
.product-card.featured::after {
  opacity: 0.85;
}

.product-card.featured {
  border-color: rgba(177, 18, 135, 0.48);
}

.product-card .card-head,
.product-card .product-card-body,
.product-card .product-card-foot {
  position: relative;
  z-index: 1;
}

.product-card-body {
  padding-top: 62px;
}

.product-card h3 {
  margin-bottom: 13px;
  font-size: 1.65rem;
}

.product-card-body p {
  color: var(--text-muted);
  line-height: 1.6;
}

.product-card-foot {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--border);
}

.price {
  display: block;
  font-size: 1.35rem;
  font-weight: 720;
  letter-spacing: -0.03em;
}

.price-note {
  display: block;
  margin-top: 2px;
  color: var(--text-subtle);
  font-size: 0.72rem;
}

.compare-price {
  margin-left: 5px;
  color: var(--text-subtle);
  font-size: 0.78em;
  font-weight: 500;
  text-decoration: line-through;
}

.badge,
.status-badge,
.platform-badge {
  display: inline-flex;
  min-height: 26px;
  padding: 4px 9px;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--text-muted);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.badge-featured {
  border-color: rgba(255, 177, 27, 0.28);
  background: rgba(255, 177, 27, 0.075);
  color: var(--gold);
}

.status-badge::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.status-active,
.status-paid,
.status-fulfilled,
.status-published,
.status-live {
  border-color: rgba(66, 211, 146, 0.24);
  background: rgba(66, 211, 146, 0.065);
  color: var(--success);
}

.status-pending,
.status-draft,
.status-processing {
  border-color: rgba(255, 184, 74, 0.24);
  background: rgba(255, 184, 74, 0.065);
  color: var(--warning);
}

.status-revoked,
.status-refunded,
.status-disabled,
.status-archived,
.status-failed {
  border-color: rgba(255, 91, 117, 0.24);
  background: rgba(255, 91, 117, 0.065);
  color: #ff8ca0;
}

.steps-grid,
.value-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card,
.value-card,
.help-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(13, 10, 16, 0.62);
}

.step-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  color: var(--orange);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.75rem;
  font-weight: 750;
}

.step-card p,
.value-card p,
.help-card p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.vault-preview {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--surface-2), #09070b 70%);
  grid-template-columns: minmax(0, 0.85fr) minmax(470px, 1.15fr);
}

.vault-preview-copy {
  padding: clamp(38px, 6vw, 76px);
}

.vault-preview-copy .lead {
  margin-bottom: 30px;
  font-size: 1rem;
}

.vault-preview-ui {
  position: relative;
  min-height: 500px;
  padding: 42px 40px 0;
  overflow: hidden;
  border-left: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 0%, rgba(177, 18, 135, 0.12), transparent 52%),
    #09070b;
}

.preview-window {
  min-height: 440px;
  padding: 22px;
  border: 1px solid var(--border-strong);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: var(--surface-1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.preview-window-head {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 7px;
}

.preview-window-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border-strong);
}

.preview-product {
  display: flex;
  margin-top: 14px;
  padding: 20px;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: var(--surface-2);
}

.preview-product-icon,
.vault-product-icon {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 75, 200, 0.26);
  border-radius: 13px;
  background: #080609;
}

.preview-product-icon::before,
.vault-product-icon::before {
  width: 18px;
  height: 18px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5px rgba(255, 75, 200, 0.14);
}

.preview-product-copy {
  min-width: 0;
  flex: 1;
}

.preview-product-copy strong,
.preview-product-copy span {
  display: block;
}

.preview-product-copy span {
  color: var(--text-subtle);
  font-size: 0.74rem;
}

.security-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.25);
}

.security-band::after {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 75, 200, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(255, 177, 27, 0.025), 0 0 0 140px rgba(255, 75, 200, 0.018);
}

.value-card {
  position: relative;
  z-index: 1;
}

.value-card-index {
  display: block;
  margin-bottom: 46px;
  color: var(--pink-electric);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.72rem;
}

.catalog-hero,
.page-hero {
  padding: 94px 0 58px;
  border-bottom: 1px solid var(--border);
}

.catalog-hero h1,
.page-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.catalog-toolbar {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 12px;
}

.search-field {
  position: relative;
  flex: 1;
}

.search-field::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 12px;
  height: 12px;
  transform: translateY(-58%);
  border: 1.5px solid var(--text-subtle);
  border-radius: 50%;
  content: "";
}

.search-field::after {
  position: absolute;
  top: calc(50% + 5px);
  left: 27px;
  width: 6px;
  height: 1.5px;
  transform: rotate(45deg);
  background: var(--text-subtle);
  content: "";
}

.search-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px 0 43px;
  border: 1px solid var(--border);
  border-radius: 12px;
  outline: 0;
  background: var(--surface-1);
  color: var(--text);
}

.filter-select {
  min-height: 48px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-1);
  color: var(--text);
}

.result-count {
  margin: 0 0 18px;
  color: var(--text-subtle);
  font-size: 0.78rem;
}

.product-detail {
  padding: 84px 0 110px;
}

.breadcrumb {
  display: flex;
  margin-bottom: 42px;
  align-items: center;
  gap: 9px;
  color: var(--text-subtle);
  font-size: 0.78rem;
}

.breadcrumb a:hover {
  color: var(--text);
}

.product-detail-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
  gap: clamp(48px, 8vw, 110px);
}

.product-visual {
  position: relative;
  display: grid;
  min-height: 570px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 45%, rgba(177, 18, 135, 0.18), transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(255, 138, 43, 0.08), transparent 53%),
    linear-gradient(145deg, #16101a, #080609);
}

.product-visual::before,
.product-visual::after {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 75, 200, 0.12);
  border-radius: 50%;
  content: "";
}

.product-visual::after {
  width: 460px;
  height: 460px;
  border-color: rgba(255, 138, 43, 0.07);
}

.product-visual .console-mark {
  width: 240px;
  height: 240px;
  margin: 0;
}

.product-visual .console-mark img {
  top: -107px;
  left: -94px;
  width: 438px;
}

.visual-caption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  color: var(--text-subtle);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-buy-panel {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.product-buy-panel h1 {
  margin-bottom: 16px;
  font-size: clamp(2.65rem, 5vw, 4.7rem);
}

.product-buy-panel .lead {
  margin-bottom: 28px;
  font-size: 1rem;
}

.detail-meta-grid {
  display: grid;
  margin: 28px 0;
  padding: 22px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.purchase-box {
  padding: 22px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  background: var(--surface-1);
}

.purchase-price-row {
  display: flex;
  margin-bottom: 18px;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.purchase-price-row .price {
  font-size: 2rem;
}

.purchase-notes {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  gap: 7px;
  color: var(--text-muted);
  font-size: 0.78rem;
  list-style: none;
}

.purchase-notes li::before,
.feature-list li::before {
  margin-right: 8px;
  color: var(--success);
  content: "✓";
}

.detail-content {
  display: grid;
  margin-top: 74px;
  grid-template-columns: 1fr 0.55fr;
  gap: 70px;
}

.detail-prose p {
  color: var(--text-muted);
  white-space: pre-line;
}

.feature-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  color: var(--text-muted);
  list-style: none;
}

.feature-list li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.app-page {
  min-height: calc(100vh - var(--header-height));
  background: #070508;
}

.app-shell {
  display: grid;
  width: min(100%, 1600px);
  min-height: calc(100vh - var(--header-height));
  margin: 0 auto;
  grid-template-columns: 246px minmax(0, 1fr);
}

.app-sidebar {
  position: sticky;
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
  padding: 28px 18px;
  border-right: 1px solid var(--border);
  background: #09070b;
}

.sidebar-label {
  margin: 0 12px 12px;
  color: var(--text-subtle);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sidebar-nav {
  display: grid;
  gap: 3px;
}

.sidebar-nav + .sidebar-label {
  margin-top: 30px;
}

.sidebar-nav a {
  display: flex;
  min-height: 43px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 620;
  transition: background 150ms var(--ease), color 150ms var(--ease);
}

.sidebar-nav a:hover,
.sidebar-nav a[aria-current="page"] {
  background: var(--surface-2);
  color: var(--text);
}

.sidebar-nav a[aria-current="page"] {
  box-shadow: inset 2px 0 var(--pink-electric);
}

.sidebar-nav .nav-count {
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 75, 200, 0.1);
  color: var(--pink-electric);
  font-family: ui-monospace, monospace;
  font-size: 0.64rem;
  text-align: center;
}

.sidebar-profile {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-1);
}

.sidebar-profile strong,
.sidebar-profile span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-profile strong {
  font-size: 0.8rem;
}

.sidebar-profile span {
  margin-top: 2px;
  color: var(--text-subtle);
  font-size: 0.7rem;
}

.app-main {
  min-width: 0;
  padding: 42px clamp(24px, 4vw, 58px) 80px;
}

.app-heading {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.app-heading h1 {
  margin-bottom: 7px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.03;
}

.app-heading p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.metric-grid {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.metric-card,
.panel,
.vault-product-card,
.security-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-1);
}

.metric-card {
  min-height: 148px;
  padding: 20px;
}

.metric-label {
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.metric-delta {
  color: var(--success);
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
}

.metric-value {
  display: block;
  margin-top: 27px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 720;
  letter-spacing: -0.04em;
  line-height: 1;
}

.metric-caption {
  display: block;
  margin-top: 8px;
  color: var(--text-subtle);
  font-size: 0.69rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
  gap: 20px;
}

.panel {
  min-width: 0;
  overflow: hidden;
}

.panel-head {
  min-height: 68px;
  padding: 0 21px;
  border-bottom: 1px solid var(--border);
}

.panel-head h2,
.panel-head h3 {
  margin: 0;
  font-size: 0.96rem;
  letter-spacing: -0.015em;
}

.panel-body {
  padding: 21px;
}

.chart {
  position: relative;
  display: flex;
  height: 250px;
  padding: 20px 8px 25px;
  align-items: end;
  gap: 8px;
  border-bottom: 1px solid var(--border);
  background:
    repeating-linear-gradient(to bottom, transparent 0, transparent 49px, rgba(49, 37, 56, 0.52) 50px);
}

.chart-bar-wrap {
  display: flex;
  height: 100%;
  flex: 1;
  align-items: end;
}

.chart-bar {
  width: 100%;
  min-height: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, rgba(177, 18, 135, 0.45), var(--pink-electric));
  box-shadow: 0 -4px 18px rgba(255, 75, 200, 0.08);
  animation: chart-rise 450ms var(--ease) both;
}

@keyframes chart-rise {
  from { height: 0; opacity: 0; }
}

.activity-list {
  display: grid;
}

.activity-item {
  display: grid;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.activity-item:last-child {
  border-bottom: 0;
}

.activity-dot {
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--pink-electric);
  box-shadow: 0 0 12px rgba(255, 75, 200, 0.45);
}

.activity-item p,
.activity-item small {
  margin: 0;
}

.activity-item p {
  font-size: 0.8rem;
}

.activity-item small,
.activity-time {
  color: var(--text-subtle);
  font-size: 0.67rem;
}

.activity-time {
  white-space: nowrap;
}

.data-table-wrap {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.data-table th,
.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: middle;
}

.data-table th {
  color: var(--text-subtle);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.data-table tbody tr {
  transition: background 140ms ease;
}

.data-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.018);
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.table-primary {
  display: block;
  max-width: 260px;
  overflow: hidden;
  color: var(--text);
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-secondary {
  display: block;
  margin-top: 2px;
  color: var(--text-subtle);
  font-size: 0.68rem;
}

.table-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

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

.vault-product-card {
  padding: 22px;
}

.vault-product-head {
  margin-bottom: 24px;
  align-items: start;
}

.vault-product-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.vault-product-title h3 {
  margin-bottom: 3px;
}

.vault-product-title p {
  margin: 0;
  color: var(--text-subtle);
  font-size: 0.72rem;
}

.license-box {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #080609;
}

.license-label {
  display: block;
  margin-bottom: 7px;
  color: var(--text-subtle);
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.license-key-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.license-key {
  min-width: 0;
  overflow: hidden;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.73rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.license-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
}

.license-action {
  min-height: 32px;
  padding: 0 8px;
  border: 0;
  border-radius: 7px;
  background: var(--surface-3);
  color: var(--text-muted);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 700;
}

.license-action:hover {
  color: var(--text);
}

.device-usage {
  margin-bottom: 18px;
}

.vault-license-term {
  margin: -7px 0 17px;
  color: #928a96;
}

.device-copy {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.7rem;
}

.progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--surface-3);
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--brand-gradient);
}

.vault-card-actions {
  display: flex;
  gap: 8px;
}

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

.security-card {
  padding: 22px;
}

.security-card p {
  color: var(--text-muted);
}

.security-card .status-badge {
  margin-bottom: 28px;
}

.settings-form {
  display: grid;
  padding: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.settings-form .field-wide {
  grid-column: 1 / -1;
}

.settings-actions {
  display: flex;
  padding: 18px 24px;
  justify-content: flex-end;
  border-top: 1px solid var(--border);
}

label > span,
.field-label {
  display: block;
  margin-bottom: 7px;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 650;
}

label small {
  color: var(--text-subtle);
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 9px;
  outline: 0;
  background: #0a080c;
  color: var(--text);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

textarea {
  min-height: 96px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #655d6b;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 138, 43, 0.09);
}

input[type="color"] {
  min-height: 48px;
  padding: 5px;
}

.checkbox-field {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--primary);
}

.checkbox-field span {
  margin: 0;
}

.money-input {
  position: relative;
}

.money-input > span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: var(--text-subtle);
}

.money-input input {
  padding-left: 27px;
}

.stack-form {
  display: grid;
  gap: 15px;
}

.form-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 91, 117, 0.25);
  border-radius: 8px;
  background: rgba(255, 91, 117, 0.07);
  color: #ffb4c0;
  font-size: 0.75rem;
}

.form-footnote {
  margin: 18px 0 0;
  color: var(--text-subtle);
  font-size: 0.67rem;
  text-align: center;
}

.modal {
  width: min(calc(100% - 32px), 480px);
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: visible;
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  background: transparent;
  color: var(--text);
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.7);
}

.modal::backdrop {
  background: rgba(1, 0, 2, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal[open] {
  animation: modal-in 220ms var(--ease) both;
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(10px) scale(0.985); }
}

.modal-shell {
  position: relative;
  max-height: calc(100vh - 32px);
  padding: 30px;
  overflow-y: auto;
  border-radius: 19px;
  background:
    radial-gradient(circle at 18% 0%, rgba(177, 18, 135, 0.12), transparent 30%),
    var(--surface-1);
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-2);
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.modal-close.static {
  position: static;
  flex: 0 0 auto;
}

.modal-brand {
  margin-bottom: 12px;
}

.auth-tabs {
  display: grid;
  margin: 18px 0 30px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #080609;
  grid-template-columns: 1fr 1fr;
}

.auth-tabs button {
  min-height: 39px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text-subtle);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
}

.auth-tabs button[aria-selected="true"] {
  background: var(--surface-3);
  color: var(--text);
}

.auth-panel h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.modal-copy {
  margin-bottom: 24px;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.panel-modal {
  width: min(calc(100% - 32px), 880px);
}

.product-editor {
  padding: 28px;
}

.product-editor .modal-heading-row {
  margin-bottom: 24px;
  align-items: flex-start;
}

.product-editor h2 {
  margin: 0;
  font-size: 2rem;
}

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

.editor-grid .field-wide {
  grid-column: 1 / -1;
}

.file-field {
  padding: 14px;
  border: 1px dashed var(--border-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.015);
}

.file-field input {
  padding: 7px;
  background: transparent;
}

.modal-actions {
  display: flex;
  margin-top: 24px;
  justify-content: flex-end;
  gap: 9px;
}

.confirm-modal {
  width: min(calc(100% - 32px), 430px);
}

.confirm-modal h2 {
  margin-bottom: 10px;
  font-size: 1.75rem;
}

.toast-region {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: min(calc(100% - 40px), 380px);
  gap: 9px;
  pointer-events: none;
}

.toast {
  display: grid;
  padding: 14px 16px;
  border: 1px solid var(--border-strong);
  border-left: 3px solid var(--info);
  border-radius: 11px;
  background: rgba(17, 13, 20, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.44);
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 12px;
  pointer-events: auto;
  animation: toast-in 220ms var(--ease) both;
}

.toast.success { border-left-color: var(--success); }
.toast.error { border-left-color: var(--danger); }
.toast.warning { border-left-color: var(--warning); }

.toast strong,
.toast span {
  display: block;
}

.toast strong {
  margin-bottom: 2px;
  font-size: 0.8rem;
}

.toast span {
  color: var(--text-muted);
  font-size: 0.72rem;
}

.toast button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-subtle);
  cursor: pointer;
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(8px); }
}

.loading-surface,
.empty-state,
.error-state,
.access-state {
  display: grid;
  min-height: 420px;
  padding: 50px 24px;
  place-content: center;
  text-align: center;
}

.empty-state.compact,
.error-state.compact {
  min-height: 260px;
}

.state-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  background: var(--surface-1);
  color: var(--orange);
  font-family: ui-monospace, monospace;
  font-size: 1.2rem;
}

.empty-state h2,
.error-state h2,
.access-state h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.empty-state p,
.error-state p,
.access-state p {
  max-width: 500px;
  margin: 0 auto 24px;
  color: var(--text-muted);
}

.skeleton-stack {
  display: grid;
  width: min(100%, 800px);
  gap: 12px;
}

.skeleton {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-1);
}

.skeleton::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  content: "";
  animation: shimmer 1.5s infinite;
}

.skeleton-title { width: 45%; height: 52px; }
.skeleton-line { width: 70%; height: 18px; }
.skeleton-card { width: 100%; height: 160px; }

@keyframes shimmer {
  to { transform: translateX(100%); }
}

.legal-page {
  width: min(calc(100% - 48px), 780px);
  margin: 0 auto;
  padding: 92px 0 120px;
}

.legal-page h1 {
  font-size: clamp(2.6rem, 6vw, 4.7rem);
}

.legal-prose {
  color: var(--text-muted);
}

.legal-prose h2 {
  margin-top: 48px;
  color: var(--text);
  font-size: 1.5rem;
}

.site-footer {
  padding: 72px max(24px, calc((100% - var(--container)) / 2)) 28px;
  border-top: 1px solid var(--border);
  background: #030203;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 44px;
}

.footer-brand p {
  max-width: 280px;
  margin: 18px 0 0;
  color: var(--text-subtle);
  font-size: 0.8rem;
}

.footer-heading {
  margin-bottom: 15px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 750;
}

.footer-grid > div:not(.footer-brand) a {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: var(--text-subtle);
  font-size: 0.76rem;
}

.footer-grid a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  margin-top: 58px;
  padding-top: 22px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  color: var(--text-subtle);
  font-size: 0.67rem;
}

.system-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.system-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 9px rgba(66, 211, 146, 0.5);
}

@media (max-width: 1100px) {
  .primary-nav {
    margin-left: 8px;
  }

  .header-actions .demo-chip {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.75fr);
    gap: 44px;
  }

  .hero-console-inner {
    min-height: 480px;
    padding: 25px;
  }

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

  .product-grid .product-card:first-child:last-child,
  .product-grid .product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .vault-preview {
    grid-template-columns: 0.8fr 1.2fr;
  }

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

  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 68px;
  }

  .header-inner {
    width: min(calc(100% - 32px), var(--container));
  }

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

  .mobile-menu-toggle {
    display: inline-block;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 76px 0 84px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-console {
    width: min(100%, 580px);
  }

  .steps-grid,
  .value-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 18px;
  }

  .step-number {
    margin-bottom: 0;
    grid-row: span 2;
  }

  .vault-preview {
    grid-template-columns: 1fr;
  }

  .vault-preview-ui {
    min-height: 420px;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 480px;
  }

  .product-buy-panel {
    position: static;
  }

  .detail-content {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .app-shell {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .app-sidebar {
    padding: 22px 10px;
  }

  .sidebar-label,
  .sidebar-profile,
  .sidebar-nav a span:first-child {
    display: none;
  }

  .sidebar-nav a {
    justify-content: center;
  }

  .sidebar-nav a::before {
    content: attr(data-short);
    font-family: ui-monospace, monospace;
    font-size: 0.72rem;
    font-weight: 750;
  }

  .sidebar-nav .nav-count {
    display: none;
  }

  .vault-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .container,
  .hero-grid {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 78px 0;
  }

  .section-tight {
    padding: 58px 0;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .brand-name {
    font-size: 0.79rem;
    letter-spacing: 0.14em;
  }

  .hero-grid {
    padding: 64px 0 70px;
  }

  .hero-copy .lead {
    margin-bottom: 26px;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .section-actions .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    margin-top: 36px;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }

  .hero-console-inner {
    min-height: 450px;
    padding: 20px;
  }

  .console-mark {
    width: 150px;
    height: 150px;
  }

  .console-mark img {
    top: -67px;
    left: -59px;
    width: 274px;
  }

  .console-meta {
    gap: 8px;
  }

  .console-meta strong {
    font-size: 0.75rem;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-grid .product-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .product-card {
    min-height: 360px;
  }

  .product-card-body {
    padding-top: 44px;
  }

  .vault-preview-copy {
    padding: 34px 24px;
  }

  .vault-preview-ui {
    min-height: 370px;
    padding: 28px 18px 0;
  }

  .preview-window {
    min-height: 350px;
    padding: 16px;
  }

  .preview-product {
    padding: 14px;
  }

  .preview-product .button {
    display: none;
  }

  .catalog-hero,
  .page-hero {
    padding: 68px 0 44px;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .product-detail {
    padding: 52px 0 84px;
  }

  .breadcrumb {
    margin-bottom: 28px;
  }

  .product-visual {
    min-height: 390px;
  }

  .product-visual .console-mark {
    width: 190px;
    height: 190px;
  }

  .product-visual .console-mark img {
    top: -85px;
    left: -75px;
    width: 347px;
  }

  .detail-meta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .detail-meta-grid .meta-block:last-child {
    grid-column: 1 / -1;
  }

  .purchase-box {
    position: sticky;
    z-index: 10;
    bottom: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.66);
  }

  .app-shell {
    display: block;
  }

  .app-sidebar {
    position: sticky;
    z-index: 20;
    top: var(--header-height);
    display: flex;
    width: 100%;
    height: auto;
    padding: 7px 12px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .sidebar-nav {
    display: flex;
    width: max-content;
    gap: 3px;
  }

  .sidebar-nav + .sidebar-label,
  .sidebar-nav.secondary {
    margin-top: 0;
    margin-left: 3px;
  }

  .sidebar-nav a {
    min-width: 45px;
    padding: 0 12px;
  }

  .sidebar-nav a[aria-current="page"] {
    box-shadow: inset 0 -2px var(--pink-electric);
  }

  .app-main {
    padding: 30px 16px 70px;
  }

  .app-heading {
    margin-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .app-heading .button {
    width: 100%;
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .metric-card {
    min-height: 130px;
    padding: 15px;
  }

  .metric-value {
    margin-top: 22px;
    font-size: 1.55rem;
  }

  .panel-head,
  .panel-body {
    padding-right: 15px;
    padding-left: 15px;
  }

  .data-table,
  .data-table tbody,
  .data-table tr,
  .data-table td {
    display: block;
    width: 100%;
  }

  .data-table thead {
    display: none;
  }

  .data-table tr {
    padding: 13px 15px;
    border-bottom: 1px solid var(--border);
  }

  .data-table td {
    display: grid;
    min-height: 35px;
    padding: 6px 0;
    border: 0;
    grid-template-columns: 110px 1fr;
    align-items: start;
    gap: 12px;
  }

  .data-table td::before {
    color: var(--text-subtle);
    content: attr(data-label);
    font-family: ui-monospace, monospace;
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .table-actions {
    justify-content: flex-start;
  }

  .settings-form,
  .editor-grid {
    grid-template-columns: 1fr;
  }

  .settings-form .field-wide,
  .editor-grid .field-wide {
    grid-column: auto;
  }

  .security-grid {
    grid-template-columns: 1fr;
  }

  .vault-product-card {
    padding: 18px;
  }

  .vault-product-head {
    flex-direction: column;
  }

  .vault-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .modal-shell {
    padding: 24px 20px;
  }

  .product-editor {
    padding: 22px 18px;
  }

  .site-footer {
    padding: 56px 20px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

@media (max-width: 390px) {
  .brand-name {
    display: none;
  }

  .trust-row,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .product-card-foot,
  .purchase-price-row {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

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

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

@media (forced-colors: active) {
  .gradient-text {
    color: CanvasText;
  }

  .status-badge::before,
  .trust-row i,
  .system-status i {
    forced-color-adjust: none;
  }
}

/* Storefront v2: product-first editorial system */
:root {
  --bg: #070608;
  --surface-1: #0d0b0f;
  --surface-2: #121015;
  --surface-3: #19151c;
  --border: #29242d;
  --border-strong: #403746;
  --text: #f5f1f4;
  --text-muted: #b3aab5;
  --text-subtle: #79717d;
  --container: 1360px;
  --header-height: 72px;
  --radius-sm: 7px;
  --radius-md: 11px;
  --radius-lg: 16px;
}

body {
  background:
    radial-gradient(circle at 82% 2%, rgba(191, 31, 140, 0.07), transparent 30rem),
    linear-gradient(180deg, #080709 0%, var(--bg) 38rem);
}

.ambient {
  opacity: 0.055;
}

.site-header {
  border-color: rgba(255, 255, 255, 0.075);
  background: rgba(7, 6, 8, 0.9);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.site-header::after {
  right: auto;
  width: min(32vw, 430px);
  opacity: 0.72;
  background: linear-gradient(90deg, var(--orange), var(--pink-electric), transparent);
}

.header-inner {
  width: min(calc(100% - 56px), var(--container));
  gap: 36px;
}

.brand-name {
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.23em;
}

.primary-nav {
  margin-left: 18px;
  gap: 2px;
}

.primary-nav a {
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 6px;
  color: #948b98;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.035);
}

.primary-nav a[aria-current="page"]::after {
  right: 14px;
  bottom: 5px;
  left: 14px;
}

.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #706976;
  box-shadow: 0 0 0 3px rgba(112, 105, 118, 0.12);
  transition: background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.store-ready .nav-status i {
  background: var(--success);
  box-shadow: 0 0 0 3px rgba(66, 211, 146, 0.12), 0 0 14px rgba(66, 211, 146, 0.28);
}

.button {
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.04em;
}

.button-primary {
  border-color: #f5f1f4;
  background: #f5f1f4;
  color: #09070a;
  box-shadow: none;
}

.button-primary:hover:not(:disabled) {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.button-secondary,
.button-quiet {
  background: rgba(255, 255, 255, 0.025);
}

.button-small {
  min-height: 44px;
  border-radius: 6px;
}

.announcement {
  display: flex;
  min-height: 43px;
  padding: 9px max(24px, calc((100% - var(--container)) / 2));
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-color: rgba(255, 140, 43, 0.16);
  background: #0c090c;
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.035em;
}

.announcement strong {
  margin: 0;
  color: var(--orange);
  font-size: 0.63rem;
  letter-spacing: 0.16em;
}

.announcement a {
  margin-left: 8px;
  color: var(--text);
  font-weight: 700;
}

.store-hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
}

.store-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 6, 8, 0.98) 0%, rgba(7, 6, 8, 0.78) 43%, rgba(7, 6, 8, 0.25) 75%, rgba(7, 6, 8, 0.68) 100%);
}

.store-hero-glow {
  position: absolute;
  z-index: -1;
  top: -35%;
  right: -8%;
  width: min(70vw, 920px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 63, 177, 0.15), rgba(255, 124, 28, 0.07) 34%, transparent 67%);
  filter: blur(28px);
}

.store-hero-grid {
  display: grid;
  min-height: 690px;
  padding-top: 72px;
  padding-bottom: 72px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(48px, 7vw, 116px);
}

.store-hero-copy {
  max-width: 660px;
}

.store-kicker {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
  gap: 13px;
  color: #9b929f;
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.store-kicker span {
  padding-right: 13px;
  border-right: 1px solid var(--border-strong);
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.store-hero-copy h1 {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: clamp(3.75rem, 6.2vw, 6.5rem);
  font-weight: 690;
  line-height: 0.91;
  letter-spacing: -0.06em;
}

.store-hero-copy .lead {
  max-width: 570px;
  margin-bottom: 34px;
  color: #aea5b1;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.store-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-hero-actions .button {
  min-height: 49px;
  padding-inline: 21px;
}

.store-hero-note {
  margin: 26px 0 0;
  color: #817984;
  font-size: 0.72rem;
  letter-spacing: 0.025em;
}

.store-hero-note span {
  margin-right: 6px;
  color: var(--orange);
}

.hero-release {
  position: relative;
  overflow: hidden;
  border: 1px solid #332c36;
  border-radius: 13px;
  background: #0a080b;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.44);
}

.hero-release::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--brand-gradient);
}

.hero-release-bar,
.hero-release-meta {
  display: flex;
  min-height: 48px;
  padding: 0 18px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #8e8591;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-release-bar {
  border-bottom: 1px solid var(--border);
}

.release-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #928a96;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.release-availability i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #746d79;
}

.release-availability.is-live {
  color: #9fe5c4;
}

.release-availability.is-live i {
  background: var(--success);
  box-shadow: 0 0 10px rgba(66, 211, 146, 0.34);
}

.hero-release-art,
.release-art {
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  background: #100c12;
}

.hero-release-art {
  min-height: 360px;
  border-bottom: 1px solid var(--border);
}

.hero-release-art::before,
.release-art::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 65% 40%, rgba(255, 64, 181, 0.22), transparent 28%),
    radial-gradient(circle at 30% 72%, rgba(255, 132, 30, 0.18), transparent 31%),
    linear-gradient(135deg, #151019, #0a080c 65%);
}

.art-1::before {
  background: radial-gradient(circle at 32% 38%, rgba(255, 141, 35, 0.25), transparent 28%), radial-gradient(circle at 74% 74%, rgba(158, 77, 255, 0.19), transparent 30%), linear-gradient(150deg, #17110e, #0a090c 68%);
}

.art-2::before {
  background: radial-gradient(circle at 72% 28%, rgba(250, 64, 179, 0.23), transparent 29%), radial-gradient(circle at 24% 70%, rgba(67, 173, 255, 0.14), transparent 34%), linear-gradient(135deg, #130c14, #080a0d 70%);
}

.art-3::before {
  background: radial-gradient(circle at 42% 68%, rgba(255, 119, 27, 0.23), transparent 30%), radial-gradient(circle at 80% 24%, rgba(246, 47, 152, 0.16), transparent 26%), linear-gradient(155deg, #16100e, #09080b 68%);
}

.hero-release-grid,
.release-art-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.4;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(120deg, transparent 5%, #000 46%, transparent 96%);
}

.hero-release-ring,
.release-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.hero-release-ring::after,
.release-orbit::after {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(255, 138, 43, 0.5);
  content: "";
}

.ring-one {
  top: -95px;
  right: -35px;
  width: 330px;
  height: 330px;
}

.ring-two {
  right: 95px;
  bottom: -170px;
  width: 410px;
  height: 410px;
}

.hero-brand-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(47%, 255px);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.42));
}

.hero-build,
.release-build,
.release-art-label {
  position: absolute;
  color: rgba(255, 255, 255, 0.48);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-build {
  right: 18px;
  bottom: 15px;
}

.hero-release-info {
  display: grid;
  min-height: 122px;
  padding: 22px 20px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
}

.hero-release-info p,
.hero-release-price span {
  margin: 0 0 5px;
  color: #807783;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.hero-release-info h2 {
  margin: 0 0 5px;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
}

.hero-release-info > div > span:last-child {
  display: block;
  overflow: hidden;
  max-width: 430px;
  color: #948b98;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-release-price {
  text-align: right;
}

.hero-release-price strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
}

.hero-release-meta {
  min-height: 39px;
  justify-content: flex-start;
  border-top: 1px solid var(--border);
}

.hero-release-meta span + span::before {
  margin-right: 13px;
  color: #4f4753;
  content: "/";
}

.operations-rail {
  border-bottom: 1px solid var(--border);
  background: #09080a;
}

.operations-rail-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.operation-item {
  display: flex;
  min-height: 94px;
  padding: 20px 24px;
  align-items: center;
  gap: 13px;
  border-left: 1px solid var(--border);
}

.operation-item:last-child {
  border-right: 1px solid var(--border);
}

.operation-item small,
.operation-item strong {
  display: block;
}

.operation-item small {
  margin-bottom: 4px;
  color: #918895;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operation-item strong {
  color: #c9c2cb;
  font-size: 0.76rem;
  font-weight: 650;
}

.operation-icon {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  place-items: center;
  color: #88808c;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.55rem;
}

.operation-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(66, 211, 146, 0.08), 0 0 18px rgba(66, 211, 146, 0.22);
}

.operation-live b {
  margin-left: auto;
  color: #77707b;
  font-size: 1rem;
  transition: transform 160ms var(--ease), color 160ms var(--ease);
}

.operation-live:hover b {
  transform: translateX(3px);
  color: var(--text);
}

.release-section {
  padding-top: 116px;
  padding-bottom: 124px;
}

.release-heading {
  display: grid;
  margin-bottom: 48px;
  align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 48px;
}

.release-heading .eyebrow {
  margin-bottom: 16px;
}

.release-heading h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.release-heading h2 span {
  color: #817985;
}

.release-heading > div:last-child {
  padding-bottom: 3px;
}

.release-heading > div:last-child p {
  max-width: 420px;
  margin-bottom: 17px;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.045em;
}

.text-link span {
  color: var(--orange);
  transition: transform 160ms var(--ease);
}

.text-link:hover span {
  transform: translateX(3px);
}

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

.product-grid {
  gap: 18px;
}

.release-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #0b090c;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease);
}

.release-card:hover {
  transform: translateY(-3px);
  border-color: #4d414f;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.27);
}

.release-card.featured::after {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: var(--brand-gradient);
}

.release-art {
  min-height: 250px;
  border-bottom: 1px solid var(--border);
}

.release-art::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(6, 5, 7, 0.52));
}

.release-orbit-one {
  top: -82px;
  right: -48px;
  width: 260px;
  height: 260px;
}

.release-orbit-two {
  bottom: -124px;
  left: 8%;
  width: 300px;
  height: 300px;
}

.release-monogram {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.38));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(4.1rem, 7vw, 7.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  text-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
}

.release-art-label {
  z-index: 1;
  top: 16px;
  left: 17px;
}

.release-build {
  z-index: 1;
  right: 17px;
  bottom: 15px;
}

.release-card-content {
  display: flex;
  height: 100%;
  padding: 24px;
  flex-direction: column;
}

.release-topline {
  display: flex;
  min-height: 22px;
  margin-bottom: 19px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.release-featured {
  color: var(--orange);
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-license {
  margin-bottom: 8px;
  color: #918895;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.release-card h3 {
  margin-bottom: 9px;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  letter-spacing: -0.045em;
}

.release-card h3 a:hover {
  color: #fff;
}

.release-summary {
  max-width: 540px;
  min-height: 44px;
  margin-bottom: 23px;
  color: #99909d;
  font-size: 0.82rem;
  line-height: 1.65;
}

.release-meta {
  display: grid;
  margin: 0 0 25px;
  padding: 15px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.release-meta div {
  min-width: 0;
  padding-right: 12px;
}

.release-meta div + div {
  padding-left: 14px;
  border-left: 1px solid var(--border);
}

.release-meta dt,
.release-meta dd {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.release-meta dt {
  margin-bottom: 4px;
  color: #918895;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-meta dd {
  color: #c2bbc5;
  font-size: 0.7rem;
  font-weight: 650;
}

.release-card-foot {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.release-price > span,
.release-price > strong {
  display: block;
}

.release-price > span {
  margin-bottom: 4px;
  color: #918895;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.release-price > strong {
  font-size: 1.55rem;
  line-height: 1.05;
}

.release-price .compare-price {
  display: inline;
  margin-left: 7px;
  color: #776f7b;
  font-size: 0.72rem;
  font-weight: 500;
}

.control-section {
  padding-top: 122px;
  padding-bottom: 124px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #09080a;
}

.control-heading {
  display: grid;
  margin-bottom: 48px;
  align-items: end;
  grid-template-columns: 0.42fr 1fr 0.62fr;
  gap: 36px;
}

.control-heading .eyebrow {
  margin: 0;
  align-self: start;
}

.control-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.7rem, 4.3vw, 4.6rem);
  line-height: 0.98;
}

.control-heading > p:last-child {
  margin: 0 0 4px;
  color: #99919c;
  font-size: 0.82rem;
  line-height: 1.7;
}

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

.control-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 29px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #0e0c10;
}

.control-card-main {
  display: grid;
  min-height: 500px;
  padding: 38px;
  align-items: center;
  grid-column: span 8;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 40px;
  background: linear-gradient(135deg, #110d12, #0b0a0c 70%);
}

.control-card-activation {
  grid-column: span 4;
}

.control-card-payment {
  grid-column: span 5;
}

.control-card-audit {
  grid-column: span 7;
}

.control-index {
  display: block;
  margin-bottom: 25px;
  color: #918895;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.11em;
}

.control-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 2.5vw, 2.55rem);
  line-height: 1.05;
}

.control-card p {
  margin-bottom: 23px;
  color: #98909b;
  font-size: 0.8rem;
  line-height: 1.72;
}

.mini-vault {
  overflow: hidden;
  border: 1px solid #3d3440;
  border-radius: 9px;
  background: #080709;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.34);
}

.mini-vault-bar {
  display: flex;
  min-height: 40px;
  padding: 0 14px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  color: #766f7a;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

.mini-vault-bar span:first-child {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
}

.mini-vault-release {
  display: grid;
  min-height: 105px;
  padding: 18px;
  align-items: center;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 13px;
}

.mini-vault-release i {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 128, 35, 0.26);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 137, 36, 0.15), rgba(255, 54, 175, 0.12));
  place-items: center;
  color: #e4dce5;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
}

.mini-vault-release strong,
.mini-vault-release small {
  display: block;
}

.mini-vault-release strong {
  overflow: hidden;
  color: #d8d1da;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-vault-release small {
  margin-top: 4px;
  color: #756d79;
  font-size: 0.54rem;
}

.mini-vault-release b {
  color: var(--success);
  font-size: 0.53rem;
  letter-spacing: 0.09em;
}

.mini-vault-data {
  display: grid;
  padding: 16px 18px;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.015);
  grid-template-columns: repeat(3, 1fr);
}

.mini-vault-data span + span {
  padding-left: 12px;
  border-left: 1px solid var(--border);
}

.mini-vault-data small,
.mini-vault-data strong {
  display: block;
}

.mini-vault-data small {
  color: #675f6b;
  font-size: 0.45rem;
  letter-spacing: 0.08em;
}

.mini-vault-data strong {
  margin-top: 5px;
  color: #aaa2ad;
  font-size: 0.55rem;
}

.activation-graphic {
  position: relative;
  display: flex;
  height: 92px;
  margin: 4px 0 28px;
  align-items: center;
  justify-content: space-between;
}

.activation-graphic::before {
  position: absolute;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), var(--pink-electric));
  content: "";
}

.activation-graphic span {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 4px solid #17131a;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 138, 43, 0.35);
}

.activation-graphic span:nth-child(2) {
  background: #ef5b79;
}

.activation-graphic span:nth-child(3) {
  background: var(--pink-electric);
}

.activation-graphic i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.payment-signal {
  display: flex;
  width: fit-content;
  margin: 12px 0 56px;
  padding: 10px 13px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(66, 211, 146, 0.18);
  border-radius: 6px;
  background: rgba(66, 211, 146, 0.045);
  color: #a6d8be;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.09em;
}

.payment-signal i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 10px rgba(66, 211, 146, 0.3);
}

.audit-lines {
  display: grid;
  margin-top: 40px;
  gap: 10px;
}

.audit-lines span {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 138, 43, 0.55), rgba(255, 74, 190, 0.22), transparent 75%);
}

.audit-lines span:nth-child(2) {
  width: 82%;
}

.audit-lines span:nth-child(3) {
  width: 61%;
}

.launch-section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.launch-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: clamp(54px, 9vw, 140px);
}

.launch-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 0.97;
}

.launch-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-steps li {
  display: grid;
  min-height: 132px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  grid-template-columns: 62px 1fr;
  gap: 18px;
}

.launch-steps li:last-child {
  border-bottom: 1px solid var(--border);
}

.launch-steps li > span {
  padding-top: 4px;
  color: var(--orange);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.64rem;
}

.launch-steps h3 {
  margin-bottom: 7px;
  font-size: 1.25rem;
}

.launch-steps p {
  max-width: 520px;
  margin: 0;
  color: #938b97;
  font-size: 0.8rem;
  line-height: 1.68;
}

.home-final-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.home-final-cta {
  position: relative;
  display: grid;
  min-height: 280px;
  overflow: hidden;
  padding: 48px 52px;
  align-items: center;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 42px;
  border: 1px solid #3a303c;
  border-radius: 12px;
  background:
    radial-gradient(circle at 12% 110%, rgba(255, 132, 30, 0.13), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(255, 59, 181, 0.1), transparent 34%),
    #0d0a0e;
}

.home-final-cta::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--brand-gradient);
  content: "";
}

.home-final-mark {
  width: 150px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.35));
}

.home-final-cta h2 {
  max-width: 650px;
  margin-bottom: 11px;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.home-final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #9a919e;
  font-size: 0.82rem;
}

.home-final-actions {
  display: flex;
  min-width: 190px;
  flex-direction: column;
  gap: 9px;
}

.catalog-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 63, 181, 0.08), transparent 26rem),
    linear-gradient(180deg, #0a080b, var(--bg));
}

.catalog-hero h1,
.page-hero h1 {
  letter-spacing: -0.055em;
}

.variant-pill {
  min-height: 44px;
  border-color: #433a47;
  background: rgba(255, 255, 255, 0.025);
  color: #b7aebb;
  font-weight: 650;
}

.variant-pill:hover:not(:disabled) {
  border-color: #67566b;
}

.variant-pill.active,
.variant-pill[aria-pressed="true"] {
  border-color: var(--orange);
  background: rgba(255, 138, 43, 0.1);
  color: #fff3e8;
  box-shadow: inset 0 0 0 1px rgba(255, 138, 43, 0.16);
}

.purchase-price-row .compare-price {
  display: inline-block;
  margin-left: 8px;
  vertical-align: 0.2em;
}

.site-footer {
  background: #050405;
}

@media (max-width: 1120px) {
  .store-hero-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
    gap: 46px;
  }

  .store-hero-copy h1 {
    font-size: clamp(3.4rem, 6vw, 5rem);
  }

  .operations-rail-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operation-item:nth-child(3),
  .operation-item:nth-child(4) {
    border-top: 1px solid var(--border);
  }

  .operation-item:nth-child(2) {
    border-right: 1px solid var(--border);
  }

  .control-heading {
    grid-template-columns: 0.35fr 1fr;
  }

  .control-heading > p:last-child {
    grid-column: 2;
  }

  .control-card-main {
    grid-column: span 12;
  }

  .control-card-activation,
  .control-card-payment,
  .control-card-audit {
    grid-column: span 4;
  }

  .control-card-payment .payment-signal {
    margin-bottom: 42px;
  }

  .home-final-cta {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .home-final-mark {
    width: 120px;
  }

  .home-final-actions {
    grid-column: 2;
    flex-direction: row;
  }
}

@media (max-width: 860px) {
  .header-inner {
    width: min(calc(100% - 36px), var(--container));
  }

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

  .store-hero-grid {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .store-hero-copy {
    max-width: 680px;
  }

  .store-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(3.35rem, 11vw, 5.5rem);
  }

  .hero-release {
    width: min(100%, 680px);
  }

  .release-heading,
  .control-heading,
  .launch-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .control-heading > p:last-child {
    max-width: 560px;
    grid-column: auto;
  }

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

  .release-art {
    min-height: 210px;
  }

  .release-card-content {
    padding: 21px;
  }

  .release-card-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .release-card-foot .button {
    width: 100%;
  }

  .control-card-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .control-card-activation,
  .control-card-payment,
  .control-card-audit {
    grid-column: span 12;
  }

  .control-card:not(.control-card-main) {
    min-height: 270px;
  }

  .launch-layout {
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .container,
  .header-inner {
    width: min(calc(100% - 36px), var(--container));
  }

  .announcement {
    min-height: 44px;
    padding-inline: 18px;
    justify-content: flex-start;
    overflow: hidden;
    text-align: left;
  }

  .announcement strong,
  .announcement a {
    flex: 0 0 auto;
  }

  .announcement span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .store-hero-grid {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 40px;
  }

  .store-kicker {
    margin-bottom: 20px;
    font-size: 0.59rem;
  }

  .store-hero-copy h1 {
    margin-bottom: 21px;
    font-size: clamp(3rem, 15vw, 4.25rem);
    line-height: 0.92;
  }

  .store-hero-copy .lead {
    margin-bottom: 27px;
    font-size: 0.96rem;
  }

  .store-hero-actions,
  .store-hero-actions .button {
    width: 100%;
  }

  .store-hero-note {
    line-height: 1.6;
  }

  .hero-release-art {
    min-height: 265px;
  }

  .hero-brand-stamp {
    width: 52%;
  }

  .hero-release-info {
    min-height: 0;
    align-items: start;
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .hero-release-price {
    text-align: left;
  }

  .hero-release-meta {
    overflow-x: auto;
    white-space: nowrap;
  }

  .operations-rail-inner {
    grid-template-columns: 1fr;
  }

  .operation-item {
    min-height: 78px;
    padding: 16px 18px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .operation-item:nth-child(3),
  .operation-item:nth-child(4) {
    border-top: 0;
  }

  .operation-item:last-child {
    border-bottom: 0;
  }

  .release-section,
  .control-section,
  .launch-section {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .release-heading {
    margin-bottom: 34px;
  }

  .release-heading h2,
  .control-heading h2,
  .launch-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.75rem);
  }

  .release-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .release-art {
    min-height: 225px;
  }

  .release-summary {
    min-height: 0;
  }

  .release-card-foot {
    align-items: stretch;
  }

  .control-card,
  .control-card-main {
    min-height: 0;
    padding: 24px;
  }

  .mini-vault-release {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .mini-vault-release i {
    width: 42px;
    height: 42px;
  }

  .mini-vault-release b {
    display: none;
  }

  .mini-vault-data {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mini-vault-data span + span {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .launch-steps li {
    min-height: 0;
    grid-template-columns: 44px 1fr;
  }

  .home-final-section {
    padding-bottom: 84px;
  }

  .home-final-cta {
    min-height: 0;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-final-mark {
    width: 86px;
  }

  .home-final-actions {
    grid-column: auto;
    flex-direction: column;
  }

  .home-final-actions .button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .container,
  .header-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .store-hero-copy h1 {
    font-size: clamp(2.72rem, 15vw, 3.5rem);
  }

  .hero-release-bar {
    padding-inline: 13px;
  }

  .hero-release-art {
    min-height: 230px;
  }

  .hero-release-info,
  .release-card-content {
    padding: 19px;
  }

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

  .control-card,
  .control-card-main {
    padding: 21px;
  }
}

@media (forced-colors: active) {
  .nav-status i,
  .release-availability i,
  .operation-live i,
  .payment-signal i,
  .mini-vault-bar span:first-child {
    forced-color-adjust: none;
  }
}
