footer.footer-pc {
  width: 100%;
}

.footer-pc-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Benefits bar */
.footer-pc-benefits {
  background: #f5f5f5;
  padding: 1.5rem 0 2rem;
  margin-top: 0;
}

.footer-pc-benefits .footer-pc-container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-pc-benefit {
  flex: 1;
  padding: 1rem 1.2rem;
}

.footer-pc-benefit-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #111;
  margin: 0 0 0.3rem;
}

.footer-pc-benefit-title i {
  color: #111;
  font-size: 0.85rem;
  margin-right: 0.3rem;
}

.footer-pc-benefit p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* Main footer */
.footer-pc-main {
  background: #1a1a1a;
  padding: 2.5rem 0;
}

.footer-pc-main .footer-pc-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-pc-brand {
  flex: 1.5;
}

.footer-pc-logo {
  height: 28px;
  width: auto;
  margin: 0 0 0.5rem;
  display: block;
}

.footer-pc-copy {
  color: #999;
  font-size: 0.75rem;
  margin: 0 0 0.75rem;
}

.footer-pc-social {
  display: flex;
  gap: 12px;
}

.footer-pc-social a {
  color: #999;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-pc-social a:hover {
  color: #ffb800;
}

.footer-pc-links {
  flex: 1;
}

.footer-pc-links h4 {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.footer-pc-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-pc-links ul li {
  margin-bottom: 0.4rem;
}

.footer-pc-links ul li a {
  color: #999;
  text-decoration: none;
  font-size: 0.78rem;
  transition: color 0.2s ease;
}

.footer-pc-links ul li a:hover {
  color: #ffb800;
}
