:root {
  --ink:        #06060a;
  --ember:      #c0392b;
  --ember-deep: #7d1a10;
  --ember-glow: #e85030;
  --gold-pale:  #d4a843;
  --cream:      #e8dcc8;
  --fog:        #a09080;
  --mist:       #6a5a4a;
  --white:      #f0ece4;
}

.nav-logo {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.38em;
  color: var(--white);
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.nav-logo span { color: var(--ember); }

.nav-links {
  display: flex;
  gap: 44px;
  list-style: none;
}
.nav-links a {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: var(--white);
  text-decoration: none;
  opacity: 0.6;
  text-shadow: 0 2px 5px rgba(0,0,0,0.8);
  transition: color 0.3s, opacity 0.3s;
}
.nav-links a:hover {
  color: var(--ember-glow);
  opacity: 1;
}


.stats {
  position: absolute; bottom: 10px; left: 0; right: 180px; z-index: 10; display: flex; width: 100%;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 26px;
  font-weight: 900;
  color: var(--ember-glow);
  line-height: 1;
  text-shadow: 0 4px 15px rgba(0,0,0,0.9);
}

.stat-label {
  font-size: 8px;
  letter-spacing: 0.3em;
  color: var(--white);
  margin-top: 4px;
  opacity: 0.6;
  text-transform: uppercase;
}


/* Hero Section */
.hero {
  min-height: 100vh;
  height: 100vh;
  
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

/* Background Image Container */
.canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/theme-paytakhteketab/parts/landing/batman-kheilisabz/img/img111.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--ink);
}

/* مخفی کردن المان‌های اضافی */
#heroCanvas,
.hero-image {
  display: none;
}

/* اگر به canvas نیاز دارید، این را فعال کنید */
/*
#heroCanvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: none;
}
*/

/* Overlays */
.vignette-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 30%, rgba(6,6,10,0.85) 90%),
    linear-gradient(to right, rgba(6,6,10,0.9) 0%, transparent 20%, transparent 80%, rgba(6,6,10,0.9) 100%);
}
.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 50% 46%, rgba(192,57,43,0.12) 0%, transparent 70%);
}

/* Grid Columns */
.col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 185px 0 62px;
  position: relative;
  z-index: 10;
}
.col-center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
  z-index: 10;
  pointer-events: none;
}
.col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 62px 0 44px;
  position: relative;
  z-index: 10;
  margin-top: 90px;
}



.eyebrow {
  font-size: 11px;
  letter-spacing: 0.45em;
  color: var(--ember);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--ember);
  opacity: 0.8;
}

.headline {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 6px;
  text-shadow: 0 4px 15px rgba(0,0,0,0.9);
  font-size: 50px;
}
.headline em {
  font-style: normal;
  color: var(--ember-glow);
  display: block;
  font-size: 50px;
}

.subtitle {
  font-size: 9.5px;
  letter-spacing: 0.28em;
  color: var(--gold-pale);
  margin-bottom: 32px;
  opacity: 0.9;
  text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}

.body-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--white);
  margin-bottom: 18px;
  max-width: 330px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.9);
  opacity: 0.85;
}
.body-text strong {
  color: var(--ember-glow);
  font-weight: 800;
  font-size: 17px;
}

.divider {
  width: 44px;
  height: 1px;
  background: linear-gradient(to right, var(--ember), transparent);
  margin: 26px 0;
}
.divider-r {
  width: 44px;
  height: 1px;
  background: linear-gradient(to left, var(--ember), transparent);
  margin: 24px 0;
}

.quote {
  font-style: italic;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.72;
  color: var(--cream);
  opacity: 0.9;
  margin-bottom: 255px;
  padding-left: 18px;
  border-left: 2px solid var(--ember-deep);
  max-width: 310px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}


