:root {
  --black: #060608;
  --obsidian: #0c0c10;
  --carbon: #111116;
  --surface: #17171d;
  --surface-2: #1c1c24;
  --border: #272733;
  --border-soft: rgba(255, 255, 255, 0.08);
  --text: #ececf6;
  --muted: #a1a1b6;
  --dim: #737389;
  --gold: #c6a86b;
  --gold-bright: #dfc78d;
  --signal: #d5ef72;
  --signal-soft: #a7c44c;
  --blue: #4b7dff;
  --accent: #c6a86b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius: 4px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Syne", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
}

.backdrop {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.backdrop-one {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(75, 125, 255, 0.13) 0%, transparent 70%);
}

.backdrop-two {
  width: 460px;
  height: 460px;
  top: 180px;
  right: -140px;
  background: radial-gradient(circle, rgba(198, 168, 107, 0.1) 0%, transparent 70%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding-bottom: 4rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  height: 78px;
  background: rgba(6, 6, 8, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: center / contain no-repeat url("logo_aethonex.png");
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}

.brand-wordmark,
.hero h1,
.statement-grid h2,
.section-heading h2,
.contact-section h2,
.about-panel h3 {
  font-family: "Syne", sans-serif;
}

.brand-wordmark {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-stack {
  display: grid;
  gap: 0.15rem;
}

.brand-caption {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.9rem 1.3rem;
  text-decoration: none;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold);
  color: var(--black);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--gold-bright);
}

.button-secondary {
  border: 1px solid var(--border);
  color: var(--text);
  background: transparent;
}

.lang-switch {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lang-switch a {
  color: var(--dim);
  text-decoration: none;
}

.lang-switch a:hover,
.lang-switch a:focus-visible,
.lang-switch .is-active {
  color: var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 2.25rem;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 5rem 0 3rem;
}

.eyebrow,
.mini-label,
.footer-heading {
  margin: 0 0 1rem;
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.statement-grid h2,
.section-heading h2,
.contact-section h2 {
  margin: 0;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.hero h1 {
  font-size: clamp(4rem, 8.5vw, 7.2rem);
  max-width: 8ch;
}

.statement-grid h2,
.section-heading h2,
.contact-section h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  max-width: 12ch;
}

.hero-lead,
.hero-proof,
.statement-grid p,
.risk-copy p,
.risk-card p,
.platform-summary p,
.platform-card p,
.economics-card p,
.process-card p,
.sector-card p,
.service-card p,
.service-list,
.reason-card p,
.comparison-copy p,
.comparison-table,
.about-panel p,
.faq-item p,
.contact-section p,
.site-footer p {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
}

.hero-lead {
  max-width: 64ch;
  margin: 1.5rem 0 0;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-proof,
.contact-note {
  color: var(--gold);
  margin-top: 1rem;
}

.hero-panel,
.statement-block,
.risk-card,
.problem-card,
.replacement-card,
.platform-shell,
.economics-card,
.process-card,
.sector-card,
.service-card,
.reason-card,
.comparison-table-wrap,
.about-panel,
.faq-item,
.contact-section,
.site-footer,
.content-card,
.contact-panel,
.callout-card {
  background: rgba(17, 17, 22, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-panel::before,
.statement-block::before,
.risk-card::before,
.problem-card::before,
.replacement-card::before,
.platform-shell::before,
.economics-card::before,
.process-card::before,
.sector-card::before,
.service-card::before,
.reason-card::before,
.comparison-table-wrap::before,
.about-panel::before,
.faq-item::before,
.contact-section::before,
.site-footer::before,
.content-card::before,
.contact-panel::before,
.callout-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.85), rgba(75, 125, 255, 0.45), transparent);
  opacity: 0.7;
}

.hero-panel {
  padding: 1.5rem;
}

.hero-home {
  align-items: start;
}

.hero-panel-home {
  background: linear-gradient(180deg, rgba(198, 168, 107, 0.08) 0%, rgba(17, 17, 22, 0.95) 100%);
}

.panel-topline,
.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.panel-status {
  color: var(--black);
  background: var(--gold);
  padding: 0.32rem 0.65rem;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-stack {
  display: grid;
  margin-top: 1rem;
}

.metric-row {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.metric-row:last-child {
  border-bottom: 0;
}

.metric-value {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1;
  color: var(--text);
}

.metric-label {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  text-align: right;
  max-width: 12ch;
}

.panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.panel-tags span {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.state-block {
  margin-top: 1rem;
}

.state-label {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.state-block ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.8;
}

.state-divider {
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.4), transparent);
}

.signal-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 0.75rem;
}

.signal-bar div {
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.statement-block,
.platform-shell,
.contact-section {
  padding: 1.8rem;
}

.statement-grid,
.risk-layout,
.comparison-layout,
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.statement-block {
  margin-top: 4rem;
}

.section {
  padding: 5rem 0 0;
}

.problem-duo,
.replacement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

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

.risk-layout,
.comparison-layout,
.about-layout {
  margin-top: 2rem;
}

.risk-emphasis,
.about-lead {
  color: var(--text);
}

.risk-grid,
.platform-grid,
.economics-grid,
.process-grid,
.sector-grid,
.services-grid,
.reasons-grid,
.faq-list {
  display: grid;
  gap: 1.25rem;
}

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

.risk-card,
.problem-card,
.replacement-card,
.platform-card,
.economics-card,
.process-card,
.sector-card,
.service-card,
.reason-card,
.about-panel,
.faq-item {
  padding: 1.5rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  backdrop-filter: blur(10px);
}

.risk-card:hover,
.problem-card:hover,
.replacement-card:hover,
.platform-card:hover,
.economics-card:hover,
.process-card:hover,
.sector-card:hover,
.service-card:hover,
.reason-card:hover,
.content-card:hover,
.contact-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 168, 107, 0.28);
  background: rgba(22, 22, 30, 0.92);
}

.risk-card h3,
.problem-card h3,
.replacement-card h3,
.platform-card h3,
.economics-card h3,
.process-card h3,
.sector-card h3,
.service-card h3,
.reason-card h3,
.faq-item summary {
  margin-top: 0;
  color: var(--text);
}

.platform-shell {
  background: rgba(12, 12, 16, 0.82);
}

.problem-card,
.replacement-card {
  background: rgba(17, 17, 22, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.replacement-card {
  border-top: 1px solid var(--gold);
}

.platform-summary {
  max-width: 48rem;
}

.platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.platform-card {
  border-top: 1px solid var(--gold);
}

.economics-grid,
.sector-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 2rem;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-list {
  margin: 0.4rem 0 1rem;
  padding-left: 1.2rem;
}

.service-list li + li {
  margin-top: 0.45rem;
}

.service-price {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--text);
}

.service-card.featured {
  background: linear-gradient(180deg, rgba(198, 168, 107, 0.08) 0%, rgba(17, 17, 22, 0.95) 100%);
  border-color: rgba(198, 168, 107, 0.25);
}

.service-card.featured::after {
  content: "Most Popular";
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--black);
  background: var(--gold);
  padding: 0.3rem 0.55rem;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reasons-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.comparison-table-wrap {
  overflow-x: auto;
  padding: 0.6rem;
}

.comparison-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  color: var(--gold);
}

.about-panel-alt {
  background: rgba(12, 12, 16, 0.95);
}

.faq-list {
  margin-top: 2rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  color: var(--text);
  padding-right: 2rem;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.1rem;
  color: var(--gold);
  font-size: 1.4rem;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 1rem 0 0;
}

.site-footer {
  margin-top: 5rem;
  padding: 1.5rem;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--text);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.footer-brand {
  margin: 0.2rem 0;
  color: var(--text);
  letter-spacing: 0.08em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-hero {
  padding: 7rem 0 2rem;
  max-width: 58rem;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.page-hero p {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
  max-width: 60ch;
  margin-top: 1.5rem;
}

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

.content-card,
.contact-panel {
  padding: 1.5rem;
}

.content-card h3,
.contact-panel h3,
.detail-list h3,
.legal-copy h2 {
  margin-top: 0;
  color: var(--text);
}

.content-card p,
.contact-panel p,
.detail-list p,
.legal-copy p {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.split-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.split-copy p {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
  max-width: 56ch;
}

.detail-list {
  display: grid;
  gap: 1rem;
}

.detail-list > div {
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
}

.compact-list > div {
  padding: 0.8rem 0;
}

.callout-card {
  border: 1px solid rgba(198, 168, 107, 0.2);
  padding: 1.8rem;
}

.callout-card h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.callout-card p {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
  max-width: 60ch;
}

.resource-grid,
.chapter-grid,
.guideline-grid,
.palette-grid,
.naming-grid,
.report-kpis,
.recommendation-list,
.timeline-grid,
.mvp-grid,
.mvp-metrics {
  display: grid;
  gap: 1.25rem;
}

.resource-grid,
.guideline-grid,
.palette-grid,
.naming-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.report-kpis,
.mvp-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-card,
.chapter-card,
.guideline-card,
.palette-card,
.naming-card,
.demo-shell,
.demo-sidebar,
.demo-report,
.demo-client,
.report-panel,
.recommendation-item,
.timeline-card,
.mvp-card,
.metric-card {
  background: rgba(17, 17, 22, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.resource-card::before,
.chapter-card::before,
.guideline-card::before,
.palette-card::before,
.naming-card::before,
.demo-shell::before,
.demo-sidebar::before,
.demo-report::before,
.demo-client::before,
.report-panel::before,
.recommendation-item::before,
.timeline-card::before,
.mvp-card::before,
.metric-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.75), rgba(75, 125, 255, 0.45), transparent);
  opacity: 0.7;
}

.resource-card,
.chapter-card,
.guideline-card,
.palette-card,
.naming-card,
.report-panel,
.recommendation-item,
.timeline-card,
.mvp-card,
.metric-card {
  padding: 1.5rem;
}

.resource-card h3,
.chapter-card h3,
.guideline-card h3,
.palette-card h3,
.naming-card h3,
.report-panel h3,
.timeline-card h3,
.mvp-card h3,
.metric-card h3 {
  margin-top: 0;
}

.resource-card p,
.chapter-card p,
.guideline-card p,
.palette-card p,
.naming-card p,
.report-panel p,
.timeline-card p,
.mvp-card p,
.metric-card p,
.recommendation-item p,
.demo-note,
.demo-client p,
.demo-client span {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
}

.resource-card a,
.guideline-card a,
.naming-card a,
.chapter-card a,
.demo-link,
.inline-link {
  color: var(--gold);
  text-decoration: none;
}

.resource-card a:hover,
.guideline-card a:hover,
.naming-card a:hover,
.chapter-card a:hover,
.demo-link:hover,
.inline-link:hover {
  color: var(--gold-bright);
}

.palette-chip {
  height: 92px;
  border: 1px solid var(--border);
  margin-bottom: 1rem;
}

.palette-chip.signal {
  box-shadow: 0 0 28px rgba(213, 239, 114, 0.12);
}

.logo-spec {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.logo-spec-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: rgba(6, 6, 8, 0.8);
  border: 1px solid var(--border);
}

.logo-spec-mark img {
  width: 120px;
  height: auto;
}

.demo-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1px;
  background: var(--border);
}

.demo-sidebar,
.demo-report {
  padding: 1.5rem;
  background: rgba(12, 12, 16, 0.94);
}

.demo-sidebar {
  display: grid;
  gap: 1rem;
}

.demo-client-list {
  display: grid;
  gap: 0.75rem;
}

.demo-client {
  padding: 1rem;
  background: rgba(17, 17, 22, 0.85);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.demo-client:hover,
.demo-client.is-active {
  border-color: rgba(198, 168, 107, 0.35);
  background: rgba(22, 22, 30, 0.96);
  transform: translateY(-2px);
}

.demo-client strong,
.report-value,
.mvp-price,
.timeline-step,
.metric-value-large {
  color: var(--text);
  font-family: "Syne", sans-serif;
}

.demo-kicker,
.report-label,
.timeline-step,
.mvp-label {
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-kpis {
  margin: 1.25rem 0;
}

.metric-card {
  background: rgba(17, 17, 22, 0.94);
}

.metric-value-large {
  font-size: 2rem;
  line-height: 1;
}

.recommendation-list {
  margin-top: 1rem;
}

.recommendation-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
}

.recommendation-num {
  color: var(--gold);
  font-family: "Syne", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.timeline-step {
  margin-bottom: 0.8rem;
}

.mvp-card.featured {
  background: linear-gradient(180deg, rgba(198, 168, 107, 0.08) 0%, rgba(17, 17, 22, 0.95) 100%);
}

.mvp-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.mvp-price {
  font-size: 2.2rem;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.mvp-list {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.75;
}

.mvp-list li + li {
  margin-top: 0.35rem;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.audit-shell,
.audit-question,
.audit-result,
.chatbot-panel,
.chatbot-toggle,
.chatbot-message,
.chatbot-quick,
.chatbot-input-wrap,
.stat-strip {
  background: rgba(17, 17, 22, 0.82);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.audit-shell::before,
.audit-question::before,
.audit-result::before,
.chatbot-panel::before,
.chatbot-toggle::before,
.chatbot-message::before,
.chatbot-quick::before,
.chatbot-input-wrap::before,
.stat-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.75), rgba(75, 125, 255, 0.45), transparent);
  opacity: 0.7;
}

.audit-shell,
.audit-result,
.stat-strip {
  padding: 1.5rem;
}

.audit-form {
  display: grid;
  gap: 1.25rem;
}

.audit-question {
  padding: 1.25rem;
}

.audit-options {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.audit-option {
  display: flex;
  gap: 0.75rem;
  align-items: start;
  padding: 0.9rem 1rem;
  background: rgba(6, 6, 8, 0.7);
  border: 1px solid var(--border);
}

.audit-option input {
  margin-top: 0.25rem;
}

.audit-option strong,
.chatbot-title,
.chatbot-message strong {
  color: var(--text);
  font-family: "Syne", sans-serif;
}

.audit-summary {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.audit-score {
  font-family: "Syne", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  color: var(--gold);
}

.audit-grade {
  color: var(--text);
  font-family: "DM Mono", monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
}

.audit-recommendations {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.audit-recommendations div {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  background: rgba(6, 6, 8, 0.6);
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stat-strip p {
  margin: 0;
}

.stat-strip .mini-label {
  margin-bottom: 0.5rem;
}

.stat-strip strong {
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.chatbot-toggle {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(198, 168, 107, 0.92), rgba(157, 123, 56, 0.95));
  color: var(--black);
  border: 0;
  cursor: pointer;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.chatbot-panel {
  position: fixed;
  right: 1.25rem;
  bottom: 6rem;
  z-index: 60;
  width: min(380px, calc(100vw - 2rem));
  background: rgba(12, 12, 16, 0.96);
  display: none;
}

.chatbot-panel.is-open {
  display: block;
}

.chatbot-header,
.chatbot-body,
.chatbot-footer {
  padding: 1rem;
}

.chatbot-header {
  border-bottom: 1px solid var(--border);
}

.chatbot-title {
  margin: 0;
}

.chatbot-body {
  display: grid;
  gap: 0.75rem;
  max-height: 420px;
  overflow-y: auto;
}

.chatbot-message {
  padding: 0.85rem 1rem;
  background: rgba(17, 17, 22, 0.8);
}

.chatbot-message.user {
  background: rgba(198, 168, 107, 0.14);
}

.chatbot-message p {
  margin: 0;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
}

.chatbot-quick {
  padding: 0.6rem 0.8rem;
  background: rgba(6, 6, 8, 0.7);
  color: var(--text);
  border: 1px solid var(--border);
  cursor: pointer;
  text-align: left;
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.chatbot-footer {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0.75rem;
}

.chatbot-input-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  padding: 0.5rem;
  background: rgba(6, 6, 8, 0.72);
}

.chatbot-input-wrap input {
  background: transparent;
  border: 0;
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  outline: none;
  padding: 0.65rem;
}

.chatbot-send {
  min-width: 48px;
  background: var(--gold);
  color: var(--black);
  border: 0;
  cursor: pointer;
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.legal-copy {
  display: grid;
  gap: 1rem;
}

.legal-copy a,
.contact-panel a {
  color: var(--gold);
  text-decoration: none;
}

.legal-copy a:hover,
.legal-copy a:focus-visible,
.contact-panel a:hover,
.contact-panel a:focus-visible {
  color: var(--gold-bright);
}

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

.field-group {
  display: grid;
  gap: 0.5rem;
}

.field-group.full-width {
  grid-column: 1 / -1;
}

.field-group label {
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-group input,
.field-group textarea,
.field-group select {
  width: 100%;
  background: rgba(6, 6, 8, 0.72);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.95rem 1rem;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  outline: none;
}

.field-group input:focus,
.field-group textarea:focus,
.field-group select:focus {
  border-color: rgba(198, 168, 107, 0.45);
  box-shadow: 0 0 0 1px rgba(198, 168, 107, 0.2);
}

.field-note {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.form-alert {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(198, 168, 107, 0.3);
  background: rgba(198, 168, 107, 0.08);
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 1.7;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

:root {
  --surface-3: #23232c;
  --panel: rgba(16, 16, 21, 0.84);
  --panel-strong: rgba(12, 12, 16, 0.94);
  --edge: rgba(198, 168, 107, 0.22);
  --edge-soft: rgba(255, 255, 255, 0.05);
  --radius-sm: 18px;
  --radius-lg: 28px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(75, 125, 255, 0.1), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(198, 168, 107, 0.1), transparent 24%),
    linear-gradient(180deg, #09090c 0%, #060608 38%, #050507 100%);
}

body::before {
  opacity: 0.1;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 82%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 0;
}

.page-shell {
  padding-top: 1rem;
}

.site-header {
  min-height: 82px;
  height: auto;
  margin-top: 0.2rem;
  padding: 0.95rem 1.15rem;
  border: 1px solid var(--edge-soft);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(18, 18, 24, 0.92), rgba(10, 10, 14, 0.88));
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.95), rgba(75, 125, 255, 0.42), transparent);
  opacity: 0.8;
}

.brand {
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
}

.brand-wordmark {
  letter-spacing: 0.14em;
}

.site-nav {
  justify-self: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid var(--edge-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 40px;
  padding: 0.65rem 0.82rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.site-nav a.is-current,
.site-nav a[aria-current="page"] {
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(198, 168, 107, 0.18), rgba(198, 168, 107, 0.08));
  border-color: var(--edge);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lang-switch {
  gap: 0.2rem;
  padding: 0.35rem;
  border: 1px solid var(--edge-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 0 0.6rem;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease;
}

.lang-switch a:hover,
.lang-switch a:focus-visible,
.lang-switch a.is-current,
.lang-switch a[aria-current="page"],
.lang-switch .is-active {
  color: var(--text);
  background: rgba(198, 168, 107, 0.12);
}

.button {
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.button-primary {
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 100%);
  border-color: rgba(198, 168, 107, 0.55);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 14px 38px rgba(198, 168, 107, 0.16);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(198, 168, 107, 0.26);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  min-height: calc(100vh - 112px);
  gap: 2.8rem;
  padding: 4.5rem 0 3rem;
}

.hero-copy,
.page-hero {
  position: relative;
}

.hero-copy {
  max-width: 46rem;
}

.hero-copy::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(75, 125, 255, 0.4), transparent);
}

.hero h1 {
  max-width: 9ch;
  text-wrap: balance;
}

.hero-lead {
  font-size: 15px;
  max-width: 60ch;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(198, 168, 107, 0.16);
  border-radius: 999px;
  background: rgba(198, 168, 107, 0.06);
}

.hero-panel,
.statement-block,
.risk-card,
.problem-card,
.replacement-card,
.platform-shell,
.economics-card,
.process-card,
.sector-card,
.service-card,
.reason-card,
.comparison-table-wrap,
.about-panel,
.faq-item,
.contact-section,
.site-footer,
.content-card,
.contact-panel,
.callout-card,
.resource-card,
.chapter-card,
.guideline-card,
.palette-card,
.naming-card,
.demo-shell,
.demo-sidebar,
.demo-report,
.demo-client,
.report-panel,
.recommendation-item,
.timeline-card,
.mvp-card,
.metric-card,
.audit-shell,
.audit-question,
.audit-result,
.chatbot-panel,
.chatbot-toggle,
.chatbot-message,
.chatbot-quick,
.chatbot-input-wrap,
.stat-strip {
  border-radius: var(--radius-lg);
}

.hero-panel,
.statement-block,
.platform-shell,
.contact-section,
.site-footer,
.callout-card,
.page-hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 16%),
    linear-gradient(180deg, rgba(17, 17, 22, 0.88), rgba(10, 10, 14, 0.92));
  border: 1px solid var(--edge-soft);
}

.hero-panel-home {
  padding: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(16, 16, 22, 0.96), rgba(10, 10, 14, 0.96));
}

.panel-topline {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--edge-soft);
}

.panel-status {
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.state-block ul {
  padding-left: 1rem;
}

.signal-bar {
  gap: 0.9rem;
  margin-top: 0.4rem;
  padding-top: 1.25rem;
}

.signal-bar div {
  min-height: 72px;
  padding: 1rem 1rem 0;
  border: 1px solid var(--edge-soft);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.015);
  color: var(--muted);
}

.section {
  padding-top: 5.5rem;
}

.section-heading {
  display: grid;
  gap: 1rem;
  max-width: 68rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--edge-soft);
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
  max-width: 60ch;
}

.statement-block,
.platform-shell,
.contact-section,
.callout-card {
  padding: 2rem;
}

.risk-card,
.problem-card,
.replacement-card,
.platform-card,
.economics-card,
.process-card,
.sector-card,
.service-card,
.reason-card,
.about-panel,
.faq-item,
.content-card,
.contact-panel,
.resource-card,
.chapter-card,
.guideline-card,
.palette-card,
.naming-card,
.report-panel,
.recommendation-item,
.timeline-card,
.mvp-card,
.metric-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 18%),
    linear-gradient(180deg, rgba(18, 18, 24, 0.9), rgba(11, 11, 15, 0.94));
  border: 1px solid var(--edge-soft);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.risk-card:hover,
.problem-card:hover,
.replacement-card:hover,
.platform-card:hover,
.economics-card:hover,
.process-card:hover,
.sector-card:hover,
.service-card:hover,
.reason-card:hover,
.content-card:hover,
.contact-panel:hover,
.resource-card:hover,
.chapter-card:hover,
.timeline-card:hover,
.mvp-card:hover,
.metric-card:hover,
.callout-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 168, 107, 0.22);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(198, 168, 107, 0.08);
}

.resource-grid > *,
.chapter-grid > *,
.guideline-grid > *,
.palette-grid > *,
.naming-grid > *,
.timeline-grid > *,
.mvp-grid > *,
.feature-grid > *,
.contact-grid > *,
.services-grid > *,
.reasons-grid > *,
.sector-grid > * {
  min-height: 100%;
}

.resource-card h3,
.chapter-card h3,
.guideline-card h3,
.palette-card h3,
.naming-card h3,
.report-panel h3,
.timeline-card h3,
.mvp-card h3,
.metric-card h3,
.content-card h3,
.contact-panel h3,
.risk-card h3,
.problem-card h3,
.replacement-card h3,
.platform-card h3,
.economics-card h3,
.process-card h3,
.sector-card h3,
.service-card h3,
.reason-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.page-hero {
  max-width: none;
  margin-top: 1.1rem;
  padding: 5.25rem 2rem 2rem;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(198, 168, 107, 0.12), transparent 68%);
  pointer-events: none;
}

.page-hero h1 {
  max-width: 12ch;
  text-wrap: balance;
}

.page-hero p {
  font-size: 15px;
}

.callout-card {
  border-color: rgba(198, 168, 107, 0.18);
}

.resource-card a,
.guideline-card a,
.naming-card a,
.chapter-card a,
.demo-link,
.inline-link,
.contact-panel a,
.site-footer a {
  text-underline-offset: 0.22em;
}

.mvp-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mvp-card.featured {
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(26, 22, 14, 0.3), rgba(11, 11, 15, 0.96));
  border-color: rgba(198, 168, 107, 0.24);
}

.mvp-meta {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--edge-soft);
}

.mvp-price {
  color: var(--gold-bright);
}

.mvp-list {
  flex: 1 1 auto;
}

.stat-strip {
  gap: 1.1rem;
  padding: 1.35rem;
}

.stat-strip > div {
  padding: 1rem;
  border: 1px solid var(--edge-soft);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.015);
}

