:root {
  color: #1f211d;
  background: #f6f4ef;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f4ef;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 68px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fffdf7;
  background: rgba(30, 29, 26, 0.76);
  backdrop-filter: blur(16px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 760;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #2b8f79;
  color: #ffffff;
  font-weight: 820;
}

nav a {
  color: #e8e0d3;
  font-size: 14px;
  font-weight: 650;
}

nav a:hover {
  color: #ffffff;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #151617;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.58;
  filter: saturate(0.94) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 15, 15, 0.94) 0%, rgba(14, 15, 15, 0.74) 42%, rgba(14, 15, 15, 0.34) 100%),
    linear-gradient(0deg, rgba(14, 15, 15, 0.9) 0%, rgba(14, 15, 15, 0) 34%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 148px 0 92px;
  color: #fffdf7;
}

.eyebrow {
  margin: 0 0 14px;
  color: #2b8f79;
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

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

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-size: 21px;
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: #e8e0d3;
  font-size: 20px;
  line-height: 1.55;
}

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

.button {
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 760;
  border: 1px solid;
}

.button.primary {
  color: #ffffff;
  background: #2b8f79;
  border-color: #2b8f79;
}

.button.primary:hover {
  background: #247865;
  border-color: #247865;
}

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

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-note {
  margin: 18px 0 0;
  color: #cfc6b8;
  font-size: 14px;
}

.section,
.split-section,
.cta-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 94px 0;
}

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

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

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

article {
  background: #fffdf8;
  border: 1px solid #ded8ce;
  border-radius: 8px;
  padding: 24px;
}

article p,
.split-section p,
.cta-section p {
  color: #625a50;
  line-height: 1.6;
  font-size: 16px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 58px;
  align-items: center;
  padding: 92px 0;
  border-top: 1px solid #ded8ce;
  border-bottom: 1px solid #ded8ce;
}

.workflow-list {
  display: grid;
  gap: 12px;
}

.workflow-list div {
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #24221f;
  color: #fffdf8;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 720;
}

.workflow-list span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #2b8f79;
}

.setup-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.7fr);
  gap: 24px;
  align-items: stretch;
}

.preview-image {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: left top;
  border-radius: 8px;
  border: 1px solid #ded8ce;
  box-shadow: 0 20px 70px rgba(36, 34, 31, 0.12);
}

.setup-screen {
  min-height: 360px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #ded8ce;
  background: #fffdf8;
  box-shadow: 0 20px 70px rgba(36, 34, 31, 0.12);
}

.preview-top {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  background: #24221f;
  color: #fffdf8;
  font-weight: 780;
}

.preview-hero {
  margin-top: 14px;
  padding: 16px;
  border-radius: 8px;
  background: #e8f4ef;
  border: 1px solid #a8d6c7;
  color: #145648;
  font-weight: 780;
}

.preview-steps,
.preview-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

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

.preview-steps span,
.preview-grid span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f3eee5;
  color: #514a42;
  font-size: 13px;
  font-weight: 760;
  text-align: center;
}

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

.muted {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100% - 1180px) / 2));
  padding-right: max(24px, calc((100% - 1180px) / 2));
  background: #ebe6dc;
}

ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #514a42;
  line-height: 1.7;
}

.cta-section {
  padding: 86px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.cta-section div:first-child {
  max-width: 690px;
}

.cta-section .button.secondary {
  color: #24221f;
  border-color: #c9c1b5;
  background: #fffdf8;
}

footer {
  min-height: 76px;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d9d0c4;
  background: #24221f;
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero-content {
    width: min(100% - 36px, 760px);
    padding-bottom: 56px;
  }

  h1 {
    font-size: 46px;
  }

  .feature-grid,
  .status-grid,
  .setup-preview,
  .split-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .cta-section {
    align-items: flex-start;
    display: grid;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}