/* BUTTON */
.btn-enter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: var(--white);
  background: rgba(6,6,10,0.5);
  border: 1px solid rgba(192,57,43,0.6);
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  backdrop-filter: blur(4px);
  transition: border-color 0.35s, color 0.35s;
}
.btn-enter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(192,57,43,0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s;
}
.btn-enter:hover {
  border-color: var(--ember-glow);
  color: var(--ember-glow);
  box-shadow: 0 0 15px rgba(192,57,43,0.3);
}
.btn-enter:hover::before { opacity: 1; }
.btn-enter .arrow {
  font-size: 13px;
  transition: transform 0.3s;
}
.btn-enter:hover .arrow { transform: translateX(4px); }


  
.stat-num {
  font-size: 52px;
  font-weight: 900;
  color: var(--ember);
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 15px rgba(0,0,0,0.9);
}
.stat-lbl {
  font-size: 8px;
  letter-spacing: 0.42em;
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 36px;
  opacity: 0.7;
}
.sec-head {
  font-size: 8.5px;
  letter-spacing: 0.42em;
  color: var(--ember);
  margin-bottom: 13px;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}

.legend {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 16px;
}
.legend li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.62;
  opacity: 0.85;
  text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}
.legend li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 1px;
  background: var(--ember);
  opacity: 0.7;
  margin-top: 11px;
}

/* 
   ANIMATIONS
    */
@keyframes sp {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 0.9; }
}
@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 0.9; }
}

/* موبایل - بازنویسی کامل */
@media screen and (max-width: 768px) {
  .hero {
    min-height: 100vh;
    height: 100vh;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .canvas-container {
    background-size: cover;
    background-position: 50% 40%;
  }

  .col-left {
    padding: 0 20px;
    margin-top: auto;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    z-index: 10;
  }

  .col-center {
    display: none;
  }

  .col-right {
    display: none;
  }

  /* تنظیمات متن‌ها برای موبایل */
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.35em;
    margin-bottom: 15px;
    gap: 8px;
  }

  .eyebrow::before {
    width: 18px;
  }

  .headline {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
  }

  .subtitle {
    font-size: 8.5px;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
  }

  .body-text {
    font-size: 13px;
    line-height: 1.7;
    max-width: 100%;
    margin-bottom: 12px;
    opacity: 0.9;
  }

  .divider {
    width: 30px;
    margin: 16px 0;
  }

  .quote {
    display: none;
  }

  /* استاتس در موبایل */
  .stats {
    gap: 20px;
    margin-top: 15px;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 60px !important;
    z-index: 10;
    display: flex;
    width: 100%;
  }

  .stat-item {
    flex: 0 0 auto;
    
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-label {
    font-size: 7px;
    letter-spacing: 0.25em;
    margin-top: 2px;
  }

  /* دکمه در موبایل */
  .btn-enter {
    padding: 12px 22px;
    font-size: 8.5px;
    letter-spacing: 0.35em;
    gap: 10px;
    backdrop-filter: blur(6px);
    background: rgba(6,6,10,0.6);
    margin-top: 5px;
  }

  .btn-enter .arrow {
    font-size: 11px;
  }

  /* لوگو و ناوبری موبایل */
  .nav-logo {
    font-size: 9px;
    letter-spacing: 0.3em;
  }

  .nav-links {
    gap: 20px;
  }

  .nav-links a {
    font-size: 7.5px;
    letter-spacing: 0.25em;
    opacity: 0.7;
  }

  /* تنظیمات پس‌زمینه برای موبایل */
  .vignette-overlay {
    background:
      radial-gradient(circle at center 40%, transparent 20%, rgba(6,6,10,0.9) 90%),
      linear-gradient(to bottom, rgba(6,6,10,0.4) 0%, transparent 30%, transparent 70%, rgba(6,6,10,0.9) 100%);
  }

  .hero-glow {
    background: radial-gradient(ellipse 70% 40% at 50% 35%, rgba(192,57,43,0.15) 0%, transparent 70%);
  }

  /* حذف المان‌های اضافی */
  .legend,
  .sec-head,
  .stat-num,
  .stat-lbl {
    display: none;
  }

  .divider-r {
    display: none;
  }

  /* بهبود readability */
  .body-text,
  .subtitle,
  .eyebrow {
    text-shadow: 0 2px 8px rgba(0,0,0,0.95);
    font-size: 10px;
        font-weight: 800;
  }
  

  .headline {
    text-shadow: 0 2px 12px rgba(0,0,0,0.95);
  }
}

/* موبایل خیلی کوچک (≤ 480px) */
@media screen and (max-width: 480px) {
  .col-left {
    padding: 0 15px;
    margin-bottom: 5px;
  }

  .headline {
    font-size: 22px;
  }

  .body-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .eyebrow {
    font-size: 8px;
    margin-bottom: 12px;
  }

  .subtitle {
    font-size: 7.5px;
    margin-bottom: 45px;
  }

  .stat-number {
    font-size: 18px;
  }

  .stats {
    gap: 15px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .btn-enter {
    padding: 10px 18px;
    font-size: 7.5px;
    gap: 8px;
  }

  .canvas-container {
    background-size: cover;
    background-position: 50% 35%;
  }
}

/* تبلت (768px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .col-left {
    padding: 60px 30px 0 30px;
  }

  .headline {
    font-size: 32px;
  }

  .body-text {
    font-size: 14px;
    max-width: 280px;
  }

  .stats {
    gap: 25px;
  }

  .stat-number {
    font-size: 22px;
  }

  .quote {
    font-size: 15px;
    margin-bottom: 100px;
    max-width: 250px;
  }

  .canvas-container {
    background-size: contain;
    background-position: center;
  }

  .col-right {
    padding: 0 30px 0 20px;
  }
}

/* ============================================
   سکشن کتاب‌های بتمن - استایل کامل
   ============================================ */

/* ===== بخش اصلی سکشن ===== */
.books-section {
    padding: 80px 60px 100px;
    background: var(--ink);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* خط تزئینی پایین سکشن */
.books-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--ember), transparent);
    opacity: 0.3;
}

