.site-footer.footer-enhanced {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(218, 178, 121, 0.18), transparent 36%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #0f151d 0%, #090d12 100%);
}

.site-footer.footer-enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.08;
  pointer-events: none;
}

.site-footer.footer-enhanced .pbmit-footer-widget-area,
.site-footer.footer-enhanced .pbmit-footer-text-area {
  position: relative;
  z-index: 1;
}

.site-footer.footer-enhanced .footer-main-grid {
  align-items: stretch;
  gap: 0;
}

.site-footer.footer-enhanced .footer-panel {
  margin-bottom: 24px;
}

.site-footer.footer-enhanced .footer-panel > *:last-child {
  margin-bottom: 0;
}

.site-footer.footer-enhanced .footer-panel-surface {
  height: 100%;
  padding: 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.site-footer.footer-enhanced .footer-panel--brand .footer-panel-surface {
  background:
    linear-gradient(160deg, rgba(218, 178, 121, 0.16), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.site-footer.footer-enhanced .footer-panel-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

.site-footer.footer-enhanced .footer-panel-title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dab279, #f2d19b);
  box-shadow: 0 0 0 6px rgba(218, 178, 121, 0.12);
}

.site-footer.footer-enhanced .footer-brand-copy {
  color: rgba(255, 255, 255, 0.72) !important;
  max-width: none !important;
}

.site-footer.footer-enhanced .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer.footer-enhanced .social-links li {
  margin: 0;
}

.site-footer.footer-enhanced .social-links a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.site-footer.footer-enhanced .social-links a:hover {
  transform: translateY(-3px);
  background: rgba(218, 178, 121, 0.16);
  border-color: rgba(218, 178, 121, 0.35);
}

.site-footer.footer-enhanced .footer-link-list,
.site-footer.footer-enhanced .footer-contact-list,
.site-footer.footer-enhanced .footer-resource-list,
.site-footer.footer-enhanced .footer-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer.footer-enhanced .footer-link-list li,
.site-footer.footer-enhanced .footer-contact-list li,
.site-footer.footer-enhanced .footer-resource-list li,
.site-footer.footer-enhanced .footer-hours-list li {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer.footer-enhanced .footer-link-list li:last-child,
.site-footer.footer-enhanced .footer-contact-list li:last-child,
.site-footer.footer-enhanced .footer-resource-list li:last-child,
.site-footer.footer-enhanced .footer-hours-list li:last-child {
  border-bottom: 0;
}

.site-footer.footer-enhanced .footer-link-list a,
.site-footer.footer-enhanced .footer-contact-list a,
.site-footer.footer-enhanced .footer-resource-list a {
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer.footer-enhanced .footer-link-list a:hover,
.site-footer.footer-enhanced .footer-contact-list a:hover,
.site-footer.footer-enhanced .footer-resource-list a:hover {
  color: #fff !important;
}

.site-footer.footer-enhanced .footer-blog-row {
  padding-top: 40px;
}

.site-footer.footer-enhanced .footer-blog-shell {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(218, 178, 121, 0.06), transparent 60%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.site-footer.footer-enhanced .footer-blog-heading {
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer.footer-enhanced .footer-blog-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  margin-bottom: 24px;
}

.site-footer.footer-enhanced .footer-blog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer.footer-enhanced .footer-blog-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(218, 178, 121, 0.8);
}

.site-footer.footer-enhanced .footer-blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.site-footer.footer-enhanced .footer-blog-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(218, 178, 121, 0.14);
  color: #f2d19b;
  font-weight: 600;
}

.site-footer.footer-enhanced .footer-blog-archive {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.site-footer.footer-enhanced .footer-blog-archive:hover {
  color: #dab279;
}

.site-footer.footer-enhanced .footer-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.site-footer.footer-enhanced .footer-blog-card {
  display: flex;
  gap: 14px;
  min-height: 88px;
  padding: 16px 18px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 20, 0.46);
  color: rgba(255, 255, 255, 0.76);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-footer.footer-enhanced .footer-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(218, 178, 121, 0.35);
  background: rgba(218, 178, 121, 0.12);
  color: #fff;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
}

.site-footer.footer-enhanced .footer-blog-index {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #f2d19b;
  font-size: 13px;
  font-weight: 700;
}

.site-footer.footer-enhanced .footer-blog-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.site-footer.footer-enhanced .footer-blog-label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.site-footer.footer-enhanced .footer-blog-title {
  font-size: 14px;
  line-height: 1.55;
  color: inherit;
}

.site-footer.footer-enhanced .footer-blog-card.is-loading {
  pointer-events: none;
}

.site-footer.footer-enhanced .footer-blog-card.is-loading .footer-blog-title,
.site-footer.footer-enhanced .footer-blog-card.is-loading .footer-blog-label {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  background-size: 200% 100%;
  color: transparent;
  animation: footerBlogPulse 1.5s linear infinite;
}

.site-footer.footer-enhanced .footer-blog-card.is-loading .footer-blog-label {
  width: 92px;
  height: 10px;
}

.site-footer.footer-enhanced .footer-blog-card.is-loading .footer-blog-title {
  width: 100%;
  height: 14px;
}

.site-footer.footer-enhanced .pbmit-footer-text-area {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.site-footer.footer-enhanced .pbmit-footer-text-inner {
  padding: 22px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px 24px 0 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(218, 178, 121, 0.08), transparent 65%) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.site-footer.footer-enhanced .pbmit-footer-text-inner::before,
.site-footer.footer-enhanced .pbmit-footer-text-inner::after {
  display: none;
}

.site-footer.footer-enhanced .pbmit-footer-copyright-text-area,
.site-footer.footer-enhanced .pbmit-footer-copyright-text-area a {
  color: rgba(255, 255, 255, 0.62);
}

.site-footer.footer-enhanced .pbmit-footer-copyright-text-area {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer.footer-enhanced .pbmit-footer-copyright-text-area a:hover {
  color: #fff;
}

@keyframes footerBlogPulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 1199px) {
  .site-footer.footer-enhanced .footer-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .site-footer.footer-enhanced .footer-panel-surface,
  .site-footer.footer-enhanced .footer-blog-shell {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .site-footer.footer-enhanced .footer-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .site-footer.footer-enhanced .footer-blog-shell {
    padding: 22px 18px;
  }

  .site-footer.footer-enhanced .footer-blog-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer.footer-enhanced .footer-blog-grid {
    grid-template-columns: 1fr;
  }
}
