.applications-page {
  background: #fff;
  color: #0d2f59;
}

.applications-page .site-header {
  background: rgba(255, 255, 255, .98);
}

.applications-hero {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background-color: #061b32;
  background-image: url("../media/images/applications-hero.png");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.applications-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 19, 37, .18);
  pointer-events: none;
}

.applications-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1090px, calc(100% - 72px));
  min-height: 310px;
  margin: 0 auto;
  padding: 34px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.applications-eyebrow,
.industry-kicker,
.industry-recommendation > p {
  margin: 0;
  color: #ffb600;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.applications-hero h1 {
  max-width: 590px;
  margin: 9px 0 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: 0;
}

.applications-hero-copy {
  max-width: 520px;
  margin: 10px 0 0;
  color: #e1ebf4;
  font-size: 13px;
  line-height: 1.65;
}

.applications-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 17px;
}

.application-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.application-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.application-button:hover {
  transform: translateY(-2px);
}

.application-button-primary {
  background: #ffb600;
  color: #071827;
}

.application-button-outline {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(5, 24, 44, .48);
  color: #fff;
}

.applications-catalogue {
  padding: 18px 36px;
  background: #fff;
}

.industry-solutions {
  width: min(1090px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 4px;
}

.industry-solution {
  display: grid;
  grid-template-columns: 72px minmax(320px, 1.55fr) minmax(220px, .8fr) 160px;
  min-height: 84px;
  align-items: stretch;
  border: 1px solid #dbe3eb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(9, 35, 63, .035);
}

.industry-icon,
.industry-copy,
.industry-recommendation,
.industry-product {
  min-width: 0;
}

.industry-icon {
  display: grid;
  place-items: center;
  margin: 10px 0;
  border-right: 1px solid #dbe3eb;
  color: #0b4e8d;
}

.industry-icon svg {
  width: 35px;
  height: 35px;
  stroke-width: 1.55;
}

.industry-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.industry-copy,
.industry-recommendation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 18px;
}

.industry-copy {
  border-right: 1px solid #dbe3eb;
}

.industry-kicker,
.industry-recommendation > p {
  color: #0a58a5;
  font-size: 10px;
}

.industry-copy h2 {
  margin: 3px 0 2px;
  color: #0d2f59;
  font-size: 16px;
  line-height: 1.12;
}

.industry-copy > p:last-child {
  margin: 0;
  color: #5d6f82;
  font-size: 10px;
  line-height: 1.35;
}

.industry-recommendation {
  border-right: 1px solid #dbe3eb;
}

.industry-recommendation strong {
  margin-top: 3px;
  color: #0d2f59;
  font-size: 12px;
  line-height: 1.3;
}

.industry-recommendation a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-top: 6px;
  color: #0a58a5;
  font-size: 11px;
  font-weight: 900;
}

.industry-recommendation a svg {
  width: 16px;
  height: 16px;
  color: #ffb600;
}

.industry-product {
  display: grid;
  place-items: center;
  padding: 8px 16px;
  background: #fbfcfd;
}

.industry-product img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  transition: transform .25s ease;
}

.industry-product:hover img {
  transform: scale(1.045);
}

.application-proof {
  border-top: 1px solid #e1e7ed;
  border-bottom: 1px solid #e1e7ed;
  background: #f5f8fb;
}

.application-proof-inner {
  width: min(1090px, calc(100% - 72px));
  margin: 0 auto;
  padding: 10px 0 12px;
}

.application-proof h2 {
  margin: 0 0 8px;
  color: #0d2f59;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.application-benefits {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.application-benefit {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
  border-right: 1px solid #dbe3eb;
}

.application-benefit:last-child {
  border-right: 0;
}

.application-benefit > svg {
  width: 26px;
  height: 26px;
  color: #0a58a5;
  stroke-width: 1.65;
}

.application-benefit strong,
.application-benefit span {
  display: block;
  overflow-wrap: anywhere;
}

.application-benefit strong {
  color: #0d2f59;
  font-size: 11px;
  line-height: 1.25;
}

.application-benefit span {
  margin-top: 3px;
  color: #64788c;
  font-size: 9px;
  line-height: 1.35;
}

.application-cta {
  background: #08294f;
  color: #fff;
}

