html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wow {
  visibility: visible !important;
  animation: none !important;
}

.scene > span {
  transform: none !important;
}

.elements,
.footer-shape {
  will-change: auto;
  pointer-events: none;
}

.back-to-top {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.brand-logo img,
.footer-logo img {
  max-width: 118px;
  height: auto;
}

.local-seo-section {
  position: relative;
  padding: 110px 0 90px;
  background: #fff7ee;
  overflow: hidden;
}

.local-seo-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(240, 107, 107, 0.12), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(248, 186, 112, 0.18), transparent 30%);
  pointer-events: none;
}

.local-seo-card,
.faq-card,
.map-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(139, 58, 53, 0.1);
  box-shadow: 0 18px 44px rgba(65, 33, 26, 0.08);
}

.local-seo-card {
  padding: 34px;
  height: 100%;
}

.local-seo-card h3,
.faq-card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.local-seo-card p,
.faq-card p {
  margin-bottom: 0;
}

.local-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.local-action-row .theme-btn {
  padding: 14px 22px;
}

.map-card {
  padding: 14px;
  overflow: hidden;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 430px;
  border: 0;
  border-radius: 18px;
  pointer-events: none;
}

.local-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #f8ba70;
  color: #111;
  font-weight: 800;
}

.local-map-link:hover {
  color: #111;
  transform: translateY(-1px);
}

.faq-section {
  padding: 95px 0 80px;
  background: #fff;
}

.faq-card {
  padding: 28px 30px;
  margin-bottom: 20px;
}

.mobile-order-bar {
  display: none;
}

@media (max-width: 991px) {
  .local-seo-section,
  .faq-section {
    padding: 70px 0 55px;
  }

  .map-card {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
  }

  .local-seo-card,
  .faq-card {
    padding: 24px;
  }

  .local-seo-card h3,
  .faq-card h3 {
    font-size: 22px;
  }

  .map-card iframe {
    min-height: 360px;
  }

  .mobile-order-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 40px rgba(33, 20, 16, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .mobile-order-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 800;
    color: #111;
  }

  .mobile-order-bar .order-link {
    background: #f8ba70;
  }

  .mobile-order-bar .call-link {
    background: #f06b6b;
    color: #fff;
  }
}
