/* Blog Content Hub — Semengineer */
.bh {
  --bh-brand: #f6c23e;
  --bh-navy: #0f172a;
  --bh-cream: #fff8e6;
  --bh-muted: #64748b;
  --bh-radius: 24px;
  --bh-shadow: 0 24px 56px -20px rgba(15, 23, 42, 0.14);
  --bh-shadow-hover: 0 32px 64px -18px rgba(246, 194, 62, 0.22), 0 20px 40px -16px rgba(15, 23, 42, 0.12);
  color: var(--bh-navy);
  background: #fff;
}

.bh-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .bh-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.bh-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.bh-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.bh-eyebrow {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b45309;
  background: rgba(246, 194, 62, 0.16);
  border: 1px solid rgba(246, 194, 62, 0.35);
  border-radius: 999px;
}

.bh-section-title {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--bh-navy);
}

.bh-section-sub {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: var(--bh-muted);
}

.bh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.bh-btn:hover {
  transform: translateY(-2px);
}
.bh-btn--brand {
  background: var(--bh-brand);
  color: var(--bh-navy);
  box-shadow: 0 10px 28px rgba(246, 194, 62, 0.35);
}
.bh-btn--outline {
  background: #fff;
  color: var(--bh-navy);
  border: 1px solid rgba(15, 23, 42, 0.12);
}
.bh-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Hero */
.bh-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 3rem;
  background: linear-gradient(165deg, var(--bh-cream) 0%, #fff 45%, #f8fafc 100%);
}
.bh-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bh-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 65% at 50% 20%, #000 15%, transparent 70%);
}
.bh-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.bh-hero__glow--1 {
  width: min(480px, 60vw);
  height: min(480px, 60vw);
  top: -20%;
  right: -10%;
  background: rgba(246, 194, 62, 0.28);
}
.bh-hero__glow--2 {
  width: min(360px, 50vw);
  height: min(360px, 50vw);
  bottom: -15%;
  left: -12%;
  background: rgba(99, 102, 241, 0.1);
}
.bh-hero__inner {
  position: relative;
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.bh-hero__title {
  margin: 1rem 0 0.85rem;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--bh-navy);
}
.bh-hero__accent {
  background: linear-gradient(135deg, var(--bh-brand), #e5a82e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bh-hero__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--bh-muted);
  max-width: 38ch;
  margin: 0 auto 1.75rem;
}

/* Search */
.bh-search {
  display: flex;
  align-items: stretch;
  max-width: 36rem;
  margin: 0 auto 1rem;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  box-shadow: var(--bh-shadow);
}
.bh-search__icon {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  color: var(--bh-muted);
}
.bh-search__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0.85rem 0.5rem;
  font-size: 1rem;
  color: var(--bh-navy);
  outline: none;
}
.bh-search__btn {
  flex-shrink: 0;
  padding: 0.7rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: var(--bh-navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.2s;
}
.bh-search__btn:hover {
  background: #1e293b;
}
.bh-search__hints {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}
.bh-search__pill {
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bh-muted);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.bh-search__pill:hover {
  color: var(--bh-navy);
  border-color: rgba(246, 194, 62, 0.5);
  background: var(--bh-cream);
}

/* Featured */
.bh-featured {
  padding: 0 0 2.5rem;
  margin-top: -0.5rem;
}
.bh-featured__card {
  display: grid;
  gap: 0;
  border-radius: var(--bh-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--bh-shadow);
}
@media (min-width: 900px) {
  .bh-featured__card {
    grid-template-columns: 1.05fr 1fr;
  }
}
.bh-featured__media {
  position: relative;
  display: block;
  min-height: 240px;
  background: linear-gradient(135deg, var(--bh-navy), #1e293b);
  overflow: hidden;
}
@media (min-width: 900px) {
  .bh-featured__media {
    min-height: 100%;
  }
}
.bh-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.bh-featured__card:hover .bh-featured__media img {
  transform: scale(1.05);
}
.bh-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh-featured__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.35) 100%);
  pointer-events: none;
}
.bh-featured__body {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 900px) {
  .bh-featured__body {
    padding: 2.25rem 2rem;
  }
}
.bh-featured__label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bh-brand);
  margin-bottom: 0.5rem;
}
.bh-featured__title {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.bh-featured__title a {
  color: var(--bh-navy);
  text-decoration: none;
  transition: color 0.2s;
}
.bh-featured__title a:hover {
  color: #b45309;
}
.bh-featured__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--bh-muted);
  margin: 0 0 1rem;
}
.bh-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.8rem;
  color: var(--bh-muted);
  margin-bottom: 1.25rem;
}