/* ===== هدر سکشن ===== */
.books-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.books-eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    color: var(--ember);
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.9);
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.books-eyebrow::before,
.books-eyebrow::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: var(--ember);
    opacity: 0.3;
}

.books-eyebrow::before {
    right: 100%;
}

.books-eyebrow::after {
    left: 100%;
}

.books-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--white);
    text-shadow: 0 4px 15px rgba(0,0,0,0.9);
    margin: 0;
    letter-spacing: 0.02em;
}

.books-title span {
    color: var(--ember-glow);
    position: relative;
}

.books-title span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--ember-glow), transparent);
    opacity: 0.5;
}

.books-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: var(--fog);
    margin-top: 8px;
    font-weight: 300;
}

/* ============================================
   دسکتاپ - گرید ۴ ستونه
   ============================================ */
.books-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== کارت کتاب دسکتاپ ===== */
.book-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(192,57,43,0.12);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

/* افکت هاله نور پشت کارت */
.book-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(192,57,43,0.1), transparent, rgba(192,57,43,0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px;
    z-index: -1;
}

.book-card:hover::before {
    opacity: 1;
}

.book-card:hover {
    transform: translateY(-8px);
    border-color: var(--ember);
    box-shadow: 
        0 20px 50px rgba(0,0,0,0.7),
        0 0 40px rgba(192,57,43,0.08),
        inset 0 1px 0 rgba(192,57,43,0.1);
}

.book-card a {
    text-decoration: none;
    display: block;
}

/* ===== تصویر کتاب دسکتاپ ===== */
.book-image {
    position: relative;
    width: 100%;
    padding-top: 118%;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    overflow: hidden;
}

/* برچسب "جدید" روی تصویر */
.book-image::after {
    content: 'جدید';
    position: absolute;
    top: 12px;
    left: 12px;
    background: #c0392b80;
    color: #f1ecec;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 2;
}

.book-card:hover .book-image::after {
    opacity: 1;
    transform: translateY(0);
}

.book-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 8px;
}

.book-card:hover .book-image img {
    transform: scale(1.06);
}

/* ===== اطلاعات کتاب دسکتاپ ===== */
.book-info {
    padding: 14px 16px 18px;
    position: relative;
}