.application-cta-inner {
  width: min(1090px, calc(100% - 72px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 16px 0;
}

.application-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.application-cta p {
  margin: 5px 0 0;
  color: #c5d5e4;
  font-size: 12px;
}

.application-cta .application-button {
  flex: 0 0 auto;
  min-width: 255px;
}

html[dir="rtl"] .industry-icon,
html[dir="rtl"] .industry-copy,
html[dir="rtl"] .industry-recommendation,
html[dir="rtl"] .application-benefit {
  border-right: 0;
  border-left: 1px solid #dbe3eb;
}

html[dir="rtl"] .application-benefit:last-child {
  border-left: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .applications-hero-inner > * {
    opacity: 0;
    animation: applicationsHeroIn .72s cubic-bezier(.2, .72, .22, 1) forwards;
  }

  .applications-hero-inner h1 { animation-delay: .08s; }
  .applications-hero-copy { animation-delay: .16s; }
  .applications-hero-actions { animation-delay: .24s; }
}

@media (min-width: 1101px) {
  .applications-page .site-header {
    height: 64px;
  }

  .applications-page .site-nav a {
    padding-top: 21px;
    padding-bottom: 17px;
  }
}

@keyframes applicationsHeroIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .industry-solution {
    grid-template-columns: 76px minmax(280px, 1fr) minmax(210px, .72fr) 150px;
  }

  .industry-copy,
  .industry-recommendation {
    padding: 14px 18px;
  }

  .industry-copy h2 {
    font-size: 18px;
  }

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

  .application-benefit:nth-child(3) {
    border-right: 0;
  }

  .application-benefit:nth-child(n + 4) {
    border-top: 1px solid #dbe3eb;
  }
}

@media (max-width: 820px) {
  .applications-hero {
    min-height: 430px;
    background-position: 62% center;
  }

  .applications-hero-inner {
    min-height: 430px;
    width: min(100% - 40px, 720px);
  }

  .applications-hero h1 {
    max-width: 560px;
    font-size: 46px;
  }

  .industry-solution {
    grid-template-columns: 70px minmax(0, 1fr) 142px;
    grid-template-areas:
      "icon copy product"
      "icon recommend product";
  }

  .industry-icon {
    grid-area: icon;
  }

  .industry-copy {
    grid-area: copy;
    border-right: 1px solid #dbe3eb;
    border-bottom: 1px solid #dbe3eb;
  }

  .industry-recommendation {
    grid-area: recommend;
  }

  .industry-product {
    grid-area: product;
  }

  .industry-product img {
    height: 122px;
  }

  .application-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}

@media (max-width: 640px) {
  .applications-hero {
    min-height: 500px;
    background-position: 70% center;
  }

  .applications-hero::before {
    background: rgba(2, 19, 37, .52);
  }

  .applications-hero-inner {
    width: calc(100% - 36px);
    min-height: 500px;
    padding: 54px 0 48px;
  }

  .applications-hero h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.05;
  }

  .applications-hero-copy {
    font-size: 14px;
  }

  .applications-hero-actions {
    width: 100%;
    display: grid;
  }

  .application-button {
    width: 100%;
  }

  .applications-catalogue {
    padding: 22px 16px;
  }

  .industry-solutions {
    gap: 10px;
  }

  .industry-solution {
    grid-template-columns: 64px minmax(0, 1fr) 112px;
    grid-template-areas:
      "icon copy product"
      "recommend recommend recommend";
    border-radius: 5px;
  }

  .industry-icon {
    margin: 12px 0;
  }

  .industry-icon svg {
    width: 34px;
    height: 34px;
  }

  .industry-icon img {
    width: 40px;
    height: 40px;
  }

  .industry-copy {
    border-right: 0;
    border-bottom: 0;
    padding: 14px 12px;
  }

  .industry-copy h2 {
    margin-top: 3px;
    font-size: 16px;
  }

  .industry-copy > p:last-child {
    display: none;
  }

  .industry-product {
    border-left: 1px solid #dbe3eb;
    padding: 8px;
  }

  .industry-product img {
    height: 84px;
  }

  .industry-recommendation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 14px;
    padding: 11px 14px;
    border-top: 1px solid #dbe3eb;
    border-right: 0;
  }

  .industry-recommendation > p,
  .industry-recommendation > strong {
    grid-column: 1;
  }

  .industry-recommendation a {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    white-space: nowrap;
  }

  .application-proof-inner,
  .application-cta-inner {
    width: calc(100% - 32px);
  }

  .application-proof-inner {
    padding: 20px 0;
  }

  .application-proof h2 {
    margin-bottom: 14px;
    font-size: 18px;
  }

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

  .application-benefit,
  .application-benefit:nth-child(3) {
    border-right: 1px solid #dbe3eb;
  }

  .application-benefit:nth-child(even) {
    border-right: 0;
  }

  .application-benefit:nth-child(n + 3) {
    border-top: 1px solid #dbe3eb;
  }

  .application-benefit {
    padding: 11px 8px;
  }

  .application-cta h2 {
    font-size: 25px;
  }

  .application-cta p {
    font-size: 13px;
  }

  .application-cta .application-button {
    min-width: 0;
  }

  html[dir="rtl"] .industry-product {
    border-right: 1px solid #dbe3eb;
    border-left: 0;
  }
}

@media (max-width: 380px) {
  .applications-hero h1 {
    font-size: 35px;
  }

  .industry-solution {
    grid-template-columns: 56px minmax(0, 1fr) 90px;
  }

  .industry-copy h2 {
    font-size: 15px;
  }

  .industry-recommendation {
    grid-template-columns: 1fr;
  }

  .industry-recommendation a {
    grid-column: 1;
    grid-row: auto;
    margin-top: 7px;
  }
}
