/* ── STICKY DOWNLOAD BAR ─────────────────────────────────────────── */
.sticky-dl-bar {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: linear-gradient(90deg, #0f111f 0%, #161929 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  min-height: 38px;
  transition: transform 0.3s ease;
}
.sticky-dl-bar.hidden {
  transform: translateY(-100%);
  pointer-events: none;
  position: fixed;
}
.sticky-dl-text {
  display: none;
}
@media (min-width: 600px) {
  .sticky-dl-text { display: inline; }
}
.sticky-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0.28rem 0.7rem;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s;
}
.sticky-dl-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}
.sticky-dl-close {
  position: absolute;
  right: 0.6rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  cursor: pointer;
  padding: 0.2rem 0.45rem;
  line-height: 1;
  border-radius: 4px;
}
.sticky-dl-close:hover { color: #fff; }

/* ── HERO STORE DOWNLOAD BUTTONS ──────────────────────────────────── */
.hero-dl-btns {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}
.hero-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.hero-dl-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}
.hero-dl-btn-icon { font-size: 1.6rem; line-height: 1; }
.hero-dl-btn small { display: block; font-size: 0.6rem; opacity: 0.65; line-height: 1; letter-spacing: 0.02em; }
.hero-dl-btn strong { display: block; font-size: 0.85rem; line-height: 1.25; }

/* ── NAV DOWNLOAD BADGE ───────────────────────────────────────────── */
.nav-download-link {
  display: none;
}
@media (min-width: 900px) {
  .nav-download-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.72rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s, color 0.18s;
  }
  .nav-download-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
}

/* ── STICKY SIDEBAR AD (desktop ≥ 1420px) ────────────────────────── */
.sticky-sidebar-ad {
  display: none;
}
@media (min-width: 1420px) {
  .sticky-sidebar-ad {
    display: block;
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 90;
    background: transparent;
  }
  .sticky-sidebar-ad ins {
    display: block;
    width: 160px;
    min-height: 600px;
  }
}

/* ── ANCHOR AD — mobile bottom ───────────────────────────────────── */
.anchor-ad-bar {
  display: none;
}
@media (max-width: 767px) {
  .anchor-ad-bar {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 195;
    background: #0b0d1a;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    text-align: center;
    padding: 3px 0;
  }
  .anchor-ad-bar ins {
    display: block;
    margin: 0 auto;
  }
  /* Stack: anchor ad (50px) + mobile-sticky-cta (50px) = 100px padding */
  body { padding-bottom: 100px; }
}

/* ── SPORT / WORK MODE BADGES ────────────────────────────────────── */
.sport-mode-badge {
  display: inline-block;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  margin-bottom: 0.6rem;
}
.work-mode-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  margin-bottom: 0.6rem;
}
.sport-mode-tab {
  border-bottom: 2px solid transparent;
}
.sport-mode-tab.active {
  border-bottom-color: #16a34a;
  color: #16a34a;
}

/* ── DUAL MODE SECTION ───────────────────────────────────────────── */
.dual-mode-section {
  background: linear-gradient(180deg, transparent 0%, rgba(22, 163, 74, 0.04) 50%, transparent 100%);
}
.dual-mode-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dual-mode-grid {
    grid-template-columns: 1fr;
  }
  .dual-mode-divider {
    margin: 1rem auto;
  }
}
.dual-mode-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color 0.2s, transform 0.2s;
}
.dual-mode-card:hover {
  transform: translateY(-2px);
}
.work-card {
  border-color: rgba(37, 99, 235, 0.25);
}
.work-card:hover {
  border-color: rgba(37, 99, 235, 0.5);
}
.sports-card {
  border-color: rgba(22, 163, 74, 0.25);
}
.sports-card:hover {
  border-color: rgba(22, 163, 74, 0.5);
}
.dual-mode-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.dual-mode-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  padding-top: 4rem;
}
.dual-mode-divider span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}

/* ── EXIT INTENT — store buttons ─────────────────────────────────── */
.exit-store-btns {
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.exit-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0.4rem 0.85rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s;
}
.exit-store-btn:hover { background: rgba(255, 255, 255, 0.15); }
