.scb-footer {
  background: #020617;
  color: #e5e7eb;
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
}

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

.scb-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.scb-footer__logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #f9fafb 0, #e5e7eb 30%, #facc15 70%, #f59e0b 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(248, 250, 252, 0.5), 0 7px 18px rgba(0, 0, 0, 0.4);
}

.scb-footer__logo-ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #e5e7eb);
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.45);
}

.scb-footer__brand-text {
  display: flex;
  flex-direction: column;
}

.scb-footer__site-title {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.scb-footer__site-subtitle {
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  color: rgba(148, 163, 184, 0.95);
}

.scb-footer__description {
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(209, 213, 219, 0.9);
}

.scb-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.scb-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.92);
  text-decoration: none;
}

.scb-footer__contact-link i {
  color: #facc15;
}

.scb-footer__contact-link:hover,
.scb-footer__contact-link:focus-visible {
  color: #facc15;
  outline: none;
}

.scb-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.scb-footer__nav-group {
  min-width: 0;
}

.scb-footer__nav-title {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5e7eb;
  margin-bottom: 0.75rem;
}

.scb-footer__nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.scb-footer__nav-list a {
  font-size: 0.88rem;
  color: rgba(156, 163, 175, 0.98);
  text-decoration: none;
  position: relative;
  padding-bottom: 0.05rem;
}

.scb-footer__nav-list p {
  margin-bottom: 0;
  font-size: 0.88rem;
  color: rgba(156, 163, 175, 0.98);
  padding-bottom: 0.05rem;
}

.scb-footer__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #facc15, #f97316);
  transition: width 0.18s ease;
}

.scb-footer__nav-list a:hover,
.scb-footer__nav-list a:focus-visible {
  color: #facc15;
  outline: none;
}

.scb-footer__nav-list a:hover::after,
.scb-footer__nav-list a:focus-visible::after {
  width: 100%;
}

.scb-footer__bottom {
  border-top: 1px solid rgba(31, 41, 55, 1);
  padding: 0.9rem 1.25rem 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.95);
}

.scb-footer__copyright {
  margin: 0;
}

.scb-footer__bottom-links {
  display: flex;
  gap: 0.9rem;
}

.scb-footer__bottom-links a {
  color: rgba(156, 163, 175, 1);
  text-decoration: none;
}

.scb-footer__bottom-links a:hover,
.scb-footer__bottom-links a:focus-visible {
  color: #facc15;
  outline: none;
}

/* Cookie banner */

.scb-cookie {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0.75rem 0.75rem 1rem;
  pointer-events: none;
}

.scb-cookie__inner {
  max-width: 960px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.98);
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  padding: 1rem 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.2rem;
  pointer-events: auto;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.scb-cookie--visible .scb-cookie__inner {
  transform: translateY(0);
  opacity: 1;
}

.scb-cookie--hidden .scb-cookie__inner {
  transform: translateY(120%);
  opacity: 0;
}

.scb-cookie__content {
  flex: 2 1 260px;
}

.scb-cookie__title {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 0.25rem;
}

.scb-cookie__text {
  font-size: 0.82rem;
  color: rgba(209, 213, 219, 0.94);
  margin-bottom: 0.2rem;
}

.scb-cookie__link {
  font-size: 0.8rem;
  color: #facc15;
  text-decoration: underline;
}

.scb-cookie__link:hover,
.scb-cookie__link:focus-visible {
  color: #fde047;
  outline: none;
}

.scb-cookie__actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.scb-cookie__button {
  cursor: pointer;
  border-radius: 999px;
  padding: 0.48rem 0.95rem;
  font-size: 0.78rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.08s ease;
}

.scb-cookie__button--secondary {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.9);
}

.scb-cookie__button--secondary:hover,
.scb-cookie__button--secondary:focus-visible {
  background: rgba(15, 23, 42, 1);
  border-color: #facc15;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.35);
  outline: none;
}

.scb-cookie__button--primary {
  background: linear-gradient(135deg, #facc15, #f97316);
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.65);
}

.scb-cookie__button--primary:hover,
.scb-cookie__button--primary:focus-visible {
  background: linear-gradient(135deg, #fde047, #f97316);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.7);
  outline: none;
}

.scb-cookie__button:active {
  transform: translateY(1px);
}

.scb-cookie__button:focus-visible {
  outline: 2px solid #fde047;
  outline-offset: 2px;
}

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

  .scb-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .scb-footer__inner {
    padding-inline: 1rem;
  }

  .scb-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .scb-footer__bottom-links {
    flex-wrap: wrap;
  }

  .scb-footer__nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .scb-cookie__inner {
    padding: 0.9rem 0.9rem 0.85rem;
  }

  .scb-cookie__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .scb-cookie__button {
    flex: 1 1 auto;
    text-align: center;
  }
}

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