.solution-page {
  background: var(--surface-base);
}

.solution-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(30, 99, 255, 0.16), transparent 46%),
    var(--surface-brand-dark);
}

.solution-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(143, 176, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 176, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to right, #000, transparent 68%);
}

.solution-hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 330px;
  align-items: center;
  padding-block: 48px;
}

.solution-hero-copy {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.solution-hero .eyebrow {
  margin-inline: auto;
}

.solution-hero-copy h1 {
  margin: 12px 0 13px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.solution-hero-lead {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text-inverse-soft);
  font-size: 14px;
  line-height: 1.8;
}

.solution-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 21px;
}

.solution-hero .button-primary {
  color: var(--brand-klein-deep);
  background: #fff;
}

.solution-hero .button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.46);
}

.solution-heading {
  display: grid;
  align-items: end;
  margin-bottom: 44px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 70px;
}

.solution-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.solution-heading > p {
  max-width: 640px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.9;
}

.solution-heading-light h2 {
  color: #fff;
}

.solution-heading-light > p {
  color: var(--text-inverse-soft);
}

.protection-solutions {
  background: var(--surface-soft);
}

.protection-explorer {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-default);
  grid-template-columns: 300px minmax(0, 1fr);
}

.protection-tabs {
  display: grid;
  align-content: stretch;
  background: var(--surface-brand-dark);
}

.protection-tabs button {
  display: grid;
  min-height: 88px;
  align-content: center;
  padding: 14px 20px;
  color: var(--text-inverse-soft);
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  grid-template-columns: 38px minmax(0, 1fr);
  transition: color 160ms ease, background 160ms ease;
}

.protection-tabs button:hover,
.protection-tabs button:focus-visible {
  color: #fff;
  background: var(--surface-brand-active);
}

.protection-tabs button.active {
  color: #fff;
  background: var(--brand-klein);
}

.protection-tabs button > span {
  grid-row: 1 / 3;
  color: var(--brand-blue-soft);
  font-family: var(--font-data);
  font-size: 11px;
}

.protection-tabs button.active > span {
  color: var(--brand-gold-light);
}

.protection-tabs strong,
.protection-tabs small {
  display: block;
}

.protection-tabs strong {
  font-size: 14px;
}

.protection-tabs small {
  margin-top: 3px;
  color: inherit;
  font-size: 11px;
}

.protection-tabs button:focus-visible,
.solution-path-card:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid var(--brand-gold-light);
  outline-offset: -3px;
}

.protection-panel {
  display: grid;
  min-height: 528px;
  align-items: center;
  padding: clamp(34px, 4.4vw, 58px);
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(34px, 4vw, 58px);
}

.protection-panel-main > small {
  color: var(--brand-klein);
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.protection-panel-main h3 {
  margin: 12px 0 14px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.3;
}

.protection-panel-main > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.9;
}

.protection-goals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.protection-goals span {
  padding: 8px 11px;
  color: var(--brand-klein-deep);
  background: var(--brand-blue-pale);
  font-size: 12px;
  font-weight: 600;
}

.protection-panel-side {
  padding: 26px;
  background: var(--surface-soft);
  border-left: 3px solid var(--brand-gold);
}

.protection-panel-side > div + div {
  padding-top: 20px;
  margin-top: 22px;
  border-top: 1px solid var(--border-default);
}

.protection-panel-side small {
  display: block;
  color: var(--brand-klein);
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 600;
}

.protection-panel-side ul {
  display: grid;
  padding: 0;
  margin: 17px 0 0;
  gap: 10px;
  list-style: none;
}

.protection-panel-side li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
}

.protection-panel-side li span {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--brand-gold-deep);
  font-size: 17px;
}

.protection-panel-side p {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.75;
}

.additional-task-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 2px 16px;
}

.additional-task-heading strong {
  font-size: 16px;
}

.additional-task-heading span {
  color: var(--text-muted);
  font-size: 12px;
}

.additional-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.additional-task-grid article {
  min-height: 205px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--border-default);
}

.additional-task-grid .material-symbols-rounded {
  color: var(--brand-gold-deep);
  font-size: 28px;
}

.additional-task-grid strong {
  display: block;
  margin: 36px 0 8px;
  font-size: 15px;
}

.additional-task-grid p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.75;
}

.solution-workflow-section {
  color: #fff;
  background: var(--surface-brand-dark);
}

.solution-workflow {
  display: grid;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.13);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
}

.solution-workflow li {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px 23px;
  background: var(--surface-brand-raised);
}

.solution-workflow li > span {
  position: absolute;
  top: 21px;
  right: 22px;
  color: var(--text-inverse-muted);
  font-family: var(--font-data);
  font-size: 11px;
}

.solution-workflow li > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--brand-klein-deep);
  background: var(--brand-gold-light);
  font-size: 27px;
  font-style: normal;
}

.solution-workflow li > strong {
  display: block;
  margin: 45px 0 10px;
  font-size: 16px;
}

.solution-workflow li > p {
  margin: 0;
  color: var(--text-inverse-soft);
  font-size: 12px;
  line-height: 1.78;
}

.solution-workflow li > small {
  display: block;
  padding-top: 14px;
  margin-top: auto;
  color: var(--brand-gold-light);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11px;
}

.solution-components {
  background: #fff;
}

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

.solution-component-grid article {
  position: relative;
  min-height: 390px;
  padding: 28px 25px;
  background: #fff;
}

.solution-component-grid article > span {
  position: absolute;
  top: 25px;
  right: 25px;
  color: var(--border-strong);
  font-family: var(--font-data);
  font-size: 11px;
}

.solution-component-grid article > i {
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  color: #fff;
  background: var(--brand-klein);
  font-size: 28px;
  font-style: normal;
}

