:root {
  --ink: #101714;
  --ink-soft: #1a2420;
  --paper: #f4f2eb;
  --paper-light: #fbfaf6;
  --white: #ffffff;
  --line: #d7d7cf;
  --muted: #657069;
  --teal: #0b756a;
  --teal-bright: #18a897;
  --teal-wash: #dfeeea;
  --amber: #df9b25;
  --danger: #a34b38;
  --shell: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 20px;
  font-weight: 750;
}

.brand img {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.nav-links > a:not(.button):hover {
  color: var(--white);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

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

.button-small {
  min-height: 38px;
  padding-inline: 15px;
}

.button-primary {
  background: var(--teal-bright);
  color: #071c18;
}

.button-primary:hover {
  background: #2bb9a8;
}

.button-ghost,
.button-on-dark {
  border-color: rgba(255, 255, 255, .38);
  color: var(--white);
  background: rgba(16, 23, 20, .16);
}

.button-ghost:hover,
.button-on-dark:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(16, 23, 20, .34);
}

.hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #111714;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 14, 11, .96) 0%, rgba(8, 14, 11, .89) 32%, rgba(8, 14, 11, .52) 57%, rgba(8, 14, 11, .14) 82%),
    linear-gradient(0deg, rgba(8, 14, 11, .45) 0%, transparent 36%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 66px;
}

.hero-copy {
  width: min(690px, 61%);
}

.kicker,
.overline {
  margin: 0 0 20px;
  color: var(--teal-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
}

.kicker span {
  width: 30px;
  height: 2px;
  background: var(--teal-bright);
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(50px, 5vw, 74px);
  font-weight: 720;
  line-height: 1.02;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
  line-height: 1.55;
}

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

.hero-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
}

.signal-bar {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

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

.signal-grid p {
  min-height: 94px;
  margin: 0;
  padding: 22px 24px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signal-grid p:last-child {
  border-right: 1px solid var(--line);
}

.signal-grid strong {
  color: var(--teal);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.signal-grid span {
  margin-top: 3px;
  font-size: 14px;
}

.section {
  padding: 112px 0;
}

.section h2,
.closing h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 680;
  line-height: 1.08;
}

.section-lead,
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.product-focus {
  background: var(--paper-light);
}

.focus-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: 76px;
  align-items: center;
}

.benefit-list {
  margin: 40px 0 34px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.benefit-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.benefit-index {
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 13px;
}

.benefit-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--teal);
  font-weight: 800;
}

.text-link span {
  font-size: 21px;
  transition: transform .18s ease;
}

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

.report-stage {
  position: relative;
  padding: 34px;
  background: #dfe3df;
  border: 1px solid #c9cec9;
}

.report-stage::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  top: 0;
  right: 0;
  background: var(--teal);
}

.report-window {
  background: var(--white);
  border: 1px solid #c8cfcb;
  box-shadow: 0 24px 48px rgba(25, 40, 34, .15);
}

.window-bar,
.report-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  background: #f6f7f5;
  border-bottom: 1px solid #dce1de;
  font-size: 12px;
}

.window-title {
  font-weight: 750;
}

.window-status {
  color: var(--teal);
  font-weight: 750;
}

.report-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #dce1de;
}

.report-summary div {
  padding: 18px;
  border-right: 1px solid #dce1de;
}

.report-summary div:last-child {
  border-right: 0;
}

.report-summary span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.report-summary strong {
  display: block;
  margin-top: 4px;
  font-size: 23px;
}

.report-table {
  padding: 10px 18px;
}

.report-row {
  display: grid;
  grid-template-columns: 1fr 60px 86px;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #e4e8e5;
  font-size: 13px;
}

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

.report-row strong {
  text-align: center;
}

.report-row em {
  justify-self: end;
  color: var(--teal);
  font-style: normal;
  font-size: 11px;
  font-weight: 750;
}

