.homepage-hero {
  padding: 106px 0 146px;
}

.homepage-hero .airnav-container {
  display: grid;
  grid-template-columns: minmax(0, 650fr) minmax(0, 563fr);
  gap: clamp(24px, 5.2344vw, 67px);
  align-items: start;
}

.homepage-hero__content {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 650px;
}

.homepage-hero__visual {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 563px;
  aspect-ratio: 563 / 470;
  margin-top: -17px;
  margin-bottom: -87px;
  pointer-events: none;
}

.homepage-hero__bezel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 98.5106%;
  max-width: none;
  object-fit: cover;
}

.homepage-hero__screen {
  position: absolute;
  top: 1.4894%;
  left: 1.2433%;
  width: 97.3357%;
  height: 64.8936%;
  overflow: hidden;
  background: #000000;
}

.homepage-hero__screen img {
  position: absolute;
  top: -0.07%;
  left: 0;
  width: 102.03%;
  height: 111.54%;
  max-width: none;
}

.homepage-hero__base {
  position: absolute;
  top: 95.5319%;
  left: 0;
  width: 100%;
  height: 4.4681%;
}

.homepage-hero__base img {
  position: absolute;
  top: -95.2381%;
  left: -3.5524%;
  width: 107.1048%;
  max-width: none;
  height: 290.4762%;
}

.homepage-hero__title {
  padding: 0;
  margin: 0;
  color: var(--airnav-color-ink);
  font-family: var(--airnav-font-display);
  font-size: 80px;
  font-weight: 100;
  line-height: 88px;
  letter-spacing: -1.6px;
}

.homepage-hero__title-line {
    display: block;
    white-space: nowrap;
}

.homepage-hero__title-line--second {
  color: var(--airnav-color-forest);
  font-weight: 400;
}

.homepage-hero__body {
  max-width: 630px;
  padding: 0;
  margin: 32px 0 0;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.homepage-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 44px;
}


.homepage-statistics {
  position: relative;
  min-height: 194px;
  overflow: hidden;
  color: var(--airnav-color-canvas);
  background: var(--airnav-color-forest);
}

.homepage-statistics__glow {
  position: absolute;
  z-index: 0;
  width: 1400px;
  height: 1400px;
  pointer-events: none;
  background: center / 100% 100% no-repeat;
}

.homepage-statistics__glow--teal {
  top: -700px;
  left: -700px;
  background-image: url("../icons/footer-glow-teal.svg");
}

.homepage-statistics__glow--green {
  right: -700px;
  bottom: -700px;
  background-image: url("../icons/footer-glow-green.svg");
}

.homepage-statistics .airnav-container {
  position: relative;
  z-index: 1;
  min-height: 194px;
}

.homepage-statistics__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  min-height: 194px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-statistics__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 90px;
  gap: 8px;
  text-align: center;
}

.homepage-statistics__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -10.5px;
  width: 1px;
  height: 90px;
  content: "";
  background: rgba(0, 164, 154, 0.4);
}

.homepage-statistics__value,
.homepage-statistics__label {
  padding: 0;
  margin: 0;
}

.homepage-statistics__value {
  color: var(--airnav-color-canvas);
  font-family: var(--airnav-font-display);
  font-size: 52px;
  font-weight: 100;
  line-height: 1.1;
}

.homepage-statistics__label {
  color: var(--airnav-color-teal);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.homepage-data {
  padding: 140px 0;
  background: var(--airnav-color-canvas);
}

.homepage-data__header {
  display: flex;
  align-items: center;
  height: 70px;
  gap: 40px;
  margin-bottom: 64px;
}

.homepage-data__title {
  width: 134px;
  padding: 0;
  margin: 0;
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
}

.homepage-data__intro {
  width: 354px;
  padding: 0;
  margin: 0;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
    transform: translateY(var(--airnav-homepage-header-intro-optical-offset));
  }

.homepage-data__divider {
  align-self: flex-end;
  flex: 1 1 auto;
  height: 1px;
  margin-bottom: 5px;
  background: var(--airnav-color-border);
}

.homepage-data__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-data__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
    min-height: 395px;
  padding: 32px;
  overflow: clip;
  background: var(--airnav-color-surface);
  border: 1px solid transparent;
  border-radius: var(--airnav-radius-card);
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.homepage-data__card:is(:hover, :focus-visible) {
  background: #fff;
  border-color: var(--airnav-color-green);
}

.homepage-data__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.homepage-data__card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
    min-height: 206px;
  gap: 16px;
  margin-top: 24px;
}

