html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.footer {
  background: rgba(15, 23, 42, 0.95);
  border-top: 1px solid rgba(220, 38, 127, 0.3);
  padding: 40px 20px 20px;
  margin-top: 60px;
  color: #cbd5e1;
}

.footer.shared-footer {
  width: auto;
  max-width: none;
  margin-left: calc(var(--goontasy-footer-offset-left, 0px) * -1);
  margin-right: calc(var(--goontasy-footer-offset-right, 0px) * -1);
  margin-bottom: 0;
  border-radius: 0;
  box-sizing: border-box;
}

body.goontasy-shared-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: #fb7185;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-section p,
.footer-section li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #94a3b8;
}

.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  display: inline-block;
  color: #cbd5e1;
  text-decoration: none;
  text-underline-offset: 3px;
}

.footer-section ul li a:hover,
.footer-section ul li a:focus-visible {
  color: #fb7185;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(220, 38, 127, 0.2);
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}

.footer-bottom p {
  margin: 5px 0;
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .footer {
    padding: 30px 22px 15px;
  }
}
