
       
        .hero-section {
            background-image: linear-gradient(180deg, var(--background-start), var(--background-end));
            padding: 4rem 1.5rem 2rem;
            text-align: center;
            overflow: hidden;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .hero-content {
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .hero-title {
            font-family: 'DM Serif Display', serif;
            font-size: 2.5rem;
            font-weight: 400;
            color: var(--text-dark);
            margin: 0;
        }
        .hero-subtitle {
            font-size: 1.125rem;
            color: var(--text-light);
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
        .cta-button {
            display: inline-block;
            background-color:#7664a0;
            color:white;
            font-weight: 500;
            padding: 0.75rem 2rem;
            border-radius: 0.5rem;
            text-decoration: none;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .cta-button:hover {
            transform: scale(1.05);
        }
        .book-gallery-wrapper {
            margin-top: 4rem;
            position: relative;
        }
        .book-gallery {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: nowrap;
        }
        .book-cover {
            width: 140px;
            height: auto;
            border-radius: 0.25rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        .book-cover:hover {
            transform: translateY(-8px);
        }
        .ratings-section {
            margin-top: 4rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
        }
        .ratings-top-row {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .avatar-group {
            display: flex;
        }
        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 9999px;
            border: 2px solid var(--ring-color);
        }
        .avatar:not(:first-child) {
            margin-left: -12px;
        }
        .rating-text {
            font-weight: 600;
            color: var(--text-dark);
        }
        .stars {
            display: flex;
            color: #FBBF24;
        }
        .stars .material-icons {
             font-size: 20px;
        }
        .reviews-text {
            font-size: 0.875rem;
            color: var(--text-light);
        }
        @media (min-width: 640px) {
            .hero-title {
                font-size: 3rem;
            }
        }
        @media (min-width: 1024px) {
            .hero-section {
                padding: 6rem 2rem 4rem;
            }
            .hero-title {
                font-size: 3.75rem;
            }
            .hero-subtitle {
                font-size: 1.25rem;
            }
            .book-gallery {
                 gap: 2rem;
            }
            .book-cover {
                width: 160px;
            }
        }
        @media (max-width: 1023px) {
            .book-cover:nth-child(n+7) {
                display: none;
            }
        }
        @media (max-width: 767px) {
            .book-cover:nth-child(n+6) {
                display: none;
            }
        }
        @media (max-width: 639px) {
             .book-gallery-wrapper {
                mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
                -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            }
            .book-gallery {
                justify-content: flex-start;
                padding-bottom: 1rem;
                overflow-x: auto;
                scrollbar-width: none;}
            .book-gallery::-webkit-scrollbar {
                display: none;}
             .book-cover {
                width: 120px;
                flex-shrink: 0;
            }
            .book-cover:nth-child(n+1) {
                display: block;
            }
        }






.statistics-section {
  background-color: #f8f8f8; 
  padding: 60px 20px;
  text-align: center;
}

.statistics-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 30px;
}

.statistics-section .stat-item {
  flex: 1; 
  min-width: 280px;
  max-width: 350px; 
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistics-section .stat-icon {
  color: #36454F;
  margin-bottom: 20px;
}

.statistics-section .stat-icon svg {
  width: 56px; 
  height: 56px;
  stroke-width: 1.5;
}

.statistics-section .stat-value {
  font-size: 3.2em; 
  font-weight: bold;
  color: #36454F;
  margin-bottom: 10px;
  line-height: 1;
}

.statistics-section .stat-description {
  font-size: 1.1em;
  color: #6C7A89;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .statistics-section .container {
    flex-direction: column; 
    align-items: center; 
  }

  .statistics-section .stat-item {
    max-width: 90%; 
  }

  .statistics-section .stat-value {
    font-size: 2.8em; 
  }

  .statistics-section .stat-icon svg {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .statistics-section {
    padding: 40px 15px;
  }

  .statistics-section .stat-value {
    font-size: 2.5em;
  }

  .statistics-section .stat-description {
    font-size: 1em;
  }
}




  .book-carousel-section {

font-family: 'Merriweather', serif;
    padding: 60px 20px;
    overflow: hidden;
  }

  .book-carousel-container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .book-carousel-title {
    text-align: center;
    font-size: clamp(28px, 5vw, 48px);
    color: #1a3a52;
    margin-bottom: 60px;
    font-weight: 700;
  }

  .book-carousel-wrapper {
    position: relative;
    overflow: hidden;
  }

  .book-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 20px 0;
  }

  .book-carousel-item {
    flex: 0 0 auto;
    width: clamp(150px, 25vw, 220px);
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
  }

  .book-carousel-item.active {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
  }

  .book-carousel-item:hover:not(.active) {
    opacity: 0.7;
    transform: scale(0.9);
  }

  .book-carousel-cover {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 12px;
    background: #e0e0e0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
    object-fit: cover;
  }

  .book-carousel-item.active .book-carousel-cover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  }

  .book-carousel-info {
    text-align: center;
    margin-top: 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .book-carousel-item.active .book-carousel-info {
    opacity: 1;
  }

  .book-carousel-title-sm {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
  }

  .book-carousel-author {
    font-size: 13px;
    color: #7f8c8d;
    font-weight: 500;
  }

  .book-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    color: #1a3a52;
    z-index: 100;
  }

  .book-carousel-nav:hover {
    background: #1a3a52;
    color: white;
    transform: translateY(-50%) scale(1.1);
  }

  .book-carousel-nav.prev { left: 10px; }
  .book-carousel-nav.next { right: 10px; }

  .book-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .book-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bdc3c7;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .book-carousel-dot.active {
    background: #1a3a52;
    width: 28px;
    border-radius: 5px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .book-carousel-title { margin-bottom: 40px; }
    .book-carousel-item { width: clamp(120px, 30vw, 180px); }
    .book-carousel-nav { width: 40px; height: 40px; font-size: 18px; }
    .book-carousel-nav.prev { left: 0; }
    .book-carousel-nav.next { right: 0; }
  }

  @media (max-width: 480px) {
    .book-carousel-section { padding: 40px 15px; }
    .book-carousel-title { font-size: 24px; margin-bottom: 30px; }
    .book-carousel-track { gap: 12px; }
    .book-carousel-item { width: clamp(100px, 35vw, 150px); }
    .book-carousel-nav { width: 36px; height: 36px; font-size: 16px; }
    .book-carousel-dot { width: 8px; height: 8px; }
    .book-carousel-dot.active { width: 24px; }
  }





  
        .faq-container {
            padding: 10px;
            max-width: 700px;
            margin: 0 auto;
        }

        .faq-header {
            font-family: 'Merriweather', serif;
            text-align: center;
            margin-bottom: 50px;
        }

        .faq-title {
            font-size: 42px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 12px;
        }

        .faq-subtitle {
            font-size: 18px;
            color: #6b7280;
            line-height: 1.6;
        }

        .faq-list {
            list-style: none;
        }

        .faq-item {
            border-bottom: 1px solid #e5e7eb;
            padding: 20px 0;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            background: none;
            border: none;
            width: 100%;
            text-align: left;
            font-size: 20px;
            font-weight: 500;
            color: #374151;
            transition: color 0.3s ease;
        }

        .faq-question:hover {
            color: #0891b2;
        }

        .faq-toggle {
            color: #0891b2;
            font-size: 24px;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
            margin-left: 16px;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, opacity 0.3s ease;
            opacity: 0;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            opacity: 1;
            margin-top: 16px;
        }

        .faq-answer-text {
            font-size: 18px;
            color: #6b7280;
            line-height: 1.6;
        }

        @media (max-width: 640px) {
            .faq-title {
                font-size: 24px;
            }

            .faq-question {
                font-size: 14px;
            }

            .faq-container {
                max-width: 100%;
            }
        }