.homepage-data__card-title,
.homepage-data__card-body {
  padding: 0;
  margin: 0;
}

.homepage-data__card-title {
    min-height: 70px;
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.64px;
}

.homepage-data__card-title-line {
  display: block;
}

.homepage-data__card-body {
    min-height: 120px;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.homepage-data__card-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 25px;
  margin-top: 24px;
  color: var(--airnav-color-green);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.homepage-data__card-link img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.homepage-operations {
  position: relative;
  min-height: 936px;
  overflow: hidden;
  --homepage-operations-color-active: #00554d;
  background: var(--airnav-color-surface);
}

.homepage-operations__glow {
  position: absolute;
  z-index: 0;
  width: 400px;
  height: 400px;
  pointer-events: none;
}

.homepage-operations__glow img {
  position: absolute;
  top: -500px;
  left: -500px;
  display: block;
  width: 1400px;
  height: 1400px;
  max-width: none;
  opacity: 0.5;
}

.homepage-operations__glow--teal {
  top: -200px;
  left: -200px;
}

.homepage-operations__glow--green {
  right: -200px;
  bottom: -200px;
}

.homepage-operations .airnav-container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
}

.homepage-operations__header {
  display: grid;
  grid-template-columns: 305px 827px;
  gap: 40px;
  align-items: center;
  height: 70px;
  margin-bottom: 52px;
}

.homepage-operations__title,
.homepage-operations__intro,
.homepage-operations__card-body {
  padding: 0;
  margin: 0;
}

.homepage-operations__title {
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
}

.homepage-operations__intro {
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  transform: translateY(var(--airnav-homepage-header-intro-optical-offset));
}

.homepage-operations__layout {
  display: grid;
  grid-template-columns: 413px 827px;
  gap: 40px;
  align-items: start;
}

.homepage-operations__list {
  display: grid;
  grid-auto-rows: minmax(210px, auto);
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-operations__card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: clip;
  background: var(--airnav-color-canvas);
  border: 0;
  border-radius: var(--airnav-radius-card);
}

.homepage-operations__card::before,
.homepage-operations__card::after {
  position: absolute;
  display: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.homepage-operations__card.is-active {
  background: var(--homepage-operations-color-active);
}

.homepage-operations__card.is-active::before {
  top: -196px;
  left: -260px;
  display: block;
  width: 600px;
  height: 600px;
  background-image: url("../images/homepage/operations/active-card-glow-teal.svg");
}

.homepage-operations__card.is-active::after {
  top: -90px;
  left: 189px;
  display: block;
  width: 448px;
  height: 448px;
  background-image: url("../images/homepage/operations/active-card-glow-green.svg");
}

.homepage-operations__card-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 32px;
  box-sizing: border-box;
  color: var(--airnav-color-forest);
  text-decoration: none;
  transition: none;
}

.homepage-operations__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
}

.homepage-operations__card-link img,
.homepage-operations__card-link:hover img,
.homepage-operations__card-link:focus-visible img {
  transform: none;
  transition: none;
}

.homepage-operations__card-link:focus-visible {
  outline: 3px solid var(--airnav-color-teal);
  outline-offset: -3px;
  border-radius: var(--airnav-radius-card);
}

.homepage-operations__card.is-active .homepage-operations__card-link {
  color: var(--airnav-color-canvas);
}