.solution-component-grid h3 {
  margin: 48px 0 11px;
  font-size: 19px;
}

.solution-component-grid p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.8;
}

.solution-component-grid ul {
  display: grid;
  padding: 0;
  margin: 24px 0 0;
  gap: 8px;
  list-style: none;
}

.solution-component-grid li {
  padding-top: 8px;
  color: var(--text-secondary);
  border-top: 1px solid var(--border-default);
  font-size: 12px;
}

.solution-boundary-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 18px 21px;
  margin-top: 16px;
  background: var(--surface-soft);
}

.solution-boundary-note > span {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--brand-gold-deep);
}

.solution-boundary-note p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.75;
}

.solution-delivery {
  color: #fff;
  background: linear-gradient(135deg, var(--surface-brand-dark), var(--surface-brand-raised));
}

.solution-delivery-grid {
  display: grid;
  background: rgba(255, 255, 255, 0.14);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.solution-delivery-grid article {
  position: relative;
  min-height: 275px;
  padding: 28px;
  background: rgba(7, 27, 69, 0.72);
}

.solution-delivery-grid article > span {
  position: absolute;
  top: 25px;
  right: 26px;
  color: var(--text-inverse-muted);
  font-family: var(--font-data);
  font-size: 11px;
}

.solution-delivery-grid article > i {
  color: var(--brand-gold-light);
  font-size: 34px;
  font-style: normal;
}

.solution-delivery-grid strong {
  display: block;
  margin: 55px 0 10px;
  font-size: 18px;
}

.solution-delivery-grid p {
  margin: 0;
  color: var(--text-inverse-soft);
  font-size: 13px;
  line-height: 1.8;
}

.solution-paths-section {
  background: var(--surface-soft);
}

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

.solution-path-card {
  display: grid;
  overflow: hidden;
  color: var(--text-primary);
  background: #fff;
  border: 1px solid var(--border-default);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.solution-path-card:hover {
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.solution-path-media {
  display: grid;
  min-height: 330px;
  overflow: hidden;
  background: var(--surface-muted);
  place-items: center;
}

.solution-path-media img {
  width: 100%;
  height: 285px;
  object-fit: contain;
}

.solution-path-product img {
  padding: 20px;
  mix-blend-mode: multiply;
}

.solution-path-software {
  padding: 17px;
  background: #dce5f2;
}

.solution-path-software img {
  height: auto;
  max-height: 285px;
  object-position: top left;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 29, 102, 0.16);
}

.solution-path-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.solution-path-copy small {
  color: var(--brand-klein);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.solution-path-copy h3 {
  margin: 8px 0 12px;
  font-size: 29px;
}

.solution-path-copy p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.82;
}

.solution-path-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 27px;
  color: var(--brand-klein);
  font-size: 13px;
  font-weight: 700;
}

.solution-path-copy > span i {
  font-size: 18px;
  font-style: normal;
}

.solution-contact-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 76px;
}

.solution-contact h2 {
  margin: 8px 0 13px;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.25;
}

.solution-contact p {
  margin: 0;
}

.solution-contact-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.solution-contact-checklist > span {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  color: var(--border-default);
  background: var(--surface-brand-active);
  font-size: 12px;
}

.solution-contact-checklist > span i {
  color: var(--brand-gold-light);
  font-size: 18px;
}

.solution-contact-checklist .button {
  grid-column: 1 / -1;
  margin-top: 4px;
}

@media (max-width: 1120px) {
  .additional-task-grid,
  .solution-component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-path-card {
    grid-template-columns: 1fr;
  }

  .solution-path-media {
    min-height: 280px;
  }

  .solution-path-media img {
    height: 240px;
  }
}

@media (max-width: 900px) {
  .solution-heading,
  .protection-explorer,
  .protection-panel,
  .solution-contact-grid {
    grid-template-columns: 1fr;
  }

  .solution-hero-grid {
    min-height: 0;
    padding-block: 48px;
  }

  .solution-heading {
    align-items: start;
    gap: 18px;
  }

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

  .protection-tabs button {
    min-height: 92px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .protection-panel {
    min-height: 0;
  }

  .solution-workflow {
    grid-template-columns: 1fr;
  }

  .solution-workflow li {
    min-height: 0;
  }

  .solution-workflow li > small {
    margin-top: 28px;
  }

  .solution-delivery-grid {
    grid-template-columns: 1fr;
  }

  .solution-path-grid {
    grid-template-columns: 1fr;
  }

  .solution-contact-grid {
    gap: 40px;
  }
}

@media (max-width: 620px) {
  .solution-hero-grid {
    min-height: 0;
    padding-block: 38px;
  }

  .solution-hero-copy h1 {
    font-size: 28px;
  }

  .solution-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .solution-hero-actions .button {
    width: 100%;
  }

  .solution-heading {
    margin-bottom: 32px;
  }

  .solution-heading h2 {
    font-size: 27px;
  }

  .protection-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .protection-tabs button {
    min-height: 88px;
    padding-inline: 15px;
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .protection-panel {
    padding: 27px 20px;
    gap: 26px;
  }

  .additional-task-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .additional-task-grid,
  .solution-component-grid,
  .solution-contact-checklist {
    grid-template-columns: 1fr;
  }

  .additional-task-grid article,
  .solution-component-grid article {
    min-height: 0;
  }

  .solution-component-grid article {
    padding: 25px 22px;
  }

  .solution-component-grid h3 {
    margin-top: 35px;
  }

  .solution-delivery-grid article {
    min-height: 245px;
    padding: 25px 22px;
  }

  .solution-path-copy {
    padding: 28px 22px;
  }

  .solution-path-media {
    min-height: 230px;
  }

  .solution-path-media img {
    height: 205px;
  }

  .solution-contact-checklist .button {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solution-path-card {
    transition: none;
  }
}