.stat-strip strong {
  display: inline-block;
  margin-bottom: 0.55rem;
}

.contact-panel,
.audit-shell {
  backdrop-filter: blur(14px);
}

.field-group input,
.field-group textarea,
.field-group select {
  border-radius: 16px;
  background: rgba(7, 7, 10, 0.76);
}

.field-group textarea {
  resize: vertical;
  min-height: 160px;
}

.form-alert {
  border-radius: 16px;
}

.site-footer {
  margin-top: 6rem;
  padding: 2rem;
}

.footer-grid {
  gap: 1.6rem;
}

.footer-bottom {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
}

.chatbot-toggle {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(198, 168, 107, 0.22);
}

.chatbot-panel {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(198, 168, 107, 0.08);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--edge-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-5px);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(5px);
}

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

  .reveal,
  .button {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
    padding: 0.95rem 1rem;
  }

  .nav-cta {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hero,
  .statement-grid,
  .problem-duo,
  .risk-layout,
  .comparison-layout,
  .about-layout,
  .split-section,
  .services-grid,
  .reasons-grid,
  .footer-grid,
  .resource-grid,
  .guideline-grid,
  .palette-grid,
  .naming-grid,
  .report-kpis,
  .mvp-metrics,
  .catalog-grid-core {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-bar,
  .replacement-grid,
  .platform-grid,
  .economics-grid,
  .process-grid,
  .sector-grid,
  .feature-grid,
  .contact-grid,
  .form-grid,
  .chapter-grid,
  .timeline-grid,
  .mvp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-shell,
  .logo-spec {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .site-header {
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 0.75rem;
  }

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

  .site-nav,
  .nav-cta {
    display: none;
  }

  .site-header.is-open .site-nav {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
    border-radius: 22px;
    padding: 0.65rem;
  }

  .site-header.is-open .site-nav a {
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 1rem;
  }

  .site-header.is-open .nav-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .site-header.is-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .lang-switch {
    justify-self: end;
  }

  .hero,
  .statement-grid,
  .problem-duo,
  .risk-layout,
  .comparison-layout,
  .about-layout,
  .split-section,
  .signal-bar,
  .replacement-grid,
  .platform-grid,
  .economics-grid,
  .process-grid,
  .sector-grid,
  .feature-grid,
  .contact-grid,
  .form-grid,
  .services-grid,
  .reasons-grid,
  .footer-grid,
  .resource-grid,
  .chapter-grid,
  .guideline-grid,
  .palette-grid,
  .naming-grid,
  .report-kpis,
  .timeline-grid,
  .mvp-grid,
  .mvp-metrics {
    grid-template-columns: 1fr;
  }

  .mvp-meta,
  .recommendation-item {
    grid-template-columns: 1fr;
    display: grid;
  }

  .audit-summary,
  .stat-strip,
  .chatbot-input-wrap {
    grid-template-columns: 1fr;
  }

  .mvp-meta {
    justify-content: start;
  }

  .hero {
    min-height: auto;
    padding: 3rem 0 2rem;
  }

  .page-hero,
  .statement-block,
  .platform-shell,
  .contact-section,
  .callout-card,
  .site-footer {
    padding: 1.45rem;
  }

  .section {
    padding-top: 4rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.hero-stat-card,
.hero-caption-card,
.pricing-summary-card,
.pricing-band,
.pricing-card,
.pricing-compare-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%),
    linear-gradient(180deg, rgba(16, 16, 21, 0.92), rgba(10, 10, 14, 0.96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.hero-stat-card::before,
.hero-caption-card::before,
.pricing-summary-card::before,
.pricing-band::before,
.pricing-card::before,
.pricing-compare-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.9), rgba(75, 125, 255, 0.35), transparent);
}

.hero-stat-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.hero-stat-card strong {
  font-family: "Syne", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--text);
  letter-spacing: -0.03em;
}

.hero-stat-card span,
.hero-caption-card p,
.pricing-summary-list span,
.pricing-intro,
.pricing-fit,
.pricing-compare-card p,
.pricing-band span,
.price-label {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
}

.hero-caption-card {
  margin-top: 1rem;
  padding: 1rem 1rem 1.05rem;
}

.hero-caption-card p {
  margin: 0;
}

.pricing-hero {
  padding-bottom: 2.2rem;
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 1.5rem;
  align-items: start;
}

.pricing-summary-card {
  padding: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(17, 17, 22, 0.94), rgba(10, 10, 14, 0.98));
}

