/* ------------------------------
   Footer Styles
--------------------------------*/

.site-footer {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
  color: #ffffff;
  padding: 0;
  margin-top: auto;
}

.footer-container {
  width: 100%;
}

/* Footer Top Section */
.footer-top {
  padding: 4rem 0 3rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 3rem;
  align-items: flex-start;
}

/* Footer Columns */
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Logo Column */
.footer-logo-column {
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo img {
  max-width: 11.25rem;
  height: auto;
}

.footer-logo-link {
  text-decoration: none;
  color: #ffffff;
}

.footer-logo-text {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-powered-by {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.powered-by-text {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.875rem;
  color: #3B82F6;
  font-weight: 500;
}

.powered-by-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.powered-by-logo svg {
  flex-shrink: 0;
}

.powered-by-name {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}

/* Description Column */
.footer-description-column {
  padding: 0 1rem;
}

.footer-description {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: right;
}

.footer-description-column .widget {
  margin: 0;
}

.footer-description-column .widget p {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Contact Column */
.footer-contact-column {
  align-items: flex-end;
}

.footer-contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
}

.footer-contact-label {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 500;
  line-height: 1.6875rem;
}

.footer-contact-numbers {
  display: flex;
  gap: 0.25rem;
  margin: 0;
}

.footer-phone-link {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.9375rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-phone-link:hover {
  color: #3B82F6;
  text-decoration: none;
}

/* WhatsApp Button */
.footer-whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border: solid 0.0625rem #25D366;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(37, 211, 102, 0.2);
}

.footer-whatsapp-button:hover {
  background: #20BA5A;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.75rem rgba(37, 211, 102, 0.3);
}

.footer-whatsapp-button svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.footer-whatsapp-button span {
  white-space: nowrap;
}

/* Footer Bottom Section */
.footer-bottom {
  padding: 1.5rem 0;
  background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copyright {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
}

.footer-copyright p {
  color: #ffffff;
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-link {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #3B82F6;
  text-decoration: none;
}

.footer-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: #3B82F6;
  text-decoration: none;
}

/* Widget Styles in Footer */
.site-footer .widget {
  margin-bottom: 0;
}

.site-footer .widget-title {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.site-footer .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .widget ul li {
  margin-bottom: 0.5rem;
}

.site-footer .widget ul li a {
  font-family: "TASA Orbiter", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer .widget ul li a:hover {
  color: #3B82F6;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 64rem) {
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .footer-contact-column {
    grid-column: 1 / -1;
    align-items: flex-start;
  }
  
  .footer-contact-info {
    text-align: left;
  }
}

@media (max-width: 48rem) {
  .footer-top {
    padding: 3rem 0 2rem;
  }
  
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-description-column {
    padding: 0;
  }
  
  .footer-contact-column {
    grid-column: 1;
    align-items: flex-start;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer-menu {
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer-whatsapp-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 30rem) {
  .footer-top {
    padding: 2rem 0 1.5rem;
  }
  
  .footer-logo img {
    max-width: 9.375rem;
  }
  
  .footer-logo-text {
    font-size: 1.5rem;
  }
  
  .footer-description {
    font-size: 0.875rem;
  }
  
  .footer-whatsapp-button {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }
  
  .footer-whatsapp-button span {
    white-space: normal;
  }
}

