:root {
  --airborne-app-black: #111111;
  --airborne-app-ink: #242424;
  --airborne-app-muted: #68635c;
  --airborne-app-line: #e5ded2;
  --airborne-app-paper: #ffffff;
  --airborne-app-soft: #f7f1e7;
  --airborne-app-cyan: #6ee7f9;
  --airborne-app-cyan-strong: #0891b2;
  --airborne-app-cyan-ink: #07111f;
  --airborne-app-shadow: 0 18px 48px rgba(17, 17, 17, 0.12);
}

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

.airborne-app-store-widget {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(110, 231, 249, 0.24), rgba(8, 145, 178, 0.12)),
    var(--airborne-app-paper);
  color: var(--airborne-app-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.airborne-app-store-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, 460px) minmax(0, 580px);
  justify-content: center;
  align-items: center;
  gap: 44px;
  padding: 56px clamp(40px, 6vw, 80px);
}

.airborne-app-store-widget *,
.airborne-app-store-widget *::before,
.airborne-app-store-widget *::after {
  box-sizing: border-box;
}

.airborne-app-store-art {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.airborne-app-store-device-group {
  position: relative;
  width: min(430px, 100%);
  height: 500px;
  perspective: 1200px;
  transform: translateX(0);
}

.airborne-app-store-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-app-store-tablet::before,
.airborne-app-store-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.18), rgba(255, 255, 255, 0) 28%),
    linear-gradient(300deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 44%);
  mix-blend-mode: screen;
}

.airborne-app-store-tablet::after,
.airborne-app-store-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-app-store-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-app-store-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-app-store-tablet .airborne-app-store-device-screen {
  border-radius: 20px;
}

.airborne-app-store-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-app-store-tablet-screenshot,
.airborne-app-store-phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
}

.airborne-app-store-tablet-screenshot {
  object-fit: fill;
  object-position: center center;
}

.airborne-app-store-phone-screenshot {
  object-fit: fill;
  object-position: center center;
}

.airborne-app-store-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-app-store-phone .airborne-app-store-device-screen {
  border-radius: 24px;
}

.airborne-app-store-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-app-store-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-app-store-phone.has-screenshot {
  aspect-ratio: 1320 / 2710;
}

.airborne-app-store-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: 22px auto 20px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.18);
}

.airborne-app-store-screen-line,
.airborne-app-store-screen-card {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.16);
}

.airborne-app-store-screen-line.short {
  width: 68%;
}

.airborne-app-store-screen-card {
  height: 40px;
  margin-top: 16px;
  border-radius: 12px;
  background: var(--airborne-app-cyan);
}

.airborne-app-store-copy {
  min-width: 0;
}

.airborne-app-store-kicker {
  margin: 0 0 8px;
  color: var(--airborne-app-cyan-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.airborne-app-store-title {
  margin: 0;
  color: var(--airborne-app-black);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
}

.airborne-app-store-description {
  max-width: 580px;
  margin: 14px 0 0;
  color: var(--airborne-app-muted);
  font-size: 16px;
  line-height: 1.55;
}

.airborne-app-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.airborne-app-store-button {
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 9px 18px;
  border: 1px solid var(--airborne-app-black);
  border-radius: 8px;
  background: var(--airborne-app-black);
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.airborne-app-store-button:hover,
.airborne-app-store-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.18);
  outline: none;
}

.airborne-app-store-button:focus-visible {
  box-shadow: 0 0 0 4px rgba(110, 231, 249, 0.4);
}

.airborne-app-store-button.is-google {
  border-color: var(--airborne-app-black);
  background: var(--airborne-app-black);
  color: #ffffff;
}

.airborne-app-store-button-icon {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
}

.airborne-app-store-button-icon.is-apple-icon {
  width: 28px;
  height: 28px;
}

.airborne-app-store-button-icon.is-google-play-icon {
  width: 28px;
  height: 31px;
}

.airborne-app-store-button-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.airborne-app-store-button-small {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.airborne-app-store-button-large {
  margin-top: 3px;
  font-size: 19px;
  font-weight: 850;
  line-height: 1;
}

@media (max-width: 860px) {
  .airborne-app-store-inner {
    grid-template-columns: minmax(310px, 350px) minmax(0, 1fr);
    gap: 32px;
    padding-inline: 28px;
  }

  .airborne-app-store-art {
    min-height: 386px;
  }

  .airborne-app-store-device-group {
    width: min(340px, 100%);
    height: 386px;
    transform: translateX(0);
  }

  .airborne-app-store-tablet {
    width: 250px;
    padding: 7px 6px 8px;
  }

  .airborne-app-store-phone {
    width: 106px;
    right: 8px;
    bottom: 54px;
  }
}

@media (max-width: 620px) {
  .airborne-app-store-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 22px;
    justify-items: center;
  }

  .airborne-app-store-art {
    width: 100%;
    min-height: 370px;
    place-items: center;
  }

  .airborne-app-store-device-group {
    width: min(330px, calc(100vw - 44px));
    height: 370px;
    transform: translateX(0);
  }

  .airborne-app-store-tablet {
    top: 0;
    left: 0;
    width: 236px;
    padding: 6px 5px 7px;
    border-radius: 22px;
  }

  .airborne-app-store-phone {
    right: 16px;
    bottom: 52px;
    width: 100px;
    padding: 6px 4px 5px;
    border-radius: 24px;
  }

  .airborne-app-store-icon {
    width: 50px;
    height: 50px;
    margin-top: 18px;
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .airborne-app-store-title {
    font-size: 30px;
  }

  .airborne-app-store-copy {
    width: 100%;
  }

  .airborne-app-store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .airborne-app-store-button {
    width: 100%;
  }
}
