/* Premium Buzzcnn Homepage Hub Stylesheet - World Class Light Theme (2026) */

/* 1. HERO BANNER SECTION */
.bhh-hero-section {
  position: relative !important;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  padding: 4.5rem 2rem 4rem 2rem !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  text-align: center !important;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15) !important;
  margin-bottom: 3.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.bhh-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.12) 0%, transparent 70%) !important;
  pointer-events: none !important;
}

.bhh-hero-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 820px !important;
  margin: 0 auto !important;
}

.bhh-hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.12) !important;
  border: 1px solid rgba(56, 189, 248, 0.25) !important;
  padding: 0.4rem 1.1rem !important;
  border-radius: 9999px !important;
  margin-bottom: 1.5rem !important;
}

.bhh-hero-content h1 {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.2rem, 4.5vw, 3.25rem) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin: 0 0 1.25rem 0 !important;
  line-height: 1.2 !important;
}

.bhh-text-gradient {
  background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.bhh-hero-content p {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.1rem !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin: 0 0 2rem 0 !important;
}

/* Quick Search Form */
.bhh-search-wrapper {
  max-width: 580px !important;
  margin: 0 auto !important;
}

.bhh-search-form {
  position: relative !important;
  display: flex !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 9999px !important;
  padding: 5px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease !important;
}

.bhh-search-form:focus-within {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 25px rgba(56, 189, 248, 0.35) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.bhh-search-icon {
  position: absolute !important;
  left: 1.25rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #94a3b8 !important;
  font-size: 1.1rem !important;
}

.bhh-search-form input[type="search"].bhh-search-field {
  flex: 1 !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  padding: 0.75rem 1rem 0.75rem 3rem !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  outline: none !important;
  box-sizing: border-box !important;
  height: auto !important;
}

.bhh-search-form input[type="search"].bhh-search-field::placeholder {
  color: #94a3b8 !important;
}

.bhh-search-btn {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 0 1.6rem !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.4) !important;
}

.bhh-search-btn:hover {
  background: linear-gradient(135deg, #0369a1 0%, #075985 100%) !important;
  transform: scale(1.03) !important;
}

/* Hero Stats Suppressed */
.bhh-hero-stats,
.bhh-stat-chip {
  color: #38bdf8 !important;
}

/* 2. SECTION HEADERS & TITLE SYSTEM */
.bhh-section-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(1.8rem, 3.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  text-align: center !important;
  margin: 0 0 0.5rem 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
}

.bhh-section-title i {
  color: #0284c7 !important;
}

.bhh-section-subtitle {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.05rem !important;
  color: #64748b !important;
  text-align: center !important;
  margin: 0 0 2.5rem 0 !important;
  line-height: 1.6 !important;
}

/* Category Filter Tabs */
.bhh-filter-tabs {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  flex-wrap: wrap !important;
  margin-bottom: 2.5rem !important;
}

.bhh-tab-btn {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #475569 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  padding: 0.6rem 1.25rem !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}

.bhh-tab-btn:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border-color: #94a3b8 !important;
}

.bhh-tab-btn.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  border-color: #0284c7 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.3) !important;
}

/* 3. INTERACTIVE TOOLS GRID */
.bhh-tools-section {
  margin-bottom: 4.5rem !important;
}

.bhh-tools-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.75rem !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 1200px) {
  .bhh-tools-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }
}

@media (max-width: 992px) {
  .bhh-tools-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
}

.bhh-tool-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
}

.bhh-tool-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 35px rgba(2, 132, 199, 0.12) !important;
  border-color: #0284c7 !important;
}

.bhh-card-header {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.25rem !important;
}

.bhh-icon-box {
  width: 50px !important;
  height: 50px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.4rem !important;
  flex-shrink: 0 !important;
}

.bhh-card-header h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 !important;
}

.bhh-card-slug {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #0284c7 !important;
  display: block !important;
  margin-top: 0.25rem !important;
}

.bhh-widget-box {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 1.25rem !important;
  margin-bottom: 1rem !important;
}

.bhh-tax-slider-group {
  margin-bottom: 0.85rem !important;
}

.bhh-tax-slider-group label {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 0.4rem !important;
}

.bhh-tax-slider-group input[type="range"] {
  width: 100% !important;
  accent-color: #0284c7 !important;
  height: 8px !important;
  border-radius: 4px !important;
  background: #cbd5e1 !important;
}

.bhh-tax-result-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 0.88rem !important;
  color: #475569 !important;
}

.bhh-tax-result-row span:last-child {
  font-weight: 800 !important;
  font-size: 1.1rem !important;
}

.bhh-card-desc {
  font-size: 0.92rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin: 0 0 1.5rem 0 !important;
  flex-grow: 1 !important;
}

.bhh-card-link {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  text-decoration: none !important;
  padding: 0.85rem 1.25rem !important;
  border-radius: 12px !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25) !important;
  display: block !important;
}