.report-head {
  min-height: 36px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.report-row.pending em {
  color: var(--danger);
}

.report-footer {
  border-top: 1px solid #dce1de;
  border-bottom: 0;
  color: var(--muted);
}

.report-footer span:last-child {
  color: var(--teal);
  font-weight: 800;
}

.figure-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 58px;
}

.section-heading.light > p:last-child {
  color: rgba(255, 255, 255, .62);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.process li {
  position: relative;
  min-height: 260px;
  padding: 26px 28px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.process li:not(:first-child) {
  padding-left: 28px;
}

.process li:last-child {
  border-right: 0;
}

.process li > span {
  display: block;
  margin-bottom: 72px;
  color: var(--teal-bright);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.process h3 {
  margin-bottom: 9px;
  font-size: 19px;
}

.process p {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
}

.audience {
  background: var(--paper);
}

.audience-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-list article {
  display: grid;
  grid-template-columns: 56px 190px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.audience-number {
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.audience-list h3 {
  margin: 0;
  font-size: 18px;
}

.audience-list article > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.suite {
  background: var(--paper-light);
}

.product-grid {
  display: grid;
  grid-template-columns: 1.18fr .91fr .91fr;
  gap: 16px;
}

.product-card {
  min-height: 390px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
}

.product-card.featured {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.product-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-code {
  font-family: Consolas, monospace;
  font-size: 11px;
}

.availability {
  padding: 5px 8px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.availability.available {
  border-color: rgba(255, 255, 255, .36);
  color: #d8fff9;
}

.product-card h3 {
  margin: 70px 0 13px;
  font-size: 34px;
}

.product-card > p {
  color: var(--muted);
}

.featured > p {
  max-width: 410px;
  color: rgba(255, 255, 255, .72);
}

.product-card ul {
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}

.product-card li::before {
  content: "•";
  margin-right: 7px;
  color: var(--teal-bright);
}

.product-card > a,
.product-coming {
  margin-top: auto;
  font-weight: 800;
}

.product-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.product-coming {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.muted-card {
  background: #f0f0eb;
}

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

.trust-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 80px;
}

.trust dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.trust dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.trust dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trust dd {
  margin: 0;
  color: var(--muted);
}

.closing {
  padding: 100px 0;
  background: #d9ebe6;
}

.closing-grid {
  display: grid;
  grid-template-columns: 160px 1fr 260px;
  gap: 42px;
  align-items: start;
}

.closing h2 {
  margin: 0;
  max-width: 720px;
}

.closing-action p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer {
  padding: 28px 0;
  background: var(--ink);
  color: rgba(255, 255, 255, .58);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  font-size: 13px;
}

.footer p {
  margin: 0;
}

.footer-brand {
  color: var(--white);
}

.footer-grid > div {
  display: flex;
  gap: 20px;
}

.footer-grid > div a:hover {
  color: var(--white);
}

@media (max-width: 1040px) {
  .focus-grid,
  .audience-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .focus-grid {
    gap: 48px;
  }

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

  .process li:nth-child(2) {
    border-right: 0;
  }

  .process li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

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

  .product-card.featured {
    grid-column: 1 / -1;
  }

  .closing-grid {
    grid-template-columns: 130px 1fr;
  }

  .closing-action {
    grid-column: 2;
  }
}

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

  .nav-links > a:not(.button) {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: 46px;
  }

  .hero-shade {
    background: rgba(8, 14, 11, .79);
  }

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

  .signal-grid p:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .section {
    padding: 78px 0;
  }

  .report-stage {
    padding: 16px;
  }

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

  .process li,
  .process li:not(:first-child) {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .process li > span {
    margin-bottom: 32px;
  }

  .product-card.featured {
    grid-column: auto;
  }

  .audience-list article {
    grid-template-columns: 40px 1fr;
  }

  .audience-list article > p:last-child {
    grid-column: 2;
  }

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

  .closing-action {
    grid-column: auto;
  }
}

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

  .button,
  .text-link span {
    transition: none;
  }
}
