:root {
  --airborne-update-black: #111111;
  --airborne-update-ink: #ffffff;
  --airborne-update-muted: rgba(255, 255, 255, 0.76);
  --airborne-update-line: rgba(255, 255, 255, 0.16);
  --airborne-update-cyan: #6ee7f9;
  --airborne-update-cyan-strong: #0891b2;
  --airborne-update-lime: #c8f43d;
  --airborne-update-warm: #f7f1e7;
}

.airborne-update-banner-frame {
  margin: 0;
  background: transparent;
}

.airborne-update-banner-widget,
.airborne-update-banner-widget *,
.airborne-update-banner-widget *::before,
.airborne-update-banner-widget *::after {
  box-sizing: border-box;
}

.airborne-update-banner-widget {
  position: relative;
  width: 100%;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, rgba(6, 11, 18, 0.96), rgba(18, 23, 25, 0.94) 48%, rgba(8, 145, 178, 0.9)),
    var(--airborne-update-black);
  color: var(--airborne-update-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.airborne-update-banner-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.08));
}

.airborne-update-banner-glow {
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.5;
}

.airborne-update-banner-glow.is-left {
  left: -86px;
  top: -112px;
  background: rgba(110, 231, 249, 0.5);
}

.airborne-update-banner-glow.is-right {
  right: 5%;
  bottom: -150px;
  background: rgba(200, 244, 61, 0.38);
}

.airborne-update-banner-inner {
  width: 100%;
  max-width: 940px;
  min-height: 210px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 620px) 220px;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 2vw, 18px);
  padding: 20px clamp(18px, 4vw, 40px);
}

.airborne-update-banner-copy {
  min-width: 0;
}

.airborne-update-banner-badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 6px 10px;
  border: 1px solid rgba(200, 244, 61, 0.48);
  border-radius: 999px;
  background: rgba(200, 244, 61, 0.12);
  color: #eaff8a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.airborne-update-banner-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--airborne-update-lime);
  box-shadow: 0 0 16px rgba(200, 244, 61, 0.85);
}

.airborne-update-banner-title {
  max-width: 660px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.airborne-update-banner-text {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--airborne-update-muted);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.38;
}

.airborne-update-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.airborne-update-banner-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #111111;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.airborne-update-banner-button.is-primary {
  background: #ffffff;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.airborne-update-banner-button.is-store {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.airborne-update-banner-button:hover,
.airborne-update-banner-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  outline: none;
}

.airborne-update-banner-button:focus-visible {
  box-shadow:
    0 0 0 4px rgba(110, 231, 249, 0.42),
    0 16px 34px rgba(0, 0, 0, 0.28);
}

.airborne-update-banner-button-icon {
  width: 18px;
  height: 18px;
}

.airborne-update-banner-store-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.airborne-update-banner-art {
  position: relative;
  min-height: 206px;
  display: grid;
  place-items: center;
}

.airborne-update-banner-device-group {
  position: absolute;
  left: 0;
  top: 50%;
  width: 430px;
  height: 500px;
  perspective: 1200px;
  transform: translateY(-50%) scale(0.4);
  transform-origin: left center;
}

.airborne-update-banner-tablet {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  aspect-ratio: 1640 / 2309;
  padding: 8px 7px 9px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 20%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.72), rgba(19, 22, 27, 0.34) 40%, rgba(255, 255, 255, 0.1) 100%),
    #090b0f;
  box-shadow:
    0 28px 54px rgba(17, 17, 17, 0.12),
    0 8px 18px rgba(17, 17, 17, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 -1px 0 rgba(0, 0, 0, 0.55) inset;
  transform: translateX(0) rotateY(1.5deg) rotateZ(-0.6deg);
  transform-origin: center;
}

.airborne-update-banner-tablet::before,
.airborne-update-banner-phone::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 28%),
    linear-gradient(300deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 44%);
  mix-blend-mode: screen;
}

.airborne-update-banner-tablet::after,
.airborne-update-banner-phone::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -14px;
  height: 18px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.14);
  filter: blur(18px);
}

.airborne-update-banner-device-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050912;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.045),
    0 0 0 1px rgba(0, 0, 0, 0.48) inset;
}

.airborne-update-banner-device-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%),
    linear-gradient(250deg, rgba(110, 231, 249, 0.06), rgba(110, 231, 249, 0) 36%),
    radial-gradient(circle at 82% 7%, rgba(255, 255, 255, 0.1), transparent 22%);
  mix-blend-mode: screen;
}

.airborne-update-banner-tablet .airborne-update-banner-device-screen {
  border-radius: 20px;
}

.airborne-update-banner-tablet-camera {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 5;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 38%, rgba(118, 185, 255, 0.85) 0 16%, transparent 18%),
    #050607;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.airborne-update-banner-tablet-screenshot,
.airborne-update-banner-phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
}

.airborne-update-banner-tablet-screenshot,
.airborne-update-banner-phone-screenshot {
  object-fit: fill;
  object-position: center center;
}

.airborne-update-banner-phone {
  position: absolute;
  right: 10px;
  bottom: 68px;
  z-index: 2;
  width: 138px;
  aspect-ratio: 9 / 16;
  padding: 7px 4px 6px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 29px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 18%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.78), rgba(18, 21, 27, 0.32) 42%, rgba(255, 255, 255, 0.1) 100%),
    #07090d;
  box-shadow:
    0 28px 54px rgba(17, 17, 17, 0.22),
    0 9px 18px rgba(17, 17, 17, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 -1px 0 rgba(0, 0, 0, 0.62) inset;
  transform: rotateY(-1.5deg) rotateZ(0.35deg);
}

.airborne-update-banner-phone .airborne-update-banner-device-screen {
  border-radius: 24px;
}

.airborne-update-banner-phone-speaker {
  position: absolute;
  top: 3px;
  left: 50%;
  z-index: 5;
  width: 28px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #030405;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 -1px 0 rgba(0, 0, 0, 0.7) inset;
}

.airborne-update-banner-phone-camera {
  position: absolute;
  top: 3px;
  left: calc(50% + 21px);
  z-index: 5;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 38%, rgba(118, 185, 255, 0.8) 0 18%, transparent 20%),
    #030405;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.airborne-update-banner-phone.has-screenshot {
  aspect-ratio: 1320 / 2710;
}

.airborne-update-banner-screen-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--airborne-update-cyan);
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 760px) {
  .airborne-update-banner-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    padding: 24px 22px 20px;
  }

  .airborne-update-banner-copy {
    width: 100%;
    max-width: 620px;
    text-align: center;
  }

  .airborne-update-banner-badge {
    margin-right: auto;
    margin-left: auto;
  }

  .airborne-update-banner-text {
    margin-right: auto;
    margin-left: auto;
  }

  .airborne-update-banner-title {
    font-size: 30px;
  }

  .airborne-update-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .airborne-update-banner-button {
    width: 100%;
  }

  .airborne-update-banner-art {
    width: 174px;
    min-height: 174px;
  }

  .airborne-update-banner-device-group {
    left: 50%;
    transform: translate(-50%, -50%) scale(0.34);
    transform-origin: center;
  }
}

@media (max-width: 420px) {
  .airborne-update-banner-title {
    font-size: 28px;
  }

  .airborne-update-banner-text {
    font-size: 15px;
  }
}
