/* Defence Aerospace Hero block. Mirrors the static defence-aerospace landing hero. */
.defence-aerospace-hero-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #f4f7fb;
}

.defence-aerospace-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../landings/defence-aerospace/assets/hero/hero-image.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.defence-aerospace-hero-section-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(57, 96, 124, 0.12) 0%, rgba(119, 152, 177, 0.04) 100%);
  pointer-events: none;
  z-index: 1;
}

.defence-aerospace-hero-section__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 75px 20px;
  box-sizing: border-box;
}

.defence-aerospace-hero-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 680px;
}

.defence-aerospace-hero-section__content > .acf-innerblocks-container,
.editor-styles-wrapper .defence-aerospace-hero-section__content > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.defence-aerospace-hero-section__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #202060;
  margin: 0;
}

.defence-aerospace-hero-section__lead {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #202060;
  margin: 0;
}

.defence-aerospace-hero-section__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 16px;
}

.defence-aerospace-hero-section__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #202060;
  white-space: nowrap;
}

.defence-aerospace-hero-section__stat-icon,
figure.defence-aerospace-hero-section__stat-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
}

.defence-aerospace-hero-section__stat-icon img,
figure.defence-aerospace-hero-section__stat-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.defence-aerospace-hero-section__stat-text {
  margin: 0;
  padding: 0;
}
