/* Footer Component Styles */
/* Modern Footer */
.footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 4rem 0 1rem;
  margin-top: 4rem;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer__main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer__brand {
  max-width: 300px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.footer__logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0.5px;
}

.footer__logo-img {
  height: 50px;
  width: auto;
}

.footer__tagline {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0.5rem 0;
  line-height: 1.4;
}

.footer__description {
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.footer__section {
  display: flex;
  flex-direction: column;
}

.footer__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer__link {
  color: var(--color-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.25rem 0;
}

.footer__link:hover {
  color: var(--color-primary);
  padding-left: 0.5rem;
}

.footer__social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer__social-link {
  display: flex;
  align-items: center;
  color: var(--color-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  border-radius: 4px;
}

.footer__social-link:hover {
  color: var(--color-primary);
  background: rgba(255, 0, 0, 0.1);
  padding-left: 0.5rem;
}

.footer__social-text {
  margin-left: 0.5rem;
}

/* Footer İletişim Bilgileri */
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
}

.footer__contact-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.25rem 0;
}

.footer__contact-link:hover {
  color: var(--color-primary);
  transform: translateX(0.25rem);
}

.footer__contact-icon {
  flex-shrink: 0;
  color: var(--color-primary);
  transition: transform 0.3s ease;
}

.footer__contact-link:hover .footer__contact-icon {
  transform: scale(1.1);
}

/* Çalışma Saatleri Özel Stilleri */
.footer__hours-link {
  cursor: default;
  pointer-events: none;
}

.footer__hours-link:hover {
  transform: none;
}

.footer__hours-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1.4;
}

.footer__hours-text span {
  display: block;
}

.footer__contact-link {
  color: var(--color-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer__contact-link:hover {
  color: var(--color-primary);
}

/* Konum Linki Özel Stilleri */
.footer__location-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  transition: all 0.3s ease;
}

.footer__location-link:hover {
  color: var(--color-primary);
  transform: translateX(0.25rem);
}

.footer__location-icon {
  flex-shrink: 0;
  color: var(--color-primary);
  transition: transform 0.3s ease;
}

.footer__location-link:hover .footer__location-icon {
  transform: scale(1.1);
}

/* Telefon, Mail ve Instagram Linkleri Özel Stilleri */
.footer__phone-link,
.footer__email-link,
.footer__instagram-link {
  transition: all 0.3s ease;
}

.footer__phone-link:hover,
.footer__email-link:hover,
.footer__instagram-link:hover {
  color: var(--color-primary);
  transform: translateX(0.25rem);
}

.footer__phone-link:hover .footer__contact-icon,
.footer__email-link:hover .footer__contact-icon,
.footer__instagram-link:hover .footer__contact-icon {
  transform: scale(1.1);
}

.footer__bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 2rem;
}

.footer__bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer__bottom-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.footer__copyright {
  color: var(--color-muted);
  font-size: 0.85rem;
  margin: 0;
}

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

.footer__bottom-link {
  color: var(--color-muted);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer__bottom-link:hover {
  color: var(--color-primary);
}

.footer__creator {
  text-align: center;
  color: var(--color-muted);
  font-size: 0.85rem;
}

.footer__creator-link {
  color: var(--color-muted);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer__creator-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* Responsive Footer */
@media (max-width: 968px) {
  .footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 3rem 0 1rem;
  }
  
  .footer__container {
    padding: 0 1rem;
  }
  
  .footer__main {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .footer__brand {
    max-width: none;
  }
  
  .footer__bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer__bottom-links {
    justify-content: center;
  }
}

/* Bisiklet Animasyonu - Footer Üstü */
.bike-animation {
  width: 106px;
  height: 56px;
  position: relative;
  left: 6rem;
  z-index: 10;
  margin-bottom: 0.5rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 50px, transparent 0), 
                    linear-gradient(rgba(255, 255, 255, 0.8) 50px, transparent 0), 
                    linear-gradient(rgba(255, 255, 255, 0.8) 50px, transparent 0), 
                    linear-gradient(rgba(255, 255, 255, 0.8) 50px, transparent 0), 
                    radial-gradient(circle 14px, rgba(255, 255, 255, 0.8) 100%, transparent 0);
  background-size: 48px 15px, 15px 35px, 15px 35px, 25px 15px, 28px 28px;
  background-position: 25px 5px, 58px 20px, 25px 17px, 2px 37px, 76px 0px;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: block;
}

.bike-animation::after,
.bike-animation::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  border: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  left: -45px;
  top: -10px;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 64px, transparent 0), 
                    linear-gradient(rgba(255, 255, 255, 0.8) 66px, transparent 0), 
                    radial-gradient(circle 4px, rgba(255, 255, 255, 0.8) 100%, transparent 0);
  background-size: 40px 1px, 1px 40px, 8px 8px;
  background-position: center center;
  box-sizing: border-box;
  animation: bikeRotate 0.3s linear infinite;
}

.bike-animation::before {
  left: 25px;
  top: 60px;
}

@keyframes bikeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Bisiklet Animasyonu */
@media (max-width: 768px) {
  .bike-animation {
    width: 80px;
    height: 42px;
    left: 2rem;
    margin-bottom: 0.25rem;
    background-size: 36px 11px, 11px 26px, 11px 26px, 19px 11px, 21px 21px;
    background-position: 19px 4px, 44px 15px, 19px 13px, 2px 28px, 57px 0px;
  }
  
  .bike-animation::after,
  .bike-animation::before {
    width: 42px;
    height: 42px;
    border-width: 4px;
    left: -34px;
    top: -8px;
    background-size: 30px 1px, 1px 30px, 6px 6px;
  }
  
  .bike-animation::before {
    left: 19px;
    top: 45px;
  }
}
