/* Appetizer Restaurant — Premium Footer */
.footer-premium {
  position: relative;
  background: #111111 !important;
  color: rgba(245, 245, 247, 0.75);
  padding: 80px 0 0;
  overflow: hidden;
  margin-top: 0;
}

.footer-premium__glow {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(255, 212, 0, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

.footer-premium .glass-footer {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.footer-premium__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr;
  gap: 1.25rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.footer-premium__brand { padding: 2rem; }
.footer-premium__col { padding: 1.75rem; }

.footer-premium .brand--footer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-premium .brand--footer .brand__name {
  color: #f5f5f7;
  font-size: 1.2rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

.footer-premium__tagline {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #FFD400;
}

.footer-premium__desc {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(245, 245, 247, 0.55);
}

.footer-premium h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #FFD400;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer-premium__links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-premium__links a {
  font-size: 0.9rem;
  color: rgba(245, 245, 247, 0.6);
  transition: color 0.25s, transform 0.25s;
}

.footer-premium__links a:hover {
  color: #FFD400;
  transform: translateX(4px);
}

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

.footer-contact li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(245, 245, 247, 0.65);
}

.footer-contact li span:first-child { flex-shrink: 0; }
.footer-contact a { color: #f5f5f7; }
.footer-contact a:hover { color: #FFD400; }

.footer-premium__available {
  font-size: 0.75rem;
  color: rgba(245, 245, 247, 0.45);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.order-platforms {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.order-platform {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  text-decoration: none;
  color: #f5f5f7;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.order-platform:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 212, 0, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 212, 0, 0.12);
}

.order-platform--swiggy:hover { border-color: rgba(252, 128, 25, 0.6); }
.order-platform--zomato:hover { border-color: rgba(226, 55, 68, 0.6); }

.order-platform__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 36px;
  padding: 0 0.5rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
}

.order-platform__logo {
  height: 26px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

.order-platform__logo--swiggy { height: 30px; }

.order-platform__text {
  flex: 1;
  font-size: 0.85rem;
  font-weight: 600;
}

.order-platform__arrow {
  opacity: 0.45;
  transition: opacity 0.25s, transform 0.25s;
}

.order-platform:hover .order-platform__arrow {
  opacity: 1;
  color: #FFD400;
  transform: translate(2px, -2px);
}

.footer-premium__mid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1.25rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.footer-premium__social,
.footer-premium__trust { padding: 1.75rem; }

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

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 245, 247, 0.8);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  border-color: #FFD400;
  color: #FFD400;
  background: rgba(255, 212, 0, 0.1);
  transform: translateY(-2px);
}

.social-link--whatsapp:hover {
  border-color: #25D366;
  color: #25D366;
  background: rgba(37, 211, 102, 0.12);
}

.trust-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.trust-badges li {
  font-size: 0.85rem;
  color: rgba(245, 245, 247, 0.6);
}

.trust-badges li:hover { color: #FFD400; }

.footer-premium__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0 2rem;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
}

.footer-premium__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: rgba(245, 245, 247, 0.4);
}

.footer-premium__made { color: rgba(245, 245, 247, 0.55); }

.footer-heart {
  display: inline-block;
  color: #ff6b6b;
  font-size: 1.05em;
  animation: footer-heart-beat 1.5s ease-in-out infinite;
}

@keyframes footer-heart-beat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

@media (max-width: 900px) {
  .footer-premium__main { grid-template-columns: 1fr 1fr; }
  .footer-premium__mid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .footer-premium { padding-top: 48px; }
  .footer-premium__main { grid-template-columns: 1fr; }
  .footer-premium__bottom-inner { flex-direction: column; text-align: center; }
  .social-links, .trust-badges { justify-content: center; }
  .order-platform__logo-wrap { min-width: 90px; }
}
