:root {
  --ink: #181818;
  --muted: #537ea2;
  --line: #d8e0ea;
  --paper: #ffffff;
  --white: #ffffff;
  --blue: #1d5377;
  --cta: #6587aa;
  --green: #1d5377;
  --amber: #537ea2;
  --navy: #163f5d;
  --header-gray: #e0e0e0;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Verdana, Geneva, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: #181818;
  background: rgba(224, 224, 224, 0.94);
  border-bottom: 1px solid #cbd7e2;
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  align-items: center;
  justify-items: center;
  width: clamp(205px, 18vw, 260px);
  min-width: 0;
  min-height: 58px;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #c8d3dc;
}

.brand img {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 26px);
  color: #181818;
  font-size: 0.92rem;
}

nav a {
  padding: 7px 0;
  border-bottom: 2px solid transparent;
}

nav a:hover {
  border-color: #537ea2;
  color: var(--blue);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--blue);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 83, 119, 0.96) 0%, rgba(29, 83, 119, 0.78) 46%, rgba(29, 83, 119, 0.24) 100%),
    linear-gradient(0deg, rgba(22, 63, 93, 0.92) 0%, rgba(29, 83, 119, 0.16) 50%, rgba(29, 83, 119, 0.22) 100%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(62px, 12vh, 132px) clamp(18px, 7vw, 104px);
  padding-top: 110px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #5c7da0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffffff;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 7.2vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: #d7e2ee;
  font-size: clamp(1.04rem, 2vw, 1.34rem);
}

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

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: var(--radius);
  font-weight: 750;
}

.button.primary {
  background: #f6f8fb;
  color: var(--blue);
}

.button.secondary {
  border: 1px solid #ffffff;
  background: var(--cta);
  color: #ffffff;
}

.intro-band {
  padding: 18px clamp(18px, 6vw, 88px);
  background: #eef4f8;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
}

.intro-band div {
  max-width: 980px;
}

.client-band {
  padding: clamp(44px, 7vw, 76px) clamp(18px, 6vw, 88px);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.client-copy {
  max-width: 900px;
  margin-bottom: 26px;
}

.client-copy h2 {
  max-width: 840px;
  font-size: clamp(1.9rem, 3.7vw, 3.6rem);
}

.client-copy p {
  max-width: 760px;
  color: var(--muted);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  border: 1px solid var(--line);
  background: var(--line);
}

.client-grid span {
  display: grid;
  min-height: 72px;
  place-items: center;
  padding: 16px 14px;
  background: #f7fafc;
  color: var(--blue);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
}

.client-note {
  max-width: 860px;
  margin: 18px 0 0;
  color: #6b7a90;
  font-size: 0.84rem;
}

.section {
  padding: clamp(52px, 8vw, 96px) clamp(18px, 6vw, 88px);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 28px;
}

h2 {
  max-width: 820px;
  margin-bottom: 8px;
  color: #101828;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.03rem;
  line-height: 1.25;
}

.feature-grid,
.solution-grid,
.product-cards,
.quote-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

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

.product-cards,
.quote-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin-bottom: 24px;
}

.feature-grid article,
.solution-grid article,
.product-cards article,
.quote-grid blockquote {
  min-height: 260px;
  padding: 24px;
  background: #ffffff;
}

.product-cards article {
  min-height: 210px;
  background: #f5f8fc;
}

.product-cards h3 {
  color: #0f1b2d;
}

.product-cards p {
  color: #455466;
}

.services-section {
  background: #eef3f7;
}

.services-section .section-heading p {
  color: var(--muted);
}

.quote-grid {
  margin-bottom: 0;
}

.quote-grid blockquote {
  margin: 0;
  min-height: 230px;
}

.quote-grid blockquote p {
  color: #263244;
  font-size: 1.05rem;
}

.quote-grid cite {
  color: var(--blue);
  font-style: normal;
  font-weight: 760;
}

.tile-icon {
  display: inline-flex;
  margin-bottom: 56px;
  color: var(--blue);
  font-weight: 850;
}

.feature-grid p,
.timeline p,
.platform-list p,
.contact-block p {
  color: var(--muted);
}

.timeline-section {
  background: #ffffff;
}

.product-section {
  background: var(--blue);
  color: #ffffff;
}

.product-section .eyebrow {
  color: #ffffff;
}

.product-section h2 {
  color: #ffffff;
  max-width: 780px;
  font-size: clamp(2.2rem, 4.8vw, 4.7rem);
}

.product-section .section-heading p,
.split-copy p {
  max-width: 900px;
  color: #c6d3df;
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.35);
}

.capability-strip span {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: var(--navy);
  color: #ffffff;
  font-weight: 780;
}

.split-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
}

