/* ===== Site Footer ===== */
.site-footer {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  margin-top: 8px;
}

.footer-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* ----- Newsletter & Hours ----- */
.footer-newsletter {
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.footer-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr) minmax(0, 280px);
  align-items: center;
  gap: 28px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-newsletter-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.footer-newsletter-info p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
}

.footer-newsletter-form {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 520px;
  width: 100%;
}

.footer-newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-family: inherit;
  font-size: 13px;
  color: #334155;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}

.footer-newsletter-form input::placeholder {
  color: #94a3b8;
}

.footer-newsletter-form input:focus {
  border-color: #92C866;
}

.footer-newsletter-form button {
  flex-shrink: 0;
  height: 42px;
  padding: 0 22px;
  background: #92C866;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0 6px 6px 0;
  transition: background 0.2s;
}

.footer-newsletter-form button:hover {
  background: #7fb355;
}

.footer-hours {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-hours-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
}

.footer-hours-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}

.footer-hours-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 16px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

/* ----- Main Links ----- */
.footer-main {
  padding: 44px 0 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr 1fr;
  gap: 28px 24px;
}

.footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-logo img {
  display: block;
  height: 36px;
  width: auto;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  transition: color 0.2s;
}

.footer-contact a:hover {
  color: #FF6600;
}

.footer-contact svg {
  flex-shrink: 0;
  color: #94a3b8;
}

.footer-brand .site-social-links {
  margin: 0 0 18px;
}

.footer-brand .site-social-link {
  background: #f1f5f9;
  color: #64748b;
}

.footer-brand .site-social-link:hover {
  background: #FF6600;
  color: #fff;
}

.footer-cta-box {
  padding-top: 4px;
}

.footer-cta-title {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}

.footer-cta-text {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 12px;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #fff4ed;
  color: #FF6600;
  border: 1px solid #ffd4b8;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 0.2s, border-color 0.2s;
}

.footer-cta-btn:hover {
  background: #ffe8d9;
  border-color: #ffb380;
}

.footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1e293b;
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links a {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #FF6600;
}

/* ----- Bottom Bar ----- */
.footer-bottom {
  border-top: 1px solid #e2e8f0;
  padding: 18px 0 22px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 12px;
  color: #94a3b8;
}

.footer-payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #94a3b8;
  filter: grayscale(1);
  opacity: 0.85;
}

.footer-pay-badge--wide {
  min-width: 64px;
}

/* ----- Responsive ----- */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 360px;
  }
}

@media (max-width: 860px) {
  .footer-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-newsletter-form {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .footer-main {
    padding: 32px 0 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-payments {
    gap: 6px;
  }
}
