.lf-footer {
  background: radial-gradient(circle at 0 0, #174a2f 0, #050608 50%, #050608 100%);
  color: var(--color-text);
}

.lf-footer-hero {
  padding-block: var(--space-12) var(--space-8);
  border-top: 1px solid rgba(201, 155, 71, 0.3);
}

.lf-footer-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.4fr);
  gap: var(--space-8);
  align-items: center;
}

.lf-footer-kicker {
  font-size: var(--font-size-sm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-soft);
  margin-bottom: var(--space-3);
}

.lf-footer-title {
  font-size: clamp(2rem, 1.6rem + 1.2vw, 2.6rem);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-4);
}

.lf-footer-subtitle {
  max-width: 34rem;
  color: var(--color-text-muted);
}

.lf-footer-hero-cta {
  display: flex;
  justify-content: flex-end;
}

.lf-footer-cta-btn {
  white-space: normal;
  text-align: center;
}

.lf-footer-main {
  padding-block: var(--space-8) var(--space-6);
}

.lf-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-6);
}

.lf-footer-col {
  min-width: 0;
}

.lf-footer-heading {
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}

.lf-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
}

.lf-footer-links a {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.lf-footer-links a:hover {
  color: var(--gray-50);
}

.lf-footer-social {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.lf-footer-social-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 0, #21c27b 0, #0f2b1f 50%, #050608 100%);
  color: var(--color-bg-body);
  border: 1px solid rgba(201, 155, 71, 0.6);
  font-size: 0.9rem;
}

.lf-footer-social-icon:hover {
  box-shadow: var(--shadow-glow-primary);
}

.lf-footer-newsletter-col {
  grid-column: span 1;
}

.lf-footer-newsletter {
  padding: var(--space-5);
  border-radius: var(--radius-card);
  background: radial-gradient(circle at 0 0, rgba(23, 74, 47, 0.9) 0, rgba(10, 14, 18, 0.96) 50%, rgba(5, 6, 8, 1) 100%);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(201, 155, 71, 0.4);
}

.lf-footer-newsletter-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.lf-footer-newsletter-form {
  margin-top: var(--space-4);
}

.lf-footer-newsletter-fields {
  display: flex;
  gap: var(--space-3);
}

.lf-footer-newsletter-hint {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.lf-footer-balls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.lf-footer-ball {
  padding-inline: 0.85rem;
  padding-block: 0.35rem;
  border-radius: 999px;
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(201, 155, 71, 0.5);
  background: radial-gradient(circle at 30% 0, rgba(201, 155, 71, 0.8) 0, rgba(5, 6, 8, 1) 65%);
}

.lf-footer-ball--aim {
  background: radial-gradient(circle at 30% 0, #f5f0e6 0, #050608 70%);
}

.lf-footer-ball--position {
  background: radial-gradient(circle at 30% 0, #21c27b 0, #050608 70%);
}

.lf-footer-ball--spin {
  background: radial-gradient(circle at 30% 0, #7b2433 0, #050608 70%);
}

.lf-footer-ball--power {
  background: radial-gradient(circle at 30% 0, #b67a3d 0, #050608 70%);
}

.lf-footer-ball--defense {
  background: radial-gradient(circle at 30% 0, #51473b 0, #050608 70%);
}

.lf-footer-ball--pvp {
  background: radial-gradient(circle at 30% 0, #35ffd2 0, #050608 70%);
}

.lf-footer-latest {
  background: #050608;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-block: var(--space-6);
}

.lf-footer-latest-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.lf-footer-latest-title {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lf-footer-latest-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.lf-footer-latest-item {
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #10151b 0, #050608 60%, #151a20 100%);
  border: 1px solid rgba(201, 155, 71, 0.26);
  box-shadow: var(--shadow-sm);
}

.lf-footer-latest-label {
  display: inline-flex;
  padding-inline: 0.6rem;
  padding-block: 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 155, 71, 0.7);
  font-size: var(--font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-brass);
}

.lf-footer-latest-text {
  display: block;
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.lf-footer-bottom {
  background: #050608;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lf-footer-bottom-inner {
  padding-block: var(--space-4);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr) auto;
  gap: var(--space-4);
  align-items: center;
}

.lf-footer-bottom-text {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.lf-footer-bottom-disclaimer {
  max-width: 32rem;
}

.lf-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-3);
  font-size: var(--font-size-xs);
}

.lf-footer-bottom-links a {
  color: var(--color-text-soft);
}

.lf-footer-bottom-links a:hover {
  color: var(--gray-50);
}

.lf-footer-rail {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(201, 155, 71, 0.1) 0, rgba(201, 155, 71, 0.9) 25%, rgba(53, 255, 210, 0.7) 50%, rgba(201, 155, 71, 0.9) 75%, rgba(201, 155, 71, 0.1) 100%);
}

.lf-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-modal);
  padding: var(--space-3) var(--space-4);
  background: radial-gradient(circle at 0 0, rgba(23, 74, 47, 0.95) 0, rgba(5, 6, 8, 0.98) 55%, rgba(5, 6, 8, 1) 100%);
  box-shadow: 0 -18px 40px var(--color-shadow-deep);
  border-top: 1px solid rgba(201, 155, 71, 0.6);
  transform: translateY(100%);
  opacity: 0;
  transition: transform var(--transition-slow), opacity var(--transition-slow);
}

.lf-cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.lf-cookie-inner {
  max-width: var(--max-width-page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) auto;
  gap: var(--space-4);
  align-items: center;
}

.lf-cookie-title {
  font-size: 1rem;
  margin: 0 0 var(--space-2) 0;
}

.lf-cookie-desc {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.lf-cookie-links a {
  font-size: var(--font-size-xs);
}

.lf-cookie-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.lf-cookie-btn {
  width: 100%;
}

@media (max-width: 1024px) {
  .lf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lf-footer-newsletter-col {
    grid-column: span 2;
  }
  .lf-footer-latest-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lf-footer-bottom-inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 2fr);
  }
}

@media (max-width: 768px) {
  .lf-footer-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .lf-footer-hero-cta {
    justify-content: flex-start;
  }
  .lf-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .lf-footer-latest-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .lf-footer-bottom-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .lf-footer-bottom-links {
    justify-content: flex-start;
  }
  .lf-footer-newsletter-fields {
    flex-direction: column;
  }
  .lf-cookie-banner {
    padding-inline: var(--space-3);
  }
  .lf-cookie-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .lf-cookie-actions {
    flex-direction: row;
    justify-content: flex-end;
  }
  .lf-cookie-btn {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lf-cookie-banner {
    transition: none !important;
  }
}