: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;
}

[hidden] {
  display: none !important;
}

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;
}

.vortex-logo {
  display: block;
  height: 52px;
  object-fit: contain;
  width: 82px;
}

.insurance-desktop-logo {
  display: block;
  height: 48px;
  object-fit: contain;
  width: 150px;
}

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,
.product-hero.osp img {
  object-position: center top;
}

.product-hero.osp {
  background:
    linear-gradient(135deg, rgba(16, 52, 74, 0.06), rgba(43, 139, 118, 0.12)),
    #ffffff;
}

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

.value-grid,
.proof-grid,
.media-grid,
.fit-grid,
.matrix-grid,
.spotlight-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,
.proof-band,
.proof-grid article,
.suite-showcase,
.enterprise-fit,
.capability-matrix,
.product-spotlight,
.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,
.proof-grid strong,
.media-card strong,
.fit-grid strong,
.matrix-grid strong,
.spotlight-grid strong {
  color: #18253a;
  font-size: 1.04rem;
}

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

.product-spotlight {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  margin-top: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.product-spotlight h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  line-height: 1.08;
  margin: 0 0 10px;
}

.product-spotlight p,
.spotlight-grid p {
  color: #53637a;
  line-height: 1.5;
  margin-bottom: 0;
}

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

.spotlight-grid article {
  background:
    linear-gradient(135deg, rgba(29, 97, 129, 0.08), rgba(54, 137, 116, 0.12)),
    #ffffff;
  border: 1px solid #d5e1e7;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.spotlight-grid article span {
  align-items: center;
  background: #0e3d5d;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 52px;
}

.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;
}

.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;
}

.corporate-host {
  background: #f4f1eb;
  color: #1b292b;
}

.insurance-host {
  background: #f2f5ef;
  color: #173d47;
}

.insurance-host .site-header {
  background: #fbfcf7;
  border-bottom-color: #cddbd5;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
}

.insurance-host .brand {
  color: #173d47;
}

.insurance-host .header-action {
  background: #24766f;
}

.insurance-host .language-toggle {
  border-color: #93b9ae;
  color: #173d47;
}

.corporate-host .site-header {
  background: #fcfbf7;
  border-bottom-color: #d5cfc3;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
}

.corporate-host .brand {
  color: #173b3f;
  font-size: 0.95rem;
  max-width: 250px;
}

.corporate-host nav a {
  color: #3d5052;
}

.corporate-host .header-action,
.corporate-host .primary-action {
  background: #b34a32;
}

.corporate-host .language-toggle,
.corporate-host .secondary-action {
  border-color: #9db0a9;
  color: #173b3f;
}

.corporate-page {
  display: grid;
  gap: 28px;
}

.corporate-hero {
  background: #173b3f;
  color: #ffffff;
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  min-height: 500px;
  padding: clamp(30px, 7vw, 78px);
}

.corporate-hero .eyebrow {
  color: #e6b54a;
}

.corporate-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  line-height: 1.04;
  max-width: 820px;
}

.corporate-hero .lede {
  color: #e4eeee;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  max-width: 720px;
}

.corporate-hero-mark {
  align-self: center;
  border-left: 1px solid rgba(230, 181, 74, 0.55);
  display: grid;
  gap: 22px;
  padding-left: clamp(24px, 4vw, 52px);
}

.corporate-hero-mark img {
  background: #ffffff;
  height: auto;
  max-width: 230px;
  padding: 12px;
  width: 100%;
}

.corporate-hero-mark p,
.corporate-contact p {
  color: #dce6e4;
  line-height: 1.55;
  margin: 0;
}

.corporate-practices,
.approach-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.practice-card {
  background: #fcfbf7;
  border-top: 5px solid #b34a32;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(22px, 3vw, 32px);
}

.practice-logo {
  align-self: flex-start;
  height: 64px;
  margin: 0 0 18px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.practice-card:nth-child(2) {
  border-top-color: #e6b54a;
}

.practice-card:nth-child(3) {
  border-top-color: #357f7a;
}

.practice-card h2,
.corporate-approach h2,
.corporate-contact h2 {
  color: #173b3f;
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1.08;
}

.practice-card p:not(.eyebrow) {
  color: #425355;
  line-height: 1.55;
}

.practice-action {
  align-self: flex-start;
  border-bottom: 2px solid #b34a32;
  color: #173b3f;
  font-weight: 850;
  margin-top: auto;
  padding: 10px 0 7px;
  text-decoration: none;
}

.corporate-approach {
  background: #e5e8e0;
  display: grid;
  gap: 20px;
  padding: clamp(26px, 5vw, 52px);
}

.approach-grid article {
  border-left: 3px solid #357f7a;
  display: grid;
  gap: 8px;
  padding: 4px 0 4px 16px;
}

.approach-grid strong {
  color: #173b3f;
  font-size: 1.08rem;
}

.approach-grid span {
  color: #465758;
  line-height: 1.5;
}

.corporate-contact {
  align-items: center;
  background: #263638;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(28px, 5vw, 54px);
}

.corporate-contact .eyebrow {
  color: #e6b54a;
}

.insurance-page {
  display: grid;
  gap: 28px;
}

.insurance-page .eyebrow {
  color: #24766f;
}

.insurance-hero {
  background: #0d4d5d;
  color: #ffffff;
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.55fr);
  min-height: 500px;
  padding: clamp(32px, 7vw, 80px);
}

.insurance-hero .eyebrow,
.insurance-demo .eyebrow {
  color: #b9e2d4;
}

.insurance-hero h1 {
  font-size: clamp(2.45rem, 5vw, 4.85rem);
  line-height: 1.04;
  max-width: 760px;
}

