:root {
  color-scheme: light;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  --ink: #101828;
  --muted: #5f6b7a;
  --line: #d9e2ec;
  --surface: #ffffff;
  --paper: #f5f7fb;
  --blue: #173f8a;
  --blue-dark: #0d2a5d;
  --red: #d4212d;
  --green: #286b5d;
  --soft-blue: #e9f0fb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }

.landing-body {
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #f9fbff 0, #f3f6fb 54%, #eef4f1 100%);
}

a { color: inherit; }

.site-header {
  min-height: 78px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(16, 40, 72, .1);
  background: rgba(255,255,255,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand img {
  width: 148px;
  height: auto;
  display: block;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
main { overflow: hidden; }

.hero {
  width: min(1320px, calc(100% - 48px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 54px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(480px, 1.26fr);
  gap: clamp(34px, 5.5vw, 76px);
  align-items: center;
}

.hero-copy { max-width: 590px; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(52px, 6vw, 86px);
  line-height: .95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.14;
}

.hero-text {
  max-width: 570px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

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

.button {
  min-height: 48px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 950;
}

.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(23, 63, 138, .22);
}

.button.secondary {
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid var(--line);
}

.button.light { background: rgba(255,255,255,.92); }

.hero-metrics {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metrics span {
  padding: 8px 11px;
  border: 1px solid rgba(23, 63, 138, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--muted);
  font-size: 13px;
}

.hero-metrics strong { color: var(--ink); }

.hero-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 40, 72, .13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(16, 32, 51, .14);
}

.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 78px;
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: start;
}

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

.feature-list article {
  min-height: 132px;
  padding: 22px;
  display: grid;
  grid-template-columns: 52px minmax(0, .72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.feature-list span,
.capture-top span {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-list p,
.capture-card p,
.method span,
.coptrack p,
.cta p {
  color: var(--muted);
  line-height: 1.58;
}

.captures {
  padding: 68px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capture-grid {
  display: grid;
  grid-template-columns: 1.16fr .92fr .92fr;
  gap: 14px;
}

.capture-card {
  min-height: 360px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.software-shot {
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 44px rgba(16, 32, 51, .08);
}

.shot-chrome {
  height: 28px;
  padding: 10px 12px;
  display: flex;
  gap: 7px;
  border: 1px solid #e6edf5;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #f8fafc;
}

.shot-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c9d4e1;
}

.shot-shell {
  min-height: 262px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  border: 1px solid #e6edf5;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: #fff;
}

.shot-sidebar {
  padding: 14px 10px;
  display: grid;
  align-content: start;
  gap: 13px;
  background: var(--blue-dark);
}

.shot-sidebar i {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(255,255,255,.28);
}

.shot-sidebar i:first-child { background: #fff; }

.shot-main {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.shot-title-row,
.shot-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shot-title-row strong,
.shot-panel-head strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
}

.shot-title-row span,
.shot-panel-head span,
.shot-title-row em {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--soft-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.shot-title-row div span {
  margin-top: 7px;
  display: inline-flex;
  color: var(--muted);
  background: #f1f5f9;
}

.shot-title-row em {
  color: #276749;
  background: #e8f5ee;
}

.shot-photo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(110px, .65fr);
  gap: 12px;
}

.shot-photo-large,
.shot-thumb-grid i,
.report-cover-photo {
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(221,225,218,.92) 0 34%, rgba(176,185,178,.88) 34% 42%, rgba(237,241,246,.95) 42% 100%),
    repeating-linear-gradient(90deg, rgba(90,99,108,.24) 0 2px, transparent 2px 16px);
}

.shot-photo-large {
  position: relative;
  min-height: 146px;
  overflow: hidden;
}

.shot-photo-large b {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 2px rgba(23,63,138,.2);
}

.shot-photo-large b:nth-child(1) { left: 22%; top: 62%; }
.shot-photo-large b:nth-child(2) { left: 58%; top: 38%; }
.shot-photo-large b:nth-child(3) { left: 72%; top: 56%; }

.shot-thumb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shot-thumb-grid i {
  min-height: 68px;
}

.shot-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shot-tabs span {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 850;
}

.shot-tabs .active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.shot-panel-head {
  min-height: 44px;
  margin-bottom: 14px;
}

.shot-form {
  display: grid;
  gap: 9px;
  margin-bottom: 12px;
}

.shot-form label {
  min-height: 49px;
  padding: 9px 10px;
  display: grid;
  gap: 5px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #fbfdff;
}

.shot-form label span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.shot-form label b {
  color: #172033;
  font-size: 13px;
}

.shot-form label .priority {
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  color: #8a3417;
  background: #fff2df;
}

.shot-form label i,
.shot-ai-box span {
  height: 8px;
  border-radius: 999px;
  background: #d9e2ec;
}

.shot-form label i.short,
.shot-ai-box span.short { width: 64%; }

.shot-ai-box {
  padding: 12px;
  display: grid;
  gap: 9px;
  border: 1px solid rgba(40,107,93,.26);
  border-radius: 8px;
  background: #f2faf6;
}

.shot-ai-box strong {
  color: #276749;
  font-size: 13px;
}

.shot-report {
  background: #f7f9fc;
}

.report-preview {
  min-height: 232px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #17304f;
}

.report-page {
  padding: 13px;
  display: grid;
  gap: 9px;
  border-radius: 4px;
  background: #fff;
}

.report-page b {
  width: 54%;
  height: 10px;
  border-radius: 999px;
  background: var(--blue);
}

.report-cover-photo {
  min-height: 82px;
  border-radius: 5px;
}

.report-page i {
  height: 7px;
  border-radius: 999px;
  background: #d6dde8;
}

.report-page i:nth-of-type(2) { width: 78%; }

.report-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.report-table span {
  min-height: 13px;
  border-radius: 3px;
  background: #e3e8ef;
}

.report-pages {
  display: grid;
  gap: 8px;
}

.report-pages span {
  min-height: 62px;
  border-radius: 4px;
  background: rgba(255,255,255,.88);
}

.method {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 56px;
  align-items: start;
}

.method ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.method li {
  min-height: 76px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.method strong { color: var(--blue); }

.coptrack {
  min-height: 260px;
  padding: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--green));
}

.coptrack h2,
.coptrack .eyebrow { color: #fff; }

.coptrack p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.78);
}

.cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 80px;
  padding: 34px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.cta p {
  max-width: 700px;
  margin: 12px 0 0;
}

@media (max-width: 980px) {
  .hero,
  .intro-grid,
  .method,
  .coptrack,
  .cta { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .capture-grid { grid-template-columns: 1fr; }
  .feature-list article { grid-template-columns: 52px minmax(0, 1fr); }
  .feature-list article p { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header {
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }

  .hero,
  .section,
  .cta { width: calc(100% - 28px); }
  .hero { padding-top: 34px; }
  h1 { font-size: 48px; }
  .hero-actions,
  .button { width: 100%; }
  .feature-list article,
  .method li { grid-template-columns: 1fr; }
  .feature-list article p { grid-column: auto; }
  .coptrack { padding: 26px 20px; }
}
