* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: #161616;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
img { display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2 { letter-spacing: -0.04em; line-height: 1.02; }
h1 { color: #111; font-size: clamp(44px, 6vw, 72px); font-weight: 800; }
h2 { font-size: clamp(32px, 4vw, 46px); font-weight: 800; }
p, li { color: #5c675f; line-height: 1.5; }

.top, footer {
  align-items: center;
  background: #111;
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto 1fr;
  padding: 14px 28px;
}
.top { position: sticky; top: 0; z-index: 5; }
footer { background: #0d0d0d; }
.logo { align-items: center; display: flex; font-weight: 800; gap: 8px; }
.logo img {
  background: #111;
  border: 2px solid #3a8c73;
  border-radius: 50%;
  height: 34px;
  object-fit: contain;
  padding: 3px;
  width: 34px;
}
nav { display: flex; gap: 18px; }
nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; }
.actions { display: flex; gap: 8px; }
.top .actions, footer .actions { justify-self: end; }
.center { justify-content: center; }
.center-btn { text-align: center; }

.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  min-height: 42px;
  padding: 8px 16px;
}
.btn.dark { background: #143129; color: #fff; }
.btn.white { background: #fff; color: #143129; }
.btn.ghost { border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn.border { border: 1px solid #d9d9d9; }

.hero {
  background:
    radial-gradient(ellipse 46% 38% at 50% 78%, rgba(168, 204, 190, .55), rgba(255,255,255,0) 70%),
    #fff;
  padding: 72px 20px 10px;
  text-align: center;
}
.eyebrow {
  color: #3a8c73;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,.65); }
.sub { margin: 16px auto 0; max-width: 640px; }
.hero .actions { justify-content: center; margin: 26px auto 0; width: 100%; }

.laptop { margin: 48px auto 0; max-width: 860px; }
.screen {
  background: #111;
  border: 12px solid #1a1a1a;
  border-radius: 18px 18px 8px 8px;
  box-shadow: 0 30px 70px rgba(0,0,0,.12);
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 320px;
  overflow: hidden;
  text-align: left;
}
.chin {
  background: #2a2a2a;
  border-radius: 0 0 12px 12px;
  height: 12px;
  margin: 0 12%;
}
.screen aside { background: #143129; color: #fff; padding: 20px 14px; }
.screen aside img {
  background: #143129;
  border: 2px solid #3a8c73;
  border-radius: 50%;
  height: 42px;
  object-fit: contain;
  padding: 4px;
  width: 42px;
}
.screen aside strong { display: block; margin-top: 8px; }
.screen aside span {
  color: rgba(255,255,255,.65);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 16px 0 8px;
  text-transform: uppercase;
}
.screen aside b {
  border-radius: 8px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px;
}
.screen aside b.on { background: rgba(255,255,255,.12); }
.work { background: #f6f7f6; padding: 14px; }
.bar, .job { align-items: center; display: flex; justify-content: space-between; }
.bar em {
  background: #143129;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  padding: 6px 10px;
}
.job {
  background: #fff;
  border-radius: 10px;
  margin-top: 8px;
  padding: 10px 12px;
}
.job small {
  background: #e5f2ec;
  border-radius: 999px;
  color: #143129;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 7px;
}

.block { padding: 64px 20px 10px; text-align: center; }
.three, .five, .four {
  display: grid;
  gap: 16px;
  margin: 28px auto 0;
  max-width: 1080px;
  text-align: left;
}
.three { grid-template-columns: repeat(3, 1fr); }
.five { grid-template-columns: repeat(5, 1fr); }
.four { grid-template-columns: repeat(4, 1fr); }
.three article, .five article, .four article {
  background: #fff;
  border: 1px solid #eceeec;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17,17,17,.06);
  padding: 16px;
}
.mock { background: #f6f7f6; border-radius: 12px; margin-bottom: 14px; min-height: 132px; padding: 10px; }
.three h3, .five h3, .four h3 { margin-bottom: 6px; }
.cal { display: grid; gap: 6px; grid-template-columns: repeat(5, 1fr); }
.cal i {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  font-style: normal;
  font-weight: 750;
  height: 32px;
  justify-content: center;
}
.cal .hi { background: #dceee6; }
.cal .now { background: #143129; color: #fff; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 36px auto;
  max-width: 860px;
  text-align: center;
}
.stats b { display: block; font-size: 48px; letter-spacing: -0.04em; }
.stats span { color: #5c675f; font-size: 14px; }

.split {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin: 20px auto;
  max-width: 1000px;
  padding: 20px;
}
.devices { display: flex; align-items: flex-end; justify-content: center; min-height: 220px; }
.desk {
  background: #f4f4f4;
  border: 10px solid #1a1a1a;
  border-radius: 12px;
  display: grid;
  gap: 8px;
  padding: 16px;
  width: 280px;
}
.desk span { background: #fff; border-radius: 6px; height: 28px; }
.phone {
  background: #143129;
  border: 7px solid #1a1a1a;
  border-radius: 20px;
  color: #fff;
  margin-left: -28px;
  min-height: 180px;
  padding: 18px 12px;
  width: 110px;
}
.phone b, .phone small, .phone em { display: block; }
.phone small { color: rgba(255,255,255,.7); margin-top: 4px; }
.phone em {
  background: #fff;
  border-radius: 999px;
  color: #143129;
  font-style: normal;
  font-weight: 800;
  margin-top: 24px;
  padding: 6px;
  text-align: center;
}
.split ul { margin: 12px 0 0; padding: 0; list-style: none; }
.split li { margin-top: 10px; padding-left: 26px; position: relative; }
.split li::before, .price li::before {
  background: #143129;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  font-size: 11px;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  width: 18px;
}

.price {
  align-items: center;
  background: #eef6f2;
  border-radius: 28px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1.2fr .8fr;
  margin: 28px auto 8px;
  max-width: 1000px;
  padding: 32px;
}
.amount { color: #111; font-size: 22px; font-weight: 750; margin: 8px 0; }
.amount span { font-size: 64px; font-weight: 800; letter-spacing: -0.04em; }
.price ul { list-style: none; margin: 0; padding: 18px 18px 18px 40px; background: rgba(255,255,255,.7); border-radius: 16px; }
.price li { margin-top: 8px; padding-left: 0; }
.price li::before { position: static; display: inline-block; margin-right: 8px; }
.fine { color: #7a847e; font-size: 13px; text-align: center; }

.faq { margin: 48px auto; max-width: 720px; padding: 0 20px; text-align: center; }
.faq details { border-top: 1px solid #eceeec; padding: 14px 0; text-align: left; }
.faq details:last-child { border-bottom: 1px solid #eceeec; }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { margin-top: 8px; }

.cta {
  align-items: center;
  background: #111;
  border-radius: 24px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 10px auto 28px;
  max-width: 1000px;
  padding: 32px 36px;
}
.cta h2 { color: #fff; }

#projects, #schedule, #logs, #features, #pricing { scroll-margin-top: 76px; }

@media (max-width: 900px) {
  .top, footer { grid-template-columns: 1fr auto; }
  nav { grid-column: 1 / -1; flex-wrap: wrap; }
  .three, .four, .five, .stats, .split, .price { grid-template-columns: 1fr 1fr; }
  .five { grid-template-columns: 1fr 1fr; }
  .cta { align-items: flex-start; flex-direction: column; gap: 16px; }
  .screen { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .three, .four, .five, .stats, .split, .price { grid-template-columns: 1fr; }
}