/* خط جداکننده بین عکس و اطلاعات */
.book-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(192,57,43,0.15), transparent);
}

.book-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}

.book-name a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.book-name a:hover {
    color: var(--ember-glow);
}

/* ===== قیمت کتاب دسکتاپ ===== */
.book-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.book-price .discount {
    display: flex;
    align-items: center;
    gap: 8px;
}

.book-price .discount .line {
    font-size: 12px;
    color: var(--mist);
    text-decoration: line-through;
    font-weight: 300;
}

.book-price .discount .percentage {
    font-size: 10px;
    font-weight: 700;
    color: var(--ember);
    background: rgba(192,57,43,0.15);
    padding: 1px 8px;
    border-radius: 12px;
}

.book-price > span {
    font-size: 14px;
    font-weight: 700;
    color: var(--ember-glow);
}

.book-price > span span {
    font-size: 15px;
}

/* ============================================
   موبایل - کارت مستطیلی زیر هم
   ============================================ */
@media screen and (max-width: 768px) {
    .books-section {
        padding: 40px 16px 50px;
    }

    .books-section::after {
        width: 120px;
    }

    .books-header {
        margin-bottom: 25px;
    }

    .books-eyebrow {
        font-size: 9px;
        letter-spacing: 0.35em;
        padding: 0 12px;
    }

    .books-eyebrow::before,
    .books-eyebrow::after {
        width: 15px;
    }

    .books-title {
        font-size: 24px;
    }

    .books-subtitle {
        font-size: 10px;
    }

    /* ===== لیست موبایل ===== */
    .books-mobile-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* ===== کارت مستطیلی موبایل ===== */
    .book-mobile-card-horizontal {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(192,57,43,0.12);
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .book-mobile-card-horizontal:active {
        transform: scale(0.98);
        border-color: var(--ember);
    }

    .book-mobile-card-horizontal .book-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 12px 14px;
        gap: 14px;
    }

    /* ===== تصویر موبایل ===== */
    .book-mobile-image-horizontal {
        flex: 0 0 70px;
        width: 70px;
        height: 95px;
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .book-mobile-image-horizontal img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
        padding: 4px;
    }

    .book-mobile-card-horizontal:active .book-mobile-image-horizontal img {
        transform: scale(1.05);
    }

    /* ===== اطلاعات موبایل ===== */
    .book-mobile-info-horizontal {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .book-mobile-name-horizontal {
        font-size: 13px;
        font-weight: 700;
        color: var(--white);
        line-height: 1.4;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* ===== قیمت موبایل ===== */
    .book-mobile-price-horizontal {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .book-mobile-price-horizontal .discount {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .book-mobile-price-horizontal .discount .line {
        font-size: 11px;
        color: var(--mist);
        text-decoration: line-through;
        font-weight: 300;
    }

    .book-mobile-price-horizontal .discount .percentage {
        font-size: 9px;
        font-weight: 700;
        color: var(--ember);
        background: rgba(192,57,43,0.15);
        padding: 1px 6px;
        border-radius: 10px;
    }

    .book-mobile-price-horizontal > span {
        font-size: 14px;
        font-weight: 700;
        color: var(--ember-glow);
    }

    .book-mobile-price-horizontal > span span {
        font-size: 14px;
    }
}

/* ============================================
   موبایل خیلی کوچک (≤ 420px)
   ============================================ */
@media screen and (max-width: 420px) {
    .books-section {
        padding: 25px 10px 35px;
    }

    .books-title {
        font-size: 20px;
    }

    .book-mobile-card-horizontal .book-link {
        padding: 10px 12px;
        gap: 12px;
    }

    .book-mobile-image-horizontal {
        flex: 0 0 55px;
        width: 55px;
        height: 75px;
    }

    .book-mobile-name-horizontal {
        font-size: 12px;
    }

    .book-mobile-price-horizontal .discount .line {
        font-size: 10px;
    }

    .book-mobile-price-horizontal .discount .percentage {
        font-size: 8px;
        padding: 1px 5px;
    }

    .book-mobile-price-horizontal > span {
        font-size: 12px;
    }

    .book-mobile-price-horizontal > span span {
        font-size: 12px;
    }
}

/* ============================================
   تبلت (769px - 1024px)
   ============================================ */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .books-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 100%;
    }

    .books-section {
        padding: 60px 30px 70px;
    }

    .books-title {
        font-size: 32px;
    }

    .book-name {
        font-size: 14px;
    }

    .book-price > span {
        font-size: 15px;
    }
}

/* ============================================
   دسکتاپ بزرگ (≥ 1400px)
   ============================================ */
@media screen and (min-width: 1400px) {
    .books-grid {
        gap: 30px;
        max-width: 1200px;
    }

    .book-name {
        font-size: 15px;
    }

    .book-price > span {
        font-size: 16px;
    }

    .book-image {
        padding-top: 100%;
    }
}

/* ============================================
   دسکتاپ متوسط (1025px - 1399px) - تنظیمات اضافی
   ============================================ */
@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .books-grid {
        gap: 20px;
        max-width: 1100px;
    }

    .book-name {
        font-size: 12px;
    }

    .book-price > span {
        font-size: 13px;
    }

    .book-price .discount .line {
        font-size: 10px;
    }

    .book-info {
        padding: 12px 14px 16px;
    }

    .book-image {
        padding-top: 115%;
    }
}


/* ============================================
   سکشن سوالات متداول
   ============================================ */
.faq-section {
    padding: 80px 60px 100px;
    background: linear-gradient(180deg, var(--ink) 0%, rgba(6,6,10,0.95) 100%);
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(192,57,43,0.08);
    border-bottom: 1px solid rgba(192,57,43,0.08);
}

/* ===== هدر سکشن ===== */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    color: var(--ember);
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}

