/* ------------------------------------------------------
   BenCode Studio — Global Theme Styles
   Light Mode Branding
------------------------------------------------------ */
/* Prevent frontend dark mode from affecting Gutenberg editor */
body.wp-admin {
    background: auto !important;
    color: inherit !important;
}
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

#scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #8b5cf6, #6a1b9a);
  z-index: 2000;
  transition: width 0.1s ease;
}

/* ------------------------------------------------------
   Hero Section
------------------------------------------------------ */

.hero-section {
  padding: 120px 0;
  background: #fafafa;
  text-align: center;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 20px;
}

.hero-title span {
  color: var(--purple);
}

.hero-subtitle {
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 20px;
  color: #555;
}

/* ------------------------------------------------------
   Footer
------------------------------------------------------ */

.site-footer {
  background: #fafafa;
  padding: 2.5rem 0;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 80px;
}

.site-credit {
  font-size: 0.9rem;
  color: #777;
  margin-top: 4px;
}

.footer-legal {
  margin: 8px 0 4px;
  font-size: 0.88rem;
  color: #666;
}

.footer-legal a {
  color: #5a4f6a;
  font-weight: 600;
}

.footer-legal-sep {
  margin: 0 8px;
  color: #9a92a6;
}
