:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #5f6b78;
  --line: #d8dee6;
  --paper: #f6f7f9;
  --white: #ffffff;
  --accent: #0b7a75;
  --accent-strong: #075e5a;
  --danger: #c23b45;
  --warning: #c87800;
  --shadow: 0 18px 48px rgba(23, 32, 42, .16);
  font-family: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
  padding: 0 clamp(20px, 4vw, 64px);
  color: #fff;
  background: rgba(15, 23, 31, .72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--accent);
  border-radius: 6px;
  font-weight: 900;
}

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

.nav a:hover {
  color: #fff;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 750;
  border: 1px solid transparent;
}

.nav-cta {
  color: #fff;
  background: var(--accent);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  padding: 120px clamp(22px, 5vw, 76px) 72px;
  color: #fff;
  background: #17202a url("/assets/hero-dashboard.png") center / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(9, 14, 20, .56);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 850;
}

.hero .eyebrow {
  color: #7ce0d8;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 9vw, 104px);
  line-height: .9;
}

h2 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
  margin-bottom: 16px;
}

h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.45;
}

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

.button.primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.button.primary:hover,
.nav-cta:hover {
  background: var(--accent-strong);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .12);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.metrics div {
  padding: 26px clamp(20px, 4vw, 54px);
  background: var(--white);
}

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

.metrics strong {
  font-size: 18px;
}

.metrics span {
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.45;
}

.section,
.trial,
.deploy {
  padding: clamp(58px, 8vw, 96px) clamp(22px, 5vw, 76px);
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head p:not(.eyebrow),
.trial-copy p,
.deploy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

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

.feature-grid article,
.pricing article,
.trial-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(23, 32, 42, .06);
}

.feature-grid article {
  padding: 24px;
}

.feature-grid p,
.pricing p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.trial {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 32px;
  align-items: center;
  background: #fff;
  border-block: 1px solid var(--line);
}

.trial-panel {
  padding: 22px;
}

.trial-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.trial-row span {
  color: var(--muted);
}

.wide {
  width: 100%;
  margin-top: 20px;
}

.compact {
  background: #eef2f4;
}

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

.pricing article {
  padding: 26px;
}

.pricing strong {
  display: block;
  margin-top: 22px;
  font-size: 22px;
}

.pricing .featured {
  border-color: rgba(11, 122, 117, .55);
  box-shadow: var(--shadow);
}

.deploy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 34px;
  align-items: start;
  background: var(--white);
}

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

.checklist li {
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid var(--line);
  position: relative;
  line-height: 1.45;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(22px, 5vw, 76px);
  color: rgba(255, 255, 255, .78);
  background: #111820;
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .metrics,
  .feature-grid,
  .pricing,
  .trial,
  .deploy {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 78vh;
  }
}

@media (max-width: 560px) {
  .topbar {
    height: 64px;
    padding-inline: 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
  }

  .hero {
    padding-top: 96px;
  }

  .footer {
    flex-direction: column;
  }
}
