:root {
  color-scheme: dark;
  --bg: #071013;
  --panel: #101a1f;
  --panel-strong: #14242b;
  --line: rgba(172, 227, 214, 0.18);
  --text: #eff8f6;
  --muted: #a7bbb7;
  --soft: #d7e7e3;
  --green: #21b573;
  --cyan: #23c4d9;
  --blue: #5b8def;
  --amber: #f2b85b;
  --danger: #ff6b6b;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(33, 181, 115, 0.16), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(35, 196, 217, 0.12), transparent 34rem),
    linear-gradient(180deg, #071013 0%, #0a1418 48%, #081014 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 16, 19, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(33, 181, 115, 0.5);
  background: linear-gradient(135deg, rgba(33, 181, 115, 0.28), rgba(35, 196, 217, 0.12));
  color: #dffff4;
  font-weight: 800;
}

.brand strong {
  display: block;
  font-size: 1.02rem;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 0.94rem;
}

.nav a {
  padding: 10px 12px;
}

.nav a:hover {
  color: white;
}

.nav-cta {
  border: 1px solid rgba(35, 196, 217, 0.34);
  background: rgba(35, 196, 217, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 72px) 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.55rem, 6vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.24;
}

p {
  line-height: 1.75;
}

.hero-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(1rem, 2vw, 1.19rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  font-weight: 800;
}

.button.primary {
  border-color: rgba(33, 181, 115, 0.9);
  background: var(--green);
  color: #04120d;
}

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

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

.hero-stats div {
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.hero-stats dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 7px 0 0;
  color: var(--text);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(172, 227, 214, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.truth-band,
.release-card,
.visual-feature,
.workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  margin: 36px clamp(20px, 5vw, 72px);
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(16, 26, 31, 0.92), rgba(20, 36, 43, 0.72));
}

.truth-band p,
.release-card p,
.visual-feature p,
.workflow p {
  margin: 0;
  color: var(--soft);
}

.section {
  padding: clamp(56px, 8vw, 94px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 890px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
}

.feature-grid,
.edition-grid,
.roadmap-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.edition-card,
.roadmap-grid article,
.trust-grid article {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.feature-card p,
.edition-card p,
.roadmap-grid p,
.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(56px, 8vw, 94px);
}

.screenshot-strip figure {
  margin: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.screenshot-strip img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.screenshot-strip figcaption {
  padding: 14px 16px;
  color: var(--soft);
  font-weight: 800;
}

.edition-card.highlighted {
  border-color: rgba(33, 181, 115, 0.58);
  background: linear-gradient(180deg, rgba(33, 181, 115, 0.12), rgba(255, 255, 255, 0.04));
}

.edition-card ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: var(--soft);
}

.edition-card li {
  position: relative;
  padding-left: 19px;
}

.edition-card li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "/";
}

.workflow {
  align-items: start;
}

.workflow-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 68px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
}

.workflow-list span {
  color: var(--cyan);
  font-weight: 900;
}

.visual-feature {
  align-items: center;
}

.visual-feature img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.roadmap-grid article {
  border-top: 3px solid rgba(35, 196, 217, 0.52);
}

.release-card {
  align-items: center;
}

.release-panel {
  display: grid;
  gap: 9px;
  padding: 22px;
  border: 1px solid rgba(35, 196, 217, 0.28);
  background: rgba(35, 196, 217, 0.06);
}

.release-panel strong {
  color: var(--text);
}

.release-panel span {
  margin-bottom: 10px;
  color: var(--muted);
}

.trust {
  padding-top: 26px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #050b0e;
}

.footer p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 14px;
  color: var(--soft);
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero,
  .truth-band,
  .release-card,
  .visual-feature,
  .workflow {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .edition-grid,
  .roadmap-grid,
  .trust-grid,
  .screenshot-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 42px;
  }

  .hero-stats,
  .feature-grid,
  .edition-grid,
  .roadmap-grid,
  .trust-grid,
  .screenshot-strip {
    grid-template-columns: 1fr;
  }

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

  .truth-band,
  .release-card,
  .visual-feature,
  .workflow {
    margin-inline: 16px;
    padding: 24px;
  }

  .footer {
    flex-direction: column;
  }

  .footer nav {
    justify-content: flex-start;
  }
}
