:root {
  color-scheme: light;
  --bg: #f8f5ef;
  --ink: #1f2320;
  --muted: #68706a;
  --line: #ded9ce;
  --paper: #fffdf8;
  --paper-strong: #f0f7ef;
  --dark: #1f2b24;
  --green: #20785a;
  --green-soft: #e5f2ea;
  --blue: #2d67a3;
  --amber: #b66d24;
  --coral: #d9654f;
  --shadow: 0 24px 70px rgba(40, 45, 38, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

.hero {
  padding: 34px 0 24px;
  background:
    linear-gradient(120deg, rgba(32, 120, 90, 0.12), transparent 44%),
    linear-gradient(180deg, #fffdf8, var(--bg));
}

.hero-inner,
.section,
.site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

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

h1 {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.13;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.16;
  letter-spacing: 0;
}

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

.lead {
  max-width: 540px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.primary-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--dark);
  border-radius: 8px;
  background: var(--dark);
  color: #fffaf1;
  font-weight: 900;
  text-decoration: none;
}

.app-shot {
  margin: 0;
}

.shot-window {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.shot-bar {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  background: #f6efe4;
}

.shot-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8cab7;
}

.shot-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px 18px 0;
}

.shot-tabs span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.shot-tabs .active {
  border-color: rgba(32, 120, 90, 0.35);
  background: var(--green-soft);
  color: var(--green);
}

.shot-board {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 18px;
}

.shot-title span,
.shot-meta span,
.shot-settlement span,
.shot-person small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.shot-title strong {
  display: block;
  margin-top: 7px;
  font-size: 30px;
}

.shot-pill {
  align-self: start;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.shot-meta {
  min-height: 58px;
  display: grid;
  gap: 5px;
  align-content: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.shot-meta.wide {
  grid-column: auto;
}

.shot-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.shot-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.shot-stats div {
  min-height: 90px;
  padding: 16px;
  border-radius: 8px;
  background: #fbefe2;
}

.shot-stats strong,
.shot-stats span {
  display: block;
}

.shot-stats strong {
  font-size: 32px;
}

.shot-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
}

.shot-person {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.shot-person > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.shot-person em {
  padding: 7px 9px;
  border-radius: 999px;
  background: #f8eddc;
  color: var(--amber);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.shot-person em.green {
  background: var(--green-soft);
  color: var(--green);
}

.shot-settlement {
  grid-column: 1 / -1;
  padding: 14px;
  border: 1px solid rgba(32, 120, 90, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green-soft), #fff);
}

.shot-settlement strong,
.shot-settlement small {
  display: block;
}

.shot-settlement strong {
  margin: 5px 0 3px;
  font-size: 22px;
}

.shot-settlement small {
  color: var(--muted);
  font-weight: 760;
}

.section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

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

.problem-grid article,
.feature-list article,
.flow-list li,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.problem-grid article {
  padding: 22px;
}

.problem-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.problem-grid p,
.feature-copy p,
.feature-list span,
.flow-list p,
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}

.feature-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: start;
}

.feature-copy {
  position: sticky;
  top: 18px;
}

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

.feature-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  padding: 18px;
}

.feature-list strong {
  font-size: 18px;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  padding: 18px;
}

.flow-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
}

.flow-list strong {
  display: block;
  margin-bottom: 8px;
}

.flow-list p {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 900;
}

.faq-list p {
  margin-bottom: 18px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.site-footer a {
  text-decoration: none;
}

.site-footer span {
  margin-left: auto;
}

@media (max-width: 900px) {
  .hero-inner,
  .feature-section,
  .problem-grid,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .feature-copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 22px;
  }

  .hero-inner,
  .section,
  .site-footer {
    width: min(100% - 20px, 1120px);
  }

  h1 {
    font-size: 30px;
  }

  .lead {
    font-size: 15px;
  }

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

  .shot-tabs,
  .shot-stats {
    grid-template-columns: 1fr 1fr;
  }

  .shot-board,
  .shot-person,
  .feature-list article {
    grid-template-columns: 1fr;
  }

  .shot-meta.wide {
    grid-column: 1;
  }

  .shot-pill {
    width: 100%;
    text-align: center;
  }

  .site-footer span {
    width: 100%;
    margin-left: 0;
  }
}
