:root {
  --navy: #0b1f33;
  --navy-2: #16324f;
  --green: #18a66a;
  --green-deep: #168a55;
  --green-soft: #eaf7f0;
  --yellow: #b7791f;
  --yellow-soft: #fff7d6;
  --red: #b42318;
  --red-soft: #fdecea;
  --bg: #f6f8fa;
  --white: #ffffff;
  --text: #243447;
  --muted: #667085;
  --border: #e4e7ec;
  --shadow: 0 20px 45px rgba(16, 42, 67, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--green-deep);
  text-decoration: none;
}

a:hover {
  color: var(--navy);
}

:focus-visible {
  outline: 3px solid rgba(24, 166, 106, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 214px;
  flex: 0 0 auto;
}

.brand img,
.footer-logo {
  display: block;
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  font-weight: 650;
}

.site-nav a {
  color: var(--text);
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--green-deep);
}

.nav-cta {
  padding: 10px 16px;
  color: var(--white) !important;
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(24, 166, 106, 0.2);
}

.nav-cta:hover {
  background: var(--green-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.hero {
  padding: 84px 0 92px;
  background:
    linear-gradient(115deg, rgba(246, 248, 250, 0.88), rgba(255, 255, 255, 0.96)),
    repeating-linear-gradient(90deg, rgba(11, 31, 51, 0.04) 0 1px, transparent 1px 88px);
}

.hero-product {
  padding: 76px 0 84px;
}

.hero-grid,
.split,
.form-grid,
.preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 64px;
  align-items: center;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-text,
.page-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #33465c;
  font-size: 20px;
  line-height: 1.55;
}

.support-line {
  margin: 18px 0 0;
  color: var(--navy-2);
  font-weight: 700;
}

.trust-line,
.fine-print {
  color: var(--muted);
  font-size: 15px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 14px;
}

.button-row.centered {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 28px rgba(24, 166, 106, 0.22);
}

.btn-primary:hover {
  color: var(--white);
  background: var(--green-deep);
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--border);
}

.btn.full {
  width: 100%;
}

.btn:disabled {
  opacity: 0.68;
  cursor: progress;
  transform: none;
}

.hero-visual {
  position: relative;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.product-hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 52px;
}

.dashboard-card,
.office-mock,
.phone-mock,
.form-card,
.info-card,
.step-card,
.status-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.dashboard-card {
  padding: 24px;
}

.dispatch-board,
.office-preview,
.template-builder-mock,
.standby-panel {
  border: 1px solid rgba(16, 42, 67, 0.13);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 28px 60px rgba(16, 42, 67, 0.16);
}

.dispatch-board {
  overflow: hidden;
}

.board-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  background: #fbfcfd;
}

.board-topbar strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.board-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.board-tools span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  white-space: nowrap;
}

.board-tools span:last-child {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.board-filterbar {
  padding: 10px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.date-tabs {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #f8fafc;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.date-tabs span {
  padding: 7px 9px;
  border-radius: 6px;
  white-space: nowrap;
}

.date-tabs .active {
  color: var(--navy);
  background: var(--green-soft);
}

.risk-summary {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--border);
  background: var(--border);
}

.risk-summary div {
  padding: 12px 10px;
  background: var(--white);
}

.risk-summary strong,
.risk-summary span {
  display: block;
}

.risk-summary strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1;
}

.risk-summary span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.board-body {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(340px, 1.18fr);
  min-height: 410px;
}

.board-list {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px;
  border-right: 1px solid var(--border);
  background: #f8fafc;
}

.board-job {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.board-job.selected {
  border-color: rgba(24, 166, 106, 0.38);
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
}

.board-job strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.board-job p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.board-job em {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.job-review-panel {
  padding: 16px;
}

.review-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.review-heading strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
}

.review-heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.job-meta {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 11px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.job-meta span {
  color: var(--text);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.proof-checks,
.review-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.proof-checks div,
.review-list div {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.proof-checks strong,
.proof-checks p,
.review-list strong,
.review-list p {
  grid-column: 2;
}

.proof-checks strong,
.review-list strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
}

.proof-checks p,
.review-list p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.board-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.board-actions span {
  padding: 9px 10px;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--bg);
  font-size: 12px;
  font-weight: 850;
}

.board-actions span:first-child {
  color: var(--white);
  background: var(--green);
}

.activity-timeline {
  margin-top: 12px;
  padding: 11px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.activity-timeline strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.2;
}

.activity-timeline p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.standby-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--green-soft);
}

.standby-chip p {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.dashboard-card.compact {
  box-shadow: none;
}

.mock-header,
.job-row,
.comparison > div,
.report-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mock-header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.mock-header strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}

