.featured-app-air {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  background:
    linear-gradient(90deg, rgba(102, 255, 243, 0.16) 0 3px, transparent 3px 34px),
    linear-gradient(0deg, rgba(255, 249, 220, 0.08) 0 3px, transparent 3px 34px),
    var(--mint);
}

.app-device-air {
  background:
    linear-gradient(90deg, rgba(16, 16, 38, 0.08) 0 2px, transparent 2px 24px),
    linear-gradient(0deg, rgba(16, 16, 38, 0.08) 0 2px, transparent 2px 24px),
    var(--orange);
}

.air-phone {
  display: grid;
  align-content: start;
  gap: 12px;
  background: #f8f7ee;
  box-shadow:
    12px 12px 0 rgba(16, 16, 38, 0.42),
    inset 0 0 0 8px #fff9dc;
}

.air-app-header {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px;
  color: var(--ink);
  background: var(--paper);
  border: 4px solid var(--line);
  box-shadow: 5px 5px 0 rgba(27, 56, 129, 0.26);
}

.air-app-header strong,
.air-app-header small {
  font-weight: 900;
}

.air-app-header small {
  color: #b52544;
}

.air-app-mark {
  width: 24px;
  height: 24px;
  background:
    linear-gradient(90deg, transparent 0 9px, var(--cyan) 9px 15px, transparent 15px),
    linear-gradient(0deg, var(--pink) 0 7px, transparent 7px 16px, var(--yellow) 16px);
  border: 3px solid var(--line);
}

.air-wave-screen {
  position: relative;
  display: flex;
  align-items: end;
  gap: 6px;
  min-height: 154px;
  padding: 18px 14px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(102, 255, 243, 0.14) 0 2px, transparent 2px 18px),
    linear-gradient(0deg, rgba(255, 249, 220, 0.08) 0 2px, transparent 2px 18px),
    #08091d;
  border: 4px solid var(--line);
  box-shadow: inset 0 0 0 5px rgba(102, 255, 243, 0.1);
}

.air-wave-glow {
  position: absolute;
  inset: auto 12px 54px;
  height: 4px;
  background: var(--yellow);
  box-shadow:
    0 -28px 0 rgba(102, 255, 243, 0.65),
    0 28px 0 rgba(242, 138, 209, 0.6);
}

.air-wave-screen > span:not(.air-wave-glow) {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  background: var(--cyan);
  border: 3px solid var(--line);
}

.air-wave-screen > span:nth-child(2) {
  height: 30%;
}

.air-wave-screen > span:nth-child(3) {
  height: 72%;
  background: var(--pink);
}

.air-wave-screen > span:nth-child(4) {
  height: 48%;
  background: var(--yellow);
}

.air-wave-screen > span:nth-child(5) {
  height: 84%;
  background: var(--cyan);
}

.air-wave-screen > span:nth-child(6) {
  height: 42%;
  background: var(--green);
}

.air-wave-screen > span:nth-child(7) {
  height: 64%;
  background: var(--orange);
}

.air-wave-screen > span:nth-child(8) {
  height: 34%;
  background: var(--pink);
}

.air-wave-screen > span:nth-child(9) {
  height: 56%;
  background: var(--yellow);
}

.air-rec-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  background: var(--white);
  border: 4px solid var(--line);
  font-weight: 900;
}

.air-rec-button {
  width: 34px;
  height: 34px;
  background: #ff3a4f;
  border: 5px solid var(--line);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px var(--paper);
}

.air-rec-row span:last-child {
  color: var(--blue-dark);
  font-size: 0.68rem;
}

.air-sample-slots {
  display: grid;
  gap: 8px;
}

.air-sample-slots span {
  padding: 8px 9px;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--line);
  box-shadow: 4px 4px 0 rgba(27, 56, 129, 0.18);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.air-featured-copy {
  display: grid;
  align-content: center;
}

.air-featured-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
}

.air-sampler-qr-mini {
  display: grid;
  flex: 0 0 126px;
  place-items: center;
  gap: 7px;
  padding: 10px;
  color: var(--ink);
  background: var(--paper);
  border: 4px solid var(--line);
  box-shadow: 6px 6px 0 rgba(27, 56, 129, 0.42);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.air-sampler-qr-mini:hover,
.air-sampler-qr-mini:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(27, 56, 129, 0.42);
}

.air-sampler-qr-mini img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
}

@media (max-width: 820px) {
  .featured-app-air {
    grid-template-columns: 1fr;
  }

  .air-featured-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .air-sampler-qr-mini {
    width: min(100%, 170px);
    flex-basis: auto;
  }
}
