:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f7f9;
  color: #162130;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d9e0e8;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 66px;
  padding: 12px clamp(18px, 4vw, 48px);
  position: relative;
  z-index: 5;
}

.brand {
  color: #143e62;
  font-size: 1.05rem;
  font-weight: 850;
  min-width: 0;
  text-decoration: none;
}

nav,
.header-controls,
.hero-actions,
.product-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

nav {
  justify-content: center;
}

nav a,
.header-action,
.primary-action,
.secondary-action,
.product-action,
form button,
.language-toggle {
  border-radius: 6px;
  font-weight: 820;
  line-height: 1.15;
  text-decoration: none;
}

nav a {
  color: #47586f;
  font-size: 0.92rem;
}

nav a.active {
  color: #0d3d64;
}

.header-controls {
  justify-content: end;
}

.header-action,
.primary-action,
.product-action,
form button {
  background: #2266cc;
  border: 0;
  color: #ffffff;
  padding: 10px 13px;
}

.language-toggle,
.secondary-action {
  background: #ffffff;
  border: 1px solid #b9c6d5;
  color: #223348;
  padding: 9px 12px;
}

.language-toggle,
.product-strip button,
form button {
  cursor: pointer;
  font: inherit;
}

main {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(18px, 4.5vw, 46px);
}

.hero {
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  min-height: min(660px, calc(100vh - 98px));
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(10, 24, 38, 0.9) 0%, rgba(10, 24, 38, 0.78) 42%, rgba(10, 24, 38, 0.28) 100%),
    linear-gradient(0deg, rgba(10, 24, 38, 0.32), rgba(10, 24, 38, 0));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

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

.hero-copy {
  align-self: end;
  max-width: 760px;
  padding: clamp(28px, 6vw, 68px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: #4c627e;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #cce5f0;
}

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

h1 {
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.02;
  margin-bottom: 18px;
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.06;
  margin-bottom: 12px;
}

.lede,
.product-summary,
.contact-band p,
.proof-band p,
.product-copy p {
  color: #53637a;
  font-size: 1.04rem;
  line-height: 1.5;
}

.hero .lede {
  color: #eef6f8;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  max-width: 720px;
}

.hero-actions {
  margin-top: 24px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
}

.secondary-action {
  background: rgba(255, 255, 255, 0.92);
}

.product-strip {
  margin: 20px 0 16px;
}

.product-strip button {
  background: #ffffff;
  border: 1px solid #b9c6d5;
  border-radius: 6px;
  color: #25364b;
  font-weight: 820;
  min-height: 42px;
  padding: 10px 12px;
}

.product-strip button.active {
  background: #17202c;
  border-color: #17202c;
  color: #ffffff;
}

.product-page {
  margin-bottom: 22px;
}

.product-hero {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  margin-bottom: 16px;
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px);
}

.product-hero img {
  aspect-ratio: 16 / 10;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.product-hero.insurance img,
.product-hero.vortex img {
  object-position: center top;
}

.product-action {
  display: inline-flex;
  margin-top: 8px;
}

.value-grid,
.implementation-band,
.proof-grid,
.media-grid,
.fit-grid,
.matrix-grid {
  display: grid;
  gap: 14px;
}

.value-grid,
.proof-grid,
.fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.value-grid article,
.implementation-band div,
.proof-band,
.proof-grid article,
.suite-showcase,
.enterprise-fit,
.capability-matrix,
.media-card,
.fit-grid article,
.matrix-grid article,
.contact-band,
form {
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
}

.value-grid article {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 18px;
}

.value-grid strong,
.implementation-band strong,
.proof-grid strong,
.media-card strong,
.fit-grid strong,
.matrix-grid strong {
  color: #18253a;
  font-size: 1.04rem;
}

.value-grid span,
.implementation-band small,
.proof-grid span,
.media-card span,
.fit-grid span,
.matrix-grid span {
  color: #596a7f;
  line-height: 1.45;
}

.section-heading {
  max-width: 880px;
}

.suite-showcase,
.enterprise-fit,
.capability-matrix {
  display: grid;
  gap: 18px;
  margin: 28px 0;
  padding: clamp(22px, 4vw, 34px);
}

.suite-showcase h2,
.enterprise-fit h2,
.capability-matrix h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.promo-feature {
  align-items: center;
  background: #112338;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  overflow: hidden;
  padding: 20px;
}

.promo-feature h3 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  line-height: 1.08;
  margin: 0 0 10px;
}

.promo-feature p {
  color: #d8e5ee;
  line-height: 1.5;
  margin-bottom: 0;
}

.promo-feature video,
.media-card video {
  background: #0e1d2e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: block;
  width: 100%;
}

.promo-feature video {
  aspect-ratio: 16 / 9;
}

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

.media-card {
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 12px;
}

.media-card video {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-card div,
.fit-grid article,
.matrix-grid article {
  display: grid;
  gap: 8px;
}

.fit-grid article,
.matrix-grid article {
  padding: 18px;
}

.implementation-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
}

.implementation-band div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.implementation-band span {
  align-items: center;
  background: #e9f3ef;
  border: 1px solid #b8d9cc;
  border-radius: 999px;
  color: #0f5c47;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 42px;
}

.proof-band {
  display: grid;
  gap: 22px;
  margin: 28px 0;
  padding: clamp(22px, 4vw, 34px);
}

.proof-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0 0 10px;
}

.proof-grid article {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.contact-band {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  padding: 24px;
}

form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px;
}

label {
  color: #33435a;
  display: grid;
  font-size: 0.92rem;
  font-weight: 820;
  gap: 6px;
}

.wide,
form button,
output {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  border: 1px solid #b9c6d5;
  border-radius: 6px;
  font: inherit;
  padding: 10px 11px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 3px solid #d6e8ff;
}

form button {
  justify-self: start;
}

output {
  color: #0f5c47;
  font-weight: 820;
  min-height: 1.2rem;
}

@media (max-width: 960px) {
  .site-header,
  .product-hero,
  .value-grid,
  .implementation-band,
  .proof-grid,
  .promo-feature,
  .media-grid,
  .fit-grid,
  .matrix-grid,
  .contact-band,
  form {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: start;
  }

  nav,
  .header-controls {
    justify-content: start;
  }

  main {
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 600px;
  }
}

@media (max-width: 620px) {
  .hero {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    min-height: 620px;
  }

  .hero::before {
    background: linear-gradient(0deg, rgba(10, 24, 38, 0.92) 0%, rgba(10, 24, 38, 0.78) 60%, rgba(10, 24, 38, 0.35) 100%);
  }

  .hero-copy {
    padding: 28px 16px;
  }

  .product-strip button,
  .primary-action,
  .secondary-action {
    flex: 1 1 190px;
    justify-content: center;
  }
}
