@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #f1f0ea;
  --muted: #aaa69a;
  --dim: #77766d;
  --page: #070906;
  --page-strong: #030403;
  --surface: rgba(16, 20, 18, 0.86);
  --surface-strong: rgba(22, 27, 24, 0.94);
  --line: rgba(241, 240, 234, 0.13);
  --line-strong: rgba(241, 240, 234, 0.22);
  --green: #86d65a;
  --green-soft: rgba(134, 214, 90, 0.13);
  --cyan: #66d7df;
  --cyan-soft: rgba(102, 215, 223, 0.14);
  --gold: #d8b15c;
  --metal-dark: #5c625d;
  --metal-mid: #cbd6c3;
  --metal-light: #ffffff;
  --font-body: "Space Grotesk", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(241, 240, 234, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(241, 240, 234, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 50% 14%, rgba(102, 215, 223, 0.12), transparent 28%),
    radial-gradient(circle at 82% 32%, rgba(134, 214, 90, 0.07), transparent 26%),
    linear-gradient(180deg, #11140f 0%, var(--page) 58%, var(--page-strong) 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  font-family: var(--font-body);
}

a {
  color: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

h1,
h2,
h3,
p,
a,
strong,
span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-status-strip > *,
.proof-layout > *,
.workflow-track > *,
.control-layout > *,
.control-list > *,
.access-section > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1220px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 6, 0.88);
  backdrop-filter: blur(14px);
}

.brand-link,
.site-nav,
.hero-actions,
.access-actions {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 9px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-canvas {
  display: block;
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.42));
}

.site-nav {
  gap: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

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

.nav-action {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(241, 240, 234, 0.04);
}

.splash-hero,
.section-band,
.workflow-section,
.control-section,
.access-section {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.splash-hero {
  display: grid;
  align-content: center;
  min-height: calc(100vh - 74px);
  padding: 34px 0 18px;
}

.hero-scene {
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 58vh;
  padding: 28px 0 22px;
}

.hero-logo-canvas {
  display: block;
  width: clamp(128px, 18vw, 204px);
  height: clamp(128px, 18vw, 204px);
  margin-bottom: -2px;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.52));
}

.hero-wordmark {
  max-width: 100%;
  color: transparent;
  background:
    linear-gradient(105deg, var(--metal-dark) 0%, #f5f2df 18%, #889489 33%, var(--metal-light) 45%, #737d73 57%, var(--metal-mid) 76%, #4d554f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3rem, 9.5vw, 8.9rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 38px rgba(0, 0, 0, 0.54);
}

.hero-tagline {
  margin-top: 11px;
  color: #cbc9bd;
  font-size: clamp(0.7rem, 1.1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-metal-line {
  width: min(520px, 74vw);
  height: 7px;
  margin-top: 16px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(241, 240, 234, 0.24) 12%, rgba(102, 215, 223, 0.58) 36%, rgba(255, 255, 255, 0.86) 50%, rgba(134, 214, 90, 0.46) 67%, rgba(241, 240, 234, 0.16) 88%, transparent 100%);
  box-shadow:
    0 0 24px rgba(102, 215, 223, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-copy {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.6;
}

.hero-actions,
.access-actions {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  border: 1px solid rgba(134, 214, 90, 0.72);
  background: var(--green);
  color: #10140f;
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(241, 240, 234, 0.04);
  color: var(--ink);
}

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

.hero-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.hero-status-strip div,
.proof-panel,
.workflow-track article,
.control-list article,
.control-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(22, 27, 24, 0.86), rgba(8, 11, 9, 0.92));
}

.hero-status-strip div {
  position: relative;
  min-height: 122px;
  padding: 16px;
}

.selling-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--cyan);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.86;
  filter: drop-shadow(0 0 14px rgba(102, 215, 223, 0.16));
}

.hero-status-strip .selling-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  margin: 0;
  color: var(--gold);
  opacity: 0.76;
}

