/* Homepage redesign — CourierShop index */

body.home-page {
  padding-top: var(--home-header-height, 120px);
}

body.home-page .animated-bg .gradient-orb {
  opacity: 0.18;
  filter: blur(80px);
  animation: none;
}

body.home-page .grid-pattern {
  opacity: 0.25;
  animation: none;
}

body.home-page .particles-container {
  display: none;
}

body.home-page .fade-in-section {
  opacity: 1;
  transform: none;
  transition: none;
}

body.home-page .game-card {
  opacity: 1 !important;
  transform: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
  will-change: auto;
}

body.home-page .game-card:hover {
  transform: translateY(-6px) !important;
}

body.home-page.is-scrolling .purchase-ticker-track {
  animation-play-state: paused;
}

body.home-page .animated-bg {
  contain: strict;
}

body.home-page .steps-section,
body.home-page .trust-strip-section,
body.home-page .home-faq-section,
body.home-page .telegram-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}

@media (prefers-reduced-motion: reduce) {
  body.home-page .purchase-ticker-track {
    animation: none !important;
  }
}

/* Fixed header: nav + ticker */
.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.45rem 1rem 0.5rem;
  pointer-events: none;
}

.home-header > * {
  pointer-events: auto;
}

/* Floating pill navbar */
.navbar--home {
  position: static;
  padding: 0;
  background: transparent;
  border-bottom: none;
  width: 100%;
}

.navbar--home.scrolled {
  padding: 0;
}

.navbar--home .nav-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 0.45rem 0.55rem 0.45rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.navbar--home .logo-img {
  height: 38px;
}

.navbar--home .nav-links {
  gap: 0.35rem;
}

.navbar--home .nav-link {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
}

.navbar--home .nav-link::after {
  display: none;
}

.navbar--home .nav-link:hover {
  background: rgba(99, 102, 241, 0.12);
}

.navbar--home .nav-link-accent {
  border-radius: 999px;
}

.navbar--home .nav-search-wrapper {
  display: none;
}

/* Live purchase ticker */
.purchase-ticker {
  position: relative;
  z-index: 20;
  max-width: 920px;
  margin: 0.45rem auto 0;
  background: linear-gradient(90deg, rgba(6, 95, 70, 0.92), rgba(4, 120, 87, 0.88));
  border: 1px solid rgba(52, 211, 153, 0.55);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.25);
}

.purchase-ticker-inner {
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.65rem 1rem;
}

.purchase-ticker-live {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ecfdf5;
  background: rgba(0, 0, 0, 0.25);
}

.purchase-ticker-live i {
  font-size: 0.5rem;
  color: #6ee7b7;
  animation: tickerPulse 1.4s ease infinite;
}

@keyframes tickerPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.85); }
}

.purchase-ticker-track-wrap {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.purchase-ticker-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: tickerScroll 55s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.purchase-ticker-track:hover {
  animation-play-state: paused;
}

@keyframes tickerScroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.purchase-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 0.88rem;
  color: #ecfdf5;
}

.purchase-ticker-item strong {
  color: #fff;
  font-weight: 700;
}

.purchase-ticker-item .ticker-game {
  color: #bbf7d0;
  font-weight: 700;
}

.purchase-ticker-item .ticker-period {
  color: #d1fae5;
}

.purchase-ticker-item .ticker-time {
  color: #fef08a;
  font-size: 0.82rem;
  font-weight: 600;
}

.purchase-ticker-item.ticker-item-new {
  animation: tickerFlash 1.2s ease;
}

@keyframes tickerFlash {
  0% { background: rgba(16, 185, 129, 0.25); border-radius: 999px; padding: 2px 10px; margin: -2px -10px; }
  100% { background: transparent; }
}

/* Compact hero */
.hero-compact {
  position: relative;
  z-index: 10;
  padding: 0.75rem 2rem 0.5rem;
}

.hero-compact-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: center;
}

.hero-compact-text {
  max-width: 640px;
}

.hero-compact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.25);
}

.hero-compact-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.hero-compact-title .accent {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-compact-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.hero-compact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.hero-compact-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: #94a3b8;
}

.hero-compact-stat strong {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.35rem;
  color: #fff;
}

.hero-search-block {
  position: relative;
  max-width: 480px;
}

.hero-search-block .search-container {
  width: 100%;
}

.hero-search-block .search-input {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(99, 102, 241, 0.3);
}

.hero-search-block .search-results {
  left: 0;
  right: 0;
  width: 100%;
}