/* Categories */
.bh-cats {
  padding: 1rem 0 2.5rem;
}
.bh-cats__scroll {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.bh-cats__scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .bh-cats__scroll {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }
  .bh-cats__scroll .bh-cat-card:first-child {
    grid-column: span 1;
  }
}
@media (min-width: 1280px) {
  .bh-cats__scroll {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.bh-cat-card {
  flex: 0 0 min(200px, 78vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.1rem 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.bh-cat-card:hover,
.bh-cat-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(246, 194, 62, 0.45);
  box-shadow: var(--bh-shadow-hover);
}
.bh-cat-card.is-active {
  background: linear-gradient(145deg, #fff, var(--bh-cream));
}
.bh-cat-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.65rem;
  border-radius: 0.6rem;
  background: rgba(246, 194, 62, 0.12);
  border: 1px solid rgba(246, 194, 62, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
}
.bh-cat-card__icon--all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--seo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--google {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234285F4'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7h8m0 0v8m0-8l-8 8-4-4-6 6'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--meta {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230081FB'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--ai {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a855f7'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--chart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236366f1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 19V5M9 19V9M14 19V13M19 19V7'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f59e0b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z'/%3E%3C/svg%3E");
}
.bh-cat-card__icon--cro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f97316'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E");
}
.bh-cat-card__name {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--bh-navy);
}
.bh-cat-card__count {
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: var(--bh-muted);
}

/* Layout */
.bh-layout {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 1100px) {
  .bh-layout {
    grid-template-columns: 1fr min(320px, 28vw);
    align-items: start;
  }
  .bh-sidebar {
    position: sticky;
    top: 5.5rem;
  }
}

/* Cards */
.bh-card {
  border-radius: var(--bh-radius);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  overflow: hidden;
  box-shadow: var(--bh-shadow);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.bh-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bh-shadow-hover);
}
.bh-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #1e293b, var(--bh-navy));
}
.bh-card:hover .bh-card__media img {
  transform: scale(1.08);
}
.bh-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.25) 100%);
  opacity: 0.6;
  transition: opacity 0.35s;
}
.bh-card:hover .bh-card__overlay {
  opacity: 0.85;
}
.bh-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh-card--mini {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.75rem;
  align-items: start;
}
.bh-card__thumb {
  display: block;
  width: 72px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}
.bh-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh-card__mini-meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.68rem;
  color: var(--bh-muted);
}
.bh-card__body {
  padding: 1.15rem 1.2rem 1.25rem;
}
.bh-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  font-size: 0.7rem;
  color: var(--bh-muted);
  margin-bottom: 0.5rem;
}
.bh-card__cat {
  padding: 0.2rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b45309;
  background: rgba(246, 194, 62, 0.14);
  border-radius: 6px;
}
.bh-card__dot {
  opacity: 0.5;
}
.bh-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.bh-card__title a {
  color: var(--bh-navy);
  text-decoration: none;
  transition: color 0.25s;
}
.bh-card:hover .bh-card__title a {
  color: #b45309;
}
.bh-card__excerpt {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--bh-muted);
  margin: 0 0 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bh-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.bh-card__link {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--bh-navy);
  text-decoration: none;
}
.bh-card__link span {
  display: inline-block;
  transition: transform 0.25s;
}
.bh-card:hover .bh-card__link span {
  transform: translateX(4px);
}
.bh-card__author {
  font-size: 0.7rem;
  color: var(--bh-muted);
}

.bh-card--editor {
  border: 1px solid rgba(246, 194, 62, 0.35);
  background: linear-gradient(165deg, #fff 0%, var(--bh-cream) 100%);
}
.bh-card--mini {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
}
.bh-card--mini:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bh-card--mini:hover {
  transform: none;
  box-shadow: none;
}
.bh-card--mini .bh-card__body {
  padding: 0;
}
.bh-card--mini .bh-card__title {
  font-size: 0.875rem;
}

.bh-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .bh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .bh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.bh-grid-section {
  margin-bottom: 3rem;
}
.bh-grid-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.bh-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--bh-muted);
}

.bh-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 2rem;
}
.bh-pagination__btn,
.bh-pagination__num {
  padding: 0.5rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  color: var(--bh-muted);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}
