/* =============================================
   4B PLUS - FOOTER STYLES
   ============================================= */

.fourbplus-footer {
  background: #0e0e0e;
  color: #e2e2e2;
  border-top: 1px solid rgba(61, 74, 61, 0.3);
}

.elementor-location-footer {
  background: #0e0e0e;
}

.fourbplus-footer-main,
.fourbplus-footer-bottom-inner {
  max-width: var(--fourbplus-container-width, 1400px);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--fourbplus-gutter, 32px);
  padding-right: var(--fourbplus-gutter, 32px);
  box-sizing: border-box;
}

.fourbplus-footer-main {
  padding-top: 72px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(320px, 2fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.fourbplus-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fourbplus-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.fourbplus-footer-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.fourbplus-footer-tagline {
  margin-top: 2px;
  color: var(--fourbplus-primary);
  font-family: "Space Grotesk", var(--fourbplus-font-body), sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fourbplus-footer-about {
  margin: 0;
  max-width: 380px;
  color: #bccbb9;
  font-family: var(--fourbplus-font-body);
  font-size: 15px;
  line-height: 1.6;
}

.fourbplus-footer-social {
  margin-top: 4px;
  display: flex;
  gap: 12px;
}

.fourbplus-social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(61, 74, 61, 0.4);
  border-radius: 12px;
  background: #1f1f1f;
  color: var(--fourbplus-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.fourbplus-social-link:hover {
  background: #262626;
  border-color: var(--fourbplus-primary);
  transform: translateY(-1px);
}

.fourbplus-footer-newsletter {
  margin-top: 8px;
}

.fourbplus-newsletter-text {
  margin: 0 0 12px;
  color: #bccbb9;
  font-family: var(--fourbplus-font-body);
  font-size: 14px;
  line-height: 1.5;
}

.fourbplus-newsletter-form {
  display: flex;
  gap: 10px;
}

.fourbplus-newsletter-input {
  flex: 1;
  min-width: 0;
  padding: 11px 14px;
  border: 1px solid rgba(61, 74, 61, 0.45);
  border-radius: 10px;
  background: #191919;
  color: #e2e2e2;
  font-family: var(--fourbplus-font-body);
  font-size: 14px;
}

.fourbplus-newsletter-input::placeholder {
  color: #7f917d;
}

.fourbplus-newsletter-input:focus {
  outline: none;
  border-color: var(--fourbplus-primary);
  box-shadow: 0 0 0 2px rgba(82, 224, 120, 0.2);
}

.fourbplus-newsletter-btn {
  border: 0;
  border-radius: 10px;
  background: var(--fourbplus-primary);
  color: #0e1f13;
  padding: 11px 18px;
  font-family: "Sora", var(--fourbplus-font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.fourbplus-newsletter-btn:hover {
  background: var(--fourbplus-primary-light);
}

.fourbplus-footer-nav-col {
  display: flex;
  flex-direction: column;
}

.fourbplus-footer-nav-title {
  margin: 0 0 16px;
  color: #e2e2e2;
  font-family: "Sora", var(--fourbplus-font-body), sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.fourbplus-footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fourbplus-footer-link {
  color: #bccbb9;
  font-family: var(--fourbplus-font-body);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.fourbplus-footer-bottom {
  border-top: 1px solid rgba(61, 74, 61, 0.3);
}

.fourbplus-footer-bottom-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.fourbplus-footer-copyright {
  margin: 0;
  color: #7f917d;
  font-family: var(--fourbplus-font-body);
  font-size: 13px;
  line-height: 1.4;
}

.fourbplus-footer-legal-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.fourbplus-footer-legal-link {
  color: #7f917d;
  font-family: var(--fourbplus-font-body);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fourbplus-footer-legal-link:hover {
  color: var(--fourbplus-primary);
}

.fourbplus-footer-payment {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fourbplus-payment-icon {
  min-width: 38px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid rgba(61, 74, 61, 0.45);
  border-radius: 8px;
  background: #1a1a1a;
  color: #bccbb9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .fourbplus-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (max-width: 767px) {
  .fourbplus-footer-main {
    padding-top: 48px;
    padding-bottom: 36px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .fourbplus-footer-brand,
  .fourbplus-footer-nav-col {
    text-align: center;
    align-items: center;
  }

  .fourbplus-footer-logo {
    justify-content: center;
  }

  .fourbplus-footer-about {
    max-width: none;
  }

  .fourbplus-footer-nav-links {
    align-items: center;
  }

  .fourbplus-newsletter-form {
    flex-direction: column;
  }

  .fourbplus-newsletter-btn {
    width: 100%;
  }

  .fourbplus-footer-bottom-inner {
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    flex-direction: column;
    text-align: center;
  }

  .fourbplus-footer-legal-links {
    justify-content: center;
  }
}
