footer.svelte-1bcxxxc.svelte-1bcxxxc {
  background-color: #1a1a1a;
  color: #fff;
  padding: 4rem 2rem 2rem;
  font-family: Arial, sans-serif;
}
.footer-content.svelte-1bcxxxc.svelte-1bcxxxc {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
}
.company-info.svelte-1bcxxxc h2.svelte-1bcxxxc {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
  justify-self: left;
}
.company-info.svelte-1bcxxxc p.svelte-1bcxxxc {
  color: #ccc;
  line-height: 1.6;
  text-align: left;
  justify-content: left;
}
.footer-links.svelte-1bcxxxc.svelte-1bcxxxc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.link-section.svelte-1bcxxxc h3.svelte-1bcxxxc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  text-align: left;
}
.link-section.svelte-1bcxxxc ul.svelte-1bcxxxc {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-section.svelte-1bcxxxc li.svelte-1bcxxxc {
  margin-bottom: 0.75rem;
}
.link-section.svelte-1bcxxxc a.svelte-1bcxxxc {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.link-section.svelte-1bcxxxc a.svelte-1bcxxxc:hover {
  color: #4a9eff;
}
.footer-bottom.svelte-1bcxxxc.svelte-1bcxxxc {
  max-width: 1200px;
  margin: 4rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #333333;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .footer-content.svelte-1bcxxxc.svelte-1bcxxxc {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .company-info.svelte-1bcxxxc.svelte-1bcxxxc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-links.svelte-1bcxxxc.svelte-1bcxxxc {
    grid-template-columns: repeat(2, 1fr);
  }
  footer.svelte-1bcxxxc.svelte-1bcxxxc {
    padding: 3rem 1.5rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .footer-links.svelte-1bcxxxc.svelte-1bcxxxc {
    grid-template-columns: 1fr;
  }
  .link-section.svelte-1bcxxxc.svelte-1bcxxxc,
  .link-section.svelte-1bcxxxc h3.svelte-1bcxxxc {
    text-align: center;
  }
  footer.svelte-1bcxxxc.svelte-1bcxxxc {
    padding: 2rem 1rem 1rem;
  }
}