.bhh-card-link:hover {
  background: linear-gradient(135deg, #0369a1 0%, #075985 100%) !important;
  color: #ffffff !important;
}

/* Card Themes */
.bhh-card-amber .bhh-icon-box { background: rgba(245, 158, 11, 0.15); color: #d97706; }
.bhh-card-purple .bhh-icon-box { background: rgba(168, 85, 247, 0.15); color: #9333ea; }
.bhh-card-rose .bhh-icon-box { background: rgba(251, 113, 133, 0.15); color: #e11d48; }
.bhh-card-cyan .bhh-icon-box { background: rgba(6, 182, 212, 0.15); color: #0891b2; }
.bhh-card-sky .bhh-icon-box { background: rgba(56, 189, 248, 0.15); color: #0284c7; }
.bhh-card-teal .bhh-icon-box { background: rgba(16, 185, 129, 0.15); color: #059669; }
.bhh-card-gold .bhh-icon-box { background: rgba(245, 158, 11, 0.15); color: #d97706; }
.bhh-card-indigo .bhh-icon-box { background: rgba(99, 102, 241, 0.15); color: #4f46e5; }
.bhh-card-emerald .bhh-icon-box { background: rgba(16, 185, 129, 0.15); color: #059669; }

/* 4. RECENT ARTICLES GRID SECTION */
.bhh-posts-section {
  margin-bottom: 4.5rem !important;
}

.bhh-posts-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.75rem !important;
}

@media (max-width: 1024px) {
  .bhh-posts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .bhh-posts-grid {
    grid-template-columns: 1fr !important;
  }
}

.bhh-post-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.3s ease !important;
}

.bhh-post-card:hover {
  transform: translateY(-4px) !important;
  border-color: #0284c7 !important;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.12) !important;
}

.bhh-post-thumb-wrapper {
  position: relative !important;
  height: 200px !important;
  overflow: hidden !important;
  background: #f1f5f9 !important;
}

.bhh-post-img, .bhh-post-thumb {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.5s ease !important;
}

.bhh-post-card:hover .bhh-post-img,
.bhh-post-card:hover .bhh-post-thumb {
  transform: scale(1.05) !important;
}

.bhh-category-pill {
  position: absolute !important;
  top: 0.75rem !important;
  left: 0.75rem !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid #bae6fd !important;
  color: #0284c7 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 9999px !important;
  z-index: 5 !important;
}

.bhh-post-date {
  position: absolute !important;
  top: 0.75rem !important;
  right: 0.75rem !important;
  background: rgba(15, 23, 42, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 9999px !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
}

.bhh-post-body {
  padding: 1.25rem 1.5rem 1.5rem 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.bhh-post-body h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 0.75rem 0 !important;
}

.bhh-post-body h3 a {
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.bhh-post-body h3 a:hover {
  color: #0284c7 !important;
}

.bhh-post-body p {
  color: #475569 !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  margin: 0 0 1rem 0 !important;
}

.bhh-post-footer {
  margin-top: auto !important;
  padding-top: 1rem !important;
  border-top: 1px solid #f1f5f9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 0.85rem !important;
}

.bhh-post-author {
  color: #64748b !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
}

.bhh-post-readmore {
  color: #0284c7 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  transition: all 0.2s ease !important;
}

.bhh-post-readmore:hover {
  color: #0369a1 !important;
  transform: translateX(3px) !important;
}

/* 5. AEO & FAQ EXPANDABLE SECTION (AT BOTTOM) */
.bhh-aeo-section {
  margin: 4rem 0 2rem 0 !important;
}

.bhh-aeo-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 3rem 2.5rem !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
  color: #334155 !important;
}

.bhh-aeo-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #0284c7 !important;
  background: #f0f9ff !important;
  border: 1px solid #bae6fd !important;
  padding: 0.35rem 0.9rem !important;
  border-radius: 9999px !important;
  margin-bottom: 1rem !important;
}

.bhh-aeo-card h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 0 0.5rem 0 !important;
}

.bhh-aeo-intro {
  color: #64748b !important;
  font-size: 1.05rem !important;
  margin-bottom: 2rem !important;
  line-height: 1.6 !important;
}

.bhh-faq-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.bhh-faq-item {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.25s ease !important;
}

.bhh-faq-item.active {
  background: #ffffff !important;
  border-color: #0284c7 !important;
  box-shadow: 0 8px 25px rgba(2, 132, 199, 0.08) !important;
}

.bhh-faq-question,
.bhh-faq-item button {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  color: #0f172a !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  padding: 1.25rem 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
  cursor: pointer !important;
  gap: 1rem !important;
}

.bhh-faq-question span {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

.bhh-faq-question span i {
  color: #0284c7 !important;
  font-size: 1.1rem !important;
}

.bhh-faq-arrow {
  color: #64748b !important;
  transition: transform 0.3s ease !important;
}

.bhh-faq-item.active .bhh-faq-arrow {
  transform: rotate(180deg) !important;
  color: #0284c7 !important;
}

.bhh-faq-answer {
  display: none;
  padding: 0 1.5rem 1.5rem 1.5rem !important;
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
  border-top: 1px solid #e2e8f0 !important;
  margin-top: 0 !important;
  padding-top: 1.25rem !important;
}

.bhh-faq-answer p {
  color: #334155 !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.7 !important;
}

.bhh-faq-answer ul {
  margin: 0.75rem 0 !important;
  padding-left: 1.5rem !important;
}

.bhh-faq-answer li {
  color: #334155 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.6 !important;
}

/* 6. SINGLE BLOG POSTS & ARTICLE PAGES - CRISP LUXURY LIGHT DESIGN */
body.single .inside-article {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 3rem 2.5rem !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
  margin-top: 2rem !important;
  margin-bottom: 3.5rem !important;
}

body.single .site-main,
body.single article {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single .entry-header {
  margin-bottom: 2.5rem !important;
  text-align: center !important;
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 2rem !important;
}

body.single h1.entry-title,
body.single .entry-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.1rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1.25 !important;
  margin-bottom: 1rem !important;
}

body.single .entry-meta {
  color: #64748b !important;
  font-size: 0.95rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.25rem !important;
  flex-wrap: wrap !important;
}

body.single .entry-content p,
body.single .entry-content li {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.1rem !important;
  color: #334155 !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5rem !important;
}

body.single .entry-content h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-top: 3rem !important;
  margin-bottom: 1.25rem !important;
  padding-left: 1rem !important;
  border-left: 4px solid #0284c7 !important;
}

body.single .entry-content h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