/* Hero collage */
.hero-collage {
  position: relative;
  height: 220px;
  perspective: 900px;
}

.hero-collage-card {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.hero-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-collage-card--main {
  width: 58%;
  height: 78%;
  top: 8%;
  left: 18%;
  z-index: 3;
}

.hero-collage-card--tl {
  width: 38%;
  height: 42%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(-6deg);
}

.hero-collage-card--br {
  width: 40%;
  height: 44%;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: rotate(5deg);
}

/* Trust bar */
.trust-bar {
  position: relative;
  z-index: 10;
  padding: 0 2rem 0.65rem;
}

.trust-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #94a3b8;
  font-weight: 500;
}

.trust-bar-item i {
  color: #a5b4fc;
}

/* Sticky games nav — top = высота fixed header (задаётся в main.js) */
.sticky-games-nav {
  position: sticky;
  top: var(--home-header-height, 120px);
  z-index: 900;
  padding: 0 2rem;
  margin-bottom: 0.25rem;
}

.sticky-games-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0.5rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(99, 102, 241, 0.18);
  scrollbar-width: none;
}

.sticky-games-nav-inner::-webkit-scrollbar {
  display: none;
}

.sticky-game-link {
  flex-shrink: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.sticky-game-link:hover,
.sticky-game-link.active {
  color: #fff;
  background: rgba(99, 102, 241, 0.18);
  border-color: rgba(99, 102, 241, 0.35);
}

.sticky-game-link-accounts {
  color: #6ee7b7 !important;
  border-color: rgba(16, 185, 129, 0.35) !important;
  background: rgba(16, 185, 129, 0.1) !important;
}

.sticky-game-link-accounts:hover {
  background: rgba(16, 185, 129, 0.2) !important;
}

.home-accounts-visual {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(99, 102, 241, 0.15));
}

.home-accounts-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
}

.home-accounts-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-accounts-card .game-name {
  color: #6ee7b7;
}

/* Плашка типа карточки (Читы / NFA) */
.game-mode-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.22);
  color: #a5b4fc;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 8px;
}

.game-mode-pill-cheats {
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.25);
}

.game-mode-pill-vpn {
  background: rgba(16, 185, 129, 0.14);
  border-color: rgba(16, 185, 129, 0.26);
  color: #6ee7b7;
}

.game-card-vpn {
  border-color: rgba(16, 185, 129, 0.22);
}

.game-card-vpn:hover {
  border-color: rgba(16, 185, 129, 0.45);
}

.game-card-vpn .game-name {
  color: #6ee7b7;
}

.vpn-card-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(16, 185, 129, 0.16), transparent 42%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.14), transparent 36%),
    linear-gradient(160deg, #071018 0%, #0c1824 55%, #0f172a 100%);
}

.vpn-card-bg,
.vpn-card-grid,
.vpn-card-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vpn-card-bg {
  background:
    radial-gradient(circle at 50% 50%, rgba(52, 211, 153, 0.12), transparent 28%);
}

.vpn-card-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.45;
  mask-image: radial-gradient(circle at 50% 45%, #000 0%, transparent 72%);
}

.vpn-card-orbit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vpn-orbit-ring {
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 1px solid rgba(52, 211, 153, 0.28);
  box-shadow: 0 0 24px rgba(16, 185, 129, 0.08);
  animation: vpnOrbitPulse 3.2s ease-in-out infinite;
}

.vpn-orbit-ring--delay {
  width: 148px;
  height: 148px;
  border-color: rgba(129, 140, 248, 0.2);
  animation-delay: 1.1s;
}

@keyframes vpnOrbitPulse {
  0%, 100% { opacity: 0.45; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1); }
}

