/* webkraft demo hub — isolated block below site footer on every preview */

#wc-demo-hub.wc-demo-hub {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 20 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem) 3rem !important;
  box-sizing: border-box !important;
  background: #f5f0eb !important;
  color: #2c1a1a !important;
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border-top: 3px solid #c1727a !important;
  clear: both !important;
  overflow: visible !important;
  transform: none !important;
  filter: none !important;
}

#wc-demo-hub.wc-demo-hub *,
#wc-demo-hub.wc-demo-hub *::before,
#wc-demo-hub.wc-demo-hub *::after {
  box-sizing: border-box !important;
}

#wc-demo-hub .wc-demo-hub__card {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 72rem !important;
  margin: 0 auto !important;
  padding: 1.75rem clamp(1.25rem, 3vw, 2rem) !important;
  background: #ffffff !important;
  color: #2c1a1a !important;
  border: 1px solid #e5ddd6 !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 48px rgba(44, 26, 26, 0.12) !important;
}

#wc-demo-hub .wc-demo-hub__eyebrow {
  display: block !important;
  margin: 0 0 0.4rem !important;
  padding: 0 !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #9c8880 !important;
  opacity: 1 !important;
}

#wc-demo-hub .wc-demo-hub__title {
  display: block !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  color: #2c1a1a !important;
  opacity: 1 !important;
}

#wc-demo-hub .wc-demo-hub__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  z-index: auto !important;
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
}

#wc-demo-hub .wc-demo-hub__pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0.5rem 0.9rem !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  color: #7a5c4e !important;
  background: #f5f0eb !important;
  border: 1px solid #e5ddd6 !important;
  border-radius: 999px !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease !important;
}

#wc-demo-hub .wc-demo-hub__pill:hover {
  color: #7a5c4e !important;
  background: #ffffff !important;
  border-color: #c1727a !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

#wc-demo-hub .wc-demo-hub__pill.is-current {
  color: #7a5c4e !important;
  background: rgba(193, 114, 122, 0.18) !important;
  border-color: #c1727a !important;
  font-weight: 700 !important;
  pointer-events: none !important;
  cursor: default !important;
}

#wc-demo-hub .wc-demo-hub__body {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding-top: 1.25rem !important;
  margin: 0 !important;
  border-top: 1px solid #e5ddd6 !important;
}

#wc-demo-hub .wc-demo-hub__blurb {
  display: block !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  max-width: 42rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.65 !important;
  color: #6b5b53 !important;
  opacity: 1 !important;
}

#wc-demo-hub .wc-demo-hub__cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  margin: 0 !important;
  padding: 0.75rem 1.35rem !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #c1727a !important;
  border: none !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 6px 18px rgba(193, 114, 122, 0.35) !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
}

#wc-demo-hub .wc-demo-hub__cta:hover {
  color: #ffffff !important;
  background: #a85c64 !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

#wc-demo-hub .wc-demo-hub__cta::after {
  content: "→" !important;
  font-size: 1em !important;
}

@media (max-width: 640px) {
  #wc-demo-hub.wc-demo-hub {
    padding: 2rem 1rem 2.5rem !important;
  }

  #wc-demo-hub .wc-demo-hub__links {
    gap: 0.4rem !important;
  }

  #wc-demo-hub .wc-demo-hub__pill {
    font-size: 0.75rem !important;
    padding: 0.45rem 0.75rem !important;
  }
}