.hero-status-strip span,
.feature-index,
.panel-label {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-status-strip strong {
  display: block;
  margin-top: 18px;
  font-size: 1rem;
}

.hero-status-strip p,
.proof-panel p,
.workflow-track p,
.control-list p,
.control-summary p,
.access-section p {
  color: var(--muted);
  line-height: 1.55;
}

.hero-status-strip p {
  margin-top: 8px;
  font-size: 0.92rem;
}

.preview-note code {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(241, 240, 234, 0.06);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.section-band,
.workflow-section,
.control-section {
  padding: 70px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.eyebrow {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  max-width: 880px;
  color: var(--ink);
  font-size: clamp(1.5rem, 3vw, 3.15rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.15;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.proof-panel {
  min-height: 250px;
  padding: 20px;
}

.proof-panel-primary {
  display: grid;
  align-content: end;
  min-height: 320px;
  border-color: rgba(134, 214, 90, 0.3);
  background:
    radial-gradient(circle at 25% 22%, rgba(102, 215, 223, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(24, 31, 26, 0.92), rgba(8, 11, 9, 0.96));
}

.proof-panel h3 {
  margin-top: 28px;
  font-size: 0.94rem;
}

.proof-panel .selling-icon {
  color: var(--green);
}

.proof-panel-primary h3 {
  max-width: 12.8ch;
  font-size: clamp(1.45rem, 2.45vw, 2.35rem);
  line-height: 1.04;
  text-wrap: balance;
}

.proof-panel p {
  margin-top: 14px;
}

.workflow-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.workflow-track article,
.control-list article {
  min-height: 202px;
  padding: 18px;
}

.workflow-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.workflow-step .selling-icon {
  width: 25px;
  height: 25px;
  margin: 0;
}

.workflow-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(134, 214, 90, 0.4);
  border-radius: 999px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.workflow-track h3,
.control-list h3 {
  margin-bottom: 12px;
}

.control-list .selling-icon {
  width: 26px;
  height: 26px;
  margin-bottom: 24px;
  color: var(--green);
}

.control-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 14px;
  align-items: stretch;
}

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

.control-summary {
  display: grid;
  align-content: end;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border-color: rgba(134, 214, 90, 0.3);
  background:
    radial-gradient(circle at 78% 20%, rgba(216, 177, 92, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(27, 34, 24, 0.9), rgba(8, 11, 9, 0.96));
}

.control-summary h3 {
  font-size: 1.35rem;
}

.control-summary .selling-icon {
  width: 32px;
  height: 32px;
  color: var(--gold);
}

.control-summary .trust-icon {
  width: clamp(72px, 8vw, 104px);
  height: clamp(72px, 8vw, 104px);
  margin-bottom: 4px;
  color: var(--green);
  stroke-width: 1.35;
  opacity: 0.96;
  filter:
    drop-shadow(0 0 22px rgba(134, 214, 90, 0.2))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.32));
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 36px;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(22, 27, 24, 0.98), rgba(8, 11, 9, 0.98));
}

.access-section h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.35rem, 2.55vw, 2.4rem);
}

.access-section .selling-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--green);
}

.access-section p {
  max-width: 780px;
}

.access-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.login-access-section {
  grid-template-columns: minmax(280px, 420px);
  justify-content: center;
  align-content: center;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 24px 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.login-access-section .control-summary {
  width: 100%;
  text-align: left;
}

.login-heading p {
  margin-inline: auto;
}

@media (max-width: 1040px) {
  .proof-layout,
  .workflow-track,
  .control-layout,
  .access-section {
    grid-template-columns: 1fr;
  }

  .hero-status-strip,
  .control-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-panel-primary {
    min-height: 260px;
  }

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

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0;
  }

  .site-nav {
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .splash-hero {
    min-height: auto;
    padding-top: 18px;
  }

  .hero-scene {
    min-height: auto;
    padding-top: 18px;
  }

  .hero-status-strip,
  .control-list {
    grid-template-columns: 1fr;
  }

  .hero-wordmark {
    font-size: clamp(2.3rem, 13vw, 4rem);
  }

  .hero-tagline {
    max-width: 280px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section-band,
  .workflow-section,
  .control-section {
    padding: 52px 0;
  }

  .access-section {
    padding: 18px;
  }
}