.vpn-card-shield {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.28), rgba(99, 102, 241, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #86efac;
  font-size: 2rem;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.game-card-vpn:hover .vpn-card-shield {
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    0 22px 42px rgba(16, 185, 129, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.game-card-vpn .game-price-from {
  left: auto;
  right: 1rem;
  background: rgba(6, 16, 24, 0.72);
  border-color: rgba(16, 185, 129, 0.22);
}

/* Bento games grid */
.games-section--home {
  padding: 0.75rem 2rem 3rem;
}

.games-section--home .section-header {
  margin-bottom: 1.75rem;
}

.games-section--home .section-subtitle {
  font-size: 1rem;
  margin-top: 0.25rem;
}

.games-grid--bento {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 1.25rem;
}

.game-card-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.game-card-featured .game-image-wrapper {
  height: 100%;
  min-height: 280px;
}

.game-card-featured .game-name {
  font-size: 1.85rem;
}

.game-badge-hit {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  box-shadow: 0 4px 16px rgba(239, 68, 68, 0.35);
}

.game-price-from {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 4;
  padding: 0.35rem 0.7rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-card.is-filtered-out {
  display: none !important;
}

.game-card.filter-dim {
  opacity: 0.25;
  transform: scale(0.97);
  pointer-events: none;
}

.quick-tag[data-filter="all"] {
  border-style: dashed;
}

/* Steps */
.steps-section {
  position: relative;
  z-index: 10;
  padding: 4rem 2rem;
}

.steps-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.step-card {
  text-align: center;
  padding: 1.75rem 1.25rem;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step-num {
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.step-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.step-card p {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.55;
}

/* Trust strip (compact features) */
.trust-strip-section {
  position: relative;
  z-index: 10;
  padding: 0 2rem 3rem;
}

.trust-strip {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trust-strip-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 1.1rem 1rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(99, 102, 241, 0.15);
}

.trust-strip-item i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
}

.trust-strip-item strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 2px;
}

.trust-strip-item span {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}

/* Home FAQ */
.home-faq-section {
  position: relative;
  z-index: 10;
  padding: 2rem 2rem 4rem;
}

.home-faq-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-faq-item {
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.home-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary::after {
  content: '+';
  font-size: 1.2rem;
  color: #a5b4fc;
  transition: transform 0.2s;
}

.home-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.home-faq-item p {
  padding: 0 1.15rem 1rem;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.65;
}

/* Telegram CTA */
.telegram-cta {
  position: relative;
  z-index: 10;
  padding: 0 2rem 4rem;
}

.telegram-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.15), rgba(99, 102, 241, 0.12));
  border: 1px solid rgba(0, 136, 204, 0.35);
}

.telegram-cta-text h3 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.telegram-cta-text p {
  font-size: 0.88rem;
  color: #94a3b8;
}

.btn-telegram {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  background: #0088cc;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-telegram:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.4);
}

/* Mobile bottom nav */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 0.35rem 0.5rem calc(0.35rem + env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(99, 102, 241, 0.2);
}

.mobile-bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0.4rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
}

.mobile-bottom-nav a i {
  font-size: 1.05rem;
}

.mobile-bottom-nav a.active,
.mobile-bottom-nav a:hover {
  color: #a5b4fc;
}

.section-title-icon {
  color: #a5b4fc;
  font-size: 1.35rem;
}

/* Responsive */
@media (max-width: 1100px) {
  .games-grid--bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-card-featured {
    grid-column: span 2;
    grid-row: span 1;
  }

  .game-card-featured .game-image-wrapper {
    min-height: 220px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body.home-page {
    padding-top: var(--home-header-height, 112px);
    padding-bottom: 64px;
  }

  .home-header {
    padding: 0.35rem 0.65rem 0.4rem;
  }

  .navbar--home .nav-shell {
    max-width: 100%;
    border-radius: 16px;
  }

  .purchase-ticker {
    margin-top: 0.35rem;
    border-radius: 10px;
  }

  .purchase-ticker-inner {
    padding: 0.55rem 0.75rem;
  }

  .purchase-ticker-item {
    font-size: 0.8rem;
  }

  .hero-compact-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-compact-text {
    max-width: none;
  }

  .hero-compact-actions {
    justify-content: center;
  }

  .hero-search-block {
    max-width: none;
    margin: 0 auto;
  }

  .hero-collage {
    height: 200px;
    max-width: 360px;
    margin: 0 auto;
  }

  .sticky-games-nav {
    top: var(--home-header-height, 112px);
    padding: 0 1rem;
  }

  .games-grid--bento,
  .games-grid--bento .game-card-featured {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .telegram-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .mobile-bottom-nav {
    display: flex;
  }
}

.hero-compact-actions .btn-sm {
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
}

/* Mobile menu for home navbar */
@media (max-width: 768px) {
  .navbar--home .nav-shell {
    flex-wrap: wrap;
    position: relative;
  }

  .navbar--home .nav-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .navbar--home .nav-links.active {
    max-height: 280px;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar--home .nav-link {
    padding: 0.75rem 0.5rem;
    border-radius: 8px;
  }

  .navbar--home .menu-toggle {
    display: flex;
  }
}

@media (min-width: 769px) {
  .navbar--home .menu-toggle {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-compact {
    padding: 1.25rem 1rem 1rem;
  }

  .games-section--home {
    padding: 4rem 1rem;
  }
}
