:root {
  color-scheme: light;
  --shell-bg: #061c4a;
  --bg: #eaf4ff;
  --ink: #062258;
  --text: #12366f;
  --panel: rgba(232, 244, 255, 0.88);
  --panel-strong: #ffffff;
  --flag-blue: #0a4fb3;
  --flag-blue-deep: #063c91;
  --brand-coral: #ff5a5f;
  --gold: #f4b740;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--shell-bg);
}

.page {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.18) 8% 9%, transparent 9% 100%),
    linear-gradient(180deg, #0a4fb3 0%, #1466d8 48%, #eaf4ff 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 26px 70px rgba(0, 18, 62, 0.42);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(10, 79, 179, 0.16), rgba(255, 255, 255, 0.86) 42%, rgba(232, 244, 255, 0.92)),
    var(--panel);
  backdrop-filter: blur(12px);
}

.hero::before {
  content: "";
  display: none;
}

.flag-accent {
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 15%, #ffffff 50%, rgba(255, 255, 255, 0.5) 85%, transparent);
  opacity: 0.76;
  pointer-events: none;
  z-index: 0;
}

.flag-accent::before,
.flag-accent::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: var(--flag-blue);
}

.flag-accent::before {
  top: 0;
}

.flag-accent::after {
  bottom: 0;
}

.flag-accent-top {
  display: none;
}

.flag-accent-bottom {
  display: none;
}

.flag-star {
  position: absolute;
  width: 86px;
  height: 76px;
  opacity: 0.18;
  z-index: 0;
}

.flag-star::before,
.flag-star::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  content: "";
}

.flag-star::before {
  top: 0;
  border-bottom: 74px solid var(--flag-blue-deep);
}

.flag-star::after {
  top: 12px;
  border-top: 74px solid var(--flag-blue-deep);
}

.star-primary {
  top: 178px;
  left: -20px;
  transform: rotate(-12deg);
}

.star-secondary {
  right: -18px;
  bottom: 210px;
  transform: scale(0.82) rotate(14deg);
}

.brand-block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 20px 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0 12%, transparent 12% 88%, rgba(255, 255, 255, 0.18) 88% 100%),
    linear-gradient(135deg, #063c91 0%, #0a58c7 50%, #2f83ed 100%);
}

.brand-block::before {
  content: "";
  display: none;
}

.logo-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.logo-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  direction: ltr;
}

.logo-mark {
  height: auto;
  display: block;
}

.airbnb-logo {
  width: min(48vw, 188px);
  max-width: 52%;
  flex: 0 1 auto;
}

.skyscanner-logo {
  flex: 0 1 142px;
  min-width: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--brand-coral);
  direction: ltr;
  line-height: 1;
}

.sky-symbol {
  position: relative;
  width: 74px;
  height: 38px;
  display: block;
  margin-bottom: 2px;
}

.sky-ray {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 7px;
  height: 23px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: 50% 28px;
}

.sky-ray-1 {
  transform: translateX(-50%) rotate(-60deg);
}

.sky-ray-2 {
  transform: translateX(-50%) rotate(-30deg);
}

.sky-ray-3 {
  height: 26px;
  transform: translateX(-50%);
}

.sky-ray-4 {
  transform: translateX(-50%) rotate(30deg);
}

.sky-ray-5 {
  transform: translateX(-50%) rotate(60deg);
}

.sky-horizon {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 2px;
  height: 18px;
  border-top: 8px solid currentColor;
  border-radius: 50% 50% 0 0;
}

.sky-horizon::after {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 24px;
  height: 14px;
  content: "";
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}

.sky-word {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: currentColor;
  white-space: nowrap;
}

.location {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  margin: 22px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  direction: rtl;
  text-align: center;
}

.pin {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transform: translateY(-1px);
}

.pin svg {
  width: 100%;
  height: 100%;
  display: block;
}

.info-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 38px 18px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 244, 255, 0.9)),
    var(--panel-strong);
  text-align: center;
}

.info-card::before {
  position: absolute;
  inset-inline-start: 50%;
  top: 24px;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  content: "";
  background: var(--flag-blue);
  transform: translateX(-50%);
}

.info-card h1 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.48;
}

.he-text,
.ar-text {
  display: block;
}

.ar-text {
  margin-top: 4px;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 0.76em;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0.82;
}

.location .ar-text {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
}

.cta-button {
  width: calc(100% - 36px);
  display: block;
  margin: 22px auto 26px;
  color: #ffffff;
  text-decoration: none;
  animation: button-double-bounce 5s ease-in-out infinite;
}

.cta-surface {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1.5px solid #062258;
  border-radius: 999px;
  background: #2bd66f;
  direction: rtl;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.cta-button:hover .cta-surface {
  filter: brightness(1.03);
  transform: translateY(-2px) scale(1.02);
}

.cta-button:focus-visible {
  border-radius: 999px;
  outline: 3px solid rgba(43, 214, 111, 0.45);
  outline-offset: 4px;
}

.cta-button:active .cta-surface {
  transform: scale(0.992);
  filter: brightness(0.98);
}

.cta-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.cta-icon-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.cta-label {
  display: block;
  color: #111827;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16;
}

.cta-label .ar-text {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.78;
}

@keyframes button-double-bounce {
  from,
  12% {
    transform: translateY(0);
  }

  18% {
    transform: translateY(-11px);
  }

  26% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  48% {
    transform: translateY(0);
  }

  to {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-button {
    transform: none;
    animation: none;
  }

  .cta-surface {
    transition: none;
  }

  .cta-button:hover .cta-surface,
  .cta-button:active .cta-surface {
    transform: none;
  }
}

@media (max-width: 480px) {
  .page {
    max-width: none;
    box-shadow: none;
  }
}

.limited-container {
  position: relative;
  z-index: 2;
  width: min(100% - 28px, 480px);
  margin: 0 auto;
}

.limited-cta-section {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(135deg, #063c91, #0a58c7 58%, #2f83ed);
  color: #ffffff;
  padding: 32px 0;
}

.limited-cta-section::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -80px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.limited-cta-section::after {
  content: none;
}

.limited-cta-box {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  padding: 26px 20px;
  text-align: center;
}

.limited-cta-box h2 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.limited-cta-box p {
  margin: 16px auto 0;
  max-width: 500px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  opacity: 0.95;
}

.limited-timer {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.limited-timer-box {
  width: 74px;
  min-height: 96px;
  border-radius: 8px;
  background: rgba(30, 41, 59, 0.38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.limited-timer-value {
  color: #ffffff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.limited-timer-label {
  margin-top: 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.limited-timer-label .ar-text {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
}

.limited-footer {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: #062258;
  color: #ffffff;
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.limited-footer .ar-text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

@media (min-width: 481px) {
  .brand-block {
    padding: 44px 28px 36px;
  }

  .brand-block::before {
    top: 140px;
  }

  .logo-shell {
    width: min(100%, 410px);
  }

  .location {
    margin-top: 22px;
    font-size: 13px;
  }

  .info-card {
    padding: 44px 26px 28px;
  }

  .info-card h1 {
    font-size: 21px;
  }

  .cta-button {
    width: calc(100% - 52px);
    margin: 28px auto 32px;
  }
}