.faq-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--white);
    text-shadow: 0 4px 15px rgba(0,0,0,0.9);
    margin: 0;
}

.faq-title span {
    color: var(--ember-glow);
}

.faq-subtitle {
    font-size: 14px;
    color: var(--fog);
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* ===== گرید سوالات ===== */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== آیتم سوال ===== */
.faq-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(192,57,43,0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.faq-item:hover {
    border-color: rgba(192,57,43,0.25);
    background: rgba(255,255,255,0.04);
}

.faq-item.active {
    border-color: var(--ember);
    background: rgba(192,57,43,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* ===== سوال ===== */
.faq-question {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    user-select: none;
    position: relative;
}

.faq-icon {
    font-size: 22px;
    flex-shrink: 0;
    opacity: 0.7;
}

.faq-question h3 {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question h3 {
    color: var(--ember-glow);
}

.faq-toggle {
    font-size: 22px;
    font-weight: 300;
    color: var(--fog);
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--ember);
}

/* ===== پاسخ ===== */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 20px 20px;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--cream);
    opacity: 0.85;
    margin: 0;
}

/* ===== ریسپانسیو موبایل ===== */
@media screen and (max-width: 768px) {
    .faq-section {
        padding: 40px 16px 50px;
    }

    .faq-header {
        margin-bottom: 30px;
    }

    .faq-eyebrow {
        font-size: 9px;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-subtitle {
        font-size: 12px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .faq-question {
        padding: 14px 16px;
        gap: 12px;
    }

    .faq-icon {
        font-size: 18px;
    }

    .faq-question h3 {
        font-size: 13px;
    }

    .faq-toggle {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 16px;
    }
}

/* تبلت */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .faq-section {
        padding: 60px 30px 70px;
    }

    .faq-grid {
        gap: 16px;
        max-width: 100%;
    }

    .faq-title {
        font-size: 32px;
    }
}


/* ============================================
   سکشن نظرات دانش‌آموزان
   ============================================ */
.testimonials-section {
    padding: 80px 60px 100px;
    background: var(--ink);
    position: relative;
    z-index: 1;
}

/* افکت پس‌زمینه تزئینی */
.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(192,57,43,0.03), transparent 70%);
    pointer-events: none;
}

/* ===== هدر سکشن ===== */
.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.testimonials-eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    color: var(--ember);
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}

