/* Defence Aerospace Security block. Mirrors static section 04. */
.landings .defence-aerospace-security-section {
  padding: 60px 20px 80px;
  background: #3c3c73;
}

.defence-aerospace-security-section__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.defence-aerospace-security-section__inner > .acf-innerblocks-container,
.editor-styles-wrapper .defence-aerospace-security-section__inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.defence-aerospace-security-section__title {
  max-width: 998px;
  margin: 0;
  color: #f4f5fc;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.defence-aerospace-security-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 19px;
}

.defence-aerospace-security-card {
  min-height: 272px;
  padding: 20px 24px;
  border: 1px solid #f4f5fc;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}

.defence-aerospace-security-card--featured {
  min-height: 300px;
  background: rgba(244, 245, 252, 0.08);
}

.defence-aerospace-security-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.defence-aerospace-security-card__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.defence-aerospace-security-card__copy {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.defence-aerospace-security-card__copy a {
  background: linear-gradient(66.94deg, #0090ff 14.47%, #66bcff 80.28%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #0090ff;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-decoration: none;
}

.defence-aerospace-security-card__copy a:hover,
.defence-aerospace-security-card__copy a:focus {
  text-decoration: none;
}

.defence-aerospace-security-card__icon,
figure.defence-aerospace-security-card__icon {
  width: auto;
  max-width: 100px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  margin: 0;
}

.defence-aerospace-security-card__icon img,
figure.defence-aerospace-security-card__icon img {
  width: auto;
  max-width: 100px;
  height: 80px;
  object-fit: contain;
  display: block;
}

@media (max-width: 991px) {
  .defence-aerospace-security-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .landings .defence-aerospace-security-section {
    padding: 44px 20px;
  }

  .defence-aerospace-security-section__inner {
    gap: 28px;
  }

  .defence-aerospace-security-section__title {
    font-size: 28px;
    line-height: 38px;
  }

  .defence-aerospace-security-card,
  .defence-aerospace-security-card--featured {
    min-height: 0;
    gap: 28px;
  }

  .defence-aerospace-security-card__title {
    font-size: 22px;
    line-height: 32px;
  }

  .defence-aerospace-security-card__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
