.section-book-hero{
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-bottom: 4px solid var(--gold);
    padding: 40px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.section-book-hero::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../../resources/img/jumbotron.svg);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: -40px -10px;
    opacity: 0.7;
    z-index: 1;
}

.book-hero {
    position: relative;
    z-index: 5;
    padding: 0rem 4rem 3rem;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
  }

  .book-hero-left {
      min-width: 320px;
  }

  .book-hero-tag {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(200,146,42,0.35);
    padding: 0.25rem 0.8rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
  }

  .book-hero-ar {
    font-family: 'Noto Naskh Arabic', serif;
    font-size: 32px;
    color: var(--parchment);
    direction: rtl;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .book-hero-fr {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--parchment-dark);
    margin-bottom: 0.5rem;
  }

  .book-hero-author {
    font-size: 1rem;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
  }

  .book-hero-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(245,239,228,0.65);
    max-width: 620px;
    margin-bottom: 2rem;
  }

  .book-stats {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
  }

  .stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  .stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
  }

  .stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
  }

  .stat-sub {
    font-size: 0.75rem;
    font-style: italic;
    color: var(--text-muted);
  }

  .book-hero-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 220px;
    max-width: 500px;
  }

  .info-block {
    background: rgba(245,239,228,0.03);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 1rem 1.2rem;
  }

  .info-block-title {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.6rem;
  }

  .info-block p {
    font-size: 0.88rem;
    color: var(--parchment-dark);
    line-height: 1.6;
  }

  .auth-pill {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 2px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(26,74,74,0.4);
    color: #7ecfcf;
    border: 1px solid rgba(126,207,207,0.3);
  }
  
  .kitab-controls {
    position: relative;
    z-index: 5;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 4rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border);
  }

  .kitab-search {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(245,239,228,0.03);
    border: 1px solid var(--border);
    padding: 0.55rem 1rem;
    border-radius: 2px;
  }

  .kitab-search-icon { color: var(--gold); opacity: 0.6; }

  .kitab-search input {
    background: none;
    border: none;
    outline: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--parchment);
    flex: 1;
  }

  .kitab-search input::placeholder { color: var(--text-muted); font-style: italic; }

  .sort-toggle {
    display: flex;
    gap: 0.3rem;
  }

  .stog {
    background: none;
    border: 1px solid var(--border);
    color: var(--parchment-dark);
    padding: 0.4rem 0.9rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 2px;
  }

  .stog.active, .stog:hover {
    background: rgba(200,146,42,0.12);
    border-color: var(--gold);
    color: var(--gold-light);
  }

  .kitab-count-info {
    font-size: 0.8rem;
    font-style: italic;
    color: var(--text-muted);
    white-space: nowrap;
  }
  
  
  @media (max-width: 990px) {
    .book-hero, .kitab-controls { padding-left: 1.5rem; padding-right: 1.5rem; }
    .book-hero { grid-template-columns: 1fr; }
    .kitab-grid { grid-template-columns: 1fr; }
    .book-hero-ar { font-size: 2rem; }
  }