.insurance-hero .lede {
  color: #e3f1ed;
  font-size: clamp(1.05rem, 1.7vw, 1.23rem);
  max-width: 720px;
}

.insurance-hero-logo {
  background: #ffffff;
  display: block;
  height: auto;
  margin-bottom: 34px;
  max-width: 230px;
  padding: 10px;
  width: 100%;
}

.insurance-primary {
  background: #e5a93e;
  color: #17383f;
  display: inline-flex;
  font-weight: 850;
  margin-top: 16px;
  padding: 12px 15px;
  text-decoration: none;
}

.insurance-hero-mark {
  align-self: center;
  border-left: 1px solid rgba(185, 226, 212, 0.62);
  display: grid;
  gap: 20px;
  padding-left: clamp(24px, 5vw, 60px);
}

.insurance-hero-mark span {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 850;
  line-height: 1;
}

.insurance-hero-mark i {
  background: #e5a93e;
  display: block;
  height: 4px;
  width: 72px;
}

.insurance-products {
  display: grid;
  gap: 18px;
}

.insurance-foundation,
.insurance-journey {
  display: grid;
  gap: clamp(24px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(26px, 5vw, 58px);
}

.insurance-foundation {
  background: #dcece5;
  border-left: 6px solid #e5a93e;
}

.insurance-foundation h2,
.insurance-journey h2 {
  color: #173d47;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.08;
}

.insurance-foundation > div:last-child > p,
.insurance-journey > div > p:not(.eyebrow) {
  color: #35575d;
  font-size: 1.03rem;
  line-height: 1.6;
}

.insurance-audience {
  display: grid;
  gap: 18px;
}

.insurance-audience-grid,
.insurance-journey-grid {
  display: grid;
  gap: 14px;
}

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

.insurance-audience-grid article {
  background: #ffffff;
  border-top: 4px solid #24766f;
  display: grid;
  gap: 8px;
  min-height: 176px;
  padding: 20px;
}

.insurance-audience-grid strong,
.insurance-journey-grid strong {
  color: #173d47;
  font-size: 1.06rem;
}

.insurance-audience-grid span {
  color: #526b70;
  line-height: 1.5;
}

.insurance-section-heading h2,
.insurance-demo h2 {
  color: #173d47;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
}

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

.insurance-product-card {
  border-top: 5px solid #24766f;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: clamp(24px, 4vw, 38px);
}

.insurance-product-card.addcalc-card {
  background: #f4f7ef;
  border-top-color: #78964c;
}

.insurance-product-card.investor-card {
  background: #eef5f5;
  border-top-color: #24766f;
}

.insurance-product-card h3 {
  color: #173d47;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  line-height: 1.08;
  margin: 0 0 12px;
}

.insurance-card-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-bottom: 12px;
}

.insurance-card-heading h3 {
  flex: 1 1 220px;
  margin: 0;
}

.product-logo {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.addcalc-product-logo {
  max-width: 168px;
}

.investor-product-logo {
  image-rendering: auto;
  max-height: 52px;
  max-width: 130px;
}

.insurance-product-card p:not(.eyebrow) {
  color: #425d63;
  line-height: 1.55;
}

.insurance-product-card ul {
  color: #35575d;
  line-height: 1.45;
  margin: 8px 0 18px;
  padding-left: 20px;
}

.insurance-product-card li + li {
  margin-top: 7px;
}

.insurance-product-card a {
  align-self: flex-start;
  border-bottom: 2px solid #e5a93e;
  color: #173d47;
  font-weight: 850;
  margin-top: auto;
  padding: 10px 0 7px;
  text-decoration: none;
}

.insurance-demo {
  align-items: start;
  background: #173d47;
  color: #ffffff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  padding: clamp(28px, 5vw, 54px);
}

.insurance-journey {
  background: #edf3f0;
}

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

.insurance-journey-grid article {
  border-left: 3px solid #78964c;
  display: grid;
  gap: 8px;
  padding: 4px 0 4px 16px;
}

.insurance-journey-grid span {
  color: #24766f;
  font-size: 0.82rem;
  font-weight: 900;
}

.insurance-journey-grid p {
  color: #526b70;
  line-height: 1.48;
  margin: 0;
}

.insurance-demo h2 {
  color: #ffffff;
}

.insurance-demo > div > p:not(.eyebrow) {
  color: #d7ebe5;
  line-height: 1.55;
}

.insurance-demo form {
  border: 0;
}

.insurance-demo form button {
  background: #e5a93e;
  color: #17383f;
}

.corporate-contact h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

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,
  .proof-grid,
  .promo-feature,
  .media-grid,
  .product-spotlight,
  .spotlight-grid,
  .fit-grid,
  .matrix-grid,
  .contact-band,
  form {
    grid-template-columns: 1fr;
  }

  .corporate-host .site-header,
  .corporate-hero,
  .corporate-practices,
  .approach-grid,
  .corporate-contact,
  .insurance-hero,
  .insurance-foundation,
  .insurance-journey,
  .insurance-product-grid,
  .insurance-audience-grid,
  .insurance-journey-grid,
  .insurance-demo {
    grid-template-columns: 1fr;
  }

  .corporate-hero-mark {
    border-left: 0;
    border-top: 1px solid rgba(230, 181, 74, 0.55);
    padding: 24px 0 0;
  }

  .insurance-hero-mark {
    border-left: 0;
    border-top: 1px solid rgba(185, 226, 212, 0.62);
    padding: 24px 0 0;
  }

  .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;
  }

  .corporate-host .site-header {
    gap: 10px;
  }

  .corporate-host .brand {
    max-width: none;
  }
}