.pricing-summary-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.pricing-summary-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

.pricing-summary-list div {
  display: grid;
  gap: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-summary-list strong,
.pricing-band strong,
.price-stack strong {
  color: var(--text);
  font-family: "Syne", sans-serif;
}

.pricing-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0.35rem;
}

.pricing-band > div {
  display: grid;
  gap: 0.35rem;
  min-height: 132px;
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-band > div:last-child {
  border-right: 0;
}

.pricing-band strong {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 2rem;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
}

.pricing-card-featured {
  transform: translateY(-0.7rem);
  border-color: rgba(198, 168, 107, 0.28);
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(26, 20, 12, 0.35), rgba(10, 10, 14, 0.98));
}

.pricing-card-featured::after {
  content: "Most Chosen";
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-badge {
  margin: 0;
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-card h3,
.pricing-compare-card h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.price-stack {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.price-stack div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.price-stack strong {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.price-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
}

.pricing-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.75;
}

.pricing-list li + li {
  margin-top: 0.35rem;
}

.pricing-fit {
  margin: 0;
  padding-top: 0.2rem;
}

.pricing-card .button {
  margin-top: auto;
}

.pricing-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.pricing-compare-card {
  padding: 1.35rem;
}

.pricing-compare-card h3 {
  margin-bottom: 0.65rem;
}

.pricing-cta {
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(16, 16, 22, 0.96), rgba(10, 10, 14, 0.98));
}

@media (max-width: 1120px) {
  .hero-stat-grid,
  .pricing-grid,
  .pricing-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-hero-grid,
  .pricing-band {
    grid-template-columns: 1fr;
  }

  .pricing-band > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .pricing-band > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .hero-stat-grid,
  .pricing-grid,
  .pricing-compare-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-featured {
    transform: none;
  }

  .price-stack div {
    flex-direction: column;
    align-items: start;
  }
}

.hero-home-premium {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
  align-items: start;
  gap: 3rem;
  padding-top: 4rem;
}

.hero-home-premium .hero-copy h1 {
  max-width: 11.8ch;
  font-size: clamp(3.6rem, 6.2vw, 5.7rem);
}

.hero-proofline,
.contact-direct-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.hero-proofline span,
.contact-direct-grid div {
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.ownership-ledger {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.ownership-column {
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
}

.ownership-column-accent {
  border-color: rgba(198, 168, 107, 0.18);
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.02);
}

.ownership-column ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.8;
}

.ownership-column li + li {
  margin-top: 0.45rem;
}

.manifesto-band,
.thesis-shell,
.wedge-card,
.thesis-card,
.product-system-card,
.contact-path-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 16%),
    linear-gradient(180deg, rgba(17, 17, 22, 0.92), rgba(10, 10, 14, 0.97));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.manifesto-band::before,
