.frl-footer {
  background: radial-gradient(circle at top right, rgba(255, 210, 119, 0.16), transparent 55%), #040612;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(235, 237, 255, 0.86);
  padding-top: 2.75rem;
  padding-bottom: 5.5rem;
}

.frl-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 2rem;
}

.frl-footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.frl-footer__logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0, #ffd277 0, #c08a32 35%, #6b4b1f 70%, #211307 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #050814;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 8px 20px rgba(0, 0, 0, 0.7);
}

.frl-footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.frl-footer__logo-title {
  font-family: "Playfair Display";
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.frl-footer__logo-subtitle {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(235, 237, 255, 0.7);
}

.frl-footer__description {
  margin-top: 0.9rem;
  max-width: 26rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(230, 233, 255, 0.9);
}

.frl-footer__age-warning {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: rgba(255, 226, 192, 0.96);
}

.frl-footer__age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 0.1rem 0.3rem;
  border-radius: 999px;
  background: linear-gradient(120deg, #f97316, #fbbf24);
  color: #1a1207;
  font-weight: 600;
  font-size: 0.76rem;
}

.frl-footer__nav-title {
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: rgba(244, 246, 255, 0.9);
  margin: 0 0 0.9rem;
}

.frl-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.frl-footer__nav-list--legal {
  gap: 0.35rem;
}

.frl-footer__nav-list a {
  font-family: "Poppins";
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(225, 227, 255, 0.8);
  padding: 0.18rem 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.frl-footer__nav-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  margin-right: 1px;
  background: radial-gradient(circle, rgba(255, 210, 119, 0.0), rgba(111, 190, 255, 0.0));
  transition: background 0.18s ease, transform 0.18s ease;
}

.frl-footer__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.06rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 190, 255, 0.9), rgba(255, 210, 119, 0.9));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.18s ease;
}

.frl-footer__nav-list a:hover,
.frl-footer__nav-list a:focus-visible {
  color: #ffffff;
}

.frl-footer__nav-list a:hover::after,
.frl-footer__nav-list a:focus-visible::after {
  transform: scaleX(1);
}

.frl-footer__nav-list a:hover::before,
.frl-footer__nav-list a:focus-visible::before {
  background: radial-gradient(circle, rgba(111, 190, 255, 0.9), rgba(255, 210, 119, 0.9));
  transform: scale(1.1);
}

.frl-footer__nav-list a:focus-visible {
  outline: 2px solid #ffd277;
  outline-offset: 3px;
}

.frl-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 0.75rem;
}

.frl-footer__copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem 0;
  font-size: 0.78rem;
  color: rgba(195, 199, 234, 0.85);
}

/* Cookie banner */

.frl-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 0.75rem 1.1rem;
  background: linear-gradient(120deg, rgba(5, 8, 20, 0.98), rgba(15, 23, 42, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 -18px 30px rgba(0, 0, 0, 0.8);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.frl-cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.frl-cookie-banner__text {
  max-width: 44rem;
}

.frl-cookie-banner__title {
  margin: 0 0 0.25rem;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: rgba(244, 246, 255, 0.96);
}

.frl-cookie-banner__description {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(222, 230, 255, 0.9);
}

.frl-cookie-banner__link {
  font-size: 0.78rem;
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.frl-cookie-banner__link:hover,
.frl-cookie-banner__link:focus-visible {
  color: #bfdbfe;
}

.frl-cookie-banner__link:focus-visible {
  outline: 2px solid #ffd277;
  outline-offset: 3px;
}

.frl-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.frl-cookie-banner__button {
  min-width: 130px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Poppins";
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, border-color 0.18s ease;
}

.frl-cookie-banner__button--secondary {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.8);
  color: rgba(226, 232, 240, 0.9);
}

.frl-cookie-banner__button--secondary:hover,
.frl-cookie-banner__button--secondary:focus-visible {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(248, 250, 252, 0.9);
}

.frl-cookie-banner__button--primary {
  background: linear-gradient(130deg, #22c55e, #16a34a);
  color: #022c22;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
}

.frl-cookie-banner__button--primary:hover,
.frl-cookie-banner__button--primary:focus-visible {
  background: linear-gradient(130deg, #4ade80, #22c55e);
  transform: translateY(-1px);
}

.frl-cookie-banner__button:focus-visible {
  outline: 2px solid #ffd277;
  outline-offset: 3px;
}

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

.frl-cookie-banner--hiding {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 900px) {
  .frl-footer__inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .frl-footer__legal {
    grid-column: 2 / 3;
  }
}

@media (max-width: 720px) {
  .frl-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .frl-footer__description {
    max-width: 100%;
  }

  .frl-footer__bottom {
    margin-top: 0.5rem;
  }

  .frl-cookie-banner__inner {
    padding-inline: 0.75rem;
    flex-direction: column;
    align-items: stretch;
  }

  .frl-cookie-banner__actions {
    justify-content: stretch;
  }

  .frl-cookie-banner__button {
    flex: 1 1 auto;
  }
}

@media (max-width: 480px) {
  .frl-footer {
    padding-bottom: 6rem;
  }

  .frl-footer__copyright {
    text-align: left;
    font-size: 0.76rem;
  }

  .frl-cookie-banner__description {
    font-size: 0.78rem;
  }

  .frl-cookie-banner__button {
    font-size: 0.76rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .frl-footer *, .frl-footer *::before, .frl-footer *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
