.low-altitude-page .content-hero-media {
  inset: 84px 0 0 24%;
}

.low-altitude-page .content-hero-media img {
  object-position: center;
}

.low-altitude-page .content-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 17, 30, 0.99) 0%, rgba(4, 17, 30, 0.94) 36%, rgba(4, 17, 30, 0.42) 66%, rgba(4, 17, 30, 0.1)),
    linear-gradient(0deg, rgba(4, 17, 30, 0.78), transparent 52%);
}

.low-altitude-page .content-hero-copy {
  width: min(790px, 58%);
}

.low-altitude-page .content-hero h1 {
  font-size: clamp(43px, 3.65vw, 64px);
  line-height: 1.2;
}

.low-altitude-hero-title span {
  display: block;
  white-space: nowrap;
}

.low-altitude-title-lines span {
  display: block;
  white-space: nowrap;
}

.product-boundary {
  background: #f2f8fd;
}

.boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 66px;
}

.boundary-card {
  position: relative;
  min-height: 410px;
  padding: clamp(36px, 4vw, 60px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.boundary-card-custom {
  color: #fff;
  border-color: #123b5a;
  background: #071a2b;
}

.boundary-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #087acb;
  border: 1px solid rgba(14, 139, 225, 0.28);
  border-radius: 999px;
  background: #ebf7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.boundary-card-custom .boundary-label {
  color: #8ad8ff;
  border-color: rgba(90, 194, 255, 0.3);
  background: rgba(26, 149, 224, 0.12);
}

.boundary-card h3 {
  margin: 24px 0 0;
  color: var(--navy-900);
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: 1.3;
}

.boundary-card-custom h3 {
  color: #fff;
}

.boundary-card p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.boundary-card-custom p {
  color: rgba(222, 236, 247, 0.74);
}

.boundary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.boundary-list li {
  padding: 13px 0;
  color: #344b61;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.6;
}

.boundary-card-custom .boundary-list li {
  color: rgba(231, 242, 250, 0.86);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1040px) {
  .low-altitude-page .content-hero-copy {
    width: 68%;
  }

  .low-altitude-page .content-hero h1 {
    font-size: clamp(40px, 5.2vw, 56px);
  }
}

@media (max-width: 720px) {
  .low-altitude-page .content-hero-media {
    inset: 72px -18px 0 -90px;
  }

  .low-altitude-page .content-hero-copy {
    width: 100%;
  }

  .low-altitude-page .content-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.7vw, 41px);
  }

  .low-altitude-title-lines span {
    white-space: normal;
  }

  .boundary-grid {
    grid-template-columns: 1fr;
  }

  .boundary-grid {
    margin-top: 46px;
  }

  .boundary-card {
    min-height: 0;
    padding: 32px 24px;
  }

  .boundary-list {
    grid-template-columns: 1fr;
  }

}
