:root {
  --bg: #f5f7f8;
  --ink: #12201c;
  --muted: #5d6b66;
  --line: #d9e1de;
  --surface: #ffffff;
  --green: #0f8a5f;
  --green-dark: #0b5f45;
  --blue: #1769e0;
  --yellow: #f4c542;
  --shadow: 0 18px 54px rgba(18, 32, 28, 0.12);
  --radius: 10px;
  --page-x: clamp(18px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid rgba(217, 225, 222, 0.86);
  background: rgba(245, 247, 248, 0.9);
  padding: 0 var(--page-x);
  backdrop-filter: blur(12px);
}

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

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  background: var(--green);
  color: #fff;
}

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

.nav-login {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: var(--radius);
  color: var(--ink);
  padding: 0 6px;
  font-weight: 900;
}

.nav-login:hover {
  color: var(--green-dark);
}

.nav-action,
.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 900;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease;
}

.nav-action,
.primary-link {
  background: var(--green);
  color: #fff;
}

.secondary-link {
  border: 1px solid var(--line);
  background: #fff;
}

.nav-action:hover,
.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 5vw, 76px);
  min-height: min(760px, calc(100vh - 72px));
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) var(--page-x);
}

.hero-backdrop {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0;
  opacity: 1;
}

.ops-board {
  display: grid;
  width: min(620px, 100%);
  min-height: 420px;
  gap: 14px;
  transform: rotate(-3deg);
}

.ops-column {
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 104px;
  border: 1px solid rgba(217, 225, 222, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  padding: 22px;
}

.ops-column.accent {
  margin-left: 82px;
  border-color: rgba(15, 138, 95, 0.35);
  background: rgba(226, 247, 238, 0.94);
}

.ops-label {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ops-column strong {
  font-size: clamp(24px, 2.4vw, 36px);
}

.ops-column small {
  color: var(--muted);
  font-weight: 700;
}

.ops-timeline {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.3fr 0.5fr;
  gap: 10px;
}

.ops-timeline span {
  height: 12px;
  border-radius: 99px;
  background: var(--yellow);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 14ch;
  font-size: clamp(50px, 5.15vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  width: min(560px, 100%);
  margin-top: 26px;
  color: #263b35;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.25;
  font-weight: 700;
}

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

.proof-strip,
.section {
  padding-inline: var(--page-x);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.proof-strip div {
  display: grid;
  gap: 4px;
  background: #fff;
  padding: 24px;
}

.proof-strip strong {
  font-size: 20px;
}

.proof-strip span {
  color: var(--muted);
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section-muted {
  background: #edf3f0;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 28px;
}

.section h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

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

.feature-grid article,
.launch-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

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

.pricing-grid article {
  align-content: start;
}

.feature-grid span {
  color: var(--green);
  font-weight: 900;
}

.feature-grid h3,
.launch-panel h3 {
  font-size: 22px;
}

.feature-grid p,
.launch-panel p {
  color: var(--muted);
  line-height: 1.55;
}

.launch-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    gap: 34px;
    padding-top: 56px;
    padding-bottom: 54px;
  }

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

  h1 {
    max-width: 13ch;
    font-size: clamp(44px, 7vw, 68px);
  }

  .hero-backdrop {
    width: min(760px, 100%);
    justify-self: center;
  }

  .ops-board {
    min-height: 0;
    transform: none;
  }

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

@media (max-width: 900px) {
  .site-header {
    min-height: 58px;
    padding: 0 14px;
  }

  .brand {
    gap: 8px;
    font-size: 13px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }

  .site-nav a:not(.nav-action) {
    display: none;
  }

  .nav-action,
  .primary-link,
  .secondary-link {
    min-height: 38px;
    border-radius: 6px;
    padding: 0 13px;
    font-size: 13px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 22px;
    padding: 30px 16px 34px;
  }

  .hero-content {
    order: 1;
  }

  .hero-backdrop {
    order: 2;
    position: relative;
    padding: 0;
    place-items: stretch;
    opacity: 1;
  }

  .ops-board {
    width: 100%;
    min-height: 0;
    gap: 8px;
    transform: none;
  }

  .ops-column {
    min-height: 0;
    gap: 4px;
    border-radius: 7px;
    padding: 12px 14px;
    box-shadow: 0 10px 28px rgba(18, 32, 28, 0.08);
  }

  .ops-column.accent {
    margin-left: 0;
  }

  .ops-column strong {
    font-size: 17px;
  }

  .ops-column small {
    font-size: 12px;
  }

  .ops-label {
    font-size: 10px;
  }

  .ops-timeline {
    grid-template-columns: 1fr 0.7fr 1.2fr 0.55fr;
    gap: 6px;
  }

  .ops-timeline span {
    height: 7px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 650;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-actions .primary-link,
  .hero-actions .secondary-link {
    width: 100%;
  }

  .proof-strip {
    padding-inline: 16px;
  }

  .proof-strip div {
    gap: 2px;
    padding: 14px 16px;
  }

  .proof-strip strong {
    font-size: 16px;
  }

  .proof-strip span {
    font-size: 13px;
  }

  .section {
    padding: 42px 16px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section h2 {
    max-width: 14ch;
    font-size: 28px;
    line-height: 1.08;
  }

  .feature-grid {
    gap: 10px;
  }

  .feature-grid article {
    gap: 9px;
    border-radius: 7px;
    padding: 16px;
    box-shadow: 0 10px 26px rgba(18, 32, 28, 0.08);
  }

  .feature-grid h3,
  .launch-panel h3 {
    font-size: 17px;
  }

  .feature-grid p,
  .launch-panel p {
    font-size: 13px;
    line-height: 1.45;
  }

  .launch-panel {
    gap: 14px;
    padding: 18px;
  }

  .launch-panel .primary-link {
    width: 100%;
  }

  .proof-strip,
  .feature-grid,
  .launch-panel {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .launch-panel {
    display: grid;
  }
}

@media (max-width: 420px) {
  .site-nav .nav-action {
    padding-inline: 10px;
  }

  h1 {
    font-size: clamp(30px, 9.2vw, 36px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .section h2 {
    font-size: 25px;
  }
}
