/* FOOTER SECTION - DO NOT MODIFY STRUCTURE */

.site-footer {
  background-color: #1f2937;
  color: #e5e7eb;
  padding: 3rem 0 0 0;
  margin-top: 4rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
}

.footer-section h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  display: block;
}

.footer-description {
  color: #9ca3af;
  font-size: 0.9rem;
  line-height: 1.6;
}

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

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #3b82f6;
}

.footer-contact p {
  color: #d1d5db;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #3b82f6;
}

.payment-icons {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.payment-icon {
  width: 50px;
  height: 32px;
  background-color: #374151;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 600;
}

.app-badge {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #374151;
  border-radius: 6px;
  text-decoration: none;
  color: #d1d5db;
  font-size: 0.875rem;
  transition: background-color 0.2s ease;
}

.app-badge:hover {
  background-color: #4b5563;
}

.app-badge-icon {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.app-coming-soon {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
  font-style: italic;
}

.footer-bottom {
  background-color: #111827;
  padding: 1.5rem 0;
  border-top: 1px solid #374151;
}

.footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-links {
  display: flex;
  gap: 0.5rem;
}

.follow-text {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-right: 0.75rem;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: #374151;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d5db;
  text-decoration: none;
  font-size: 1.125rem;
  transition: all 0.2s ease;
}

.social-icon:hover {
  background-color: #3b82f6;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-copyright {
  color: #9ca3af;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
}

/* Dynamic branding image */
.footer-logo-img{height:28px;width:auto;display:inline-block;vertical-align:middle;}

/* ===== FoodZone FOOTER PRO PATCH (override only) ===== */
.site-footer{
  background: linear-gradient(180deg,#1f2a44 0%, #111827 100%);
}

.footer-section h3{
  letter-spacing: .3px;
  text-transform: none;
}

.footer-links a,
.footer-contact a{
  position: relative;
}

.footer-links a:hover,
.footer-contact a:hover{
  color: #ffffff;
}

.footer-links a::after,
.footer-contact a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:0%;
  height:2px;
  background:#3b82f6;
  transition:width .2s ease;
}

.footer-links a:hover::after,
.footer-contact a:hover::after{
  width:100%;
}

.footer-contact p{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  padding: .55rem .7rem;
  border-radius: 10px;
}

.payment-icons{ gap:.6rem; }
.payment-icon{
  width: 56px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.05);
  color:#e5e7eb;
}

.app-badge{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  padding: .65rem 1rem;
  border-radius: 12px;
}

.app-badge:hover{
  background: rgba(59,130,246,.18);
  border-color: rgba(59,130,246,.35);
}

.app-badge-icon{ margin-right:0; }

.social-icon{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}

.footer-bottom{
  background: rgba(0,0,0,.18);
  border-top: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 768px){
  .footer-contact p{ justify-content:center; }
}
/* ===== END PATCH ===== */


/* ===== FoodZone FOOTER COMPACT PATCH (override) ===== */
.site-footer{ padding: 2rem 0 0 0; margin-top: 2.5rem; }

.footer-content{
  padding: 0 2rem 1.25rem 2rem;
  gap: 1.6rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-section h3{ margin-bottom: .85rem; font-size: 1.05rem; }

.footer-links li{ margin-bottom: .55rem; }
.footer-links a{ font-size: .88rem; }

.footer-description{ font-size: .86rem; line-height: 1.45; }

.footer-contact p{
  margin-bottom: .55rem;
  padding: .48rem .6rem;
  border-radius: 9px;
  font-size: .88rem;
}

.payment-icons{ margin: .75rem 0; gap: .5rem; }
.payment-icon{
  width: 52px;
  height: 30px;
  border-radius: 9px;
  font-size: .72rem;
}

.app-badge{ margin-top: .75rem; padding: .55rem .9rem; border-radius: 11px; font-size: .86rem; }
.app-coming-soon{ margin-top: .35rem; font-size: .78rem; }

.footer-bottom{ padding: 1.05rem 0; }
.footer-bottom-content{ gap: .75rem; }

.social-icon{ width: 34px; height: 34px; font-size: 1.05rem; }
/* ===== END COMPACT PATCH ===== */


/* ===== FOOTER ULTRA COMPACT (force) ===== */
.site-footer{ padding: 1.1rem 0 0 0 !important; margin-top: 1.5rem !important; }
.footer-content{ padding: 0 1.5rem .6rem 1.5rem !important; gap: 1rem !important; }
.footer-section h3{ margin-bottom: .5rem !important; font-size: .95rem !important; }
.footer-links li{ margin-bottom: .35rem !important; }
.footer-links a{ font-size: .82rem !important; }
.footer-description{ font-size: .8rem !important; }
.footer-contact p{ padding: .35rem .45rem !important; margin-bottom: .35rem !important; font-size: .82rem !important; }
.payment-icons{ margin: .4rem 0 !important; }
.payment-icon{ width: 44px !important; height: 26px !important; font-size: .68rem !important; }
.app-badge{ margin-top: .4rem !important; padding: .35rem .6rem !important; font-size: .8rem !important; }
.app-coming-soon{ font-size: .72rem !important; }
.footer-bottom{ padding: .55rem 0 !important; }
.social-icon{ width: 30px !important; height: 30px !important; }
/* ===== END ULTRA ===== */

