.site-footer {
  border-top: 1px solid rgba(216, 184, 116, 0.22);
  background: radial-gradient(circle at top, #0A1613 0, #05070B 45%, #020309 100%);
  padding-top: 3rem;
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr);
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

.site-footer-brand {
  max-width: 380px;
}

.site-footer-copy {
  margin-top: 1.25rem;
  font-size: 0.9rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.site-footer-title {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  color: var(--color-text);
}

.site-footer-links li + li {
  margin-top: 0.4rem;
}

.site-footer-links a {
  font-size: 0.86rem;
  color: var(--color-text-muted);
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-color: rgba(216, 184, 116, 0.8);
}

.site-footer-contact .site-footer-copy {
  margin-bottom: 1rem;
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 184, 116, 0.6);
  background: radial-gradient(circle at top left, rgba(216, 184, 116, 0.16) 0, rgba(5, 7, 11, 0.98) 48%, rgba(5, 7, 11, 1) 100%);
}

.site-footer-cta svg {
  width: 16px;
  height: 16px;
  stroke: #D8B874;
  transition: transform 0.3s ease, stroke 0.3s ease;
}

.site-footer-cta:hover svg,
.site-footer-cta:focus-visible svg {
  transform: translate(3px, -3px);
  stroke: #10B981;
}

.site-footer-bottom {
  border-top: 1px solid rgba(42, 48, 55, 0.9);
  padding-block: 1rem 1.5rem;
  background: radial-gradient(circle at bottom, rgba(16, 185, 129, 0.05) 0, rgba(2, 3, 9, 1) 55%);
}

.site-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.site-footer-bottom-inner p {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.site-footer-note {
  opacity: 0.9;
}

.cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 90;
  background: radial-gradient(circle at top, rgba(10, 22, 19, 0.98) 0, rgba(5, 7, 11, 0.99) 60%, #020309 100%);
  border-top: 1px solid rgba(216, 184, 116, 0.35);
  box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.9);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

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

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1rem;
}

.cookie-banner-text h2 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.cookie-banner-text p {
  font-size: 0.86rem;
}

.cookie-banner-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.btn-cookie {
  min-width: 130px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.btn-cookie-primary {
  background: linear-gradient(135deg, #10B981, #0F5944);
  color: #020309;
}

.btn-cookie-secondary {
  background: transparent;
  border-color: rgba(216, 184, 116, 0.65);
  color: var(--color-text);
}

.btn-cookie:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

.age-modal-backdrop[hidden] {
  display: none !important;
}

.age-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: radial-gradient(circle at 10% 0, rgba(10, 22, 19, 0.95) 0, rgba(3, 4, 6, 0.98) 40%, rgba(0, 0, 0, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.age-modal {
  width: 100%;
  max-width: 480px;
  border-radius: 26px;
  padding: 1.75rem 1.75rem 1.5rem;
  background: radial-gradient(circle at top left, rgba(216, 184, 116, 0.18) 0, rgba(13, 18, 21, 0.96) 45%, rgba(5, 7, 11, 0.99) 100%);
  border: 1px solid rgba(216, 184, 116, 0.75);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.98);
}

.age-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.age-modal-header h2 {
  font-size: 1.2rem;
}

.age-modal-badge {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(185, 28, 28, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.age-modal-body p {
  font-size: 0.9rem;
}

.age-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.btn-age {
  flex: 1 1 45%;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn-age-confirm {
  background: linear-gradient(135deg, #10B981, #0F5944);
  color: #020309;
}

.btn-age-deny {
  background: transparent;
  border-color: rgba(216, 184, 116, 0.75);
  color: var(--color-text);
}

.btn-age:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

@media (max-width: 960px) {
  .site-footer-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer-brand {
    max-width: none;
  }
}

@media (max-width: 780px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .btn-cookie {
    flex: 1 1 auto;
  }

  .age-modal {
    padding-inline: 1.4rem;
  }
}