.small-label {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.job-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.job-row {
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.job-row div {
  flex: 1;
  min-width: 0;
}

.job-row strong,
.job-row span {
  display: block;
}

.job-row strong {
  color: var(--navy);
  line-height: 1.25;
}

.job-row div span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.status-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.status-tag,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.status-tag {
  padding: 8px 10px;
}

.status-pill {
  padding: 9px 12px;
}

.green {
  color: var(--green-deep);
  background: var(--green-soft);
}

.yellow {
  color: #7a4b00;
  background: var(--yellow-soft);
}

.neutral {
  color: #475467;
  background: #eef2f6;
}

.red {
  color: var(--red);
  background: var(--red-soft);
}

.status-dot.green,
.mini-status.done {
  background: var(--green);
}

.status-dot.yellow,
.mini-status.review {
  background: #f2b84b;
}

.status-dot.red,
.mini-status.todo {
  background: var(--red);
}

.proof-grid,
.mock-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.proof-grid span,
.mock-panels div {
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--bg);
  font-size: 14px;
  font-weight: 750;
}

.section {
  padding: 96px 0;
}

.section.light {
  background: var(--bg);
}

.section.navy {
  color: var(--white);
  background: var(--navy);
}

.section.navy h2,
.section.navy h3,
.section.navy .eyebrow {
  color: var(--white);
}

.section.navy p {
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.13;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  margin: 14px 0 0;
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.benefit-card,
.status-card {
  padding: 24px;
}

.info-card {
  box-shadow: none;
}

.benefit-card {
  min-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.card-icon {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 850;
}

.step-stack {
  display: grid;
  gap: 16px;
}

.step-card {
  display: flex;
  gap: 18px;
  padding: 22px;
  box-shadow: none;
}

.step-card > span,
.workflow article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  font-weight: 850;
}

.preview-grid {
  align-items: stretch;
}

.product-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.72fr) minmax(240px, 0.62fr);
  gap: 22px;
  align-items: stretch;
}

.office-preview {
  padding: 24px;
}

.phone-mock,
.office-mock {
  padding: 24px;
}

.phone-mock {
  max-width: 390px;
  justify-self: end;
  border: 9px solid var(--navy);
  box-shadow: 0 24px 50px rgba(16, 42, 67, 0.18);
}

.phone-top {
  width: 72px;
  height: 6px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: #cbd5e1;
}

.progress {
  height: 10px;
  margin: 18px 0 20px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--border);
}

.progress span {
  display: block;
  height: 100%;
  background: var(--green);
}

.check-list,
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.check-list li,
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.feature-list.compact {
  margin-top: 24px;
}

.feature-list li {
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  font-weight: 750;
}

.feature-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  flex: 0 0 auto;
}

.mini-status {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.mock-button {
  width: 100%;
  margin-top: 20px;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
}

.refined-phone {
  max-width: none;
  justify-self: stretch;
}

.phone-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.report-preview {
  display: flex;
  align-items: stretch;
}

.paper-sheet {
  width: 100%;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--white), #fbfcfd);
  box-shadow: 0 20px 40px rgba(16, 42, 67, 0.1);
}

.paper-sheet h3 {
  margin-top: 8px;
}

.paper-sheet p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.report-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.report-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: var(--border);
}

.report-lines span:nth-child(2) {
  width: 74%;
}

.report-lines span:nth-child(3) {
  width: 48%;
}

.mock-panels {
  margin-top: 22px;
}

.mock-panels span,
.mock-panels strong {
  display: block;
}

.mock-panels span {
  color: var(--muted);
  font-size: 13px;
}

.mock-panels strong {
  color: var(--navy);
  font-size: 15px;
}

.configuration-section .section-heading {
  margin-bottom: 34px;
}

.template-builder-mock {
  overflow: hidden;
  padding: 0;
}

.template-builder-mock .mock-header {
  padding: 20px;
}

.template-columns {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) minmax(220px, 1.22fr);
  min-height: 320px;
}

.template-nav {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border-right: 1px solid var(--border);
  background: #f8fafc;
}

.template-nav span {
  padding: 10px 11px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.template-nav .active {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 8px 18px rgba(16, 42, 67, 0.08);
}

.template-rules {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
}

.template-rules div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.template-rules strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
}

.template-rules span {
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.configuration-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: stretch;
}

.config-copy,
.config-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.config-copy {
  padding: 32px;
  box-shadow: none;
}

.config-copy h3 {
  font-size: 26px;
}

.config-panel {
  padding: 24px;
  box-shadow: var(--shadow);
}

.template-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.template-card {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.template-card.active {
  border-color: rgba(24, 166, 106, 0.35);
  background: var(--green-soft);
}

.template-card span,
.template-card strong,
.template-card p {
  display: block;
}

.template-card span {
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.template-card strong {
  margin-top: 4px;
  color: var(--navy);
  line-height: 1.3;
}

.template-card p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.config-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.config-rules span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.config-rules span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  flex: 0 0 auto;
}

.report-strip {
  margin-top: 20px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--yellow-soft);
}

.report-strip p {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.correction-section {
  align-items: center;
}

.correction-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.correction-flow article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.08);
}

.correction-flow h3 {
  margin-top: 18px;
}

.correction-flow p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.flow-arrow {
  position: relative;
  height: 2px;
  background: var(--green);
}

.flow-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  transform: translateY(-50%) rotate(45deg);
}

.standby-panel {
  overflow: hidden;
  color: var(--text);
}