.testimonials-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--white);
    text-shadow: 0 4px 15px rgba(0,0,0,0.9);
    margin: 0;
}

.testimonials-title span {
    color: var(--ember-glow);
}

.testimonials-subtitle {
    font-size: 14px;
    color: var(--fog);
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* ===== گرید نظرات ===== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ===== کارت نظر ===== */
.testimonial-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(192,57,43,0.08);
    border-radius: 12px;
    padding: 24px 22px 22px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(192,57,43,0.3);
    background: rgba(255,255,255,0.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* ===== امتیاز ===== */
.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.testimonial-rating .star {
    font-size: 18px;
    color: var(--gold-pale);
    text-shadow: 0 0 10px rgba(212,168,67,0.2);
}

.testimonial-rating .star:last-child {
    color: rgba(212,168,67,0.2);
}

/* ===== متن نظر ===== */
.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--cream);
    opacity: 0.85;
    margin: 0 0 18px 0;
    flex: 1;
    font-style: italic;
}

.testimonial-text::before {
    content: '"';
    color: var(--ember);
    opacity: 0.3;
    font-size: 28px;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

/* ===== نویسنده نظر ===== */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(192,57,43,0.08);
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ember), var(--ember-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial-avatar span {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.testimonial-info {
    flex: 1;
    min-width: 0;
}

.testimonial-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    line-height: 1.3;
}

.testimonial-info span {
    font-size: 12px;
    color: var(--fog);
    display: block;
}

/* ===== فوتر سکشن ===== */
.testimonials-footer {
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.testimonials-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 35px;
}

.testimonials-stats .stat {
    text-align: center;
}

.testimonials-stats .stat-number {
    font-size: 32px;
    font-weight: 900;
    color: var(--ember-glow);
    display: block;
    line-height: 1;
    text-shadow: 0 2px 15px rgba(192,57,43,0.2);
}

.testimonials-stats .stat-label {
    font-size: 11px;
    color: var(--fog);
    margin-top: 6px;
    letter-spacing: 0.1em;
}

.testimonials-btn {
    display: inline-block;
    padding: 12px 35px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--white);
    background: rgba(192,57,43,0.15);
    border: 1px solid rgba(192,57,43,0.3);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.testimonials-btn:hover {
    background: var(--ember);
    border-color: var(--ember);
    box-shadow: 0 10px 30px rgba(192,57,43,0.3);
    transform: translateY(-2px);
}

/* ===== ریسپانسیو ===== */
@media screen and (max-width: 992px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .testimonials-section {
        padding: 40px 16px 50px;
    }

    .testimonials-header {
        margin-bottom: 30px;
    }

    .testimonials-eyebrow {
        font-size: 9px;
    }

    .testimonials-title {
        font-size: 24px;
    }

    .testimonials-subtitle {
        font-size: 12px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .testimonial-card {
        padding: 18px 16px 18px;
    }

    .testimonial-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .testimonial-rating .star {
        font-size: 16px;
    }

    .testimonial-info h4 {
        font-size: 13px;
    }

    .testimonials-stats {
        gap: 30px;
        flex-wrap: wrap;
    }

    .testimonials-stats .stat-number {
        font-size: 26px;
    }

    .testimonials-stats .stat-label {
        font-size: 10px;
    }

    .testimonials-btn {
        padding: 10px 25px;
        font-size: 10px;
    }
}

@media screen and (max-width: 420px) {
    .testimonials-section {
        padding: 30px 10px 40px;
    }

    .testimonial-card {
        padding: 14px 12px 16px;
    }

    .testimonial-text {
        font-size: 12px;
    }

    .testimonial-avatar {
        width: 36px;
        height: 36px;
    }

    .testimonial-avatar span {
        font-size: 15px;
    }

    .testimonials-stats .stat-number {
        font-size: 22px;
    }
}

/* تبلت */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .testimonials-section {
        padding: 60px 30px 70px;
    }

    .testimonials-title {
        font-size: 32px;
    }

    .testimonials-grid {
        gap: 18px;
    }
}