:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-muted: #f1f5f9;
  --surface-warm: #fff7ed;
  --text: #111827;
  --muted: #667085;
  --soft: #f8fafc;
  --line: #e5e7eb;
  --line-strong: #cbd5e1;
  --accent: #2563eb;
  --accent-soft: #eff6ff;
  --success: #047857;
  --warning: #b45309;
  --shadow: 0 22px 70px rgba(15, 23, 42, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 85% 10%, rgba(37, 99, 235, .10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 34%, #ffffff 100%);
  color: var(--text);
  margin: 0;
  overflow-x: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.app-brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
}

.brand-mark,
.app-mark {
  align-items: center;
  background: var(--text);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.nav-links,
.header-actions,
.hero-actions,
.hero-proof {
  align-items: center;
  display: flex;
}

.nav-links {
  gap: 24px;
  font-size: 14px;
  font-weight: 650;
}

.header-actions,
.hero-actions {
  gap: 10px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
}

.button-large {
  min-height: 46px;
  padding: 12px 18px;
}

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

.button-secondary {
  background: #fff;
  border-color: var(--line-strong);
  color: #344054;
}

.hero {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: calc(100vh - 68px);
  padding: 92px 5vw 82px;
  place-items: center;
}

.hero-copy {
  min-width: 0;
  width: 100%;
}

.pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344054;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 18px;
  padding: 7px 11px;
}

.eyebrow {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
}

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

h1 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 24px;
  max-width: 780px;
}

.lead {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 670px;
}

.hero-proof {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-proof span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  padding: 7px 10px;
}

.product-frame {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(4, 120, 87, .08)),
    #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 0;
  padding: 12px;
  width: 100%;
}

.app-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  max-width: 100%;
  overflow: hidden;
}

.app-topbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  min-height: 58px;
  padding: 0 18px;
}

.app-topbar > * {
  min-width: 0;
}

.app-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.app-tabs span {
  border-radius: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
  padding: 8px 10px;
}

.app-tabs .active {
  background: var(--text);
  color: #fff;
}

.workspace-chip {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  margin-left: auto;
}

.app-body {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 510px;
}

.app-sidebar {
  background: var(--soft);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-auto-rows: max-content;
  padding: 20px 14px;
}

.app-sidebar strong {
  margin-bottom: 18px;
}

.app-sidebar span {
  border-radius: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
  padding: 10px;
}

.app-sidebar .side-active {
  background: #eaf0ff;
  color: #1d4ed8;
}

.app-content {
  min-width: 0;
  padding: 24px;
}

.app-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.app-heading h2 {
  font-size: 28px;
  margin: 0;
}

.app-heading button {
  background: var(--text);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 13px;
}

.filter-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.filter-row span {
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: #344054;
  font-size: 13px;
  padding: 10px 12px;
}

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

.lane {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 300px;
  padding: 14px;
}

.lane-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.lane-head span {
  color: var(--muted);
  font-weight: 800;
}

.task-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  padding: 14px;
}

.task-card.selected {
  border-color: #bfdbfe;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .10);
}

.task-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.tag {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #475467;
  font-size: 12px;
  font-weight: 800;
  justify-self: start;
  padding: 4px 8px;
}

.tag.green {
  background: #ecfdf5;
  color: var(--success);
}

.tag.amber {
  background: #fffbeb;
  color: var(--warning);
}

.tag.blue {
  background: var(--accent-soft);
  color: #1d4ed8;
}

.logo-strip,
.section,
.cta-panel,
.site-footer {
  margin: 0 auto;
  max-width: 1280px;
}

.logo-strip {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 14px;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  padding: 24px 5vw;
}

.logo-strip strong {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #344054;
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
}

.section {
  border-bottom: 1px solid var(--line);
  padding: 82px 5vw;
}

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

.section h2,
.cta-panel h2 {
  font-size: 38px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.section p,
.cta-panel p {
  color: var(--muted);
  line-height: 1.65;
}

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

.bento-card,
.suite-grid article,
.use-case-list article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.bento-card {
  min-height: 250px;
}

.bento-large {
  grid-column: span 2;
  grid-row: span 2;
}

.card-kicker,
.suite-grid span,
.timeline span {
  color: var(--success);
  display: inline-block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 18px;
}

.bento-card h3,
.suite-grid h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.mini-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 26px;
  overflow: hidden;
}

.mini-table div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 13px 14px;
}

.mini-table div:last-child {
  border-bottom: 0;
}

.mini-table span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

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

.suite-grid article {
  min-height: 230px;
}

.split-section {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr);
}

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

.use-case-list article {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 180px minmax(0, 1fr);
}

.use-case-list span {
  color: var(--muted);
  line-height: 1.55;
}

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

.timeline div {
  background: var(--surface-warm);
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 24px;
}

.timeline strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.cta-panel {
  background: var(--text);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 72px;
  margin-top: 72px;
  padding: 44px 5vw;
}

.cta-panel .eyebrow,
.cta-panel p {
  color: #cbd5e1;
}

.cta-panel .button-primary {
  background: #fff;
  color: var(--text);
  margin-top: 8px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 26px 5vw 40px;
}

.site-footer span:first-child {
  color: var(--text);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-frame {
    max-width: 920px;
  }

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

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

  .hero {
    padding-top: 62px;
  }

  h1 {
    font-size: 44px;
  }

  .app-body,
  .filter-row,
  .board,
  .logo-strip,
  .split-section,
  .timeline,
  .use-case-list article {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    display: none;
  }

  .app-topbar {
    flex-wrap: wrap;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .workspace-chip {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 10px;
    padding: 0 18px;
  }

  .header-actions {
    display: none;
  }

  .header-actions .button-secondary {
    display: none;
  }

  .header-actions .button-primary {
    padding-left: 11px;
    padding-right: 11px;
  }

  h1 {
    font-size: 36px;
  }

  .lead {
    font-size: 17px;
    max-width: 340px;
  }

  .hero {
    max-width: 100vw;
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
    width: 100vw;
  }

  .lead,
  .hero-copy,
  .product-frame {
    max-width: calc(100vw - 48px);
  }

  .bento-grid,
  .suite-grid {
    grid-template-columns: 1fr;
  }

  .bento-large {
    grid-column: span 1;
  }

  .app-content {
    padding: 18px;
  }

  .app-tabs span {
    padding-left: 8px;
    padding-right: 8px;
  }

  .app-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