.bh-pagination__num.is-active {
  background: var(--bh-navy);
  color: #fff;
  border-color: var(--bh-navy);
}

/* Editor */
.bh-editor {
  margin-bottom: 3rem;
}
.bh-editor__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bh-navy);
  background: var(--bh-brand);
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
.bh-editor__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .bh-editor__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Hubs */
.bh-hubs {
  margin-bottom: 2rem;
}
.bh-hubs__grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .bh-hubs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.bh-hub-card {
  display: block;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--bh-cream);
  border: 1px solid rgba(246, 194, 62, 0.25);
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.bh-hub-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bh-shadow);
}
.bh-hub-card__title {
  display: block;
  font-weight: 800;
  color: var(--bh-navy);
  margin: 0.5rem 0 0.25rem;
}
.bh-hub-card__desc {
  display: block;
  font-size: 0.8rem;
  color: var(--bh-muted);
}
.bh-hub-card__link {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b45309;
}

/* Sidebar */
.bh-sidebar__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--bh-navy);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.bh-popular,
.bh-recent,
.bh-trend {
  padding: 1.25rem;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  margin-bottom: 1.25rem;
}
.bh-popular__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-popular__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.bh-popular__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bh-popular__rank {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: rgba(246, 194, 62, 0.85);
  line-height: 1;
}
.bh-popular__trend {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: #f97316;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  margin-bottom: 0.25rem;
}
.bh-popular__link {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--bh-navy);
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.2s;
}
.bh-popular__link:hover {
  color: #b45309;
}
.bh-popular__meta {
  display: block;
  font-size: 0.68rem;
  color: var(--bh-muted);
  margin-top: 0.2rem;
}
.bh-trend__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.bh-trend__tag {
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--bh-navy);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.bh-trend__tag:hover {
  background: var(--bh-brand);
  border-color: var(--bh-brand);
}

/* Trust */
.bh-trust {
  padding: 2.5rem 0;
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.bh-trust__label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bh-muted);
  margin-bottom: 1.25rem;
}
.bh-trust__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}
.bh-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--bh-navy);
}
.bh-trust__item img {
  opacity: 0.85;
}

/* Newsletter */
.bh-newsletter {
  padding: 2rem 0 3rem;
}
.bh-newsletter__card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: var(--bh-radius);
  background: linear-gradient(165deg, var(--bh-navy) 0%, #1e293b 100%);
  color: #fff;
  box-shadow: var(--bh-shadow);
}
.bh-newsletter__title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 0.5rem;
}
.bh-newsletter__lead {
  color: #94a3b8;
  margin-bottom: 1.5rem;
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}
.bh-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 520px) {
  .bh-newsletter__form {
    flex-direction: row;
  }
}
.bh-newsletter__input {
  flex: 1;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.9rem;
  outline: none;
}
.bh-newsletter__input::placeholder {
  color: #64748b;
}
.bh-newsletter__success {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #86efac;
}

/* CTA */
.bh-cta {
  padding-bottom: 2rem;
}
.bh-cta__card {
  text-align: center;
  padding: 2.75rem 1.5rem;
  border-radius: var(--bh-radius);
  background: linear-gradient(165deg, #070b12 0%, var(--bh-navy) 50%, #1e293b 100%);
  border: 1px solid rgba(246, 194, 62, 0.2);
}
.bh-cta__title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #fff !important;
  line-height: 1.2;
  margin-bottom: 0.65rem;
}
.bh-cta__lead {
  color: #94a3b8;
  margin-bottom: 1.5rem;
}
.bh-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

/* FAQ */
.bh-faq {
  padding: 2rem 0 4rem;
  background: var(--bh-cream);
}
.bh-faq__inner {
  max-width: 40rem;
}
.bh-faq__list {
  margin-top: 1.25rem;
}
.bh-faq__item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  padding: 0.85rem 0;
}
.bh-faq__item summary {
  font-weight: 700;
  cursor: pointer;
  color: var(--bh-navy);
  list-style: none;
}
.bh-faq__item summary::-webkit-details-marker {
  display: none;
}
.bh-faq__item p {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--bh-muted);
}

@media (prefers-reduced-motion: reduce) {
  .bh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .bh-card:hover,
  .bh-cat-card:hover,
  .bh-featured__card:hover .bh-featured__media img,
  .bh-card:hover .bh-card__media img {
    transform: none;
  }
}