.evidence-section {
  background: #ffffff;
}

.evidence-section .section-heading p {
  max-width: 940px;
  color: var(--muted);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1280px;
}

.screenshot-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f8fafc;
}

.screenshot-grid figure.wide {
  grid-column: span 3;
}

.screenshot-grid img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top left;
  background: #ffffff;
}

.screenshot-grid figure.wide img {
  height: 420px;
}

.screenshot-grid figcaption {
  min-height: 66px;
  padding: 12px 14px;
  color: #475467;
  background: #ffffff;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.timeline {
  display: grid;
  gap: 0;
  max-width: 1050px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.timeline li {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.timeline span {
  color: var(--amber);
  font-weight: 850;
}

.timeline h3,
.timeline p {
  max-width: 780px;
}

.platform-section {
  background: #eef3f7;
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  max-width: 1180px;
}

.panel {
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius);
}

.panel.dark {
  color: white;
  background: #0b1828;
}

.panel.dark p {
  color: #c6d3df;
}

.platform-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.platform-list > div {
  padding: 24px;
  background: white;
}

.proof-section {
  background: #ffffff;
}

.people-section {
  background: #ffffff;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.people-grid article {
  min-height: 360px;
  padding: 24px;
  background: #fbfcfe;
}

.people-grid .role {
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 760;
}

.people-grid p:not(.role) {
  color: var(--muted);
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.principles p {
  min-height: 150px;
  margin: 0;
  padding: 24px;
  background: #fbfcfe;
  color: #172033;
  font-size: 1.05rem;
  font-weight: 740;
}

.help-section {
  background: #ffffff;
}

.help-section .section-heading p {
  color: #537ea2;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  border: 1px solid var(--line);
  background: var(--line);
}

.help-grid article {
  min-height: 170px;
  padding: 24px;
  background: #ffffff;
}

.help-grid h3 {
  color: var(--blue);
}

.help-grid p {
  color: #315f80;
}

.help-grid a,
.contact-block a {
  color: var(--blue);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.request-section {
  background: #eef4f8;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: 32px;
  align-items: start;
  max-width: 1180px;
}

.request-section .section-heading {
  margin-bottom: 0;
}

.request-section .section-heading p {
  color: #315f80;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 760;
}

.lead-form label.full,
.form-actions {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid #bfd0df;
  border-radius: 6px;
  padding: 11px 12px;
  color: #181818;
  background: #fbfdff;
  font: inherit;
  line-height: 1.45;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(83, 126, 162, 0.22);
  border-color: var(--blue);
}

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

.form-actions button {
  min-height: 44px;
  border: 0;
  border-radius: 19px;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--blue);
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.form-actions button:hover {
  background: var(--navy);
}

.form-actions p {
  margin: 0;
  color: #537ea2;
  font-size: 0.9rem;
}

.contact-section {
  color: var(--blue);
  background: #eef4f8;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: 30px;
  align-items: stretch;
  max-width: 1180px;
}

.contact-block {
  max-width: 860px;
}

.contact-logo {
  display: block;
  width: min(360px, 100%);
  height: auto;
  margin: 4px 0 28px;
}

.contact-block p {
  color: #315f80;
  font-size: 1.08rem;
}

.map-panel {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.map-panel a {
  display: block;
  padding: 12px 16px;
  color: var(--blue);
  font-weight: 760;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 22px clamp(18px, 6vw, 88px);
  color: #ffffff;
  background: var(--blue);
  font-size: 0.9rem;
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .feature-grid,
  .solution-grid,
  .product-cards,
  .quote-grid,
  .help-grid,
  .principles,
  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .request-layout {
    grid-template-columns: 1fr;
  }

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

  .split-copy {
    grid-template-columns: 1fr;
  }

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

  .screenshot-grid figure.wide {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

  .brand {
    width: min(230px, 74vw);
    min-height: 54px;
  }

  .brand img {
    width: min(200px, 100%);
    max-width: none;
    height: auto;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    margin-right: 18px;
    margin-bottom: 50px;
  }

  .feature-grid,
  .solution-grid,
  .product-cards,
  .client-grid,
  .quote-grid,
  .help-grid,
  .principles,
  .people-grid {
    grid-template-columns: 1fr;
  }

  .capability-strip {
    grid-template-columns: 1fr;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-grid figure.wide {
    grid-column: span 1;
  }

  .screenshot-grid img,
  .screenshot-grid figure.wide img {
    height: 230px;
  }

  .feature-grid article,
  .solution-grid article,
  .product-cards article,
  .help-grid article,
  .quote-grid blockquote {
    min-height: 0;
  }

  .tile-icon {
    margin-bottom: 26px;
  }

  .timeline li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
}
