.hardware-page-body {
  background: linear-gradient(180deg, #eef3f9 0%, #f7f9fc 100%);
}

.hardware-hero {
  position: relative;
  min-height: 46vh;
  display: flex;
  align-items: center;
  padding: 98px 0 86px;
  background:
    linear-gradient(135deg, rgba(16, 28, 53, 0.93), rgba(28, 52, 84, 0.86)),
    url("/assets/img/hardware/legacy/recommended-hardware_003.jpeg") center 34% / cover;
  color: var(--aero-white);
}

.hardware-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 17, 34, 0.08), rgba(9, 17, 34, 0.3));
}

.hardware-hero-inner {
  position: relative;
  z-index: 1;
}

.hardware-hero-copy {
  max-width: 760px;
}

.hardware-kicker {
  margin: 0 0 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.hardware-eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.hardware-title {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hardware-lead {
  margin: 0;
  max-width: 660px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.hardware-intro-text {
  margin-bottom: 24px;
  max-width: 660px;
}

.hardware-section-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 700;
  color: #3a6ded;
}

.hardware-section-title {
  text-transform: uppercase;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.hardware-intro-text-center {
  margin: 0 auto 12px;
  text-align: center;
  max-width: 760px;
}

.hardware-credit-note {
  margin: 0 0 34px;
  font-style: italic;
  font-size: 14px;
  color: #7a88a5;
  text-align: center;
}

.hardware-platform-grid .aero-card-image {
  margin: -32px -28px 16px;
  border-radius: 12px 12px 0 0;
}

.hardware-platform-grid .aero-card-image img {
  aspect-ratio: 16 / 9;
  object-position: center;
}

.hardware-platform-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  overflow: hidden;
}

.hardware-card-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.hardware-card-tag-lidar {
  color: #4d71ef;
  background: rgba(77, 113, 239, 0.11);
}

.hardware-card-tag-photo {
  color: #2b8c6e;
  background: rgba(43, 140, 110, 0.12);
}

.hardware-card-tag-vtol {
  color: #765cd6;
  background: rgba(118, 92, 214, 0.12);
}

.hardware-points {
  list-style: none;
  margin: 16px 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hardware-points li {
  font-size: 14px;
  color: var(--aero-gray-600);
}

.hardware-points li::before {
  display: inline-block;
  width: 18px;
}

.hardware-points li.ok::before {
  content: "\2713";
  color: #159f6f;
}

.hardware-points li.warn::before {
  content: "\26A0";
  color: #d2892f;
}

.hardware-meta {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--aero-gray-200);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hardware-meta p {
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  color: #92a0bc;
}

.hardware-meta strong {
  color: var(--aero-navy);
  font-size: 14px;
  line-height: 1.45;
}

.hardware-divider-section {
  padding-top: 8px;
  padding-bottom: 20px;
}

.hardware-divider {
  border-top: 1px solid #dbe3f0;
}

.hardware-programs-section {
  padding-top: 20px;
}

.hardware-program-grid {
  align-items: stretch;
}

.hardware-program-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(36, 51, 82, 0.14);
  border-radius: 20px;
  padding: 24px 22px;
}

.hardware-program-card h3 {
  margin: 0 0 2px;
  text-transform: lowercase;
  font-size: 38px;
  line-height: 1;
}

.hardware-program-subtitle {
  margin: 0 0 14px;
  font-size: 14px;
  color: #7f8ca7;
}

.hardware-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px;
}

.hardware-price-current {
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--aero-navy);
  font-weight: 800;
}

.hardware-price-was {
  font-size: 30px;
  color: #9ca8c1;
  text-decoration: line-through;
  font-weight: 700;
}

.hardware-credit-chip {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: #e8f5ef;
  border: 1px solid #cde8db;
  color: #0f8a5a;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
}

.hardware-program-card ul {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--aero-gray-200);
  display: grid;
  gap: 10px;
}

.hardware-program-card li {
  font-size: 15px;
  color: #4d5d7b;
}

.hardware-program-card li::before {
  content: "\2713";
  color: #3a6ded;
  display: inline-block;
  width: 18px;
  font-weight: 700;
}

.hardware-program-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  white-space: nowrap;
  background: #2f63e8;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  border-radius: 999px;
  padding: 7px 14px;
}

.hardware-program-card.featured {
  border-color: #8fafff;
  box-shadow: 0 14px 36px rgba(74, 110, 214, 0.16);
}

.hardware-cta-section {
  padding-top: 22px;
}

.hardware-cta-card {
  border-radius: 22px;
  border: 1px solid rgba(36, 51, 82, 0.15);
  background: linear-gradient(140deg, #ffffff, #e9f2ff);
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.08);
  padding: 34px 30px;
  text-align: center;
}

.hardware-cta-card h2 {
  margin: 0 0 12px;
  color: var(--aero-navy);
}

.hardware-cta-card p {
  margin: 0;
  color: var(--aero-gray-600);
}

@media (max-width: 900px) {
  .hardware-hero {
    min-height: auto;
    padding: 88px 0 72px;
  }

  .hardware-section-title {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .hardware-price-current {
    font-size: 40px;
  }

  .hardware-price-was {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .hardware-kicker {
    font-size: 12px;
  }

  .hardware-cta-card {
    padding: 22px 18px;
  }

  .hardware-platform-grid .aero-card-image {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -18px;
  }
}
