/* Footer — cetinkayayucesan tarzı, #4B0E1E */
#main-footer.site-footer,
footer.site-footer {
  background: #4b0e1e !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0;
}

.site-footer .footer-main {
  padding: 100px 0 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.site-footer .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer .footer-col-title {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1.5rem;
}

.site-footer .footer-links,
.site-footer .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer .footer-links li {
  margin-bottom: 1.15rem;
}

.site-footer .footer-links li:last-child {
  margin-bottom: 0;
}

.site-footer .footer-links a {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 4px;
  transition: opacity 0.25s ease;
}

.site-footer .footer-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.25s ease;
}

.site-footer .footer-links a:hover {
  color: #ffffff !important;
  opacity: 1;
}

.site-footer .footer-links a:hover::after {
  width: 100%;
}

.site-footer .footer-contact-list li {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #ffffff;
}

.site-footer .footer-contact-list a {
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: opacity 0.25s ease;
}

.site-footer .footer-contact-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.25s ease;
}

.site-footer .footer-contact-list a:hover {
  color: #ffffff !important;
}

.site-footer .footer-contact-list a:hover::after {
  width: 100%;
}

.site-footer .footer-contact-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.35rem;
}

.site-footer .footer-bar {
  padding: 40px 0 48px;
}

.site-footer .footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer .footer-copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.site-footer .footer-copyright strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-footer .footer-social a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.site-footer .footer-social svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-main {
    padding: 72px 0 64px;
  }

  .site-footer .footer-bar {
    padding: 32px 0 40px;
  }

  .site-footer .footer-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