.homepage-operations__card-heading {
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.homepage-operations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.homepage-operations__icon-image {
  display: block;
  width: 52px;
  height: 52px;
  max-width: none;
}

.homepage-operations__card--airportwatch .homepage-operations__icon-image {
  width: 29.73px;
  height: 52px;
  object-fit: contain;
}

.homepage-operations__card-title {
  min-width: 0;
  color: inherit;
  font-family: var(--airnav-font-display);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.homepage-operations__arrow {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.homepage-operations__card.is-active :is(.homepage-operations__icon-image, .homepage-operations__arrow) {
  filter: brightness(0) invert(1);
}

.homepage-operations__card-body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.homepage-operations__card--flightwatch.is-active .homepage-operations__card-body {
  color: rgba(255, 255, 255, 0.7);
}

.homepage-operations__card--airportwatch.is-active .homepage-operations__card-body,
.homepage-operations__card--gps-jamming.is-active .homepage-operations__card-body {
  color: var(--airnav-color-canvas);
}

.homepage-operations__monitor {
  position: relative;
  width: 827px;
  height: 690.391px;
}

.homepage-operations__monitor-base {
  position: absolute;
  top: 659.544px;
  left: 0;
  display: block;
  width: 827px;
  height: 30.847px;
}

.homepage-operations__monitor-base img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 867px;
  height: 70.847px;
  max-width: none;
}

.homepage-operations__monitor-bezel {
  position: absolute;
  top: 0;
  left: 0;
  width: 826.359px;
  height: 680.108px;
  max-width: none;
}

.homepage-operations__monitor-screen {
  position: absolute;
  top: 8.813px;
  left: 8.813px;
  display: block;
  width: 809.373px;
  height: 456.833px;
  overflow: hidden;
  background: #000000;
}

.homepage-operations__monitor-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.homepage-operations__monitor-image--transition {
  z-index: 1;
  opacity: 0;
  transition: opacity 320ms ease-in-out;
}

.homepage-operations__monitor-image--transition.is-visible {
  opacity: 1;
}

.homepage-operations__monitor-screen img {
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  .homepage-operations__monitor-image--transition {
    transition: none;
  }
}

.homepage-other-products {
  position: relative;
    min-height: 1007px;
  overflow: hidden;
  background: var(--airnav-color-canvas);
}

.homepage-other-products .airnav-container {
  position: relative;
  z-index: 1;
  padding-top: 140px;
}

.homepage-other-products__header {
  display: flex;
  gap: 40px;
  align-items: center;
  height: 70px;
  margin-bottom: 64px;
}

.homepage-other-products__title,
.homepage-other-products__intro,
.homepage-other-products__overview-title,
.homepage-other-products__overview-body,
.homepage-other-products__card-title,
.homepage-other-products__card-body {
  padding: 0;
  margin: 0;
}

.homepage-other-products__title {
  width: 808px;
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
  white-space: nowrap;
}

.homepage-other-products__intro {
  width: 209px;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  transform: translateY(var(--airnav-homepage-header-intro-optical-offset));
}

.homepage-other-products__layout {
  display: grid;
  grid-template-columns: 305px 955px;
  gap: 20px;
}

.homepage-other-products__overview {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    min-height: 593px;
  padding: 32px;
  overflow: clip;
  color: var(--airnav-color-canvas);
  background: var(--airnav-color-forest);
  border: 1px solid rgba(0, 164, 154, 0.4);
  border-radius: var(--airnav-radius-card);
}

.homepage-other-products__overview-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.homepage-other-products__overview-glow img {
  position: absolute;
  top: -200px;
  left: -200px;
  display: block;
  width: 600px;
  height: 600px;
  max-width: none;
}

.homepage-other-products__overview-glow--top {
  top: -101px;
  left: -101px;
}

.homepage-other-products__overview-glow--bottom {
  right: -101px;
  bottom: -101px;
}

.homepage-other-products__overview-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 239px;
}

.homepage-other-products__overview-icon {
  width: 52px;
  height: 52px;
}

.homepage-other-products__overview-title {
  color: inherit;
  font-family: var(--airnav-font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.homepage-other-products__overview-rule {
  width: 40px;
  height: 1px;
}

.homepage-other-products__overview-body {
  position: relative;
  z-index: 1;
  width: 239px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--airnav-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.homepage-other-products__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(229px, auto) minmax(344px, auto);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-other-products__card {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  padding: 32px;
  overflow: clip;
  background: var(--airnav-color-surface);
  border: 1px solid transparent;
  border-radius: var(--airnav-radius-card);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.homepage-other-products__card:hover,
.homepage-other-products__card:has(.homepage-other-products__card-link:focus-visible) {
  background: #fff;
  border-color: var(--airnav-color-green);
}

.homepage-other-products__card:has(.homepage-other-products__card-link:focus-visible) {
  outline: 3px solid var(--airnav-color-teal);
  outline-offset: 3px;
}

.homepage-other-products__card--radar {
  grid-column: 1 / -1;
  padding-right: 352px;
}

.homepage-other-products__card-content {
  position: relative;
  z-index: 1;
}

.homepage-other-products__card-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 52px;
}

.homepage-other-products__card-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.homepage-other-products__card-title {
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.homepage-other-products__card-body {
  margin-top: 20px;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.homepage-other-products__card-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  height: 25px;
  margin-top: 20px;
  color: var(--airnav-color-green);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.homepage-other-products__card-link::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
}

.homepage-other-products__card-link:focus-visible {
  outline: none;
}

.homepage-other-products__card-link img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.homepage-other-products__card-visual {
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
}

.homepage-other-products__card-visual--airnav-radar {
  top: 50%;
  right: 34px;
  width: 305px;
  height: 228px;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: translateY(-50%);
}

.homepage-other-products__card-visual--hardware {
  top: 159px;
  right: 31.439px;
  display: block;
  width: 268.061px;
  height: 227px;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.homepage-other-products__card-visual--hardware img {
  position: absolute;
  top: -26.28%;
  left: -16.62%;
  width: 142.63%;
  height: 130.2%;
  max-width: none;
}

.homepage-other-products__card-visual--widget-builder {
  top: 158px;
  left: 165.5px;
  width: 273px;
  height: 178px;
  overflow: hidden;
  mix-blend-mode: darken;
}

.homepage-other-products__widget-frame,
.homepage-other-products__widget-screen {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
}

.homepage-other-products__widget-frame {
  inset: 0;
  width: 100%;
  height: 100%;
}

.homepage-other-products__widget-screen {
  top: 5.056%;
  left: 12.088%;
  width: 75.824%;
  height: 71.91%;
}

.homepage-custom-solution {
  position: relative;
    min-height: 758px;
  overflow: hidden;
  background: var(--airnav-color-surface);
}

.homepage-custom-solution__glow {
  position: absolute;
  top: 466px;
  left: -140px;
  width: 440px;
  height: 440px;
  max-width: none;
  pointer-events: none;
}

.homepage-custom-solution .airnav-container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
}

.homepage-custom-solution__main {
  display: grid;
  grid-template-columns: 502px 738px;
  gap: 40px;
    min-height: 448px;
}

.homepage-custom-solution__content {
  width: 502px;
}

.homepage-custom-solution__title,
.homepage-custom-solution__body,
.homepage-custom-solution__capability h3,
.homepage-custom-solution__capability p {
  padding: 0;
  margin: 0;
}

.homepage-custom-solution__title {
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
}

.homepage-custom-solution__title span {
  color: var(--airnav-color-forest);
}

.homepage-custom-solution__body {
  margin-top: 32px;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.homepage-custom-solution__body + .airnav-button {
  margin-top: 44px;
}

.homepage-custom-solution__visual {
  width: 738px;
  height: 448px;
  object-fit: cover;
  border-radius: var(--airnav-radius-card);
}

.homepage-custom-solution__capabilities {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 260px);
  gap: 32px;
  width: 1200px;
    min-height: 186px;
  padding: 32px;
  margin: -20px 0 0;
  list-style: none;
  background: var(--airnav-color-canvas);
  border-radius: var(--airnav-radius-card);
}

.homepage-custom-solution__capability {
  display: flex;
  flex-direction: column;
  gap: 20px;
    min-height: 122px;
  padding-left: 24px;
  border-left: 1px solid var(--airnav-color-border);
}

.homepage-custom-solution__capability-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.homepage-custom-solution__capability-heading img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.homepage-custom-solution__capability h3 {
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.homepage-custom-solution__capability p {
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.homepage-news {
    min-height: 951px;
  background: var(--airnav-color-canvas);
}

.homepage-news .airnav-container {
  padding-top: 140px;
}

.homepage-news__header {
  display: grid;
  grid-template-columns: 465px 242px minmax(0, 1fr);
  column-gap: 40px;
  height: 70px;
}

.homepage-news__header::after {
  align-self: start;
  grid-column: 3;
  height: 1px;
  margin-top: 54px;
  content: "";
  background: #d6e1dc;
}

.homepage-news__title,
.homepage-news__intro,
.homepage-news__column-title,
.homepage-news__card-title,
.homepage-news__card-meta {
  padding: 0;
  margin: 0;
}

.homepage-news__title {
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
}

.homepage-news__intro {
  align-self: start;
  margin-top: 10px;
  color: rgba(17, 32, 27, 0.7);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  transform: translateY(var(--airnav-homepage-header-intro-optical-offset));
}

.homepage-news__footer-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  width: fit-content;
  color: var(--airnav-color-green);
  font-family: var(--airnav-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}

.homepage-news__footer-link img {
  width: 20px;
  height: 20px;
}

.homepage-news__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 64px;
}

.homepage-news__column {
  min-width: 0;
}

.homepage-news__column-title {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 32px;
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.64px;
}

.homepage-news__column-title img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.homepage-news__articles {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.homepage-news__card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  min-width: 0;
  min-height: 206px;
  padding: 20px;
  overflow: hidden;
  background: transparent;
  border: 1px solid var(--airnav-color-border);
  border-radius: var(--airnav-radius-card);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.homepage-news__card:hover,
.homepage-news__card:has(.homepage-news__read-more:focus-visible) {
  background: #fff;
  border-color: var(--airnav-color-green);
}

.homepage-news__card:has(.homepage-news__read-more:focus-visible) {
  outline: 3px solid var(--airnav-color-teal);
  outline-offset: 3px;
}

.homepage-news__thumbnail {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 164px;
  overflow: hidden;
  border-radius: var(--airnav-radius-control);
}

.homepage-news__thumbnail-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.homepage-news__card--guardian .homepage-news__thumbnail-image {
  position: absolute;
  top: -126.28%;
  left: -14.71%;
  width: 233.75%;
  height: 319.34%;
}

.homepage-news__card--flightwatch .homepage-news__thumbnail-image {
  position: absolute;
  top: -153.54%;
  left: -140.19%;
  width: 264.42%;
  height: 360.54%;
}

.homepage-news__thumbnail-overlay {
  position: absolute;
  top: 25px;
  left: 263px;
  width: 28px;
  height: 24px;
  background: #033534;
}

.homepage-news__card-content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 164px;
}

.homepage-news__card-title {
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.homepage-news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  color: var(--airnav-color-ink);
  font-family: var(--airnav-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-news__read-more {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  color: var(--airnav-color-forest);
  font-family: var(--airnav-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}

.homepage-news__read-more::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
}

.homepage-news__read-more:focus-visible {
  outline: none;
}

.homepage-news__read-more img {
  width: 14px;
  height: 14px;
}

.homepage-news__read-more--linkedin img:first-child {
  width: 16px;
  height: 16px;
}

.homepage-news__column-footer {
  margin-top: 24px;
}

@media (max-width: 700px) {
  .homepage-hero__title-line {
    white-space: normal;
  }

  .homepage-hero__actions {
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .homepage-hero {
    overflow: clip;
  }

  .homepage-hero__content::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 1221px;
    height: 753px;
    content: "";
    pointer-events: none;
    background: url("../images/data-stream-api/hero/hero-overlay-ellipse.svg") center / 100% 100% no-repeat;
    transform: translate(-50%, -50%);
  }

  .homepage-operations__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.0024fr);
    gap: 20px;
  }

  .homepage-operations__monitor {
    width: 100%;
    height: auto;
    aspect-ratio: 827 / 690.391;
  }

  .homepage-operations__monitor-base {
    top: 95.532%;
    width: 100%;
    height: 4.468%;
  }

  .homepage-operations__monitor-base img {
    top: -64.838%;
    left: -2.418%;
    width: 104.837%;
    height: 229.673%;
  }

  .homepage-operations__monitor-bezel {
    width: 99.922%;
    height: 98.51%;
  }

  .homepage-operations__monitor-screen {
    top: 1.2766%;
    left: 1.0657%;
    width: 97.8686%;
    height: 66.17%;
  }

  .homepage-other-products__layout {
    grid-template-columns: 305px minmax(0, 1fr);
  }

  .homepage-other-products__card-visual--widget-builder {
    right: 16px;
    left: auto;
    width: min(273px, calc(100% - 32px));
    height: auto;
    aspect-ratio: 273 / 178;
  }

  .homepage-custom-solution__main {
    grid-template-columns: minmax(0, 502fr) minmax(0, 738fr);
    gap: 20px;
  }

  .homepage-custom-solution__content,
  .homepage-custom-solution__visual,
  .homepage-custom-solution__capabilities {
    width: 100%;
  }

  .homepage-custom-solution__visual {
    height: auto;
    aspect-ratio: 738 / 448;
  }

  .homepage-custom-solution__capabilities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Keep Homepage breakpoint overrides after its desktop declarations. */
@media (max-width: 1024px) {
  .homepage-hero { padding: 80px 0 96px; }
  .homepage-hero .airnav-container { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .homepage-hero__content { max-width: 650px; }
  .homepage-hero__visual { justify-self: center; margin: 0; }
  .homepage-statistics, .homepage-statistics .airnav-container, .homepage-statistics__list { min-height: 0; }
  .homepage-statistics__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; padding: 48px 0; }
  .homepage-statistics__item:not(:last-child)::after { display: none; }
  .homepage-data { padding: 96px 0; }
  .homepage-data__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-operations { height: auto; padding-bottom: 72px; }
  .homepage-operations__header { grid-template-columns: minmax(0, 1fr); height: auto; gap: 20px; margin-bottom: 48px; }
  .homepage-operations__layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .homepage-operations__list { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; gap: 20px; }
  .homepage-operations__card { min-height: 210px; }
  .homepage-operations__monitor { width: min(100%, 827px); height: auto; aspect-ratio: 827 / 690.391; margin: 0 auto; }
  .homepage-operations__monitor-base { top: 95.532%; width: 100%; height: 4.468%; }
  .homepage-operations__monitor-base img { top: -64.838%; left: -2.418%; width: 104.837%; height: 229.673%; }
  .homepage-operations__monitor-bezel { width: 99.922%; height: 98.51%; }
  .homepage-operations__monitor-screen { top: 1.2766%; left: 1.0657%; width: 97.8686%; height: 66.17%; }
  .homepage-other-products { height: auto; padding-bottom: 96px; }
  .homepage-other-products .airnav-container { padding-top: 96px; }
  .homepage-other-products__header { height: auto; margin-bottom: 48px; }
  .homepage-other-products__title { width: auto; white-space: normal; }
  .homepage-other-products__layout { grid-template-columns: minmax(0, 1fr); }
  .homepage-other-products__overview { height: auto; min-height: 330px; }
  .homepage-other-products__overview-content, .homepage-other-products__overview-body { width: min(100%, 520px); }
  .homepage-other-products__card-visual--widget-builder { right: 16px; left: auto; width: min(273px, calc(100% - 32px)); height: auto; aspect-ratio: 273 / 178; }
  .homepage-custom-solution { height: auto; padding-bottom: 72px; }
  .homepage-custom-solution .airnav-container { padding-top: 72px; }
  .homepage-custom-solution__main { grid-template-columns: minmax(0, 1fr); height: auto; gap: 48px; }
  .homepage-custom-solution__content { width: min(100%, 502px); }
  .homepage-custom-solution__visual { width: min(100%, 738px); height: auto; aspect-ratio: 738 / 448; }
  .homepage-custom-solution__capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; height: auto; margin-top: -20px; }
  .homepage-news { height: auto; padding-bottom: 96px; }
  .homepage-news .airnav-container { padding-top: 96px; }
  .homepage-news__header { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: auto; }
  .homepage-news__header::after { display: none; }
  .homepage-news__columns { margin-top: 48px; }
  .homepage-news__thumbnail-overlay { display: none; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .homepage-operations__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-operations__card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .homepage-hero { padding: 56px 0 72px; }
  .homepage-hero .airnav-container { gap: 40px; }
  .homepage-hero__title { font-size: clamp(44px, 13vw, 64px); line-height: 1.08; }
  .homepage-hero__body { margin-top: 24px; font-size: 18px; }
  .homepage-hero__actions { align-items: stretch; gap: 16px; margin-top: 32px; }
  .homepage-hero__actions .airnav-button { width: 100%; }
  .homepage-statistics__list { gap: 24px 16px; padding: 40px 0; }
  .homepage-statistics__value { font-size: 40px; }
  .homepage-statistics__label { font-size: 15px; line-height: 21px; }
  .homepage-data, .homepage-other-products { padding-bottom: 72px; }
  .homepage-data { padding-top: 72px; }
  .homepage-data__header, .homepage-other-products__header { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 40px; }
  .homepage-data__title, .homepage-other-products__title, .homepage-operations__title, .homepage-custom-solution__title, .homepage-news__title { width: auto; font-size: clamp(42px, 12vw, 56px); }
  .homepage-data__intro, .homepage-other-products__intro { width: auto; transform: none; }
  .homepage-data__grid, .homepage-operations__list, .homepage-news__columns { grid-template-columns: minmax(0, 1fr); }
  .homepage-data__card { height: auto; min-height: 395px; }
  .homepage-data__card-content, .homepage-data__card-title, .homepage-data__card-body { height: auto; }
  .homepage-data__card-link { margin-top: auto; padding-top: 24px; }
  .homepage-operations { padding-bottom: 56px; }
  .homepage-operations .airnav-container { padding-top: 56px; }
  .homepage-operations__header { gap: 16px; margin-bottom: 40px; }
  .homepage-operations__intro { transform: none; }
  .homepage-operations__card { min-height: 0; }
  .homepage-operations__monitor { width: 100%; }
  .homepage-other-products .airnav-container { padding-top: 72px; }
  .homepage-other-products__products { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; }
  .homepage-other-products__card, .homepage-other-products__card--radar { min-height: 344px; padding: 28px; }
  .homepage-other-products__card--radar { padding-right: 28px; }
  .homepage-other-products__card-visual { position: relative; top: auto; right: auto; bottom: auto; left: auto; display: block; max-width: 100%; margin: 24px auto 0; transform: none; }
  .homepage-other-products__card-visual--airnav-radar { width: min(100%, 305px); height: auto; aspect-ratio: auto; object-fit: contain; }
  .homepage-other-products__card-visual--widget-builder { width: min(100%, 305px); height: auto; aspect-ratio: 273 / 178; }
  .homepage-other-products__card-visual--hardware { width: 268.061px; height: 227px; }
  .homepage-custom-solution { padding-bottom: 56px; }
  .homepage-custom-solution .airnav-container { padding-top: 56px; }
  .homepage-custom-solution__main { gap: 40px; }
  .homepage-custom-solution__body { margin-top: 24px; }
  .homepage-custom-solution__body + .airnav-button { margin-top: 32px; }
  .homepage-custom-solution__capabilities { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 24px; margin-top: 24px; }
  .homepage-custom-solution__capability { height: auto; }
  .homepage-news { padding-bottom: 72px; }
  .homepage-news .airnav-container { padding-top: 72px; }
  .homepage-news__header { grid-template-columns: minmax(0, 1fr); }
  .homepage-news__intro { margin-top: 0; transform: none; }
  .homepage-news__columns { gap: 48px; margin-top: 40px; }
  .homepage-news__card { flex-direction: column; height: auto; }
  .homepage-news__thumbnail, .homepage-news__card-content { width: 100%; height: auto; flex: auto; }
  .homepage-news__thumbnail { aspect-ratio: 279 / 164; }
  .homepage-news__card-content { min-height: 164px; gap: 20px; }
  .homepage-news__thumbnail-overlay { display: none; }
}

.menu,
.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