.thesis-shell::before,
.wedge-card::before,
.thesis-card::before,
.product-system-card::before,
.contact-path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.9), rgba(75, 125, 255, 0.3), transparent);
}

.manifesto-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.6rem;
  padding: 0.35rem;
}

.manifesto-band > div {
  display: grid;
  gap: 0.45rem;
  min-height: 140px;
  padding: 1.1rem 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.manifesto-band > div:last-child {
  border-right: 0;
}

.manifesto-band strong {
  color: var(--text);
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.thesis-shell {
  display: grid;
  gap: 1.5rem;
  padding: 1.6rem;
}

.thesis-intro {
  display: grid;
  gap: 1rem;
  max-width: 56rem;
}

.thesis-intro h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.thesis-intro p,
.thesis-card p,
.wedge-card p,
.product-system-summary,
.product-system-meta p,
.product-system-list,
.contact-path-card p {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
}

.thesis-grid,
.wedge-grid,
.product-system-grid,
.contact-path-grid,
.catalog-grid {
  display: grid;
  gap: 1.25rem;
}

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

.wedge-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.thesis-card,
.wedge-card,
.contact-path-card {
  padding: 1.35rem;
}

.thesis-card h3,
.wedge-card h3,
.contact-path-card h3,
.product-system-card h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.wedge-card a,
.contact-path-card a {
  display: inline-block;
  margin-top: 0.7rem;
}

.email-provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.email-provider-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 0;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  text-decoration: none;
}

.email-provider-grid a:hover,
.email-provider-grid a:focus-visible {
  border-color: rgba(198, 168, 107, 0.34);
  color: var(--gold-bright);
  background: rgba(198, 168, 107, 0.08);
}

.email-provider-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.65rem;
}

