:root {
  --ink: #102033;
  --muted: #5c6b7d;
  --line: #d8e0ea;
  --soft: #f3f6fa;
  --paper: #ffffff;
  --blue: #2057d6;
  --navy: #08245b;
  --cyan: #0e9fca;
  --green: #15803d;
  --orange: #d97706;
  --red: #b91c1c;
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  background: #eef3f8;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

svg {
  display: block;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--navy);
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand-mark svg {
  height: 26px;
  width: 26px;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  font-weight: 950;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.site-header nav a {
  border-radius: 999px;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 850;
  padding: 9px 12px;
}

.site-header .nav-cta {
  background: var(--navy);
  color: #ffffff;
  padding-inline: 15px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 36, 91, 0.92), rgba(12, 71, 92, 0.72)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23dfe7ef'/%3E%3Cg opacity='.55' fill='none' stroke='%231d3557' stroke-width='2'%3E%3Cpath d='M0 628h1600M0 682h1600M0 736h1600M0 790h1600'/%3E%3Cpath d='M110 570l160-230h250L360 570zM470 570l160-230h250L720 570zM830 570l160-230h250l-160 230zM1190 570l160-230h250l-160 230z'/%3E%3Cpath d='M170 338h1280M220 292h1180M275 246h1070'/%3E%3C/g%3E%3Cg opacity='.28' fill='%23ffffff'%3E%3Crect x='104' y='620' width='210' height='150' rx='10'/%3E%3Crect x='360' y='620' width='250' height='150' rx='10'/%3E%3Crect x='656' y='620' width='220' height='150' rx='10'/%3E%3Crect x='922' y='620' width='260' height='150' rx='10'/%3E%3Crect x='1228' y='620' width='240' height='150' rx='10'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  min-height: 690px;
  padding: 84px clamp(18px, 4vw, 64px) 104px;
}

.hero-copy {
  align-self: center;
  max-width: 780px;
}

.eyebrow,
.section-kicker {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  gap: 9px;
  letter-spacing: 0;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.eyebrow {
  color: #c8f4ff;
}

.section-kicker {
  color: var(--blue);
}

.eyebrow::before,
.section-kicker::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 9px;
  width: 9px;
}

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

h1 {
  font-size: clamp(2.7rem, 5.8vw, 5.25rem);
  line-height: 0.98;
  max-width: 880px;
}

.lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.04rem, 2vw, 1.32rem);
  font-weight: 680;
  line-height: 1.48;
  margin-top: 25px;
  max-width: 660px;
}

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

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
}