.standby-panel .mock-header {
  padding: 20px;
}

.standby-list {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: #f8fafc;
}

.standby-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.standby-list strong {
  color: var(--navy);
  font-size: 14px;
}

.standby-list span:not(.status-tag) {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.dispatch-scenario {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.dispatch-scenario .mock-header {
  padding: 20px;
}

.scenario-list {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: #f8fafc;
}

.scenario-list div {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 14px;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.scenario-list strong {
  color: var(--navy);
  font-size: 14px;
}

.scenario-list span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.compact-template .template-rules {
  padding: 16px;
}

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

.template-explain-grid article {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.template-explain-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 850;
}

.template-explain-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.conversation-card {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
}

.conversation-card h3 {
  margin-bottom: 14px;
}

.conversation-card .check-list {
  gap: 10px;
}

.conversation-card .check-list li {
  align-items: flex-start;
  color: var(--navy);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.conversation-card .mini-status {
  margin-top: 7px;
}

.comparison {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.comparison > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
}

.comparison > div:last-child {
  border-bottom: 0;
}

.comparison span:first-child {
  color: var(--muted);
}

.comparison span:last-child {
  color: var(--navy);
  font-weight: 800;
}

.comparison .comparison-head {
  color: var(--white);
  background: var(--navy);
}

.comparison .comparison-head span {
  color: var(--white);
}

.form-card {
  padding: 28px;
}

.form-row {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

label {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #cfd6df;
  border-radius: var(--radius);
  color: var(--text);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-message {
  min-height: 24px;
  margin: 4px 0 14px;
  font-size: 14px;
  font-weight: 750;
}

.form-message.error {
  color: var(--red);
}

.form-message.success {
  color: var(--green-deep);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  padding: 82px 0;
  color: var(--white);
  background: var(--navy-2);
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p {
  max-width: 700px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.final-cta .btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.page-hero {
  padding: 82px 0 78px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

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

.workflow-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.workflow-strip article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.workflow-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  font-weight: 850;
}

.workflow-strip strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.workflow-strip p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.mini-board .risk-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-board .job-review-panel {
  padding: 18px;
}

.small-card-grid {
  margin-top: 24px;
}

.workflow article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.quick-overview {
  border-bottom: 1px solid var(--border);
}

.quick-overview .section-heading {
  max-width: 900px;
}

.workflow h2 {
  margin-top: 18px;
  font-size: 21px;
}

.workflow p {
  color: var(--muted);
}

.status-card {
  box-shadow: none;
}

.content-page h2 {
  margin-top: 34px;
  font-size: 28px;
}

.content-page h2:first-child {
  margin-top: 0;
}

.content-page .btn {
  margin-top: 22px;
}

.site-footer {
  padding: 54px 0 24px;
  background: #071827;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
}

.footer-logo {
  width: 190px;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}

.site-footer a {
  color: var(--white);
}

.footer-company {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.site-footer nav {
  display: grid;
  gap: 10px;
  min-width: 220px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 14px;
    font-size: 14px;
  }

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

  .report-preview {
    grid-column: 1 / -1;
  }

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

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

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

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

@media (max-width: 880px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand {
    width: 178px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    padding: 58px 0 68px;
  }

  .hero-grid,
  .split,
  .form-grid,
  .preview-grid,
  .product-preview-grid,
  .configuration-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .board-body,
  .template-columns {
    grid-template-columns: 1fr;
  }

  .board-list,
  .template-nav {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

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

  .correction-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    width: 2px;
    height: 34px;
    justify-self: center;
  }

  .flow-arrow::after {
    right: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(50%) rotate(135deg);
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(36px, 11vw, 44px);
  }

  .hero-text,
  .page-hero p {
    font-size: 18px;
  }

  .section,
  .page-hero {
    padding: 62px 0;
  }

  .card-grid.three,
  .card-grid.two,
  .card-grid.four,
  .card-grid.five,
  .template-explain-grid,
  .workflow,
  .workflow-strip {
    grid-template-columns: 1fr;
  }

  .phone-mock {
    max-width: 100%;
    justify-self: stretch;
  }

  .report-preview {
    grid-column: auto;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 10vw, 40px);
  }

  .button-row,
  .button-row.centered {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .dashboard-card,
  .phone-mock,
  .office-mock,
  .form-card {
    padding: 20px;
  }

  .board-topbar,
  .review-heading,
  .template-rules div,
  .standby-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .date-tabs {
    flex-wrap: wrap;
  }

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

  .mock-header,
  .job-row,
  .report-strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .job-row {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
  }

  .job-row .status-tag {
    grid-column: 2;
    justify-self: start;
  }

  .mock-header .status-pill {
    margin-top: 4px;
  }

  .proof-grid,
  .mock-panels,
  .config-rules,
  .comparison > div {
    grid-template-columns: 1fr;
  }

  .template-nav,
  .standby-list div {
    grid-template-columns: 1fr;
  }

  .comparison > div {
    gap: 7px;
  }

  h2 {
    font-size: 31px;
  }
}