.page-hero-premium {
  display: grid;
  gap: 1rem;
  max-width: 74rem;
}

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

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

.catalog-grid-vertical {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 16%),
    linear-gradient(180deg, rgba(17, 17, 22, 0.92), rgba(10, 10, 14, 0.97));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.catalog-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.9), rgba(75, 125, 255, 0.3), transparent);
}

.catalog-code {
  margin: 0;
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.catalog-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  line-height: 1.75;
}

.product-system-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
}

.product-system-card-featured {
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(20, 18, 12, 0.35), rgba(10, 10, 14, 0.97));
  border-color: rgba(198, 168, 107, 0.22);
}

.product-system-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.product-system-label,
.product-system-price {
  margin: 0;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
}

.product-system-label {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.product-system-price {
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.product-system-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-system-meta div {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.product-system-meta p,
.product-system-list {
  margin: 0;
}

.product-system-list {
  padding-left: 1rem;
}

.product-system-list li + li {
  margin-top: 0.35rem;
}

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

.contact-layout-ultimate {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-panel-strategic {
  position: sticky;
  top: 6.6rem;
}

.contact-direct-grid {
  gap: 0.8rem;
}

.contact-direct-grid div {
  border-radius: 18px;
}

.callout-card-premium {
  background:
    radial-gradient(circle at top right, rgba(198, 168, 107, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(17, 17, 22, 0.95), rgba(10, 10, 14, 0.98));
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-pill.available {
  border-color: rgba(94, 201, 146, 0.34);
  color: #b8f1d1;
  background: rgba(94, 201, 146, 0.08);
}

.status-pill.early {
  border-color: rgba(75, 125, 255, 0.36);
  color: #b8c9ff;
  background: rgba(75, 125, 255, 0.09);
}

.status-pill.soon {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1120px) {
  .manifesto-band,
  .thesis-grid,
  .wedge-grid,
  .product-system-grid,
  .catalog-grid-vertical,
  .contact-path-grid,
  .contact-layout-ultimate {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manifesto-band > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .manifesto-band,
  .thesis-grid,
  .wedge-grid,
  .product-system-grid,
  .catalog-grid-core,
  .catalog-grid-vertical,
  .contact-path-grid,
  .contact-layout-ultimate,
  .product-system-meta {
    grid-template-columns: 1fr;
  }

  .manifesto-band > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .manifesto-band > div:last-child {
    border-bottom: 0;
  }

  .product-system-topline {
    flex-direction: column;
    align-items: start;
  }

  .contact-panel-strategic {
    position: static;
  }

  .email-provider-grid,
  .email-provider-grid-compact {
    grid-template-columns: 1fr;
  }
}

.app-shell,
.app-panel,
.app-surface,
.app-stat-card,
.saved-item,
.board-column,
.board-card,
.approval-card,
.activity-card,
.queue-card,
.app-list-card {
  border-radius: var(--radius-lg);
}

.app-shell {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

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

.app-panel,
.app-surface,
.saved-item,
.board-column,
.board-card,
.approval-card,
.activity-card,
.queue-card,
.app-list-card,
.app-stat-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 18%),
    linear-gradient(180deg, rgba(18, 18, 24, 0.9), rgba(11, 11, 15, 0.94));
  border: 1px solid var(--edge-soft);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.app-panel,
.app-surface {
  padding: 1.5rem;
}

.app-panel h2,
.app-surface h2,
.app-surface h3 {
  margin-top: 0;
}

.app-panel-header,
.app-surface-header {
  display: grid;
  gap: 0.55rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--edge-soft);
}

.app-panel-header p,
.app-surface-header p {
  margin: 0;
}

.app-form-grid,
.app-output-grid,
.app-stat-grid,
.saved-grid,
.board-grid,
.approval-grid,
.activity-grid,
.queue-grid {
  display: grid;
  gap: 1rem;
}

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

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

.app-field {
  display: grid;
  gap: 0.45rem;
}

.app-field.full-width {
  grid-column: 1 / -1;
}

.app-field label,
.app-inline-label {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-field input,
.app-field select,
.app-field textarea,
.app-inline-label select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 13px;
}

.app-field textarea {
  min-height: 130px;
  resize: vertical;
}

.app-field input:focus,
.app-field select:focus,
.app-field textarea:focus,
.app-inline-label select:focus {
  outline: none;
  border-color: rgba(198, 168, 107, 0.45);
  box-shadow: 0 0 0 1px rgba(198, 168, 107, 0.2);
}

.app-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.app-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
}

.app-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.app-chip:has(input:checked) {
  color: var(--text);
  border-color: rgba(198, 168, 107, 0.32);
  background: rgba(198, 168, 107, 0.08);
}

.app-toolbar,
.product-button-row,
.demo-bifurcation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.app-hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.app-hero-pill,
.app-status {
  display: grid;
  gap: 0.38rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(198, 168, 107, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 32%),
    rgba(12, 12, 16, 0.7);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.app-hero-pill span,
.app-status-copy span {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 1.55;
}

.app-hero-pill strong,
.app-status-copy strong {
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0.01em;
}

.app-status {
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 1.15rem;
}

.app-status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(198, 168, 107, 0.6);
  box-shadow: 0 0 0 6px rgba(198, 168, 107, 0.08);
}

.app-status-copy {
  display: grid;
  gap: 0.2rem;
}

.app-status.is-live {
  border-color: rgba(94, 201, 146, 0.26);
}

.app-status.is-live .app-status-indicator {
  background: #5ec992;
  box-shadow: 0 0 0 6px rgba(94, 201, 146, 0.1);
}

.app-status.is-local {
  border-color: rgba(227, 167, 97, 0.28);
}

.app-status.is-local .app-status-indicator {
  background: #e3a761;
  box-shadow: 0 0 0 6px rgba(227, 167, 97, 0.12);
}

.app-status.is-saving .app-status-indicator {
  animation: appPulse 1.2s ease-in-out infinite;
}

@keyframes appPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.82);
    opacity: 0.6;
  }
}

.app-stat-card {
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem;
}

.app-stat-card strong {
  color: var(--text);
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1;
}

.app-stat-card span {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.app-copy-block {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem;
  border: 1px solid var(--edge-soft);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.app-copy-block p,
.app-copy-block ul {
  margin: 0;
}

.app-copy-block ul {
  padding-left: 1.1rem;
}

.saved-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.saved-item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.saved-item:hover,
.saved-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(198, 168, 107, 0.26);
  background: rgba(255, 255, 255, 0.04);
}

.saved-item strong {
  color: var(--text);
  font-size: 15px;
}

.saved-item span {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.app-list-stack {
  display: grid;
  gap: 0.8rem;
}

.app-list-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.1rem;
}

.app-list-card p {
  margin: 0;
}

.app-list-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px;
  background: rgba(198, 168, 107, 0.12);
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

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

.board-column {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.board-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.board-column-head h3,
.board-column-head span {
  margin: 0;
}

.board-column-head span {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.board-stack,
.approval-grid,
.activity-grid,
.queue-grid {
  display: grid;
  gap: 0.8rem;
}

.board-card,
.approval-card,
.activity-card,
.queue-card {
  padding: 1rem;
}

.board-card-top,
.approval-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.board-card p,
.approval-card p,
.activity-card p,
.queue-card p {
  margin: 0.35rem 0 0;
}

.board-card span,
.approval-actions span {
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.approval-actions {
  flex-wrap: wrap;
  align-items: center;
}

.approval-action {
  padding: 0.6rem 0.85rem;
  font-size: 11px;
}

.board-empty {
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: var(--dim);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  text-align: center;
}

.app-inline-label {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

@media (max-width: 1100px) {
  .app-shell,
  .app-shell-wide,
  .board-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .app-hero-strip,
  .app-form-grid,
  .app-output-grid,
  .app-stat-grid,
  .saved-grid {
    grid-template-columns: 1fr;
  }

  .app-panel,
  .app-surface {
    padding: 1.15rem;
  }
}
