:root {
  --page: #101b24;
  --panel: rgba(14, 23, 31, 0.58);
  --red: #e5193d;
  --green: #08a85f;
  --text: #f6f8fb;
  --muted: #b7c0c9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans Georgian", sans-serif;
  color: var(--text);
  background: #111820;
}

.download-page {
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(rgba(13, 22, 31, 0.34), rgba(13, 22, 31, 0.46)),
    url("./img/bg-main-mob.webp") top center / cover repeat-y;
}

.topbar {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(12, 16, 20, 0.58);
  backdrop-filter: blur(8px);
}

.logo,
.logo img {
  width: 30px;
  height: 30px;
  display: block;
}

.hot-pill {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(32, 38, 43, 0.48);
  font-size: 13px;
  font-weight: 700;
}

.login-link {
  margin-left: auto;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.tabs {
  display: flex;
  margin: 32px 8px 0;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(34, 44, 53, 0.45);
  backdrop-filter: blur(8px);
}

.tab {
  flex: 1;
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 10px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.tab.active {
  background: rgba(229, 25, 61, 0.82);
}

.hero {
  padding: 26px 18px 18px;
  text-align: center;
}

.key-title {
  width: 60%;
  display: block;
  margin: 0 auto 16px;
}

.hero p {
  margin: 0 0 18px;
  color: #d3d9df;
  font-size: 16px;
  font-weight: 800;
}

.download-btn {
  min-width: 182px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 10px;
  background: var(--green);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
}

.btn-android-icon {
  width: 25px;
  height: 30px;
  display: block;
}

.info-box {
      display: flex;
    flex-direction: column;
    align-items: center;
  position: relative;
  margin: 18px 20px 24px;
  padding: 24px 16px 0;
  border: 1px solid var(--red);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
}

.info-box h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
}

.info-box ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0 0 0 17px;
  color: #d2d8df;
  font-size: 14px;
  line-height: 1.55;
}

.phone-promo {
  width: 90%;
  display: block;
  margin: 18px auto 18px;
}

.guide-box {
  padding-bottom: 30px;
}

.guide-box p {
  margin: 0 0 22px;
  color: #d8dee5;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.guide-carousel {
  position: relative;
  width: 150px;
  min-height: 300px;
  margin: 18px auto 24px;
}

.phone-step {
  position: absolute;
  inset: 0;
  width: 100%;
  display: block;
  border-radius: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.phone-step.active {
  opacity: 1;
  pointer-events: auto;
}

.slider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 24px;
}

.arrow {
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 38px;
  line-height: 1;
  padding: 0 6px;
}

.dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.dot.active {
  background: #ffffff;
}

.game-note {
  margin: 28px 16px 30px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}

.footer {
  padding: 14px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: rgb(24 26 27);
  backdrop-filter: blur(10px);
}

.android-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(41, 47, 54, 0.5), rgba(31, 37, 44, 0.5));
  color: #ffffff;
  text-decoration: none;
}

.android-icon {
  width: 25px;
  height: 30px;
  display: block;
}

.android-card small {
  display: block;
  margin-bottom: 2px;
  color: #96a2ae;
  font-size: 12px;
  line-height: 1.05;
  font-weight: 500;
}

.android-card strong {
  font-size: 17px;
  line-height: 1.05;
  font-weight: 700;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}

.footer-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #cad2da;
  font-size: 13px;
  line-height: 1.35;
}

.meta-block {
  display: inline-block;
}

.chat {
  text-align: right;
}

.lang {
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow-x: auto;
  scrollbar-width: none;
}

.footer-links::-webkit-scrollbar {
  display: none;
}

.footer-links a {
  flex: 0 0 auto;
  color: #8d98a3;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.incognito strong {
  color: #9da5ae;
  font-size: 20px;
  font-weight: 700;
}

.incognito-mark {
  width: 24px;
  height: 24px;
  background: #eceff2;
}

.ufc {
  flex-direction: column;
  gap: 2px;
  border-bottom: 0;
  margin: 15px 0;
}

.ufc strong {
  color: #ec1d2f;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
}

.ufc strong span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 8px;
  background: #ec1d2f;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  text-transform: lowercase;
}

.ufc small {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