.button-primary {
  background: #ffffff;
  color: var(--navy);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.hero-product {
  align-self: center;
  min-height: 560px;
  position: relative;
}

.phone-preview {
  background: #101827;
  border: 8px solid #182033;
  border-radius: 38px;
  box-shadow: var(--shadow);
  margin-left: auto;
  max-width: 330px;
  padding: 18px;
}

.phone-top {
  background: #303a4f;
  border-radius: 999px;
  height: 6px;
  margin: 0 auto 18px;
  width: 76px;
}

.inspection-card {
  background: #f8fbff;
  border-radius: 24px;
  color: var(--ink);
  min-height: 450px;
  padding: 18px;
}

.status-pill {
  background: #e7f8ef;
  border: 1px solid #b6e6c8;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  padding: 7px 9px;
  text-transform: uppercase;
}

.inspection-card h2 {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-top: 16px;
}

.rack-map {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 18px;
}

.rack-map span {
  background: #e1e8f2;
  border: 1px solid #c7d3e2;
  border-radius: 6px;
  height: 38px;
}

.rack-map .risk-red { background: #fee2e2; border-color: #ef4444; }
.rack-map .risk-orange { background: #ffedd5; border-color: #f97316; }
.rack-map .risk-green { background: #dcfce7; border-color: #22c55e; }

.finding-list {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.finding-list p {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 6px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 10px;
}

.finding-list strong {
  color: var(--navy);
  font-size: 0.82rem;
}

.finding-list span {
  font-size: 0.85rem;
  font-weight: 850;
}

.finding-list em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  grid-column: 2;
}

.report-preview {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  bottom: 24px;
  box-shadow: var(--shadow);
  color: var(--ink);
  left: 0;
  max-width: 280px;
  padding: 18px;
  position: absolute;
}

.report-preview span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.report-preview h3 {
  font-size: 1.35rem;
  margin-top: 6px;
}

.report-bars {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.report-bars i {
  border-radius: 999px;
  display: block;
  height: 10px;
}

.bar-red { background: var(--red); width: 42%; }
.bar-orange { background: var(--orange); width: 82%; }
.bar-green { background: var(--green); width: 28%; }

.metrics {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(16, 32, 51, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -52px auto 0;
  max-width: 1180px;
  position: relative;
  z-index: 3;
}

.metrics div {
  border-right: 1px solid var(--line);
  padding: 22px;
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  font-size: 1rem;
  font-weight: 950;
}

.metrics span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
  margin-top: 4px;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 82px clamp(18px, 4vw, 64px) 0;
}

.split {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  max-width: 780px;
}

.section p {
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.58;
  margin-top: 16px;
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article,
.feature-grid article,
.usecase-grid article,
.legal-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
  padding: 22px;
}

.steps span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 950;
}

.steps h3,
.feature-grid h3,
.usecase-grid h3 {
  font-size: 1.22rem;
  margin-top: 8px;
}

.steps p,
.feature-grid p,
.usecase-grid p {
  font-size: 0.95rem;
  margin-top: 8px;
}

.section-head {
  max-width: 860px;
}

.feature-grid,
.usecase-grid,
.tech-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.technical-section {
  max-width: 1180px;
}

.tech-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
  padding: 22px;
}

.tech-grid article span {
  background: #eaf1ff;
  border: 1px solid #c7d7ff;
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  padding: 7px 9px;
  text-transform: uppercase;
}

.tech-grid h3 {
  font-size: 1.18rem;
  line-height: 1.16;
  margin-top: 14px;
}

.tech-grid p {
  font-size: 0.94rem;
  margin-top: 10px;
}

.feature-icon {
  align-items: center;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.feature-icon.blue { background: var(--blue); }
.feature-icon.orange { background: var(--orange); }
.feature-icon.green { background: var(--green); }

.usecases {
  display: grid;
  gap: 28px;
}

.cta-band {
  align-items: center;
  background: var(--navy);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 82px auto 0;
  max-width: 1180px;
  padding: 34px;
}

.cta-band .section-kicker,
.cta-band p {
  color: rgba(255, 255, 255, 0.76);
}

.cta-band h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
  margin: 0;
}

.cta-band p {
  font-weight: 650;
  line-height: 1.55;
  margin-top: 12px;
  max-width: 760px;
}

.site-footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 42px clamp(18px, 4vw, 64px);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
  font-weight: 950;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.site-footer a {
  font-weight: 850;
}

.legal-hero {
  background: var(--navy);
  color: #ffffff;
  padding: 76px clamp(18px, 4vw, 64px);
}

.legal-hero > div,
.legal-content {
  margin: 0 auto;
  max-width: 920px;
}

.legal-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  max-width: 820px;
}

.legal-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.55;
  margin-top: 18px;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 42px clamp(18px, 4vw, 64px) 76px;
}

.legal-card h2 {
  font-size: 1.35rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.6;
}

.legal-card p {
  margin-top: 10px;
}

.legal-card ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}

@media (max-width: 960px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

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

  .phone-preview {
    margin-left: 0;
  }

  .report-preview {
    margin-top: 16px;
    position: static;
  }

  .metrics,
  .feature-grid,
  .usecase-grid,
  .tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .site-header nav,
  .site-footer nav {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 58px;
  }

  .phone-preview {
    max-width: 100%;
  }

  .metrics,
  .feature-grid,
  .usecase-grid,
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .metrics div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

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