/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  background: #1a2332;
  color: #ffffff;
  margin-top: 80px;
  border-top: 4px solid #e5b33a;
}

.footer-container {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0 30px;
}

/* =====================================================
   INTRO
===================================================== */

.footer-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.footer-brand-icon {
  flex: 0 0 auto;
  font-size: 42px;
  line-height: 1;
}

.footer-brand-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
}

.footer-brand-description {
  max-width: 520px;
  margin: 0;
  color: #d2d7df;
  line-height: 1.7;
}

/* =====================================================
   CTA
===================================================== */

.footer-cta {
  min-width: 0;
}

.footer-cta-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.footer-cta-text {
  margin: 10px 0 24px;
  color: #d2d7df;
  line-height: 1.6;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.footer-cta-button:hover {
  transform: translateY(-2px);
}

.footer-cta-primary {
  background: #e5b33a;
  color: #1a2332;
}

.footer-cta-primary:hover,
.footer-cta-primary:focus-visible {
  background: #f1c44f;
}

.footer-cta-secondary {
  border: 2px solid #e5b33a;
  color: #ffffff;
}

.footer-cta-secondary:hover,
.footer-cta-secondary:focus-visible {
  background: #e5b33a;
  color: #1a2332;
}

/* =====================================================
   COLOANE
===================================================== */

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding: 55px 0;
}

.footer-column {
  min-width: 0;
}

.footer-column-title {
  margin: 0 0 20px;
  color: #e5b33a;
  font-size: 1.15rem;
  line-height: 1.3;
}

.footer-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list li:last-child {
  margin-bottom: 0;
}

.footer-link {
  display: inline-block;
  color: #d2d7df;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: #ffffff;
  transform: translateX(4px);
}

/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.footer-legal-link {
  color: #d2d7df;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  color: #ffffff;
}

.footer-site-link {
  color: #e5b33a;
  text-decoration: none;
}

.footer-site-link:hover,
.footer-site-link:focus-visible {
  text-decoration: underline;
}

.footer-copyright {
  margin: 10px 0;
  color: #bfc7d2;
}

.footer-seo-text {
  max-width: 850px;
  margin: 15px auto 0;
  color: #8d99ab;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* =====================================================
   ACCESIBILITATE
===================================================== */

.footer-cta-button:focus-visible,
.footer-link:focus-visible,
.footer-legal-link:focus-visible,
.footer-site-link:focus-visible {
  outline: 3px solid rgba(229, 179, 58, 0.75);
  outline-offset: 3px;
}
