/* =========================================================
   DANABAN HOMEPAGE - CLEAN VERSION
   صفحه اصلی مستقل؛ بدون کدهای قدیمی لندینگ و محصولات مرتبط
   ========================================================= */
body{margin:0;background:#fff;color:#263946;}

/* فقط همین صفحه اصلی: هدر و فوتر اصلی قالب مخفی شوند */


html{scroll-behavior:smooth;}

#danaban-home,
#danaban-home *,
.db-home-header *,
.db-footer *,
.db-modal *{box-sizing:border-box;}

/* رنگ لمس/فوکوس ملایم به جای سبز پررنگ مرورگر/قالب */
#danaban-home a,#danaban-home button,
.db-home-header a,.db-home-header button,
.db-modal button{
  -webkit-tap-highlight-color:rgba(69,95,117,.12);
}

#danaban-home button:focus-visible,
#danaban-home a:focus-visible,
.db-modal button:focus-visible{
  outline:2px solid #b9ccda;
  outline-offset:2px;
}

#danaban-home{
  direction:rtl;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:18px 24px 70px;
  font-family:inherit;
}

/* ===== هدر اختصاصی ===== */
.db-home-header{
  position:sticky;
  top:0;
  z-index:9995;
  width:100%;
  max-width:1180px;
  min-height:68px;
  margin:0 auto 10px;
  padding:9px 18px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(12px);
  border:1px solid #edf1f3;
  border-top:0;
  border-radius:0 0 18px 18px;
  box-shadow:0 5px 18px rgba(25,40,55,.07);
  font-family:inherit;
}
.db-approval-badge{
  justify-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 14px;
  border:1px solid #d9ece0;
  border-radius:999px;
  background:#f4fbf6;
  color:#28734d;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.db-approval-dot{
  width:21px;height:21px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#1eae66;color:#fff;font-size:12px;font-weight:900;
}
/* ===== کارت اصلی هر نما ===== */
.db-package{
  width:100%;overflow:hidden;border-radius:22px;border:1px solid transparent;
  box-shadow:0 8px 28px rgba(22,40,60,.07);
}
.db-green{background:#f4fff6;border-color:#d1edd9;}
.db-pink{background:#fff4f7;border-color:#f1d4df;}
.db-blue{background:#f4f8ff;border-color:#d9e5f4;}

.db-package-head{
  direction:ltr;width:100%;min-height:220px;display:flex;align-items:center;gap:32px;
  padding:28px 36px;border:0;background:transparent;text-align:right;font-family:inherit;
}
.db-package-image{
  width:38%;flex:0 0 38%;display:flex;align-items:center;justify-content:center;
}
.db-package-image img{display:block;width:100%;max-width:340px;max-height:250px;object-fit:contain;}
.db-package-copy{direction:rtl;flex:1;min-width:0;}
.db-package-kicker{
  display:inline-block;margin-bottom:7px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.75);
  color:#637168;font-size:12px;font-weight:800;
}
.db-package-copy h2{margin:0 0 10px;padding:0;font-size:32px;font-weight:900;line-height:1.45;}
.db-green .db-package-copy h2{color:#20754b;}
.db-pink .db-package-copy h2{color:#d04f7c;}
.db-blue .db-package-copy h2{color:#4274ad;}
.db-package-copy p{margin:0;color:#69736e;font-size:17px;line-height:1.9;}

/* ===== باکس قیمت داخل معرفی بسته ===== */
.db-price-box{
  width:min(100%,360px);
  margin-top:14px;
  padding:10px 12px;
  border:1px solid rgba(44,91,72,.13);
  border-radius:13px;
  background:rgba(255,255,255,.84);
  box-shadow:0 4px 14px rgba(28,52,43,.055);
}
.db-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:13px;
  line-height:1.7;
}
.db-price-row + .db-price-row{
  margin-top:5px;
  padding-top:6px;
  border-top:1px dashed #dce6e0;
}
.db-price-row span{
  color:#758178;
  font-weight:750;
}
.db-price-row-old del{
  color:#9a5d5d;
  font-size:13px;
  font-weight:750;
  text-decoration-thickness:1.5px;
}
.db-price-row-special strong{
  color:#d73f3f;
  font-size:17px;
  font-weight:950;
  white-space:nowrap;
}


.db-package-details{padding:0 18px 20px;}
.db-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.db-detail-grid-single{grid-template-columns:minmax(0,1fr);}

.db-product-card{
  padding:16px;border-radius:16px;background:#fff;text-align:center;
  box-shadow:0 4px 15px rgba(0,0,0,.055);border:1px solid rgba(230,235,238,.8);
}
.db-product-card-featured{max-width:720px;width:100%;margin:0 auto;}
.db-product-image{height:150px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.db-product-image img{display:block;width:100%;height:100%;object-fit:contain;}
.db-product-card h3{margin:0 0 6px;color:#30353a;font-size:18px;font-weight:900;}
.db-product-card p{min-height:48px;margin:0 0 12px;color:#717981;font-size:13px;line-height:1.85;}
.db-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.db-info-btn,.db-buy-btn{
  min-height:42px;padding:9px 12px;border-radius:10px;font-family:inherit;font-size:12px;font-weight:850;
  display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;cursor:pointer;
}
.db-info-btn{border:1px solid #d9e2ea;background:#f6f8fa;color:#435766;}
.db-info-btn:hover,.db-info-btn:focus-visible,.db-info-btn:active{
  background:#eaf1f6;border-color:#c8d8e5;color:#35556f;outline:none;
}
.db-buy-btn{border:1px solid #d94242;background:#e94b4b;color:#fff !important;box-shadow:0 4px 12px rgba(233,75,75,.18);}
.db-buy-btn:hover{background:#d83f3f;transform:translateY(-1px);}












/* ===== فوتر ===== */
.db-footer{
  direction:rtl;width:100%;max-width:1180px;margin:16px auto 34px;padding:24px 28px;
  border-radius:18px;background:#f7faf8;border:1px solid #e4ece7;text-align:center;
  box-shadow:0 5px 16px rgba(25,40,55,.05);font-family:inherit;
}
.db-footer-logo{display:flex;justify-content:center;margin-bottom:8px;}
.db-footer-logo img{display:block;width:90px;height:auto;}
.db-footer-text{margin:0 0 12px;color:#66726c;font-size:12px;line-height:1.8;}
.db-footer-social{display:flex;justify-content:center;gap:12px;margin-bottom:12px;}
.db-footer-social a{color:#22794f;text-decoration:none;font-size:11px;font-weight:700;}
.db-footer-copy{padding-top:9px;border-top:1px solid #e2e9e5;color:#909991;font-size:10px;}

/* ===== پاپ آپ اطلاعات بیشتر ===== */
.db-modal[hidden]{display:none !important;}
.db-modal{
  position:fixed;inset:0;z-index:9999999;width:100%;height:100%;padding:14px;
  display:flex;justify-content:center;align-items:center;direction:rtl;font-family:inherit;
}
.db-modal-overlay{position:absolute;inset:0;background:rgba(13,24,39,.72);backdrop-filter:blur(4px);}
.db-modal-panel{
  position:relative;z-index:2;width:100%;max-width:560px;max-height:89vh;overflow-y:auto;
  padding:22px 18px 20px;border-radius:22px;background:#fff;box-shadow:0 22px 65px rgba(0,0,0,.30);
}
.db-modal-close{
  position:absolute;z-index:10;top:10px;left:10px;width:36px;height:36px;padding:0;border:0;
  border-radius:50%;background:#f0f3f5;color:#3f464b;cursor:pointer;font-size:23px;
}
.db-modal-panel > h2{margin:4px 0 16px;padding-left:40px;color:#173d74;font-size:21px;font-weight:900;}
.db-video-section{margin-bottom:14px;}
.db-video-section video{display:block;width:100%;border-radius:13px;background:#111;}
.db-samples-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:14px 0 8px;}
.db-samples-head h3{margin:0 !important;color:#28507e;font-size:14px;}
.db-sample-controls{display:flex;gap:5px;}
.db-sample-controls button{width:30px;height:30px;padding:0;border:0;border-radius:50%;background:#f0f4f7;color:#355b83;cursor:pointer;font-size:18px;}
.db-sample-slider{overflow:hidden;width:100%;}
.db-modal-samples{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:3px;}
.db-modal-samples::-webkit-scrollbar{display:none;}
.db-modal-samples img{flex:0 0 31%;width:31%;aspect-ratio:3/4;display:block;border-radius:10px;object-fit:cover;background:#f5f7f8;box-shadow:0 3px 10px rgba(0,0,0,.06);}
.db-modal-description{padding:13px;border-radius:13px;background:#f7f9fb;color:#59636b;font-size:13px;line-height:1.95;}
.db-modal-description h3{margin:0 0 7px;color:#28507e;font-size:14px;}
.db-modal-description p{margin:0;}

/* ===== تبلت ===== */
@media (min-width:768px) and (max-width:1024px){
  #danaban-home{max-width:850px;padding:16px 20px 145px;}
  .db-home-header,.db-footer{max-width:850px;}
  
  .db-package-head{min-height:180px;gap:24px;padding:22px 26px;}
  .db-package-image img{max-width:250px;max-height:190px;}
  .db-package-copy h2{font-size:25px;}
  .db-package-copy p{font-size:14px;}
}

/* ===== موبایل: خوانا و بزرگ تر ===== */
@media(max-width:767px){

  .db-download-btn{
    min-height:34px;
    padding:6px 4px;
    font-size:9.5px;
    border-radius:8px;
  }

}
@media (max-width:767px){
  #danaban-home{max-width:430px;padding:8px 8px 82px;}

  .db-home-header{
    max-width:430px;min-height:68px;padding:8px 9px;gap:7px;
    grid-template-columns:auto 1fr auto;
  }
  .db-approval-badge{padding:6px 8px;gap:5px;font-size:10.5px;line-height:1.45;white-space:normal;text-align:center;}
  .db-approval-dot{width:19px;height:19px;flex:0 0 19px;font-size:11px;}

  .db-package{border-radius:18px;}
  .db-package-head{min-height:150px;gap:12px;padding:15px 12px;}
  .db-package-image{width:38%;flex-basis:38%;}
  .db-package-image img{max-width:145px;max-height:130px;}
  .db-package-kicker{font-size:9.5px;padding:4px 7px;margin-bottom:5px;}
  .db-package-copy h2{margin-bottom:6px;font-size:18px;line-height:1.55;}
  .db-package-copy p{font-size:12px;line-height:1.8;}

  .db-package-details{padding:0 9px 12px;}
   .db-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .db-detail-grid-single{grid-template-columns:minmax(0,1fr);}
  .db-product-card{padding:9px;border-radius:13px;}
  .db-product-image{height:95px;margin-bottom:6px;}
  .db-product-card h3{font-size:13px;margin-bottom:4px;}
  .db-product-card p{min-height:38px;margin-bottom:8px;font-size:10px;line-height:1.6;}
  .db-product-actions{grid-template-columns:1fr 1fr;gap:5px;}
  .db-info-btn,.db-buy-btn{min-height:34px;padding:6px 4px;font-size:9.5px;border-radius:8px;}

  
  
  
  
  
  
  
  

  .db-footer{max-width:430px;margin:14px auto 88px;padding:18px 14px;}
  .db-footer-text{font-size:10.5px;}
  .db-footer-social a{font-size:10px;}
  .db-footer-copy{font-size:9px;}

  .db-modal-panel{max-width:430px;padding:20px 14px 16px;}
  .db-modal-panel > h2{font-size:18px;}
  .db-modal-description{font-size:12px;}
}

@media (max-width:360px){
  .db-detail-grid{gap:6px;}
  .db-product-card{padding:7px;}
  .db-product-image{height:82px;}
  .db-product-card h3{font-size:12px;}
  .db-product-card p{font-size:9px;}
  .db-info-btn,.db-buy-btn{min-height:31px;font-size:8.5px;padding:5px 3px;}
  .db-approval-badge{font-size:9.5px;padding:5px 6px;}
  .db-package-copy h2{font-size:16px;}
  .db-package-copy p{font-size:11px;}
  
}

.db-empty-state{
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:140px;
  margin-top:8px;
  padding:14px;

  border:1px dashed #d8e1ea;
  border-radius:14px;

  background:#f8fafc;
  color:#70808f;

  text-align:center;
  font-size:12px;
  line-height:1.9;
}

.db-video-section video[hidden],
#db-samples-empty[hidden],
#db-video-empty[hidden]{
  display:none !important;
}

.db-sample-slider[hidden]{
  display:none !important;
}

.db-sample-controls[hidden]{
  display:none !important;
}

@media(max-width:767px){

  .db-empty-state{
    min-height:120px;
    font-size:11px;
    padding:12px;
  }

}
.db-download-btn{
  min-height:42px;
  padding:9px 12px;

  border:1px solid #2d78b8;
  border-radius:10px;

  background:#3f8fd0;
  color:#fff !important;

  font-family:inherit;
  font-size:12px;
  font-weight:850;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;
  text-decoration:none;

  cursor:pointer;

  box-shadow:0 4px 12px rgba(63,143,208,.18);

  transition:
    background .2s ease,
    transform .2s ease;
}

.db-download-btn:hover{
  background:#347fbd;
  transform:translateY(-1px);
}

/* =========================================================
   اصلاح نهایی هدر، تاییدیه و خوانایی موبایل
   ========================================================= */

/* هدر مینیمال: فقط عنوان صفحه */
.db-home-header{
  position:relative;
  top:auto;
  z-index:20;
  width:calc(100% - 32px);
  max-width:1180px;
  min-height:auto;
  margin:14px auto 12px;
  padding:18px 24px;
  display:block;
  text-align:center;
  background:linear-gradient(135deg,#f7fbff 0%,#f7fff9 100%);
  border:1px solid #e4edf2;
  border-radius:20px;
  box-shadow:0 7px 24px rgba(31,57,79,.07);
  font-family:inherit;
}

.db-home-title{
  margin:0;
  padding:0;
  color:#244d69;
  font-size:30px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:-.3px;
}

/* تاییدیه فقط داخل نمای پیش ۲ و پیش ۱ قرار گرفته است */
.db-approval-panel{
  width:max-content;
  max-width:calc(100% - 16px);
  margin:0 auto 12px;
  padding:9px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  direction:rtl;
  border:1px solid #d6eadc;
  border-radius:14px;
  background:#f4fbf6;
  color:#28734d;
  box-shadow:0 3px 12px rgba(39,115,77,.06);
  font-family:inherit;
  font-size:13px;
  line-height:1.7;
  font-weight:850;
  text-align:center;
}

.db-approval-panel .db-approval-dot{
  width:23px;
  height:23px;
  flex:0 0 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#2d9d63;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

/* خوانایی بهتر در موبایل */
@media (max-width:767px){

  .db-home-header{
    width:calc(100% - 16px);
    max-width:430px;
    margin:8px auto 10px;
    padding:14px 12px;
    border-radius:16px;
  }

  .db-home-title{
    font-size:22px;
    line-height:1.6;
    letter-spacing:0;
  }

  #danaban-home{
    max-width:430px;
    padding:8px 8px 88px;
  }

  .db-approval-panel{
    max-width:calc(100% - 8px);
    margin-bottom:10px;
    padding:8px 11px;
    gap:6px;
    border-radius:12px;
    font-size:12.5px;
    line-height:1.65;
  }

  .db-approval-panel .db-approval-dot{
    width:21px;
    height:21px;
    flex-basis:21px;
    font-size:12px;
  }

  .db-package-kicker{
    font-size:11px;
    line-height:1.5;
  }

  .db-package-copy h2{
    font-size:21px;
    line-height:1.5;
  }

  .db-package-copy p{
    font-size:13.5px;
    line-height:1.75;
  }

  .db-product-card h3{
    font-size:14.5px;
    line-height:1.5;
  }

  .db-product-card p{
    min-height:42px;
    font-size:11px;
    line-height:1.65;
  }

  .db-info-btn,
  .db-buy-btn,
  .db-download-btn{
    min-height:38px;
    padding:7px 5px;
    border-radius:9px;
    font-size:10.5px;
    line-height:1.35;
  }

  

  

  

  .db-footer-text{
    font-size:11.5px;
  }

  .db-footer-social a{
    font-size:11px;
  }

  .db-footer-copy{
    font-size:10px;
  }

  .db-modal-panel > h2{
    font-size:19px;
    line-height:1.55;
  }

  .db-samples-head h3,
  .db-modal-description h3{
    font-size:15px;
  }

  .db-modal-description{
    font-size:13px;
    line-height:2;
  }

  .db-empty-state{
    font-size:12px;
    line-height:1.9;
  }
}

@media (max-width:360px){
  .db-home-title{
    font-size:20px;
  }

  .db-approval-panel{
    font-size:11.5px;
  }

  .db-package-copy h2{
    font-size:19px;
  }

  .db-package-copy p{
    font-size:12.5px;
  }

  .db-product-card h3{
    font-size:13.5px;
  }

  .db-product-card p{
    font-size:10.3px;
  }

  .db-info-btn,
  .db-buy-btn,
  .db-download-btn{
    font-size:9.7px;
  }
}


/* =========================================================
   پاپ‌آپ حرفه‌ای: کوچک‌تر، انیمیشن، چند ویدیو، توضیحات بازشونده
   ========================================================= */

.db-modal{
  padding:22px;
  opacity:0;
  pointer-events:none;
  transition:opacity .24s ease;
}

.db-modal.is-visible{
  opacity:1;
  pointer-events:auto;
}

.db-modal-overlay{
  opacity:0;
  background:rgba(15,27,39,.62);
  backdrop-filter:blur(3px);
  transition:opacity .24s ease;
}

.db-modal.is-visible .db-modal-overlay{
  opacity:1;
}

.db-modal-panel{
  width:min(92vw,500px);
  max-width:500px;
  max-height:82vh;
  padding:20px 18px 18px;
  border-radius:20px;
  overflow-y:auto;
  overscroll-behavior:contain;

  opacity:0;
  transform:scale(.86) translateY(12px);
  transition:
    transform .34s cubic-bezier(.2,.82,.27,1),
    opacity .24s ease;

  will-change:transform,opacity;
  scrollbar-width:thin;
}

.db-modal.is-visible .db-modal-panel{
  opacity:1;
  transform:scale(1) translateY(0);
}

/* دکمه بستن قرمز */
.db-modal-close{
  top:10px;
  left:10px;
  width:34px;
  height:34px;
  border:1px solid #e64545;
  border-radius:50%;
  background:#ef4e4e;
  color:#fff;
  font-size:22px;
  font-weight:800;
  box-shadow:0 4px 12px rgba(239,78,78,.22);
  transition:transform .18s ease,background .18s ease;
}

.db-modal-close:hover{
  background:#d93f3f;
  transform:scale(1.05);
}

.db-modal-panel > h2{
  margin:3px 0 16px;
  padding-left:42px;
  font-size:20px;
  line-height:1.55;
}

/* سکشن‌های پاپ‌آپ */
.db-modal-section{
  margin-top:15px;
}

.db-modal-section:first-of-type{
  margin-top:0;
}

.db-modal-section-head,
.db-samples-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 9px;
}

.db-modal-section-head h3,
.db-samples-head h3,
.db-modal-description h3{
  margin:0;
  color:#28507e;
  font-size:15px;
  line-height:1.6;
  font-weight:900;
}

/* نمونه صفحات داخل باکس مستقل */
.db-samples-section{
  padding:13px;
  border:1px solid #e1e9ef;
  border-radius:15px;
  background:#f8fbfd;
  box-shadow:0 4px 14px rgba(43,68,86,.055);
}
.db-samples-section .db-samples-head{
  margin-bottom:10px;
}

/* چند ویدیو با عنوان */
.db-modal-videos{
  display:grid;
  gap:12px;
}

.db-video-card{
  overflow:hidden;
  border:1px solid #e4eaef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 4px 14px rgba(31,48,62,.06);
}

.db-video-title{
  padding:9px 11px;
  background:#f6f9fb;
  color:#3b5265;
  font-size:12.5px;
  line-height:1.6;
  font-weight:850;
  text-align:right;
}

.db-video-card video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  max-height:270px;
  margin:0;
  border:0;
  border-radius:0;
  background:#0f1114;
  object-fit:contain;
}

/* کنترل‌های نمونه صفحات، جدا از ویدیو و پایدار هنگام پخش */
.db-sample-stage{
  position:relative;
  width:100%;
  padding:0 34px;
}

.db-sample-slider{
  width:100%;
  overflow:hidden;
}

.db-modal-samples{
  display:flex;
  direction:ltr;
  gap:9px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:2px 0 4px;
}

.db-modal-samples::-webkit-scrollbar{
  display:none;
}

.db-modal-samples img{
  flex:0 0 31%;
  width:31%;
  aspect-ratio:3/4;
  display:block;
  border-radius:11px;
  object-fit:cover;
  background:#f5f7f8;
  box-shadow:0 3px 10px rgba(0,0,0,.07);
  cursor:zoom-in;
  transition:transform .18s ease, box-shadow .18s ease;
}

.db-modal-samples img:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(55,74,92,.14);
}

.db-sample-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;

  width:29px;
  height:42px;
  padding:0;
  border:1px solid #d9e4ec;
  border-radius:10px;
  background:#fff;
  color:#365d79;
  box-shadow:0 3px 10px rgba(38,59,74,.10);

  display:flex;
  align-items:center;
  justify-content:center;

  font-family:inherit;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

.db-sample-prev{left:0;}
.db-sample-next{right:0;}

.db-sample-nav:hover{
  background:#edf4f8;
}

.db-sample-nav[hidden]{
  display:none !important;
}

/* متن درباره محصول: دو خط + مشاهده بیشتر */
.db-modal-description{
  margin-top:16px;
  padding:14px;
  border:1px solid #e7ecef;
  border-radius:14px;
  background:#f8fafb;
  color:#4f5e69;
  font-size:14px;
  line-height:2;
}

.db-description-text{
  margin:7px 0 0 !important;
  color:#4f5e69;
  font-size:14px;
  line-height:2;
  white-space:pre-line;
}

.db-description-text.is-collapsed{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.db-description-toggle{
  margin:8px 0 0;
  padding:6px 10px;
  border:1px solid #cddce6;
  border-radius:9px;
  background:#fff;
  color:#355b73;
  font-family:inherit;
  font-size:11.5px;
  font-weight:850;
  cursor:pointer;
}

.db-description-toggle:hover{
  background:#eef4f8;
}

.db-description-toggle[hidden]{
  display:none !important;
}

/* حالت خالی */
.db-empty-state{
  min-height:92px;
  margin-top:4px;
}

.db-empty-state[hidden]{
  display:none !important;
}

/* اگر اسلایدر نمونه‌ای ندارد */
.db-sample-stage[hidden]{
  display:none !important;
}

/* موبایل */
@media(max-width:767px){
  .db-modal{
    padding:14px;
    align-items:center;
  }

  .db-modal-panel{
    width:calc(100vw - 28px);
    max-width:410px;
    max-height:80vh;
    padding:18px 13px 15px;
    border-radius:18px;
  }

  .db-modal-panel > h2{
    font-size:18.5px;
    margin-bottom:14px;
  }

  .db-modal-close{
    width:32px;
    height:32px;
    font-size:20px;
  }

  .db-price-box{
    width:100%;
    margin-top:10px;
    padding:8px 9px;
    border-radius:11px;
  }

  .db-price-row{
    font-size:11.5px;
    gap:8px;
  }

  .db-price-row-old del{
    font-size:11.5px;
  }

  .db-price-row-special strong{
    font-size:14px;
  }

  .db-samples-section{
    padding:11px;
    border-radius:13px;
  }

  .db-modal-section-head h3,
  .db-samples-head h3,
  .db-modal-description h3{
    font-size:15px;
  }

  .db-video-title{
    padding:8px 10px;
    font-size:12px;
  }

  .db-video-card video{
    max-height:220px;
  }

  .db-sample-stage{
    padding:0 30px;
  }

  .db-sample-nav{
    width:26px;
    height:38px;
    font-size:20px;
    border-radius:9px;
  }

  .db-modal-samples img{
    flex-basis:46%;
    width:46%;
  }

  .db-modal-description{
    padding:13px;
    font-size:14px;
    line-height:2;
  }

  .db-description-text{
    font-size:14px;
    line-height:2;
  }

  .db-description-toggle{
    font-size:12px;
    padding:7px 11px;
  }
}

@media(max-width:360px){
  .db-modal{
    padding:10px;
  }

  .db-modal-panel{
    width:calc(100vw - 20px);
    max-height:79vh;
  }

  .db-description-text,
  .db-modal-description{
    font-size:13.5px;
  }
}




/* ===== بزرگنمایی نمونه صفحات ===== */
.db-image-lightbox[hidden]{display:none !important;}
.db-image-lightbox{
  position:fixed;
  inset:0;
  z-index:10000020;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  direction:rtl;
}
.db-image-lightbox-overlay{
  position:absolute;
  inset:0;
  background:rgba(18,28,40,.78);
  backdrop-filter:blur(5px);
}
.db-image-lightbox-dialog{
  position:relative;
  z-index:2;
  width:min(92vw,760px);
  max-height:92vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 26px 80px rgba(0,0,0,.34);
  animation:dbLightboxIn .22s ease both;
}
.db-image-lightbox-dialog img{
  display:block;
  max-width:100%;
  max-height:84vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
}
.db-image-lightbox-close{
  position:absolute;
  top:-12px;
  left:-12px;
  z-index:3;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid #e34949;
  border-radius:50%;
  background:#ef5151;
  color:#fff;
  font-family:inherit;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 5px 15px rgba(239,81,81,.24);
}
.db-image-lightbox-close:hover,
.db-image-lightbox-close:focus-visible{
  background:#d94343 !important;
  color:#fff !important;
}
@keyframes dbLightboxIn{
  from{opacity:0;transform:scale(.94);}
  to{opacity:1;transform:scale(1);}
}

/* ===== رنگ هاور/فوکوس ملایم؛ جلوگیری از سبز شدن عناصر تعاملی ===== */
#danaban-home a:not(.db-buy-btn):not(.db-download-btn):hover, #danaban-home a:not(.db-buy-btn):not(.db-download-btn):focus-visible, #danaban-home button:not(.db-modal-close):not(.db-image-lightbox-close):hover, #danaban-home button:not(.db-modal-close):not(.db-image-lightbox-close):focus-visible, .db-modal button:not(.db-modal-close):not(.db-image-lightbox-close):hover, .db-modal button:not(.db-modal-close):not(.db-image-lightbox-close):focus-visible{
  color:#4d6478 !important;
  border-color:#d7e0e8 !important;
  outline-color:#c5d1dc !important;
}

.db-info-btn:hover, .db-info-btn:focus-visible, .db-sample-nav:hover, .db-sample-nav:focus-visible, .db-description-toggle:hover, .db-description-toggle:focus-visible{
  background:#eef3f7 !important;
  color:#4d6478 !important;
  border-color:#d7e0e8 !important;
}

@media(max-width:767px){
  .db-image-lightbox{padding:12px;}
  .db-image-lightbox-dialog{width:calc(100vw - 24px);padding:10px;border-radius:15px;}
  .db-image-lightbox-dialog img{max-height:82vh;border-radius:10px;}
  .db-image-lightbox-close{top:-9px;left:-7px;width:36px;height:36px;font-size:22px;}
}


/* =========================================================
   اصلاحات نسخه جدید: ضربدر ثابت، تاییدیه کشیده، RTL نمونه‌ها، سوایپ لایت‌باکس
   ========================================================= */

/* ضربدر پاپ‌آپ هنگام اسکرول داخل پاپ‌آپ ثابت می‌ماند */
.db-modal-close{
  position:sticky !important;
  top:0 !important;
  left:auto !important;
  float:left;
  margin:0 0 -34px 0;
  z-index:50 !important;
}

/* تاییدیه کشیده‌تر و خواناتر */
.db-approval-panel{
  width:min(100%,760px) !important;
  max-width:calc(100% - 24px) !important;
  padding:11px 22px !important;
  border-radius:16px !important;
}

/* نمونه صفحات از راست شروع می‌شوند و به چپ ادامه دارند */
.db-modal-samples{
  direction:rtl !important;
  justify-content:flex-start;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
}

/* لایت‌باکس با کنترل قبلی/بعدی */
.db-image-lightbox-dialog{
  touch-action:pan-y;
  overflow:visible;
}

.db-lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:52px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.65);
  border-radius:13px;
  background:rgba(35,56,75,.78);
  color:#fff !important;
  font-family:inherit;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 6px 20px rgba(0,0,0,.18);
  backdrop-filter:blur(5px);
}

.db-lightbox-prev{right:-54px;}
.db-lightbox-next{left:-54px;}
.db-lightbox-nav[hidden]{display:none !important;}

.db-lightbox-counter{
  position:absolute;
  right:50%;
  bottom:-12px;
  transform:translateX(50%);
  z-index:5;
  min-width:58px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(35,56,75,.88);
  color:#fff;
  text-align:center;
  font-size:11px;
  font-weight:800;
  direction:ltr;
}

@media(max-width:767px){
  .db-approval-panel{
    width:100% !important;
    max-width:none !important;
    padding:10px 14px !important;
  }

  .db-modal-close{
    top:0 !important;
  }

  .db-lightbox-prev{right:6px;}
  .db-lightbox-next{left:6px;}

  .db-lightbox-nav{
    width:36px;
    height:46px;
    font-size:26px;
    background:rgba(35,56,75,.72);
  }

  .db-image-lightbox-dialog img{
    user-select:none;
    -webkit-user-drag:none;
  }
}

/* ===== سئوی محتوایی و ساختار هدینگ ===== */
.db-seo-intro,
.db-seo-content,
.db-faq{
  direction:rtl;
  width:calc(100% - 32px);
  max-width:1180px;
  margin:0 auto 14px;
  font-family:inherit;
}
.db-seo-intro{
  padding:0 22px 4px;
}
.db-seo-intro p,
.db-seo-content p{
  margin:0;
  color:#667681;
  font-size:14px;
  line-height:2;
}
.db-seo-content{
  margin-top:18px;
  padding:20px 22px;
  border:1px solid #e6edf2;
  border-radius:18px;
  background:#fbfdfe;
  box-shadow:0 4px 16px rgba(31,57,79,.045);
}
.db-seo-content h2,
.db-faq > h2{
  margin:0 0 10px;
  color:#244d69;
  font-size:21px;
  line-height:1.6;
  font-weight:900;
}
.db-faq{
  margin-top:14px;
  margin-bottom:16px;
  padding:20px 22px;
  border:1px solid #e6edf2;
  border-radius:18px;
  background:#fff;
}
.db-faq details{
  border-top:1px solid #edf1f4;
}
.db-faq details:first-of-type{
  border-top:0;
}
.db-faq summary{
  padding:13px 0;
  color:#354e61;
  font-size:14px;
  line-height:1.8;
  font-weight:850;
  cursor:pointer;
}
.db-faq details p{
  margin:0 0 14px;
  color:#687782;
  font-size:13px;
  line-height:2;
}
.db-package-copy h2{
  margin:0 0 10px;
  padding:0;
  font-size:32px;
  font-weight:900;
  line-height:1.45;
}
.db-green .db-package-copy h2{color:#20754b;}
.db-pink .db-package-copy h2{color:#d04f7c;}
.db-blue .db-package-copy h2{color:#4274ad;}
.db-product-card h3{
  margin:0 0 6px;
  color:#30353a;
  font-size:18px;
  font-weight:900;
}
@media (min-width:768px) and (max-width:1024px){
  .db-package-copy h2{font-size:25px;}
}
@media (max-width:767px){
  .db-seo-intro,
  .db-seo-content,
  .db-faq{
    width:calc(100% - 16px);
    max-width:430px;
  }
  .db-seo-intro{padding:0 10px 2px;}
  .db-seo-intro p,
  .db-seo-content p{
    font-size:12.5px;
    line-height:1.9;
  }
  .db-seo-content,
  .db-faq{
    padding:15px 14px;
    border-radius:15px;
  }
  .db-seo-content h2,
  .db-faq > h2{
    font-size:17px;
  }
  .db-faq summary{font-size:13px;}
  .db-faq details p{font-size:12px;}
  .db-package-copy h2{
    margin-bottom:6px;
    font-size:21px;
    line-height:1.5;
  }
  .db-product-card h3{
    font-size:14.5px;
    line-height:1.5;
    margin-bottom:4px;
  }
}
@media (max-width:360px){
  .db-package-copy h2{font-size:19px;}
  .db-product-card h3{font-size:13.5px;}
}



/* =========================================================
   صفحه اصلی دانابان: چیدمان عمودی + دسترسی‌های اصلی
   ========================================================= */
.db-home-section{margin-bottom:22px;}
.db-home-section:last-child{margin-bottom:0;}

.db-home-intro{margin-bottom:12px;}

.db-primary-actions{
  direction:rtl;
  width:calc(100% - 32px);
  max-width:1180px;
  margin:0 auto 18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  font-family:inherit;
}
.db-primary-action{
  min-height:82px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:13px;
  border-radius:18px;
  text-decoration:none !important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.db-primary-action:hover{transform:translateY(-2px);}
.db-track-action{
  background:linear-gradient(135deg,#fff8e9 0%,#fffdf7 100%);
  border:1px solid #f2d99e;
  box-shadow:0 7px 20px rgba(151,111,30,.09);
  color:#704d0e !important;
}
.db-store-action{
  background:linear-gradient(135deg,#eef7ff 0%,#f8fcff 100%);
  border:1px solid #cbdfee;
  box-shadow:0 7px 20px rgba(39,89,128,.09);
  color:#285875 !important;
}
.db-action-icon{
  width:48px;height:48px;flex:0 0 48px;
  display:flex;align-items:center;justify-content:center;
  border-radius:14px;background:rgba(255,255,255,.85);
  font-size:24px;box-shadow:0 3px 10px rgba(35,53,66,.06);
}
.db-action-copy{display:flex;flex-direction:column;gap:3px;text-align:right;}
.db-action-copy strong{font-size:17px;line-height:1.5;font-weight:950;}
.db-action-copy small{font-size:11.5px;line-height:1.7;opacity:.78;font-weight:650;}

.db-online-teacher-card{
  direction:rtl;
  width:100%;
  min-height:205px;
  padding:28px 34px;
  display:flex;
  align-items:center;
  gap:28px;
  border:1px solid #ded8ef;
  border-radius:22px;
  background:linear-gradient(135deg,#faf8ff 0%,#f5f8ff 100%);
  box-shadow:0 8px 28px rgba(49,41,83,.07);
}
.db-online-teacher-icon{
  width:190px;min-height:145px;flex:0 0 190px;
  display:flex;align-items:center;justify-content:center;
  border-radius:20px;
  background:rgba(255,255,255,.85);
  border:1px solid #ece7f5;
  font-size:70px;
}
.db-online-teacher-copy{flex:1;min-width:0;}
.db-online-teacher-copy h2{margin:4px 0 8px;color:#584a82;font-size:28px;line-height:1.55;font-weight:950;}
.db-online-teacher-copy p{margin:0 0 15px;color:#6e6b79;font-size:14px;line-height:2;}
.db-online-teacher-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:9px 18px;
  border:1px solid #6b5a98;border-radius:11px;
  background:#715fa0;color:#fff !important;text-decoration:none !important;
  font-size:12.5px;font-weight:900;
  box-shadow:0 5px 14px rgba(113,95,160,.18);
}
.db-online-teacher-btn:hover{background:#62518f;transform:translateY(-1px);}

.db-contact-fixed{
  position:fixed;
  right:16px;
  bottom:18px;
  z-index:99980;
  min-height:48px;
  padding:10px 15px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid #d2dfe8;
  border-radius:999px;
  background:rgba(255,255,255,.97);
  color:#365b73 !important;
  text-decoration:none !important;
  font-family:inherit;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(33,54,70,.17);
  backdrop-filter:blur(10px);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.db-contact-fixed:hover{transform:translateY(-2px);background:#f4f8fb;box-shadow:0 10px 28px rgba(33,54,70,.2);}
.db-contact-icon{font-size:18px;line-height:1;}

@media(max-width:767px){
  .db-home-section{margin-bottom:14px;}
  .db-primary-actions{width:calc(100% - 16px);max-width:430px;gap:8px;margin-bottom:12px;}
  .db-primary-action{min-height:70px;padding:10px 9px;gap:8px;border-radius:14px;}
  .db-action-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px;font-size:19px;}
  .db-action-copy strong{font-size:12.5px;}
  .db-action-copy small{font-size:9px;line-height:1.45;}
  .db-online-teacher-card{min-height:auto;padding:16px 13px;gap:13px;border-radius:18px;}
  .db-online-teacher-icon{width:92px;min-height:108px;flex-basis:92px;border-radius:15px;font-size:44px;}
  .db-online-teacher-copy h2{font-size:18px;margin-bottom:5px;}
  .db-online-teacher-copy p{font-size:11px;line-height:1.75;margin-bottom:10px;}
  .db-online-teacher-btn{min-height:38px;padding:7px 10px;font-size:10.5px;border-radius:9px;}
  .db-contact-fixed{right:10px;bottom:10px;min-height:44px;padding:9px 12px;font-size:10.5px;}
}
@media(max-width:360px){
  .db-primary-action{padding:9px 7px;}
  .db-action-copy strong{font-size:11.5px;}
  .db-action-copy small{display:none;}
  .db-online-teacher-icon{width:76px;flex-basis:76px;min-height:98px;font-size:38px;}
  .db-online-teacher-copy h2{font-size:16px;}
}


/* =========================================================
   HERO HEADER v14
   تصویر اصلی + فضای متن + ابرهای متحرک پایین هدر
   ========================================================= */
.db-home-header.db-hero-header{
  position:relative !important;
  top:auto !important;
  z-index:20 !important;
  display:block !important;
  width:min(1180px, calc(100% - 32px)) !important;
  max-width:1180px !important;
  aspect-ratio:4 / 1 !important;
  min-height:0 !important;
  margin:14px auto 18px !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:28px !important;
  background:#55d8e5 !important;
  box-shadow:0 16px 42px rgba(31,72,98,.14) !important;
  isolation:isolate;
}

.db-hero-image{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  user-select:none;
  -webkit-user-drag:none;
}

/* فضای خالی وسط هدر برای متن دلخواه */
.db-hero-text-slot{
  position:absolute;
  z-index:5;
  left:54%;
  top:43%;
  transform:translate(-50%,-50%);
  width:min(34%,420px);
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  direction:rtl;
  pointer-events:none;
}

.db-hero-text-slot h1,
.db-hero-text-slot h2{
  margin:0;
  color:#fff;
  font-family:inherit;
  font-size:clamp(24px,3vw,46px);
  font-weight:950;
  line-height:1.45;
  text-shadow:0 3px 14px rgba(12,87,112,.28);
}

.db-hero-text-slot p{
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(13px,1.35vw,19px);
  font-weight:800;
  line-height:1.9;
  text-shadow:0 2px 10px rgba(12,87,112,.24);
}

/* ابرهای پایین هدر - پیوسته، یکدست و کمی آرام‌تر */
.db-hero-clouds{
  position:absolute;
  z-index:4;
  left:0;
  right:0;
  bottom:-1px;
  height:40%;
  overflow:hidden;
  pointer-events:none;
}

/* پرکننده‌ی زیر ابرها برای حذف هرگونه شکاف یا خط خالی */
.db-hero-clouds::before{
  content:"";
  position:absolute;
  left:-3%;
  right:-3%;
  bottom:-18%;
  height:40%;
  background:#fff;
  z-index:0;
}

.db-cloud-strip{
  position:absolute;
  left:-5%;
  width:110%;
  height:100%;
  background-repeat:repeat-x;
  background-position:0 100%;
  will-change:background-position,transform;
  z-index:1;
}

.db-cloud-strip-back{
  bottom:8%;
  height:84%;
  opacity:.82;
  background-image:url("../images/clouds-back.svg");
  background-size:1180px 100%;
  animation:dbCloudDriftBack 16s linear infinite;
}

.db-cloud-strip-front{
  bottom:-2%;
  height:110%;
  opacity:1;
  background-image:url("../images/clouds-front.svg");
  background-size:1080px 100%;
  animation:dbCloudDriftFront 9.6s linear infinite;
  filter:drop-shadow(0 -4px 10px rgba(118,183,205,.12));
}

@keyframes dbCloudDriftFront{
  0%{
    background-position:0 100%;
    transform:translate3d(0,0,0);
  }
  50%{
    transform:translate3d(0,-3px,0);
  }
  100%{
    background-position:-1080px 100%;
    transform:translate3d(0,0,0);
  }
}

@keyframes dbCloudDriftBack{
  0%{
    background-position:0 100%;
    transform:translate3d(0,0,0);
  }
  50%{
    transform:translate3d(0,-2px,0);
  }
  100%{
    background-position:-1180px 100%;
    transform:translate3d(0,0,0);
  }
}

@media (prefers-reduced-motion:reduce){
  .db-cloud-strip-back,
  .db-cloud-strip-front{animation:none;}
}

@media (max-width:900px){
  .db-home-header.db-hero-header{
    width:calc(100% - 22px) !important;
    border-radius:22px !important;
    margin:10px auto 16px !important;
  }
  .db-hero-text-slot{
    left:54%;
    top:40%;
    width:38%;
    min-height:66px;
  }
  .db-hero-clouds{height:42%;}
}

@media (max-width:600px){
  .db-home-header.db-hero-header{
    width:calc(100% - 14px) !important;
    aspect-ratio:3 / 1 !important;
    border-radius:16px !important;
    margin:7px auto 13px !important;
  }
  .db-hero-image{
    object-fit:cover;
    object-position:center center;
  }
  .db-hero-text-slot{
    left:54%;
    top:38%;
    width:42%;
    min-height:44px;
  }
  .db-hero-text-slot h1,
  .db-hero-text-slot h2{
    font-size:clamp(15px,4.8vw,24px);
  }
  .db-hero-text-slot p{
    margin-top:3px;
    font-size:10px;
  }
  .db-hero-clouds{height:44%;}
  .db-cloud-strip-front{background-size:920px 100%;animation-duration:10.2s;}
  .db-cloud-strip-back{background-size:1000px 100%;animation-duration:17s;}
}

.db-hero-image{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:1;
  user-select:none;
  -webkit-user-drag:none;
}

/* این ناحیه عمداً خالی است تا بعداً متن دلخواه را بدون تغییر تصویر اضافه کنی */
.db-hero-text-slot{
  position:absolute;
  z-index:3;
  left:50%;
  top:28%;
  transform:translate(-50%,-50%);
  width:min(36%, 470px);
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  direction:rtl;
  pointer-events:none;
}

.db-hero-text-slot h1,
.db-hero-text-slot h2{
  margin:0;
  color:#fff;
  font-family:inherit;
  font-size:clamp(24px,3vw,46px);
  font-weight:950;
  line-height:1.45;
  text-shadow:0 3px 14px rgba(20,83,111,.28);
}

.db-hero-text-slot p{
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(13px,1.35vw,19px);
  font-weight:750;
  line-height:1.9;
  text-shadow:0 2px 10px rgba(20,83,111,.24);
}

@media (max-width:900px){
  .db-home-header.db-hero-header{
    width:calc(100% - 22px) !important;
    aspect-ratio:16 / 7 !important;
    margin:10px auto 16px !important;
    border-radius:22px !important;
  }
  .db-hero-image{
    object-position:center center;
  }
  .db-hero-text-slot{
    top:25%;
    width:42%;
    min-height:70px;
  }
}

@media (max-width:600px){
  .db-home-header.db-hero-header{
    width:calc(100% - 14px) !important;
    aspect-ratio:4 / 3 !important;
    margin:7px auto 13px !important;
    border-radius:18px !important;
  }
  .db-hero-image{
    object-fit:cover;
    object-position:center center;
  }
  .db-hero-text-slot{
    top:20%;
    width:62%;
    min-height:58px;
  }
  .db-hero-text-slot h1,
  .db-hero-text-slot h2{
    font-size:clamp(20px,6vw,30px);
  }
  .db-hero-text-slot p{
    margin-top:4px;
    font-size:12px;
  }
}


/* =========================================================
   HOMEPAGE v20 — ساختار نهایی صفحه اصلی دانابان
   ========================================================= */

body{
  margin:0;
  background:#ffffff;
  color:#263746;
}

.db-home-main,
.db-home-main *,
.db-home-header *,
.db-primary-actions *,
.db-home-intro *,
.db-related-section *,
.db-footer *,
.db-modal *{box-sizing:border-box;}

.db-home-main{
  direction:rtl;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:8px 24px 54px;
  font-family:inherit;
}

.db-product-section{
  display:block !important;
  margin:0 0 26px;
  scroll-margin-top:18px;
}
.db-product-section[hidden]{display:block !important;}

/* ---------- نوشته‌های روی تصویر هدر ---------- */
.db-hero-copy{position:absolute;inset:0;z-index:5;pointer-events:none;direction:rtl;font-family:inherit;}
.db-hero-main-title{position:absolute;top:10%;left:54%;width:35%;text-align:center;}
.db-hero-main-title h1{
  margin:0;color:#ff2f91;font-size:clamp(26px,3.25vw,54px);font-weight:950;line-height:1.34;letter-spacing:-1px;
  text-shadow:3px 0 #fff,-3px 0 #fff,0 3px #fff,0 -3px #fff,0 6px 16px rgba(39,102,124,.14);
}
.db-hero-subtitle{position:absolute;top:56%;left:55%;width:32%;color:#075bd7;text-align:center;font-size:clamp(16px,1.8vw,30px);font-weight:900;line-height:1.5;}
.db-hero-label{position:absolute;font-weight:950;line-height:1.45;white-space:nowrap;text-align:center;text-shadow:0 2px 3px rgba(255,255,255,.7);font-size:clamp(9px,.9vw,15px);}
.db-label-workbook{top:8%;left:22%;width:24%;color:#f14e18;}
.db-label-child{top:80%;left:2%;width:20%;color:#145abd;}
.db-label-teacher{top:83%;left:15%;width:20%;color:#ff338c;}
.db-label-goals{top:85%;left:27%;width:20%;color:#8f25c4;}
.db-label-app{top:78%;left:36%;width:22%;color:#429507;}

/* ---------- دسترسی سریع: دو باکس + دکمه داخلی ---------- */
.db-primary-actions{
  direction:rtl;width:calc(100% - 32px);max-width:1180px;margin:18px auto 16px;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;font-family:inherit;
}
.db-primary-action{
  position:relative;min-height:154px;padding:21px 22px;display:flex;align-items:center;gap:17px;
  border-radius:23px;overflow:hidden;box-shadow:0 10px 30px rgba(38,58,74,.09);
  transition:transform .2s ease,box-shadow .2s ease;
}
.db-primary-action::after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;left:-55px;top:-80px;background:rgba(255,255,255,.32);pointer-events:none;}
.db-primary-action:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(38,58,74,.12);}
.db-track-action{background:linear-gradient(135deg,#fff9eb,#fff0c9);border:1px solid #f2d590;}
.db-store-action{background:linear-gradient(135deg,#fff1f3,#ffe2e6);border:1px solid #f3c6cb;}
.db-action-icon{position:relative;z-index:1;flex:0 0 66px;width:66px;height:66px;display:flex;align-items:center;justify-content:center;border-radius:19px;background:rgba(255,255,255,.88);font-size:29px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 6px 18px rgba(0,0,0,.06);}
.db-action-copy{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:right;}
.db-action-kicker{margin-bottom:2px;color:#7a8790;font-size:10px;font-weight:850;}
.db-action-copy strong{color:#263946;font-size:18px;font-weight:950;line-height:1.5;}
.db-action-copy small{margin-top:4px;color:#6b7c88;font-size:12px;line-height:1.8;}
.db-inner-btn{margin-top:12px;min-height:40px;padding:8px 19px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:#fff !important;text-decoration:none !important;font-family:inherit;font-size:12px;font-weight:900;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;}
.db-inner-btn:hover{transform:translateY(-2px);filter:brightness(.98);}
.db-inner-track-btn{background:linear-gradient(135deg,#f4aa27,#e98b17);box-shadow:0 6px 16px rgba(233,139,23,.22);}
.db-inner-store-btn{background:linear-gradient(135deg,#ee5159,#d83e47);box-shadow:0 6px 16px rgba(216,62,71,.22);}

/* ---------- معرفی و تاییدیه ---------- */
.db-home-intro{direction:rtl;width:calc(100% - 32px);max-width:1180px;margin:0 auto 18px;padding:17px 22px;border:1px solid #e6edf2;border-radius:20px;background:linear-gradient(135deg,#fbfdff,#fbfffc);box-shadow:0 6px 20px rgba(31,57,79,.045);font-family:inherit;}
.db-home-intro .db-approval-panel{width:min(100%,760px) !important;margin:0 auto 10px !important;}
.db-home-intro p{margin:0;color:#657581;font-size:13.5px;line-height:2;text-align:center;}

/* ---------- کارت‌های محصولات ---------- */
.db-package{transition:transform .2s ease,box-shadow .2s ease;}
.db-package:hover{box-shadow:0 13px 34px rgba(22,40,60,.095);}
.db-product-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.db-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.075);border-color:#dfe7ec;}

/* ---------- کتاب مربی آنلاین ---------- */
.db-online-teacher-section{margin-top:2px;}
.db-online-teacher-card{position:relative;overflow:hidden;}
.db-online-teacher-card::after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;left:-85px;bottom:-115px;background:rgba(255,255,255,.45);pointer-events:none;}

/* ---------- محصولات مرتبط: بخش ثابت در جریان صفحه، نه نوار شناور ---------- */
.db-related-section{direction:rtl;width:calc(100% - 32px);max-width:1180px;margin:18px auto 24px;padding:22px;border:1px solid #e5ebef;border-radius:22px;background:#fbfdff;box-shadow:0 7px 24px rgba(31,57,79,.055);font-family:inherit;}
.db-related-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px;}
.db-section-eyebrow{display:block;margin-bottom:3px;color:#80909c;font-size:10.5px;font-weight:800;}
.db-related-heading h2{margin:0;color:#244d69;font-size:21px;font-weight:950;}
.db-related-all{color:#317cb4;text-decoration:none;font-size:11.5px;font-weight:850;white-space:nowrap;}
.db-related-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;}
.db-related-card{min-width:0;padding:10px;border:1px solid #e6edf2;border-radius:15px;background:#fff;color:#3a4650;text-decoration:none !important;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.db-related-card:hover{transform:translateY(-3px);border-color:#cfdee8;box-shadow:0 8px 20px rgba(37,62,78,.09);}
.db-related-card img{display:block;width:100%;height:105px;margin:0 0 8px;object-fit:contain;border-radius:11px;background:#f8fafb;}
.db-related-card strong{display:block;font-size:12px;line-height:1.6;font-weight:900;}
.db-related-card span{display:block;margin-top:3px;color:#7b8993;font-size:9.5px;line-height:1.5;}

/* ---------- دکمه تماس ثابت ---------- */
.db-contact-fixed{right:18px !important;left:auto !important;bottom:18px !important;z-index:10020 !important;}

/* فضا برای دکمه شناور */
.db-footer{margin-bottom:80px !important;}

@media(max-width:900px){
  .db-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media(max-width:600px){
  .db-home-main{max-width:430px;padding:5px 8px 40px;}
  .db-primary-actions{width:calc(100% - 16px);gap:8px;margin:11px auto 13px;}
  .db-primary-action{min-height:128px;padding:13px 10px;gap:9px;border-radius:17px;}
  .db-action-icon{flex-basis:43px;width:43px;height:43px;border-radius:12px;font-size:19px;}
  .db-action-copy strong{font-size:12.5px;}
  .db-action-copy small{margin-top:2px;font-size:9px;line-height:1.55;}
  .db-action-kicker{font-size:8px;}
  .db-inner-btn{min-height:32px;margin-top:8px;padding:6px 10px;border-radius:8px;font-size:9px;}

  .db-home-intro{width:calc(100% - 16px);max-width:430px;padding:13px 11px;border-radius:16px;margin-bottom:12px;}
  .db-home-intro p{font-size:11px;line-height:1.85;}

  .db-hero-main-title{top:11%;left:53%;width:38%;}
  .db-hero-main-title h1{font-size:clamp(13px,4.6vw,22px);line-height:1.4;text-shadow:2px 0 #fff,-2px 0 #fff,0 2px #fff,0 -2px #fff;}
  .db-hero-subtitle{top:55%;left:54%;width:36%;font-size:clamp(8px,3vw,13px);}
  .db-hero-label{font-size:5.5px;}
  .db-label-workbook{top:8%;left:21%;}
  .db-label-child{top:80%;left:1%;}
  .db-label-teacher{top:83%;left:14%;}
  .db-label-goals{top:85%;left:27%;}
  .db-label-app{top:78%;left:36%;}

  .db-product-section{margin-bottom:15px;}
  .db-related-section{width:calc(100% - 16px);max-width:430px;padding:14px 11px;border-radius:17px;margin-top:12px;}
  .db-related-heading{align-items:center;margin-bottom:10px;}
  .db-related-heading h2{font-size:16px;}
  .db-section-eyebrow{font-size:8.5px;}
  .db-related-all{font-size:9px;}
  .db-related-grid{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:3px;}
  .db-related-grid::-webkit-scrollbar{display:none;}
  .db-related-card{flex:0 0 128px;padding:7px;border-radius:12px;}
  .db-related-card img{height:76px;margin-bottom:5px;}
  .db-related-card strong{font-size:10px;}
  .db-related-card span{font-size:8px;}
  .db-contact-fixed{right:9px !important;bottom:9px !important;}
  .db-footer{margin-bottom:68px !important;}
}

/* =========================================================
   v21 - پاپ‌آپ، محصولات مرتبط ثابت و هم‌ارتفاع شدن باکس‌ها
   ========================================================= */

/* کارت‌های محصولات داخل هر مجموعه هم‌ارتفاع */
.db-detail-grid{
  align-items:stretch;
}
.db-product-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.db-product-card .db-product-actions{
  margin-top:auto;
}

/* هدر اصلی هر سه باکس پیش۲، پیش۱ و شطرنجی ارتفاع هماهنگ */
.db-home-section > .db-package > .db-package-head{
  min-height:260px;
}

/* محصولات مرتبط مثل کد قبلی به صورت ثابت پایین صفحه */
.db-related-section{
  position:fixed !important;
  z-index:9990 !important;
  left:50% !important;
  bottom:10px !important;
  transform:translateX(-50%) !important;
  width:calc(100% - 40px) !important;
  max-width:1100px !important;
  margin:0 !important;
  padding:10px 14px !important;
  border:1px solid #e5ebef !important;
  border-radius:17px !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 8px 28px rgba(25,42,60,.15) !important;
  backdrop-filter:blur(10px);
}
.db-related-heading{
  align-items:center !important;
  margin-bottom:8px !important;
}
.db-related-heading .db-section-eyebrow{
  display:none;
}
.db-related-heading h2{
  font-size:14px !important;
  color:#244c7c !important;
}
.db-related-all{
  font-size:11px !important;
}
.db-related-grid{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:8px !important;
  overflow:visible !important;
}
.db-related-card{
  min-height:92px;
  padding:5px !important;
  display:grid;
  grid-template-rows:58px auto auto;
  align-items:center;
  border-radius:11px !important;
}
.db-related-card img{
  width:100% !important;
  height:58px !important;
  margin:0 0 4px !important;
  object-fit:contain !important;
}
.db-related-card strong{
  min-height:20px;
  font-size:10.5px !important;
  line-height:1.45 !important;
}
.db-related-card span{
  min-height:14px;
  margin-top:1px !important;
  font-size:8.5px !important;
}

/* برای اینکه محتوای پایین زیر نوار محصولات مرتبط نرود */
.db-footer{
  margin-bottom:150px !important;
}

/* تماس با ما ثابت سمت راست و بالاتر از نوار محصولات مرتبط */
.db-contact-fixed{
  right:16px !important;
  bottom:138px !important;
  z-index:9992 !important;
}

/* پاپ‌آپ دقیقاً بالاتر از همه لایه‌های ثابت */
.db-modal{
  z-index:10000010 !important;
}
.db-image-lightbox{
  z-index:10000020 !important;
}

@media (min-width:768px) and (max-width:1024px){
  .db-home-section > .db-package > .db-package-head{
    min-height:225px;
  }
  .db-related-section{
    width:calc(100% - 28px) !important;
    max-width:810px !important;
  }
}

@media(max-width:767px){
  .db-home-section > .db-package > .db-package-head{
    min-height:165px;
  }
  .db-related-section{
    width:calc(100% - 12px) !important;
    max-width:418px !important;
    bottom:6px !important;
    padding:8px 9px !important;
  }
  .db-related-heading{
    margin-bottom:6px !important;
  }
  .db-related-heading h2{
    font-size:12px !important;
  }
  .db-related-all{
    font-size:9.5px !important;
  }
  .db-related-grid{
    display:flex !important;
    gap:7px !important;
    overflow-x:auto !important;
    scrollbar-width:none;
    padding-bottom:2px;
  }
  .db-related-grid::-webkit-scrollbar{display:none;}
  .db-related-card{
    flex:0 0 112px !important;
    min-height:86px;
    grid-template-rows:52px auto auto;
  }
  .db-related-card img{
    height:52px !important;
  }
  .db-related-card strong{
    font-size:9.5px !important;
  }
  .db-related-card span{
    font-size:8px !important;
  }
  .db-footer{
    margin-bottom:155px !important;
  }
  .db-contact-fixed{
    right:10px !important;
    bottom:126px !important;
  }
}


/* =========================================================
   v23 — اصلاحات دقیق صفحه اصلی بر اساس بازخورد
   ========================================================= */

/* پس‌زمینه کل سایت هم‌خانواده با ابرهای هدر */
html,
body{
  background:#eff9fd !important;
}

/* هدر: فقط یک عنوان اصلی تک‌خطی */
.db-hero-copy{
  z-index:7 !important;
}
.db-hero-main-title{
  top:5.5% !important;
  left:50% !important;
  width:92% !important;
  transform:translateX(-50%);
  text-align:center !important;
}
.db-hero-main-title h1{
  white-space:nowrap;
  font-size:clamp(23px,2.6vw,42px) !important;
  line-height:1.25 !important;
  letter-spacing:-.7px !important;
}
.db-hero-subtitle,
.db-hero-label{
  display:none !important;
}

/* خرید بسته کنار قیمت */
.db-package-commerce{
  width:min(100%,650px);
  margin-top:14px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(190px,.72fr);
  gap:10px;
  align-items:stretch;
}
.db-package-commerce .db-price-box{
  width:100%;
  margin-top:0;
  height:100%;
}
.db-package-buy-box{
  min-height:78px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:13px;
  text-decoration:none !important;
  color:#fff !important;
  font-size:12.5px;
  font-weight:950;
  text-align:center;
  background:linear-gradient(135deg,#ea4d57,#d83e48);
  box-shadow:0 6px 16px rgba(216,62,72,.18);
  transition:transform .18s ease,box-shadow .18s ease;
}
.db-package-buy-box:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 21px rgba(216,62,72,.23);
}
.db-package-buy-icon{font-size:19px;line-height:1;}

/* کارت‌هایی که خرید مستقل ندارند: اطلاعات بیشتر تمام عرض */
.db-product-actions-single{
  grid-template-columns:1fr !important;
}
.db-product-actions-single .db-info-btn{
  width:100%;
  min-height:46px;
  font-size:13px;
  font-weight:900;
}

/* دفتر شطرنجی: فقط باکس اصلی، بدون کارت داخلی */
.db-shatranji-section .db-package-head{
  min-height:270px !important;
}
.db-shatranji-actions{
  width:min(100%,650px);
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.db-shatranji-actions .db-info-btn,
.db-shatranji-actions .db-buy-btn{
  min-height:44px;
}

/* فاصله تمیز بین مجموعه‌ها و تاییدیه مستقل پیش ۱ */
.db-pish2-section{
  margin-bottom:18px !important;
}
.db-between-approval{
  width:100%;
  margin:0 auto 18px;
  padding:0 6px;
}
.db-between-approval .db-approval-panel{
  width:min(100%,760px) !important;
  margin:0 auto !important;
  background:linear-gradient(135deg,#f3fff7,#fbfffc) !important;
  border-color:#cfe8d7 !important;
  box-shadow:0 6px 18px rgba(45,157,99,.07) !important;
}
.db-pish1-section{
  margin-bottom:28px !important;
}
.db-shatranji-section{
  margin-top:6px !important;
  margin-bottom:28px !important;
}

/* نمونه صفحات: کل تصویر دیده شود و هیچ کراپی اتفاق نیفتد */
.db-modal-samples img{
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
  padding:3px;
}

/* جای فلش‌های نمونه صفحات برعکس نسخه قبل */
.db-sample-prev{
  right:0 !important;
  left:auto !important;
}
.db-sample-next{
  left:0 !important;
  right:auto !important;
}

/* فوتر: شبکه‌های اجتماعی با فاصله مرتب */
.db-footer-social{
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:9px 16px !important;
}
.db-footer-social a{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid #e1ebe6;
}

/* دکمه تماس ثابت حذف شده؛ فضای اضافه آن هم حذف شود */
.db-contact-fixed{display:none !important;}

/* دسکتاپ: کمی تنفس بیشتر میان باکس‌های اصلی */
.db-product-section{
  margin-bottom:28px !important;
}

@media(max-width:600px){
  /* هدر موبایل: ارتفاع بیشتر و تمرکز دقیق روی کتاب‌ها و گوشی */
  .db-home-header.db-hero-header{
    width:calc(100% - 12px) !important;
    aspect-ratio:auto !important;
    height:255px !important;
    min-height:255px !important;
    border-radius:18px !important;
    background:#55d8e5 !important;
  }

  .db-hero-image{
    width:auto !important;
    max-width:none !important;
    height:100% !important;
    object-fit:unset !important;
    object-position:initial !important;
    left:50% !important;
    right:auto !important;
    top:0 !important;
    bottom:auto !important;
    transform:translateX(-24.5%) !important;
  }

  /* پوشش بخش فلش تزئینی بالای سمت راست در کراپ موبایل */
  .db-home-header.db-hero-header::after{
    content:"";
    position:absolute;
    z-index:2;
    top:24px;
    right:0;
    width:22%;
    height:35%;
    pointer-events:none;
    background:linear-gradient(100deg,rgba(77,216,230,0),rgba(87,220,231,.78) 48%,rgba(88,220,231,.96));
  }

  .db-hero-main-title{
    top:8px !important;
    left:50% !important;
    width:96% !important;
  }
  .db-hero-main-title h1{
    font-size:clamp(15px,4.6vw,20px) !important;
    line-height:1.25 !important;
    letter-spacing:-.25px !important;
    white-space:nowrap !important;
    text-shadow:2px 0 #fff,-2px 0 #fff,0 2px #fff,0 -2px #fff,0 4px 10px rgba(39,102,124,.12) !important;
  }

  /* ابرها کمی بالاتر تا فلش‌های پایینی تصویر در موبایل دیده نشوند */
  .db-hero-clouds{
    height:47% !important;
  }

  .db-package-commerce{
    grid-template-columns:1fr !important;
    gap:7px;
    width:100%;
    margin-top:10px;
  }
  .db-package-buy-box{
    min-height:42px;
    padding:8px 10px;
    border-radius:10px;
    font-size:10px;
  }
  .db-package-buy-icon{font-size:15px;}

  .db-shatranji-section .db-package-head{
    min-height:190px !important;
  }
  .db-shatranji-actions{
    width:100%;
    grid-template-columns:1fr 1fr;
    gap:6px;
    margin-top:9px;
  }
  .db-shatranji-actions .db-info-btn,
  .db-shatranji-actions .db-buy-btn{
    min-height:36px;
    padding:6px 4px;
    font-size:9px;
  }

  .db-between-approval{
    margin-bottom:13px;
    padding:0;
  }
  .db-between-approval .db-approval-panel{
    width:100% !important;
    max-width:none !important;
    font-size:11px !important;
    padding:9px 10px !important;
  }

  .db-product-section{
    margin-bottom:20px !important;
  }

  .db-modal-samples img{
    flex-basis:46% !important;
    width:46% !important;
    aspect-ratio:3/4;
    padding:2px;
  }

  .db-footer-social{
    gap:7px 8px !important;
  }
  .db-footer-social a{
    font-size:10px !important;
    padding:5px 8px;
  }

  /* چون تماس ثابت حذف شده، نوار محصولات مرتبط پایین‌تر و فوتر با فضای متعادل */
  .db-footer{
    margin-bottom:145px !important;
  }
}


/* پوشاندن فلش‌های تزئینی داخل تصویر اصلی هدر در دسکتاپ */
.db-hero-arrow-covers{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
}
.db-hero-arrow-cover{
  position:absolute;
  display:block;
  background:radial-gradient(ellipse at center,rgba(77,217,230,.98) 0%,rgba(78,216,229,.92) 56%,rgba(80,215,228,0) 100%);
  filter:blur(1.6px);
  border-radius:50%;
}
.db-arrow-cover-top{left:38.6%;top:13%;width:5.8%;height:23%;}
.db-arrow-cover-left{left:3.2%;top:58%;width:7.2%;height:32%;}
.db-arrow-cover-midleft{left:18.8%;top:67%;width:5.6%;height:27%;}
.db-arrow-cover-mid{left:28.8%;top:67%;width:11.5%;height:29%;}
.db-arrow-cover-right{left:49.4%;top:60%;width:9.2%;height:32%;}

@media(max-width:600px){
  .db-hero-arrow-covers{display:none !important;}
}

/* =========================================================
   v24 — بازطراحی تصویری بر اساس نمونه مرجع کاربر
   ========================================================= */

/* یکپارچگی رنگ صفحه با فضای ابری */
html,body{
  background:linear-gradient(180deg,#dff5fb 0%,#eef9fd 34%,#f7fcff 100%) !important;
}

/* دسترسی سریع: رهگیری و فروشگاه شبیه کارت‌های مرجع */
.db-primary-actions{
  margin:20px auto 20px !important;
  gap:16px !important;
}
.db-primary-action{
  min-height:132px !important;
  padding:20px 24px !important;
  border-radius:24px !important;
  box-shadow:0 10px 28px rgba(35,63,84,.08) !important;
  align-items:center !important;
}
.db-track-action{
  background:linear-gradient(135deg,#fff8e7 0%,#fff0c9 100%) !important;
  border:1px solid #f3d27a !important;
}
.db-store-action{
  background:linear-gradient(135deg,#fff1f4 0%,#ffe3e8 100%) !important;
  border:1px solid #f6b7c3 !important;
}
.db-action-icon{
  flex:0 0 72px !important;
  width:72px !important;
  height:72px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.78) !important;
  box-shadow:0 7px 18px rgba(54,69,82,.08),inset 0 0 0 1px rgba(255,255,255,.95) !important;
  font-size:30px !important;
}
.db-action-copy strong{
  font-size:20px !important;
  color:#2c3440 !important;
}
.db-action-copy small{
  font-size:12.5px !important;
  color:#64717e !important;
}
.db-inner-btn{
  align-self:flex-start;
  min-height:39px !important;
  margin-top:9px !important;
  padding:8px 18px !important;
  border-radius:12px !important;
  font-size:12px !important;
}
.db-inner-track-btn{background:linear-gradient(135deg,#f6aa1d,#ef8d0c) !important;}
.db-inner-store-btn{background:linear-gradient(135deg,#f24f68,#e73050) !important;}

/* متن معرفی بدون کادر تاییدیه بیرونی */
.db-home-intro{
  background:rgba(255,255,255,.52) !important;
  border-color:rgba(193,221,234,.7) !important;
  box-shadow:none !important;
}

/* تاییدیه بزرگ داخل هر باکس بسته */
.db-package{
  position:relative;
  overflow:hidden;
}
.db-package-badge-row{
  position:relative;
  z-index:3;
  padding:16px 20px 0;
  display:flex;
  justify-content:flex-start;
}
.db-package-approval{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 16px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#31aa57,#258f47);
  box-shadow:0 7px 18px rgba(34,143,71,.20);
  font-size:13px;
  font-weight:950;
  line-height:1.3;
}
.db-package-approval-icon{
  width:27px;height:27px;flex:0 0 27px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:50%;background:#fff;color:#279447;font-size:15px;font-weight:950;
}

/* بسته‌ها: نزدیک‌تر به ترکیب مرجع */
.db-green{
  background:linear-gradient(135deg,#f1fff6 0%,#e9fbef 100%) !important;
  border-color:#a9dfb9 !important;
}
.db-pink{
  background:linear-gradient(135deg,#fff8e4 0%,#fff2cc 100%) !important;
  border-color:#efd57e !important;
}
.db-package-head{
  padding-top:18px !important;
}
.db-package-kicker{
  padding:6px 12px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:900 !important;
}
.db-green .db-package-kicker{background:#43b667 !important;color:#fff !important;}
.db-pink .db-package-kicker{background:#f0b425 !important;color:#6f4b00 !important;}

/* قیمت + خرید در یک ردیف واضح و بزرگ */
.db-package-commerce{
  width:min(100%,700px) !important;
  margin-top:16px !important;
  display:grid !important;
  grid-template-columns:minmax(230px,.9fr) minmax(220px,.9fr) !important;
  gap:12px !important;
}
.db-package-commerce .db-price-box{
  padding:13px 16px !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(95,150,111,.18) !important;
  box-shadow:none !important;
}
.db-price-row{font-size:12.5px !important;}
.db-price-row-special strong{font-size:20px !important;}
.db-package-buy-box{
  min-height:82px !important;
  border-radius:16px !important;
  font-size:15px !important;
  background:linear-gradient(135deg,#42b85d,#279844) !important;
  box-shadow:0 9px 20px rgba(43,155,72,.18) !important;
}
.db-pish1-section .db-package-buy-box{
  background:linear-gradient(135deg,#ffad17,#f28e00) !important;
  box-shadow:0 9px 20px rgba(242,142,0,.18) !important;
}

/* کارت‌های داخل بسته */
.db-product-card{
  border-radius:17px !important;
  border-color:rgba(204,220,230,.88) !important;
  background:rgba(255,255,255,.82) !important;
}
.db-product-actions-single .db-info-btn{
  min-height:44px !important;
  background:linear-gradient(135deg,#3f99e6,#257fcf) !important;
  color:#fff !important;
  border-color:transparent !important;
}

/* دفتر شطرنجی و کتاب مربی آنلاین: استریپ افقی مشابه مرجع */
.db-feature-strip{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 290px;
  gap:24px;
  align-items:center;
  min-height:160px;
  padding:20px 24px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 9px 25px rgba(34,54,74,.08);
}
.db-feature-shatranji{
  background:linear-gradient(135deg,#f2edff,#e8e0ff);
  border:1px solid #cdbaf8;
}
.db-feature-online{
  background:linear-gradient(135deg,#fff0f5,#ffe4ed);
  border:1px solid #f3bfd0;
}
.db-feature-visual{
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.db-feature-visual img{
  display:block;
  width:100%;
  max-width:175px;
  height:125px;
  object-fit:contain;
}
.db-feature-online-visual span{
  width:118px;height:96px;border-radius:18px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.72);
  box-shadow:0 8px 20px rgba(72,64,111,.08);
  font-size:54px;
}
.db-feature-content{text-align:right;}
.db-feature-badge{
  display:inline-block;
  margin-bottom:6px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.68);
  color:#7650a7;
  font-size:10px;
  font-weight:900;
}
.db-feature-content h2{
  margin:0 0 7px;
  color:#273b70;
  font-size:27px;
  line-height:1.5;
  font-weight:950;
}
.db-feature-content p{
  margin:0;
  color:#606f88;
  font-size:13px;
  line-height:1.9;
}
.db-feature-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.db-feature-actions .db-info-btn,
.db-feature-actions .db-buy-btn,
.db-info-link,
.db-feature-buy-btn{
  min-height:44px;
  padding:10px 14px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none !important;
  font-family:inherit;
  font-size:12px;
  font-weight:900;
}
.db-feature-actions .db-info-btn,
.db-info-link{
  border:1px solid transparent !important;
  background:linear-gradient(135deg,#439be8,#257fcf) !important;
  color:#fff !important;
}
.db-feature-shatranji .db-buy-btn{
  background:linear-gradient(135deg,#8b56e8,#6b36ce) !important;
  border-color:transparent !important;
}
.db-feature-buy-btn{
  background:linear-gradient(135deg,#f24c63,#dd2f4a);
  color:#fff !important;
}

/* محصولات مرتبط ثابت، هم‌ظاهرتر با مرجع */
.db-related-section{
  background:rgba(244,251,255,.97) !important;
  border-color:#cae3ef !important;
  border-radius:20px !important;
  box-shadow:0 10px 28px rgba(39,75,96,.13) !important;
}

/* فوتر ابری */
.db-footer-cloud{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:0 !important;
  background:linear-gradient(180deg,#eaf9fe 0%,#f9fdff 100%) !important;
  box-shadow:none !important;
}
.db-footer-cloud-top{
  position:relative;
  height:150px;
  margin-top:-8px;
  overflow:hidden;
  background:transparent;
}

.db-footer-cloud-top::before,
.db-footer-cloud-top::after{
  content:"";
  position:absolute;
  left:-8%;
  width:116%;
  pointer-events:none;
}

/* لایه اصلی ابرهای بزرگ و پیوسته */
.db-footer-cloud-top::before{
  bottom:-24px;
  height:145px;
  background:
    radial-gradient(circle at 3% 88%, #fff 0 56px, transparent 57px),
    radial-gradient(circle at 12% 86%, #fff 0 72px, transparent 73px),
    radial-gradient(circle at 22% 90%, #fff 0 58px, transparent 59px),
    radial-gradient(circle at 32% 84%, #fff 0 78px, transparent 79px),
    radial-gradient(circle at 43% 90%, #fff 0 62px, transparent 63px),
    radial-gradient(circle at 54% 84%, #fff 0 80px, transparent 81px),
    radial-gradient(circle at 65% 89%, #fff 0 61px, transparent 62px),
    radial-gradient(circle at 76% 84%, #fff 0 76px, transparent 77px),
    radial-gradient(circle at 87% 90%, #fff 0 60px, transparent 61px),
    radial-gradient(circle at 97% 86%, #fff 0 72px, transparent 73px),
    linear-gradient(to bottom, transparent 0 58%, #fff 59% 100%);
  background-repeat:no-repeat;
}

/* لایه دوم برای حجیم‌تر شدن و جلوگیری از هر فاصله بین ابرها */
.db-footer-cloud-top::after{
  bottom:-34px;
  height:120px;
  background:
    radial-gradient(circle at 8% 100%, rgba(255,255,255,.98) 0 48px, transparent 49px),
    radial-gradient(circle at 28% 100%, rgba(255,255,255,.98) 0 58px, transparent 59px),
    radial-gradient(circle at 49% 100%, rgba(255,255,255,.98) 0 52px, transparent 53px),
    radial-gradient(circle at 70% 100%, rgba(255,255,255,.98) 0 60px, transparent 61px),
    radial-gradient(circle at 92% 100%, rgba(255,255,255,.98) 0 50px, transparent 51px);
  background-repeat:no-repeat;
}

@media(max-width:767px){
  .db-footer-cloud-top{
    height:118px;
    margin-top:-4px;
  }

  .db-footer-cloud-top::before{
    bottom:-22px;
    height:112px;
    background:
      radial-gradient(circle at 4% 90%, #fff 0 40px, transparent 41px),
      radial-gradient(circle at 17% 86%, #fff 0 52px, transparent 53px),
      radial-gradient(circle at 32% 91%, #fff 0 42px, transparent 43px),
      radial-gradient(circle at 49% 85%, #fff 0 58px, transparent 59px),
      radial-gradient(circle at 66% 91%, #fff 0 43px, transparent 44px),
      radial-gradient(circle at 82% 86%, #fff 0 52px, transparent 53px),
      radial-gradient(circle at 97% 90%, #fff 0 41px, transparent 42px),
      linear-gradient(to bottom, transparent 0 56%, #fff 57% 100%);
    background-repeat:no-repeat;
  }

  .db-footer-cloud-top::after{
    bottom:-29px;
    height:92px;
    background:
      radial-gradient(circle at 12% 100%, rgba(255,255,255,.98) 0 34px, transparent 35px),
      radial-gradient(circle at 38% 100%, rgba(255,255,255,.98) 0 42px, transparent 43px),
      radial-gradient(circle at 64% 100%, rgba(255,255,255,.98) 0 40px, transparent 41px),
      radial-gradient(circle at 90% 100%, rgba(255,255,255,.98) 0 34px, transparent 35px);
    background-repeat:no-repeat;
  }
}

.db-footer-inner{
  max-width:1180px;
  margin:0 auto;
  padding:8px 28px 30px;
  text-align:center;
}
.db-footer-brand img{width:105px !important;margin:0 auto 6px;}
.db-footer-brand .db-footer-text{
  margin:0 0 16px !important;
  color:#38536b !important;
  font-size:13px !important;
  font-weight:800;
}
.db-footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-bottom:17px;
}
.db-footer-links a{
  color:#5b6d7b;
  text-decoration:none;
  font-size:11px;
  font-weight:750;
}
.db-footer-social-wrap>span{
  display:block;
  margin-bottom:9px;
  color:#687a88;
  font-size:11px;
  font-weight:800;
}
.db-footer-social{
  margin-bottom:15px !important;
}
.db-footer-social a{
  background:#fff !important;
  border:1px solid #dceaf0 !important;
  color:#42647a !important;
  box-shadow:0 3px 10px rgba(42,71,88,.05);
}
.db-footer-copy{
  color:#7c8992 !important;
  font-size:9.5px !important;
}

/* نمونه صفحات: تصویر کامل بدون کراپ */
.db-modal-samples img{
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
}

@media(max-width:767px){
  .db-primary-actions{
    width:calc(100% - 14px) !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:12px !important;
  }
  .db-primary-action{
    min-height:112px !important;
    padding:14px 14px !important;
    border-radius:18px !important;
    gap:11px !important;
  }
  .db-action-icon{
    flex-basis:52px !important;width:52px !important;height:52px !important;font-size:22px !important;
  }
  .db-action-copy strong{font-size:14px !important;}
  .db-action-copy small{font-size:10px !important;line-height:1.65 !important;}
  .db-inner-btn{font-size:10px !important;min-height:34px !important;}

  .db-package-badge-row{padding:11px 11px 0;}
  .db-package-approval{
    width:auto;max-width:100%;
    padding:8px 11px;
    gap:6px;
    font-size:10.5px;
  }
  .db-package-approval-icon{width:21px;height:21px;flex-basis:21px;font-size:11px;}

  .db-package-commerce{
    grid-template-columns:1fr !important;
  }
  .db-package-buy-box{
    min-height:44px !important;
    font-size:10.5px !important;
  }

  .db-feature-strip{
    grid-template-columns:96px minmax(0,1fr) !important;
    gap:11px !important;
    padding:14px 12px !important;
    border-radius:18px !important;
  }
  .db-feature-visual{min-height:86px;}
  .db-feature-visual img{height:88px;max-width:96px;}
  .db-feature-online-visual span{width:78px;height:70px;font-size:35px;}
  .db-feature-content h2{font-size:17px;}
  .db-feature-content p{font-size:10px;line-height:1.7;}
  .db-feature-badge{font-size:8px;padding:4px 7px;}
  .db-feature-actions{
    grid-column:1/-1;
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .db-feature-actions .db-info-btn,
  .db-feature-actions .db-buy-btn,
  .db-info-link,
  .db-feature-buy-btn{
    min-height:36px;
    padding:7px 5px;
    font-size:9px;
    border-radius:9px;
  }

  .db-footer-cloud-top{height:65px;}
  .db-footer-inner{padding:5px 14px 22px;}
  .db-footer-brand img{width:82px !important;}
  .db-footer-links{gap:7px 11px;}
  .db-footer-links a{font-size:9.5px;}
  .db-footer-social-wrap>span{font-size:10px;}
}


/* ===== v26: ابر فوتر با SVG واقعی ===== */
.db-footer.db-footer-cloud{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  margin:34px 0 0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.db-footer-cloud-top{
  position:relative !important;
  height:176px !important;
  margin:0 !important;
  overflow:hidden !important;
  background:url('../images/footer-clouds.svg') center bottom / 100% 100% no-repeat !important;
}

.db-footer-cloud-top::before,
.db-footer-cloud-top::after{
  display:none !important;
  content:none !important;
}

.db-footer-inner{
  position:relative;
  max-width:none !important;
  margin:0 !important;
  padding:8px 28px 34px !important;
  background:linear-gradient(180deg,#ffffff 0%, #fbfeff 100%) !important;
}

.db-footer-inner::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 0%, rgba(219,243,251,.48), transparent 28%),
             radial-gradient(circle at 88% 8%, rgba(219,243,251,.35), transparent 24%);
  pointer-events:none;
}

.db-footer-brand, .db-footer-links, .db-footer-social-wrap, .db-footer-copy{
  position:relative;
  z-index:1;
}

.db-footer-logo img{
  width:110px !important;
}

.db-footer-brand .db-footer-text{
  color:#3b5872 !important;
  font-size:13px !important;
  font-weight:850 !important;
}

.db-footer-links{
  margin-bottom:18px !important;
}

.db-footer-social{
  justify-content:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

.db-footer-social a{
  min-width:92px;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:#fff !important;
  border:1px solid #d8eaf3 !important;
  box-shadow:0 6px 16px rgba(53,88,111,.08) !important;
  color:#42647a !important;
}

.db-footer-copy{
  border-top:1px solid #e6f1f6 !important;
  margin-top:10px !important;
  padding-top:12px !important;
}

@media (max-width:767px){
  .db-footer.db-footer-cloud{
    margin-top:24px !important;
  }

  .db-footer-cloud-top{
    height:118px !important;
    background-size:100% 100% !important;
  }

  .db-footer-inner{
    padding:4px 14px 22px !important;
  }

  .db-footer-logo img{
    width:82px !important;
  }

  .db-footer-social a{
    min-width:72px;
    padding:7px 10px !important;
    font-size:10.5px !important;
  }
}


/* =========================================================
   v27 - بازگردانی کامل محتوای فوتر روی ابرها
   ========================================================= */

.db-footer.db-footer-cloud{
  overflow:visible !important;
}

/* خود ابرها */
.db-footer-cloud-top{
  position:relative !important;
  z-index:1 !important;
}

/* محتوای فوتر دوباره کاملاً قابل‌دیدن باشد */
.db-footer-inner{
  position:relative !important;
  z-index:3 !important;

  margin-top:-26px !important;
  padding:12px 28px 34px !important;

  background:linear-gradient(
    180deg,
    rgba(255,255,255,.98) 0%,
    #ffffff 36%,
    #f8fdff 100%
  ) !important;

  color:#36536b !important;
  text-align:center !important;
}

/* لایه تزئینی پشت نوشته‌ها، نه روی آن‌ها */
.db-footer-inner::before{
  z-index:0 !important;
  opacity:.75 !important;
}

.db-footer-brand,
.db-footer-links,
.db-footer-social-wrap,
.db-footer-copy{
  position:relative !important;
  z-index:2 !important;
  display:block;
  visibility:visible !important;
  opacity:1 !important;
}

/* لوگو */
.db-footer-logo{
  display:flex !important;
  justify-content:center !important;
  margin-bottom:8px !important;
}

.db-footer-logo img{
  display:block !important;
  width:112px !important;
  height:auto !important;
  opacity:1 !important;
}

/* متن اصلی */
.db-footer-brand .db-footer-text{
  display:block !important;
  margin:0 0 18px !important;
  color:#36536b !important;
  font-size:14px !important;
  line-height:1.9 !important;
  font-weight:900 !important;
}

/* لینک‌های اصلی فوتر */
.db-footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:8px 20px !important;
  margin:0 0 18px !important;
}

.db-footer-links a{
  display:inline-flex !important;
  color:#536d80 !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1.8 !important;
  text-decoration:none !important;
  opacity:1 !important;
}

/* عنوان شبکه‌های اجتماعی */
.db-footer-social-wrap{
  display:block !important;
}

.db-footer-social-wrap > span{
  display:block !important;
  margin-bottom:10px !important;
  color:#536d80 !important;
  font-size:12px !important;
  font-weight:850 !important;
  opacity:1 !important;
}

/* دکمه‌های شبکه‌های اجتماعی */
.db-footer-social{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 0 18px !important;
}

.db-footer-social a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  min-width:92px !important;
  min-height:38px !important;
  padding:8px 14px !important;

  border:1px solid #d8eaf3 !important;
  border-radius:999px !important;

  background:#fff !important;
  color:#42647a !important;

  font-size:11px !important;
  font-weight:850 !important;
  line-height:1 !important;

  text-decoration:none !important;

  box-shadow:0 6px 16px rgba(53,88,111,.08) !important;
  opacity:1 !important;
}

/* کپی‌رایت */
.db-footer-copy{
  display:block !important;
  width:min(100%,680px) !important;
  margin:0 auto !important;
  padding-top:13px !important;

  border-top:1px solid #e2eff5 !important;

  color:#7b8b96 !important;
  font-size:10.5px !important;
  line-height:1.8 !important;
  opacity:1 !important;
}

@media(max-width:767px){

  .db-footer-cloud-top{
    height:108px !important;
  }

  .db-footer-inner{
    margin-top:-18px !important;
    padding:10px 14px 24px !important;
  }

  .db-footer-logo img{
    width:88px !important;
  }

  .db-footer-brand .db-footer-text{
    margin-bottom:14px !important;
    font-size:11.5px !important;
  }

  .db-footer-links{
    gap:6px 12px !important;
    margin-bottom:15px !important;
  }

  .db-footer-links a{
    font-size:9.8px !important;
  }

  .db-footer-social-wrap > span{
    font-size:10px !important;
  }

  .db-footer-social{
    gap:7px !important;
    margin-bottom:15px !important;
  }

  .db-footer-social a{
    min-width:68px !important;
    min-height:34px !important;
    padding:7px 10px !important;
    font-size:9.8px !important;
  }

  .db-footer-copy{
    font-size:9px !important;
  }
}
/* =========================================
   FIX نهایی فوتر - شبکه‌های اجتماعی و کپی‌رایت
========================================= */

.db-footer-social-wrap{
  position:relative !important;
  z-index:50 !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  margin-top:12px !important;
}

.db-footer-social-wrap > span{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#2d4f67 !important;
  font-size:14px !important;
  font-weight:900 !important;
  margin-bottom:12px !important;
  text-align:center !important;
}

.db-footer-social{
  position:relative !important;
  z-index:60 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 0 18px !important;
  visibility:visible !important;
  opacity:1 !important;
}

.db-footer-social a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  min-width:100px !important;
  min-height:42px !important;
  padding:10px 16px !important;

  border-radius:999px !important;
  border:1px solid #cfe4ef !important;

  background:#ffffff !important;
  color:#254f6a !important;

  font-size:13px !important;
  font-weight:900 !important;

  text-decoration:none !important;

  box-shadow:
    0 5px 15px rgba(32,79,105,.10),
    inset 0 0 0 1px rgba(255,255,255,.5) !important;

  visibility:visible !important;
  opacity:1 !important;
}

/* رنگ جدا برای هر شبکه */
.db-footer-social a:nth-child(1){
  color:#d62976 !important;
  border-color:#f1c5d9 !important;
}

.db-footer-social a:nth-child(2){
  color:#ef8c00 !important;
  border-color:#f7d8a9 !important;
}

.db-footer-social a:nth-child(3){
  color:#229ed9 !important;
  border-color:#b7dff1 !important;
}

.db-footer-social a:nth-child(4){
  color:#00a86b !important;
  border-color:#bce5d4 !important;
}


/* کپی‌رایت */
.db-footer-copy{
  position:relative !important;
  z-index:70 !important;

  display:block !important;
  visibility:visible !important;
  opacity:1 !important;

  width:100% !important;
  max-width:700px !important;

  margin:18px auto 0 !important;
  padding:14px 10px 0 !important;

  border-top:1px solid #dcecf3 !important;

  color:#587080 !important;

  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.8 !important;

  text-align:center !important;
}


/* مطمئن شو چیزی روی متن‌ها قرار نگرفته */
.db-footer-inner{
  position:relative !important;
  z-index:10 !important;
  overflow:visible !important;
}

.db-footer-inner::before,
.db-footer-inner::after{
  z-index:0 !important;
  pointer-events:none !important;
}

.db-footer-brand,
.db-footer-links,
.db-footer-social-wrap,
.db-footer-copy{
  position:relative !important;
  z-index:20 !important;
}


/* موبایل */
@media(max-width:767px){

  .db-footer-social-wrap > span{
    font-size:12px !important;
    margin-bottom:10px !important;
  }

  .db-footer-social{
    gap:7px !important;
  }

  .db-footer-social a{
    min-width:72px !important;
    min-height:36px !important;
    padding:8px 10px !important;
    font-size:11px !important;
  }

  .db-footer-copy{
    margin-top:14px !important;
    padding-top:12px !important;
    font-size:10px !important;
  }
}
/* =====================================
   FIX نهایی فوتر - جلوگیری از پوشانده شدن
   توسط محصولات مرتبط ثابت
===================================== */

.db-footer.db-footer-cloud{
    margin-top:34px !important;
    margin-right:0 !important;
    margin-left:0 !important;

    /* فضای کافی زیر فوتر برای نوار محصولات مرتبط */
    margin-bottom:185px !important;

    overflow:visible !important;
}


/* محتوای فوتر حتماً بالای بک‌گراند خودش باشد */
.db-footer-inner{
    position:relative !important;
    z-index:5 !important;
    overflow:visible !important;

    padding-bottom:32px !important;
}


/* شبکه‌های اجتماعی */
.db-footer-social-wrap{
    position:relative !important;
    z-index:10 !important;

    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}

.db-footer-social{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:wrap !important;

    gap:10px !important;

    visibility:visible !important;
    opacity:1 !important;

    margin-bottom:18px !important;
}

.db-footer-social a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    visibility:visible !important;
    opacity:1 !important;

    min-width:95px !important;
    min-height:40px !important;

    padding:9px 15px !important;

    background:#ffffff !important;
    color:#315d77 !important;

    border:1px solid #cfe5ef !important;
    border-radius:50px !important;

    font-size:12px !important;
    font-weight:900 !important;

    text-decoration:none !important;

    box-shadow:0 5px 15px rgba(41,85,110,.10) !important;
}


/* عنوان شبکه‌های اجتماعی */
.db-footer-social-wrap > span{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    color:#405f73 !important;

    font-size:13px !important;
    font-weight:900 !important;

    margin-bottom:11px !important;
}


/* کپی رایت */
.db-footer-copy{
    position:relative !important;
    z-index:10 !important;

    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    max-width:700px !important;

    margin:16px auto 0 !important;
    padding:14px 10px 4px !important;

    border-top:1px solid #dcebf2 !important;

    color:#526e80 !important;

    font-size:11px !important;
    font-weight:800 !important;

    text-align:center !important;
}


/* =============================
   موبایل
============================= */

@media (max-width:767px){

    .db-footer.db-footer-cloud{
        /* نوار محصولات مرتبط موبایل هم روی فوتر نیفتد */
        margin-bottom:155px !important;
    }

    .db-footer-inner{
        padding-bottom:24px !important;
    }

    .db-footer-social-wrap > span{
        font-size:11px !important;
    }

    .db-footer-social{
        gap:7px !important;
        margin-bottom:15px !important;
    }

    .db-footer-social a{
        min-width:70px !important;
        min-height:35px !important;

        padding:7px 10px !important;

        font-size:10px !important;
    }

    .db-footer-copy{
        font-size:9.5px !important;
        padding-top:12px !important;
    }
}
/* =====================================
   تغییر رنگ باکس پیش 1
===================================== */

.db-pink{
  background: linear-gradient(135deg, #fffaf3 0%, #fff1e6 100%) !important;
  border-color: #f2dcc8 !important;
}

.db-pink .db-package-copy h1{
  color: #bf6f44 !important;
}

.db-pink .db-package-copy p{
  color: #7f6a5d !important;
}

.db-pink .db-package-kicker{
  background: rgba(255,255,255,.82) !important;
  color: #9c6a49 !important;
  border: 1px solid #edd6c4 !important;
}

.db-pink .db-price-box,
.db-pink .db-price-box-large{
  background: rgba(255,255,255,.88) !important;
  border: 1px solid #ecd8c8 !important;
  box-shadow: 0 6px 18px rgba(191,111,68,.07) !important;
}

.db-pink .db-price-row span{
  color: #8a7366 !important;
}

.db-pink .db-price-row-old del{
  color: #b08a7a !important;
}

.db-pink .db-price-row-special strong{
  color: #d46b42 !important;
}

/* اگر دکمه خرید بسته کامل داخل باکس پیش 1 هست */
.db-pink .db-main-buy-btn{
  background: linear-gradient(135deg, #ef9a62 0%, #db7446 100%) !important;
  box-shadow: 0 10px 24px rgba(219,116,70,.20) !important;
}

/* اگر خواستی دکمه اطلاعات بیشتر هم هماهنگ‌تر شود */
.db-pink .db-info-btn{
  background: #fff8f4 !important;
  border-color: #ecd8c8 !important;
  color: #94684d !important;
}

.db-pink .db-info-btn:hover,
.db-pink .db-info-btn:focus-visible{
  background: #fff1e8 !important;
  border-color: #e6cdb8 !important;
  color: #835942 !important;
}

/* اگر دکمه خرید کتاب مربی داخل کارت‌های پیش 1 هست */
.db-pink .db-buy-btn{
  background: linear-gradient(135deg, #ef9a62 0%, #db7446 100%) !important;
  border-color: #db7446 !important;
}
/* =====================================
   تغییر رنگ باکس پیش 1
===================================== */

.db-pink{
  background: linear-gradient(135deg, #fffaf3 0%, #fff1e6 100%) !important;
  border-color: #f2dcc8 !important;
}

.db-pink .db-package-copy h1{
  color: #bf6f44 !important;
}

.db-pink .db-package-copy p{
  color: #7f6a5d !important;
}

.db-pink .db-package-kicker{
  background: rgba(255,255,255,.82) !important;
  color: #9c6a49 !important;
  border: 1px solid #edd6c4 !important;
}

.db-pink .db-price-box,
.db-pink .db-price-box-large{
  background: rgba(255,255,255,.88) !important;
  border: 1px solid #ecd8c8 !important;
  box-shadow: 0 6px 18px rgba(191,111,68,.07) !important;
}

.db-pink .db-price-row span{
  color: #8a7366 !important;
}

.db-pink .db-price-row-old del{
  color: #b08a7a !important;
}

.db-pink .db-price-row-special strong{
  color: #d46b42 !important;
}

/* اگر دکمه خرید بسته کامل داخل باکس پیش 1 هست */
.db-pink .db-main-buy-btn{
  background: linear-gradient(135deg, #ef9a62 0%, #db7446 100%) !important;
  box-shadow: 0 10px 24px rgba(219,116,70,.20) !important;
}

/* اگر خواستی دکمه اطلاعات بیشتر هم هماهنگ‌تر شود */
.db-pink .db-info-btn{
  background: #fff8f4 !important;
  border-color: #ecd8c8 !important;
  color: #94684d !important;
}

.db-pink .db-info-btn:hover,
.db-pink .db-info-btn:focus-visible{
  background: #fff1e8 !important;
  border-color: #e6cdb8 !important;
  color: #835942 !important;
}

/* اگر دکمه خرید کتاب مربی داخل کارت‌های پیش 1 هست */
.db-pink .db-buy-btn{
  background: linear-gradient(135deg, #ef9a62 0%, #db7446 100%) !important;
  border-color: #db7446 !important;
}
/* =====================================
   رنگ جدید پیش دبستانی 1
   کرم + زرد کره‌ای + خردلی ملایم
===================================== */

.db-pink{
  background:linear-gradient(
    135deg,
    #fffdf4 0%,
    #fff6cf 55%,
    #ffefb0 100%
  ) !important;

  border:1px solid #eadb9f !important;

  box-shadow:
    0 14px 32px rgba(159,125,44,.10) !important;
}


/* تیتر */
.db-pink .db-package-copy h2{
  color:#765d19 !important;
}


/* توضیحات */
.db-pink .db-package-copy p{
  color:#756b4d !important;
}


/* برچسب بسته تربیت و یادگیری */
.db-pink .db-package-kicker{
  background:#fffaf0 !important;

  color:#907321 !important;

  border:1px solid #eadb9f !important;
}


/* تاییدیه سازمان */
.db-pink .db-package-approval{
  background:linear-gradient(
    135deg,
    #86b960,
    #5f9741
  ) !important;

  color:#fff !important;

  box-shadow:
    0 7px 18px rgba(95,151,65,.17) !important;
}


/* باکس قیمت */
.db-pink .db-price-box{
  background:rgba(255,255,255,.88) !important;

  border:1px solid #eadca9 !important;

  box-shadow:
    0 7px 20px rgba(149,117,33,.07) !important;
}


/* نوشته قیمت‌ها */
.db-pink .db-price-row span{
  color:#7a704f !important;
}


/* قیمت اصلی */
.db-pink .db-price-row-old del{
  color:#a49a7d !important;
}


/* قیمت ویژه */
.db-pink .db-price-row-special strong{
  color:#c78a12 !important;

  font-weight:900 !important;
}


/* خرید بسته کامل */
.db-pink .db-package-buy-box,
.db-pink .db-main-buy-btn{
  background:linear-gradient(
    135deg,
    #eeb333 0%,
    #d99916 100%
  ) !important;

  color:#fff !important;

  border:none !important;

  box-shadow:
    0 9px 22px rgba(217,153,22,.22) !important;
}


/* دکمه اطلاعات بیشتر */
.db-pink .db-info-btn{
  background:#fffdf7 !important;

  border:1px solid #dfce90 !important;

  color:#80681f !important;
}


/* هاور اطلاعات بیشتر */
.db-pink .db-info-btn:hover{
  background:#fff7d7 !important;

  border-color:#d5bd65 !important;

  color:#6c5717 !important;
}


/* خرید کتاب مربی */
.db-pink .db-buy-btn{
  background:linear-gradient(
    135deg,
    #eeb333,
    #d99916
  ) !important;

  border-color:#d99916 !important;

  color:#fff !important;
}


/* کارت‌های داخلی */
.db-pink .db-product-card{
  background:rgba(255,255,255,.92) !important;

  border-color:#eadfb7 !important;

  box-shadow:
    0 8px 22px rgba(135,111,43,.07) !important;
}


/* عنوان کارت‌ها */
.db-pink .db-product-card h3{
  color:#66541d !important;
}
/* =====================================================
   DANABAN - PASTEL THEME FINAL
   تم پاستلی هماهنگ برای کل باکس‌ها
===================================================== */

:root{
  --db-bg: #eef9fc;

  --db-mint: #e7f7ee;
  --db-mint-border: #cbe8d7;
  --db-mint-dark: #4f8a67;

  --db-vanilla: #fff8dc;
  --db-vanilla-border: #efdfad;
  --db-vanilla-dark: #8a7230;

  --db-sky: #e9f5ff;
  --db-sky-border: #c9e2f4;
  --db-sky-dark: #527d9f;

  --db-lilac: #f4eefe;
  --db-lilac-border: #dfd0f0;
  --db-lilac-dark: #78639b;

  --db-peach: #fff0e7;
  --db-peach-border: #f1d7c6;
  --db-peach-dark: #9b6b50;

  --db-rose: #fff0f5;
  --db-rose-border: #f2d2df;
  --db-rose-dark: #9a6077;

  --db-card: rgba(255,255,255,.92);
  --db-text: #40576b;
  --db-soft-text: #6d7e8b;

  --db-shadow: 0 12px 30px rgba(70,104,124,.10);
}


/* کل بک‌گراند سایت */
body{
  background:
    linear-gradient(
      180deg,
      #eaf8fc 0%,
      #f5fbfd 45%,
      #edf8fc 100%
    ) !important;
}


/* =================================
   باکس‌های اصلی
================================= */

.db-package{
  border-radius:28px !important;
  box-shadow:var(--db-shadow) !important;
  border-width:1px !important;
  border-style:solid !important;
  overflow:hidden !important;
}


/* پیش دبستانی 2 - سبز نعنایی */
.db-green{
  background:
    linear-gradient(
      135deg,
      #effaf4 0%,
      var(--db-mint) 100%
    ) !important;

  border-color:var(--db-mint-border) !important;
}

.db-green .db-package-copy h2,
.db-green .db-product-card h3{
  color:var(--db-mint-dark) !important;
}


/* پیش دبستانی 1 - وانیلی */
.db-pink{
  background:
    linear-gradient(
      135deg,
      #fffdf2 0%,
      var(--db-vanilla) 100%
    ) !important;

  border-color:var(--db-vanilla-border) !important;
}

.db-pink .db-package-copy h2,
.db-pink .db-product-card h3{
  color:var(--db-vanilla-dark) !important;
}


/* دفتر شطرنجی - آبی پاستلی */
.db-blue,
.db-shatranji-section .db-package{
  background:
    linear-gradient(
      135deg,
      #f3faff 0%,
      var(--db-sky) 100%
    ) !important;

  border-color:var(--db-sky-border) !important;
}

.db-shatranji-section .db-package-copy h2{
  color:var(--db-sky-dark) !important;
}


/* مربی آنلاین - یاسی پاستلی */
.db-online-teacher-card{
  background:
    linear-gradient(
      135deg,
      #fbf7ff 0%,
      var(--db-lilac) 100%
    ) !important;

  border:1px solid var(--db-lilac-border) !important;
  border-radius:28px !important;
  box-shadow:var(--db-shadow) !important;
}

.db-online-teacher-copy h2{
  color:var(--db-lilac-dark) !important;
}


/* =================================
   رهگیری و فروشگاه
================================= */

.db-track-action{
  background:
    linear-gradient(
      135deg,
      #fff7f2 0%,
      var(--db-peach) 100%
    ) !important;

  border-color:var(--db-peach-border) !important;
}

.db-store-action{
  background:
    linear-gradient(
      135deg,
      #f8f4ff 0%,
      #eef1ff 100%
    ) !important;

  border-color:#d9d9f2 !important;
}


/* =================================
   کارت‌های داخلی
================================= */

.db-product-card{
  background:var(--db-card) !important;

  border:1px solid rgba(205,222,231,.85) !important;

  border-radius:20px !important;

  box-shadow:
    0 8px 22px rgba(69,97,116,.07) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease !important;
}

.db-product-card:hover{
  transform:translateY(-3px) !important;

  box-shadow:
    0 14px 30px rgba(69,97,116,.11) !important;
}

.db-product-card p{
  color:var(--db-soft-text) !important;
}


/* =================================
   تیتر و متن
================================= */

.db-package-copy p,
.db-online-teacher-copy p{
  color:var(--db-soft-text) !important;
}

.db-package-kicker{
  background:rgba(255,255,255,.72) !important;

  border:1px solid rgba(210,224,232,.9) !important;

  color:#667c8d !important;

  backdrop-filter:blur(6px);
}


/* =================================
   تاییدیه
================================= */

.db-package-approval,
.db-approval-panel{
  background:
    linear-gradient(
      135deg,
      #dff4e7 0%,
      #cfead9 100%
    ) !important;

  color:#4d7f61 !important;

  border:1px solid #bddfc9 !important;

  box-shadow:
    0 7px 18px rgba(69,122,88,.09) !important;
}

.db-package-approval-icon,
.db-approval-dot{
  background:#fff !important;
  color:#5b966e !important;
}


/* =================================
   قیمت
================================= */

.db-price-box{
  background:rgba(255,255,255,.86) !important;

  border:1px solid rgba(213,226,232,.95) !important;

  border-radius:18px !important;

  box-shadow:
    0 6px 18px rgba(69,97,116,.06) !important;
}

.db-price-row span{
  color:#758693 !important;
}

.db-price-row-old del{
  color:#9ea9b0 !important;
}

.db-price-row-special strong{
  color:#d67a67 !important;
}


/* =================================
   دکمه‌ها
================================= */

.db-info-btn{
  background:rgba(255,255,255,.86) !important;

  color:#58748a !important;

  border:1px solid #cddfe8 !important;

  border-radius:14px !important;

  box-shadow:none !important;
}

.db-info-btn:hover{
  background:#ffffff !important;

  color:#3f647c !important;

  border-color:#b9d3df !important;
}


/* خرید پیش 2 */
.db-green .db-package-buy-box,
.db-green .db-buy-btn,
.db-green .db-main-buy-btn{
  background:
    linear-gradient(
      135deg,
      #86c7a0 0%,
      #6bb387 100%
    ) !important;

  color:#fff !important;

  border:none !important;

  box-shadow:
    0 8px 18px rgba(107,179,135,.18) !important;
}


/* خرید پیش 1 */
.db-pink .db-package-buy-box,
.db-pink .db-buy-btn,
.db-pink .db-main-buy-btn{
  background:
    linear-gradient(
      135deg,
      #e4c66c 0%,
      #d4b24f 100%
    ) !important;

  color:#fff !important;

  border:none !important;

  box-shadow:
    0 8px 18px rgba(212,178,79,.18) !important;
}


/* خرید دفتر شطرنجی */
.db-shatranji-section .db-buy-btn{
  background:
    linear-gradient(
      135deg,
      #8bbddb 0%,
      #6fa6cb 100%
    ) !important;

  color:#fff !important;

  border:none !important;

  box-shadow:
    0 8px 18px rgba(111,166,203,.18) !important;
}


/* مربی آنلاین */
.db-online-teacher-btn{
  background:
    linear-gradient(
      135deg,
      #ad96cf 0%,
      #947eb9 100%
    ) !important;

  color:#fff !important;

  border:none !important;

  box-shadow:
    0 8px 18px rgba(148,126,185,.18) !important;
}


/* رهگیری */
.db-inner-track-btn{
  background:
    linear-gradient(
      135deg,
      #e8ae8f 0%,
      #d89572 100%
    ) !important;

  color:#fff !important;
}


/* فروشگاه */
.db-inner-store-btn{
  background:
    linear-gradient(
      135deg,
      #9ba9d8 0%,
      #8292ca 100%
    ) !important;

  color:#fff !important;
}


/* =================================
   محصولات مرتبط
================================= */

.db-related-section{
  background:rgba(255,255,255,.72) !important;

  border:1px solid #d9e9f0 !important;

  backdrop-filter:blur(10px);

  box-shadow:
    0 10px 26px rgba(61,92,111,.08) !important;
}

.db-related-card{
  background:#fff !important;

  border:1px solid #deebf1 !important;

  box-shadow:
    0 6px 16px rgba(61,92,111,.06) !important;
}


/* =================================
   FAQ
================================= */

.db-faq details{
  background:rgba(255,255,255,.82) !important;

  border:1px solid #dceaf0 !important;

  box-shadow:
    0 5px 16px rgba(61,92,111,.05) !important;
}


/* =================================
   موبایل
================================= */

@media(max-width:767px){

  .db-package,
  .db-online-teacher-card{
    border-radius:20px !important;
  }

  .db-product-card{
    border-radius:16px !important;
  }

  .db-primary-action{
    border-radius:20px !important;
  }

  
}

/* =====================================================
   DANABAN - FINAL RED BUY BUTTONS
   نسخه نهایی دکمه‌های خرید
===================================================== */


/* -----------------------------------------------------
   همه دکمه‌های خرید
----------------------------------------------------- */

body .db-package .db-buy-btn,
body .db-package .db-package-buy-box,
body .db-package .db-main-buy-btn,
body .db-shatranji-section .db-buy-btn,
body .db-online-teacher-section .db-online-teacher-btn {

    background-color:#e94e4e !important;
    background-image:none !important;

    color:#ffffff !important;

    border:1px solid #d94040 !important;

    box-shadow:
        0 7px 18px rgba(207,55,55,.20) !important;

    text-decoration:none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease !important;
}


/* هاور تمام خریدها */

body .db-package .db-buy-btn:hover,
body .db-package .db-package-buy-box:hover,
body .db-package .db-main-buy-btn:hover,
body .db-shatranji-section .db-buy-btn:hover,
body .db-online-teacher-section .db-online-teacher-btn:hover {

    background-color:#d94040 !important;
    background-image:none !important;

    color:#ffffff !important;

    border-color:#cf3737 !important;

    transform:translateY(-2px) !important;

    box-shadow:
        0 10px 22px rgba(207,55,55,.25) !important;
}



/* =====================================================
   خرید بسته کامل پیش 1 و پیش 2
   اندازه متوسط
===================================================== */

body .db-package .db-package-commerce .db-package-buy-box,
body .db-package .db-package-commerce .db-main-buy-btn {

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    flex:0 0 auto !important;

    width:195px !important;
    min-width:195px !important;
    max-width:195px !important;

    height:52px !important;
    min-height:52px !important;

    padding:0 16px !important;

    border-radius:14px !important;

    font-size:14px !important;
    font-weight:900 !important;

    line-height:1.3 !important;

    white-space:nowrap !important;

    background-color:#e94e4e !important;
    background-image:none !important;

    color:#ffffff !important;

    border:1px solid #d94040 !important;
}


/* سبد خرید کنار نوشته */

body .db-package .db-package-buy-icon{
    font-size:17px !important;
    line-height:1 !important;
}



/* =====================================================
   چیدمان قیمت + خرید بسته
===================================================== */

body .db-package .db-package-commerce{

    display:flex !important;

    flex-direction:row !important;

    align-items:stretch !important;

    gap:14px !important;
}


/* قیمت فضای بیشتری بگیرد */

body .db-package .db-package-commerce .db-price-box{

    flex:1 1 auto !important;

    width:auto !important;
}



/* =====================================================
   خرید کتاب مربی
===================================================== */

body .db-package .db-product-card .db-buy-btn{

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-height:48px !important;

    padding:10px 15px !important;

    border-radius:13px !important;

    font-size:13px !important;
    font-weight:900 !important;

    background-color:#e94e4e !important;
    background-image:none !important;

    color:#ffffff !important;

    border:1px solid #d94040 !important;
}



/* =====================================================
   دفتر شطرنجی
===================================================== */

body .db-shatranji-section .db-buy-btn{

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:185px !important;

    min-height:50px !important;

    padding:10px 18px !important;

    border-radius:14px !important;

    font-size:14px !important;
    font-weight:900 !important;

    background-color:#e94e4e !important;
    background-image:none !important;

    color:#ffffff !important;

    border:1px solid #d94040 !important;
}



/* =====================================================
   کتاب مربی آنلاین
===================================================== */

body .db-online-teacher-section .db-online-teacher-btn{

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:185px !important;

    min-height:50px !important;

    padding:10px 18px !important;

    border-radius:14px !important;

    font-size:14px !important;
    font-weight:900 !important;

    background-color:#e94e4e !important;
    background-image:none !important;

    color:#ffffff !important;

    border:1px solid #d94040 !important;
}



/* =====================================================
   موبایل
===================================================== */

@media(max-width:767px){

    body .db-package .db-package-commerce{

        flex-direction:column !important;

        align-items:stretch !important;

        gap:10px !important;
    }


    body .db-package .db-package-commerce .db-package-buy-box,
    body .db-package .db-package-commerce .db-main-buy-btn{

        width:180px !important;
        min-width:180px !important;
        max-width:180px !important;

        height:48px !important;
        min-height:48px !important;

        margin:0 auto !important;

        padding:0 13px !important;

        border-radius:13px !important;

        font-size:13px !important;
    }


    body .db-package .db-product-card .db-buy-btn,
    body .db-shatranji-section .db-buy-btn,
    body .db-online-teacher-section .db-online-teacher-btn{

        min-height:45px !important;

        padding:9px 13px !important;

        font-size:12.5px !important;

        border-radius:12px !important;
    }
}
/* =====================================
   تاییدیه پیش 2 - نسخه نهایی
===================================== */

/* تیک اضافه‌ای که با CSS ساخته شده بود حذف شود */
.db-pish2-section .db-package-approval::before{
  content:none !important;
  display:none !important;
}

/* خود باکس تاییدیه */
.db-pish2-section .db-package-approval{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;

  background:linear-gradient(
    135deg,
    #43b866 0%,
    #2f9c4f 100%
  ) !important;

  color:#ffffff !important;

  border:1px solid #278d46 !important;
  border-radius:999px !important;

  padding:11px 17px !important;

  box-shadow:
    0 8px 20px rgba(47,156,79,.22) !important;
}

/* تیک اصلی خود HTML */
.db-pish2-section .db-package-approval-icon{
  display:inline-flex !important;

  align-items:center !important;
  justify-content:center !important;

  width:28px !important;
  height:28px !important;

  flex:0 0 28px !important;

  border-radius:50% !important;

  background:#ffffff !important;
  color:#2f9c4f !important;

  font-size:17px !important;
  font-weight:900 !important;
  line-height:1 !important;

  box-shadow:0 2px 6px rgba(0,0,0,.08) !important;
}

/* متن */
.db-pish2-section .db-package-approval span{
  color:#ffffff !important;
  font-weight:900 !important;
}
/* =====================================
   تاییدیه پیش 2 - تیک نهایی و قطعی
===================================== */

/* خود باکس */
.db-pish2-section .db-package-approval{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;

  background:linear-gradient(
    135deg,
    #43b866 0%,
    #2f9c4f 100%
  ) !important;

  color:#ffffff !important;

  border:1px solid #278d46 !important;
  border-radius:999px !important;

  padding:11px 17px !important;

  box-shadow:
    0 8px 20px rgba(47,156,79,.22) !important;
}

/* هر تیک HTML قدیمی اگر هست مخفی شود */
.db-pish2-section .db-package-approval-icon{
  display:none !important;
}

/* فقط یک تیک با CSS ساخته شود */
.db-pish2-section .db-package-approval::before{
  content:"✓" !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:28px !important;
  height:28px !important;

  flex:0 0 28px !important;

  border-radius:50% !important;

  background:#ffffff !important;
  color:#2f9c4f !important;

  font-size:17px !important;
  font-weight:900 !important;
  line-height:1 !important;

  box-shadow:0 2px 6px rgba(0,0,0,.08) !important;
}

/* متن */
.db-pish2-section .db-package-approval span{
  color:#ffffff !important;
  font-weight:900 !important;
}
/* =====================================
   تاییدیه پیش 1 و پیش 2 - کاملاً یکسان
===================================== */

/* خود باکس تاییدیه */
.db-pish2-section .db-package-approval,
.db-pish1-section .db-package-approval,
.db-pish2-section .db-approval-panel,
.db-pish1-section .db-approval-panel{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;

  background:#32a852 !important;
  background-image:none !important;

  color:#ffffff !important;

  border:1px solid #278d46 !important;
  border-radius:999px !important;

  padding:11px 17px !important;

  box-shadow:
    0 8px 20px rgba(50,168,82,.20) !important;
}


/* اگر تیک HTML قدیمی هست مخفی شود */
.db-pish2-section .db-package-approval-icon,
.db-pish1-section .db-package-approval-icon,
.db-pish2-section .db-approval-dot,
.db-pish1-section .db-approval-dot{
  display:none !important;
}


/* برای هر دو فقط یک تیک یکسان ساخته شود */
.db-pish2-section .db-package-approval::before,
.db-pish1-section .db-package-approval::before,
.db-pish2-section .db-approval-panel::before,
.db-pish1-section .db-approval-panel::before{
  content:"✓" !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:28px !important;
  height:28px !important;

  flex:0 0 28px !important;

  border-radius:50% !important;

  background:#ffffff !important;
  color:#32a852 !important;

  font-size:17px !important;
  font-weight:900 !important;
  line-height:1 !important;

  box-shadow:0 2px 6px rgba(0,0,0,.08) !important;
}


/* متن هر دو */
.db-pish2-section .db-package-approval span,
.db-pish1-section .db-package-approval span,
.db-pish2-section .db-approval-panel span,
.db-pish1-section .db-approval-panel span{
  color:#ffffff !important;
  font-weight:900 !important;
}
/* =====================================
   موبایل: فروشگاه و کد رهگیری کنار هم
===================================== */

@media (max-width:767px){

  .db-primary-actions{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .db-primary-action{
    min-width:0 !important;
    padding:12px 10px !important;
    border-radius:16px !important;
  }

  .db-action-icon{
    width:42px !important;
    height:42px !important;
    flex:0 0 42px !important;
    font-size:20px !important;
  }

  .db-action-copy{
    min-width:0 !important;
  }

  .db-action-kicker{
    font-size:9px !important;
  }

  .db-action-copy strong{
    font-size:14px !important;
    line-height:1.5 !important;
  }

  .db-action-copy small{
    font-size:9.5px !important;
    line-height:1.5 !important;
  }

  .db-inner-btn{
    width:100% !important;
    min-width:0 !important;
    padding:8px 6px !important;
    font-size:10.5px !important;
    border-radius:10px !important;
  }
}


/* =====================================================================
   DANABAN v29 — FINAL POLISH LAYER
   لایه نهایی ظاهری: پاستلی، ظریف، حرفه‌ای و هماهنگ
   ===================================================================== */

:root{
  --db-ink:#30485a;
  --db-muted:#708391;
  --db-line:#dce9ef;
  --db-white:#ffffff;
  --db-red:#e95050;
  --db-red-dark:#d83f3f;
  --db-green:#32a852;
  --db-shadow:0 12px 30px rgba(48,78,96,.09);
  --db-shadow-soft:0 7px 20px rgba(48,78,96,.065);
}

/* کلیات */
body{
  background:
    radial-gradient(circle at 8% 10%,rgba(226,246,252,.75),transparent 30%),
    radial-gradient(circle at 90% 32%,rgba(248,238,255,.55),transparent 25%),
    linear-gradient(180deg,#edf9fc 0%,#f8fcfd 45%,#eef9fc 100%) !important;
  color:var(--db-ink) !important;
}

#danaban-home{
  padding-top:14px !important;
}

/* فاصله بین سکشن‌های اصلی */
.db-home-section{
  margin-top:24px !important;
}
.db-home-section + .db-home-section{
  margin-top:28px !important;
}

/* -----------------------------------------------------
   رهگیری و فروشگاه — جمع‌وجور و شیک
----------------------------------------------------- */
.db-primary-actions{
  max-width:1180px !important;
  margin:18px auto 22px !important;
  gap:14px !important;
}

.db-primary-action{
  min-height:118px !important;
  padding:18px 20px !important;
  border-radius:22px !important;
  border:1px solid rgba(207,226,235,.95) !important;
  box-shadow:var(--db-shadow-soft) !important;
  transition:transform .2s ease,box-shadow .2s ease !important;
}

.db-primary-action:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 12px 26px rgba(48,78,96,.10) !important;
}

.db-track-action{
  background:linear-gradient(135deg,#fff7f1 0%,#ffede3 100%) !important;
}

.db-store-action{
  background:linear-gradient(135deg,#f6f4ff 0%,#edf0ff 100%) !important;
}

.db-action-icon{
  width:56px !important;
  height:56px !important;
  flex:0 0 56px !important;
  border-radius:17px !important;
  background:rgba(255,255,255,.86) !important;
  box-shadow:0 6px 16px rgba(51,76,94,.08) !important;
  font-size:25px !important;
}

.db-action-copy strong{
  color:#344e61 !important;
  font-size:18px !important;
  line-height:1.5 !important;
}

.db-action-copy small{
  margin-top:3px !important;
  color:#7a8a96 !important;
  font-size:11.5px !important;
  line-height:1.75 !important;
}

.db-inner-btn{
  width:auto !important;
  min-width:128px !important;
  min-height:39px !important;
  margin-top:10px !important;
  padding:8px 15px !important;
  border-radius:11px !important;
  font-size:11.5px !important;
  font-weight:900 !important;
  box-shadow:none !important;
}

.db-inner-track-btn{
  background:#e3a07e !important;
  background-image:none !important;
}

.db-inner-store-btn{
  background:#8f9ed1 !important;
  background-image:none !important;
}

/* -----------------------------------------------------
   بسته‌های پیش 1 و 2 — پاستلی تمیز
----------------------------------------------------- */
.db-package{
  border-radius:26px !important;
  box-shadow:var(--db-shadow) !important;
  overflow:hidden !important;
}

.db-green{
  background:linear-gradient(135deg,#effbfa 0%,#e4f5f2 100%) !important;
  border-color:#cce7e2 !important;
}

.db-pink{
  background:linear-gradient(135deg,#fffdf3 0%,#fff5d9 100%) !important;
  border-color:#ecdca7 !important;
}

.db-package-head{
  min-height:240px !important;
  gap:30px !important;
  padding:26px 32px !important;
}

.db-package-image img{
  max-width:310px !important;
  max-height:225px !important;
}

.db-package-copy h2{
  margin-bottom:8px !important;
  color:#39566a !important;
  font-size:28px !important;
  line-height:1.5 !important;
  letter-spacing:-.2px !important;
}

.db-package-copy p{
  color:#6d7f8c !important;
  font-size:14px !important;
  line-height:1.9 !important;
}

/* تاییدیه — هر دو دقیقاً یکسان و فقط یک تیک */
.db-package-badge-row{
  padding:16px 18px 0 !important;
}

.db-pish2-section .db-package-approval,
.db-pish1-section .db-package-approval{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:9px 14px !important;
  border:1px solid #298f46 !important;
  border-radius:999px !important;
  background:#32a852 !important;
  background-image:none !important;
  color:#fff !important;
  font-size:11.5px !important;
  font-weight:900 !important;
  box-shadow:0 7px 17px rgba(50,168,82,.16) !important;
}

.db-pish2-section .db-package-approval::before,
.db-pish1-section .db-package-approval::before{
  content:none !important;
  display:none !important;
}

.db-pish2-section .db-package-approval-icon,
.db-pish1-section .db-package-approval-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  flex:0 0 24px !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#32a852 !important;
  font-size:14px !important;
  font-weight:950 !important;
  box-shadow:none !important;
}

.db-pish2-section .db-package-approval span,
.db-pish1-section .db-package-approval span{
  color:#fff !important;
}

/* قیمت + خرید */
.db-package-commerce{
  width:min(100%,610px) !important;
  margin-top:14px !important;
  display:flex !important;
  align-items:stretch !important;
  gap:11px !important;
}

.db-package-commerce .db-price-box{
  flex:1 1 auto !important;
  width:auto !important;
  margin:0 !important;
  padding:10px 14px !important;
  border:1px solid rgba(198,216,225,.92) !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.86) !important;
  box-shadow:none !important;
}

.db-price-row{
  font-size:11.5px !important;
}

.db-price-row-special strong{
  color:#d85c57 !important;
  font-size:18px !important;
}

/* خرید بسته کامل — نه غول، نه ریز */
body .db-package .db-package-commerce .db-package-buy-box{
  flex:0 0 188px !important;
  width:188px !important;
  min-width:188px !important;
  max-width:188px !important;
  min-height:50px !important;
  height:auto !important;
  padding:0 15px !important;
  border:1px solid #d83f3f !important;
  border-radius:13px !important;
  background:var(--db-red) !important;
  background-image:none !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1.35 !important;
  box-shadow:0 7px 16px rgba(217,63,63,.16) !important;
}

body .db-package .db-package-commerce .db-package-buy-box:hover{
  background:var(--db-red-dark) !important;
  transform:translateY(-1px) !important;
}

.db-package-buy-icon{
  font-size:15px !important;
}

/* -----------------------------------------------------
   کارت محصولات داخلی
----------------------------------------------------- */
.db-package-details{
  padding:0 16px 18px !important;
}

.db-detail-grid{
  gap:12px !important;
  align-items:stretch !important;
}

.db-product-card{
  padding:14px !important;
  border:1px solid rgba(213,227,234,.9) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.91) !important;
  box-shadow:0 7px 19px rgba(45,72,90,.055) !important;
  transition:transform .2s ease,box-shadow .2s ease !important;
}

.db-product-card:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 11px 24px rgba(45,72,90,.085) !important;
}

.db-product-image{
  height:138px !important;
  margin-bottom:8px !important;
}

.db-product-card h3{
  margin-bottom:5px !important;
  color:#3d5262 !important;
  font-size:16px !important;
}

.db-product-card p{
  min-height:42px !important;
  margin-bottom:10px !important;
  color:#788894 !important;
  font-size:11.5px !important;
  line-height:1.75 !important;
}

/* همه دکمه‌ها یک سیستم اندازه */
.db-product-actions{
  gap:7px !important;
}

.db-info-btn,
.db-buy-btn,
.db-download-btn,
.db-info-link,
.db-feature-buy-btn,
.db-online-teacher-btn{
  min-height:40px !important;
  padding:8px 12px !important;
  border-radius:11px !important;
  font-size:11px !important;
  font-weight:900 !important;
  line-height:1.35 !important;
}

/* اطلاعات بیشتر لطیف */
.db-info-btn,
.db-info-link{
  border:1px solid #cbdde6 !important;
  background:#f8fbfd !important;
  background-image:none !important;
  color:#4d6b7f !important;
  box-shadow:none !important;
}

.db-info-btn:hover,
.db-info-link:hover{
  background:#eef6fa !important;
  color:#395f77 !important;
}

/* خریدها قرمز */
body .db-product-card .db-buy-btn,
body .db-shatranji-section .db-buy-btn,
body .db-online-teacher-section .db-feature-buy-btn,
body .db-online-teacher-section .db-online-teacher-btn{
  border:1px solid #d83f3f !important;
  background:var(--db-red) !important;
  background-image:none !important;
  color:#fff !important;
  box-shadow:0 5px 13px rgba(217,63,63,.14) !important;
}

body .db-product-card .db-buy-btn:hover,
body .db-shatranji-section .db-buy-btn:hover,
body .db-online-teacher-section .db-feature-buy-btn:hover,
body .db-online-teacher-section .db-online-teacher-btn:hover{
  background:var(--db-red-dark) !important;
}

/* دانلود اپلیکیشن، آبی آرام */
.db-download-btn{
  border:1px solid #79aace !important;
  background:#79aace !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* -----------------------------------------------------
   دفتر شطرنجی و مربی آنلاین
----------------------------------------------------- */
.db-feature-strip{
  grid-template-columns:190px minmax(0,1fr) 220px !important;
  gap:20px !important;
  min-height:146px !important;
  padding:18px 21px !important;
  border-radius:22px !important;
  box-shadow:var(--db-shadow-soft) !important;
}

.db-feature-shatranji{
  background:linear-gradient(135deg,#f2f7ff 0%,#e8f2fd 100%) !important;
  border:1px solid #cbdff0 !important;
}

.db-feature-online{
  background:linear-gradient(135deg,#f9f4ff 0%,#f0e9fb 100%) !important;
  border:1px solid #ded0ee !important;
}

.db-feature-visual{
  min-height:105px !important;
}

.db-feature-visual img{
  max-width:150px !important;
  height:110px !important;
}

.db-feature-online-visual span{
  width:92px !important;
  height:82px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.72) !important;
  font-size:42px !important;
}

.db-feature-badge{
  margin-bottom:5px !important;
  padding:5px 9px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.74) !important;
  color:#65788a !important;
  font-size:9px !important;
}

.db-feature-content h2{
  margin-bottom:5px !important;
  color:#405870 !important;
  font-size:23px !important;
}

.db-feature-content p{
  color:#718291 !important;
  font-size:11.5px !important;
  line-height:1.8 !important;
}

.db-feature-actions{
  gap:8px !important;
}

/* -----------------------------------------------------
   FAQ و SEO
----------------------------------------------------- */
.db-seo-content,
.db-faq{
  border-radius:22px !important;
}

.db-faq details{
  border:1px solid #dce9ef !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.88) !important;
  box-shadow:none !important;
}

.db-faq summary{
  font-size:13px !important;
}

/* -----------------------------------------------------
   محصولات مرتبط ثابت — کوتاه‌تر و ظریف‌تر
----------------------------------------------------- */
.db-related-section{
  width:calc(100% - 34px) !important;
  max-width:1040px !important;
  bottom:8px !important;
  padding:8px 11px !important;
  border:1px solid rgba(201,221,231,.95) !important;
  border-radius:16px !important;
  background:rgba(250,253,255,.96) !important;
  box-shadow:0 8px 24px rgba(37,61,78,.12) !important;
}

.db-related-heading{
  margin-bottom:6px !important;
}

.db-related-heading h2{
  font-size:12.5px !important;
}

.db-related-all{
  font-size:9.5px !important;
}

.db-related-grid{
  gap:6px !important;
}

.db-related-card{
  min-height:76px !important;
  padding:4px !important;
  grid-template-rows:45px auto auto !important;
  border-radius:10px !important;
  box-shadow:none !important;
}

.db-related-card img{
  height:45px !important;
  margin-bottom:2px !important;
}

.db-related-card strong{
  min-height:auto !important;
  font-size:9px !important;
}

.db-related-card span{
  min-height:auto !important;
  font-size:7.5px !important;
}

/* -----------------------------------------------------
   فوتر ابری و شبکه‌های اجتماعی
----------------------------------------------------- */
.db-footer.db-footer-cloud{
  margin-bottom:142px !important;
}

.db-footer-inner{
  padding-top:4px !important;
}

.db-footer-brand .db-footer-text{
  font-size:12px !important;
  color:#4f6879 !important;
}

.db-footer-social-wrap > span{
  font-size:11px !important;
  color:#617887 !important;
}

.db-footer-social{
  gap:7px !important;
}

.db-footer-social a{
  min-width:76px !important;
  min-height:34px !important;
  padding:7px 11px !important;
  border:1px solid #d9e9f1 !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#496779 !important;
  font-size:10px !important;
  font-weight:850 !important;
  box-shadow:0 4px 12px rgba(43,72,90,.055) !important;
}

.db-footer-copy{
  max-width:620px !important;
  color:#7f909b !important;
  font-size:9.5px !important;
}

/* -----------------------------------------------------
   پاپ‌آپ
----------------------------------------------------- */
.db-modal-panel{
  border:1px solid rgba(222,232,238,.9) !important;
  border-radius:20px !important;
  box-shadow:0 24px 70px rgba(24,45,62,.24) !important;
}

.db-modal-close{
  width:32px !important;
  height:32px !important;
  border-radius:10px !important;
  font-size:20px !important;
}

.db-sample-nav{
  width:28px !important;
  height:38px !important;
  border-radius:9px !important;
}

.db-modal-samples img{
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
}

/* -----------------------------------------------------
   موبایل
----------------------------------------------------- */
@media(max-width:767px){

  #danaban-home{
    padding-left:8px !important;
    padding-right:8px !important;
  }

  .db-primary-actions{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
    margin:12px 8px 16px !important;
  }

  .db-primary-action{
    min-height:116px !important;
    padding:11px 9px !important;
    border-radius:17px !important;
  }

  .db-action-icon{
    width:38px !important;
    height:38px !important;
    flex-basis:38px !important;
    border-radius:12px !important;
    font-size:18px !important;
  }

  .db-action-copy strong{
    font-size:12px !important;
  }

  .db-action-copy small{
    font-size:8.8px !important;
    line-height:1.55 !important;
  }

  .db-inner-btn{
    min-width:0 !important;
    width:100% !important;
    min-height:33px !important;
    margin-top:7px !important;
    padding:6px 5px !important;
    border-radius:9px !important;
    font-size:9.3px !important;
  }

  .db-package{
    border-radius:19px !important;
  }

  .db-package-badge-row{
    padding:10px 10px 0 !important;
  }

  .db-pish2-section .db-package-approval,
  .db-pish1-section .db-package-approval{
    padding:7px 10px !important;
    gap:6px !important;
    font-size:9.7px !important;
  }

  .db-pish2-section .db-package-approval-icon,
  .db-pish1-section .db-package-approval-icon{
    width:20px !important;
    height:20px !important;
    flex-basis:20px !important;
    font-size:11px !important;
  }

  .db-package-head{
    min-height:156px !important;
    gap:11px !important;
    padding:14px 11px !important;
  }

  .db-package-image img{
    max-width:140px !important;
    max-height:124px !important;
  }

  .db-package-copy h2{
    font-size:17px !important;
    line-height:1.5 !important;
  }

  .db-package-copy p{
    font-size:10.8px !important;
    line-height:1.7 !important;
  }

  .db-package-commerce{
    width:100% !important;
    flex-direction:row !important;
    align-items:stretch !important;
    gap:7px !important;
  }

  .db-package-commerce .db-price-box{
    padding:7px 8px !important;
    border-radius:11px !important;
  }

  .db-price-row{
    gap:6px !important;
    font-size:8.8px !important;
  }

  .db-price-row-special strong{
    font-size:13px !important;
  }

  body .db-package .db-package-commerce .db-package-buy-box{
    flex:0 0 116px !important;
    width:116px !important;
    min-width:116px !important;
    max-width:116px !important;
    min-height:44px !important;
    margin:0 !important;
    padding:0 7px !important;
    border-radius:10px !important;
    font-size:9.5px !important;
  }

  .db-package-buy-icon{
    font-size:12px !important;
  }

  .db-package-details{
    padding:0 8px 11px !important;
  }

  .db-detail-grid{
    gap:7px !important;
  }

  .db-product-card{
    padding:8px !important;
    border-radius:13px !important;
  }

  .db-product-image{
    height:88px !important;
    margin-bottom:5px !important;
  }

  .db-product-card h3{
    font-size:12.5px !important;
  }

  .db-product-card p{
    min-height:35px !important;
    margin-bottom:7px !important;
    font-size:9px !important;
    line-height:1.55 !important;
  }

  .db-info-btn,
  .db-buy-btn,
  .db-download-btn,
  .db-info-link,
  .db-feature-buy-btn,
  .db-online-teacher-btn{
    min-height:34px !important;
    padding:6px 5px !important;
    border-radius:9px !important;
    font-size:8.8px !important;
  }

  .db-feature-strip{
    grid-template-columns:88px minmax(0,1fr) !important;
    gap:10px !important;
    min-height:auto !important;
    padding:12px 10px !important;
    border-radius:17px !important;
  }

  .db-feature-visual{
    min-height:78px !important;
  }

  .db-feature-visual img{
    max-width:86px !important;
    height:80px !important;
  }

  .db-feature-online-visual span{
    width:68px !important;
    height:62px !important;
    font-size:30px !important;
  }

  .db-feature-content h2{
    font-size:15.5px !important;
  }

  .db-feature-content p{
    font-size:9px !important;
    line-height:1.6 !important;
  }

  .db-feature-badge{
    font-size:7.5px !important;
    padding:3px 6px !important;
  }

  .db-feature-actions{
    grid-column:1/-1 !important;
    grid-template-columns:1fr 1fr !important;
    gap:6px !important;
  }

  .db-related-section{
    width:calc(100% - 10px) !important;
    bottom:5px !important;
    padding:6px 7px !important;
    border-radius:13px !important;
  }

  .db-related-heading h2{
    font-size:10.5px !important;
  }

  .db-related-all{
    font-size:8px !important;
  }

  .db-related-card{
    flex:0 0 98px !important;
    min-height:68px !important;
    grid-template-rows:40px auto auto !important;
  }

  .db-related-card img{
    height:40px !important;
  }

  .db-related-card strong{
    font-size:8.2px !important;
  }

  .db-related-card span{
    font-size:7px !important;
  }

  .db-footer.db-footer-cloud{
    margin-bottom:126px !important;
  }

  .db-footer-social a{
    min-width:58px !important;
    min-height:30px !important;
    padding:6px 8px !important;
    font-size:8.5px !important;
  }

  .db-footer-copy{
    font-size:8.5px !important;
  }
}

/* موبایل خیلی کوچک */
@media(max-width:360px){
  .db-primary-actions{
    gap:5px !important;
  }

  .db-primary-action{
    padding:9px 7px !important;
  }

  .db-action-copy strong{
    font-size:11px !important;
  }

  .db-action-copy small{
    font-size:8.2px !important;
  }

  body .db-package .db-package-commerce .db-package-buy-box{
    flex-basis:104px !important;
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    font-size:8.7px !important;
  }
}
/* =========================================
   دکمه ورود به کتاب مربی آنلاین
   یاسی پاستلی
========================================= */

body .db-online-teacher-section .db-feature-buy-btn,
body .db-online-teacher-section .db-online-teacher-btn{
  background:linear-gradient(
    135deg,
    #9f8ac9 0%,
    #806caf 100%
  ) !important;

  background-color:#8d78ba !important;

  color:#ffffff !important;

  border:1px solid #7d69aa !important;

  box-shadow:
    0 6px 15px rgba(128,108,175,.18) !important;
}

body .db-online-teacher-section .db-feature-buy-btn:hover,
body .db-online-teacher-section .db-online-teacher-btn:hover{
  background:linear-gradient(
    135deg,
    #917bc0 0%,
    #715ca1 100%
  ) !important;

  color:#ffffff !important;

  transform:translateY(-1px) !important;
}
/* =========================================
   فونت یکدست و حرفه‌ای کل سایت دانابان
========================================= */

html,
body,
button,
input,
textarea,
select,
a,
span,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
small,
summary{
  font-family:'RaviNormal', sans-serif !important;
}


/* تیتر اصلی */
.db-hero-main-title h1{
  font-weight:900 !important;
  letter-spacing:-0.4px !important;
}


/* تیترهای اصلی بسته‌ها */
.db-package-copy h2,
.db-feature-content h2,
.db-faq h2,
.db-seo-content h2{
  font-weight:900 !important;
  letter-spacing:-0.25px !important;
}


/* عنوان کارت محصولات */
.db-product-card h3{
  font-weight:800 !important;
}


/* متن‌های توضیحی */
.db-package-copy p,
.db-product-card p,
.db-feature-content p,
.db-seo-content p,
.db-faq p{
  font-weight:400 !important;
}


/* دکمه‌ها */
.db-info-btn,
.db-buy-btn,
.db-download-btn,
.db-package-buy-box,
.db-inner-btn,
.db-info-link,
.db-feature-buy-btn,
.db-online-teacher-btn{
  font-weight:800 !important;
}


/* قیمت‌ها */
.db-price-row span{
  font-weight:600 !important;
}

.db-price-row-special strong{
  font-weight:900 !important;
}


/* تاییدیه */
.db-package-approval{
  font-weight:800 !important;
}


/* فوتر */
.db-footer,
.db-footer *{
  font-family:'RaviNormal', sans-serif !important;
}
/* =========================================
   DANABAN - FONT SYSTEM
   فونت یکدست و حرفه‌ای سایت
========================================= */

html,
body,
button,
input,
textarea,
select{
  font-family:'RaviNormal', sans-serif !important;
}


/* همه بخش‌های دانابان */
.db-home-header,
.db-primary-actions,
.db-home-main,
.db-home-section,
.db-package,
.db-product-card,
.db-feature-strip,
.db-seo-content,
.db-faq,
.db-footer,
.db-modal{
  font-family:'RaviNormal', sans-serif !important;
}


/* همه فرزندان این بخش‌ها */
.db-home-header *,
.db-primary-actions *,
.db-home-main *,
.db-home-section *,
.db-package *,
.db-product-card *,
.db-feature-strip *,
.db-seo-content *,
.db-faq *,
.db-footer *,
.db-modal *{
  font-family:'RaviNormal', sans-serif !important;
}


/* =========================================
   تیتر اصلی
========================================= */

.db-hero-main-title h1,
.db-home-title{
  font-family:'RaviBold', sans-serif !important;
  font-weight:900 !important;
  letter-spacing:-0.45px !important;
}


/* =========================================
   تیترهای اصلی بخش‌ها
========================================= */

.db-package-copy h2,
.db-feature-content h2,
.db-seo-content h2,
.db-faq h2,
.db-modal-panel > h2{
  font-family:'RaviBold', sans-serif !important;
  font-weight:900 !important;
  letter-spacing:-0.3px !important;
}


/* =========================================
   عنوان کارت‌ها
========================================= */

.db-product-card h3,
.db-samples-head h3,
.db-modal-description h3{
  font-family:'RaviBold', sans-serif !important;
  font-weight:800 !important;
}


/* =========================================
   متن توضیحات
========================================= */

.db-package-copy p,
.db-product-card p,
.db-feature-content p,
.db-seo-content p,
.db-faq p,
.db-modal-description,
.db-action-copy small{
  font-family:'RaviNormal', sans-serif !important;
  font-weight:400 !important;
}


/* =========================================
   متن‌های مهم
========================================= */

.db-action-copy strong,
.db-price-row-special strong{
  font-family:'RaviBold', sans-serif !important;
  font-weight:900 !important;
}


/* =========================================
   دکمه‌ها
========================================= */

.db-info-btn,
.db-buy-btn,
.db-download-btn,
.db-package-buy-box,
.db-inner-btn,
.db-info-link,
.db-feature-buy-btn,
.db-online-teacher-btn{
  font-family:'RaviNormal', sans-serif !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}


/* =========================================
   قیمت
========================================= */

.db-price-row span,
.db-price-row-old del{
  font-family:'RaviNormal', sans-serif !important;
  font-weight:600 !important;
}


/* =========================================
   تاییدیه
========================================= */

.db-package-approval,
.db-package-approval span{
  /*font-family:"Vazirmatn", sans-serif !important;*/
  font-weight:800 !important;
}


/* =========================================
   FAQ
========================================= */

.db-faq summary{
  /*font-family:"Vazirmatn", sans-serif !important;*/
  font-weight:700 !important;
}


/* =========================================
   فوتر
========================================= */

.db-footer-text{
  font-weight:500 !important;
}

.db-footer-social a{
  font-weight:700 !important;
}

.db-footer-copy{
  font-weight:400 !important;
}


/* =========================================
   نمایش بهتر اعداد فارسی
========================================= */

body{
  font-feature-settings:"ss01" 1;
  -webkit-font-feature-settings:"ss01" 1;
}
/* =========================================
   متن دکمه‌ها ظریف‌تر و غیر بولد
========================================= */

.db-info-btn,
.db-buy-btn,
.db-download-btn,
.db-package-buy-box,
.db-inner-btn,
.db-info-link,
.db-feature-buy-btn,
.db-online-teacher-btn,
.db-product-actions a,
.db-product-actions button{
  font-weight:400 !important;
}

/* متن داخل دکمه خرید بسته */
.db-package-buy-box span{
  font-weight:400 !important;
}

/* متن دکمه‌های فروشگاه و رهگیری */
.db-inner-track-btn,
.db-inner-store-btn{
  font-weight:400 !important;
}

/* متن دکمه دفتر شطرنجی و مربی آنلاین */
.db-feature-actions a,
.db-feature-actions button{
  font-weight:400 !important;
}
/* =========================================
   FINAL FIX - متن دکمه‌های خرید غیر بولد
========================================= */

body .db-buy-btn,
body .db-package-buy-box,
body .db-main-buy-btn,
body .db-feature-buy-btn,
body .db-online-teacher-btn,

body .db-buy-btn *,
body .db-package-buy-box *,
body .db-main-buy-btn *,
body .db-feature-buy-btn *,
body .db-online-teacher-btn *,

body .db-product-card .db-buy-btn,
body .db-shatranji-section .db-buy-btn,
body .db-online-teacher-section .db-feature-buy-btn,
body .db-online-teacher-section .db-online-teacher-btn,

body .db-product-card .db-buy-btn *,
body .db-shatranji-section .db-buy-btn *,
body .db-online-teacher-section .db-feature-buy-btn *,
body .db-online-teacher-section .db-online-teacher-btn *{
  /*font-family:"Vazirmatn", sans-serif !important;*/
  font-weight:400 !important;
  font-variation-settings:"wght" 400 !important;
  text-shadow:none !important;
}
/* =========================================
   FINAL - متن دکمه‌های خرید هم‌اندازه بقیه
========================================= */

body .db-buy-btn,
body .db-package-buy-box,
body .db-main-buy-btn,
body .db-feature-buy-btn,
body .db-online-teacher-btn,
body .db-product-card .db-buy-btn,
body .db-shatranji-section .db-buy-btn,
body .db-online-teacher-section .db-feature-buy-btn,
body .db-online-teacher-section .db-online-teacher-btn{

  /*font-family:"Vazirmatn", sans-serif !important;*/

  font-weight:400 !important;

  font-size:11px !important;

  line-height:1.4 !important;

  letter-spacing:0 !important;
}


/* متن داخل span یا strong هم دقیقاً همین اندازه */
body .db-buy-btn *,
body .db-package-buy-box *,
body .db-main-buy-btn *,
body .db-feature-buy-btn *,
body .db-online-teacher-btn *{

  /*font-family:"Vazirmatn", sans-serif !important;*/

  font-weight:400 !important;

  font-size:inherit !important;

  line-height:inherit !important;
}


/* موبایل */
@media(max-width:767px){

  body .db-buy-btn,
  body .db-package-buy-box,
  body .db-main-buy-btn,
  body .db-feature-buy-btn,
  body .db-online-teacher-btn{

    font-size:8.8px !important;

    font-weight:400 !important;
  }
}
/* =========================================
   FINAL - متن دکمه‌های خرید هم‌اندازه بقیه
========================================= */

body .db-buy-btn,
body .db-package-buy-box,
body .db-main-buy-btn,
body .db-feature-buy-btn,
body .db-online-teacher-btn,
body .db-product-card .db-buy-btn,
body .db-shatranji-section .db-buy-btn,
body .db-online-teacher-section .db-feature-buy-btn,
body .db-online-teacher-section .db-online-teacher-btn{

  /*font-family:"Vazirmatn", sans-serif !important;*/

  font-weight:400 !important;

  font-size:11px !important;

  line-height:1.4 !important;

  letter-spacing:0 !important;
}


/* متن داخل span یا strong هم دقیقاً همین اندازه */
body .db-buy-btn *,
body .db-package-buy-box *,
body .db-main-buy-btn *,
body .db-feature-buy-btn *,
body .db-online-teacher-btn *{

  /*font-family:"Vazirmatn", sans-serif !important;*/

  font-weight:400 !important;

  font-size:inherit !important;

  line-height:inherit !important;
}


/* موبایل */
@media(max-width:767px){

  body .db-buy-btn,
  body .db-package-buy-box,
  body .db-main-buy-btn,
  body .db-feature-buy-btn,
  body .db-online-teacher-btn{

    font-size:8.8px !important;

    font-weight:400 !important;
  }
}
/* =========================================
   رهگیری و فروشگاه با جای شخصیت در سمت راست
========================================= */

.db-primary-action{
  display:grid !important;
  grid-template-columns:110px minmax(0,1fr) !important;
  align-items:center !important;
  gap:16px !important;

  direction:rtl !important;
}


/* =========================================
   فضای شخصیت در سمت راست
========================================= */

.db-action-character{
  width:110px !important;
  min-width:110px !important;
  height:100px !important;

  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;

  overflow:visible !important;
}


/* وقتی عکس شخصیت گذاشتی */
.db-action-character img{
  display:block !important;

  width:auto !important;
  max-width:105px !important;

  height:auto !important;
  max-height:105px !important;

  object-fit:contain !important;
}


/* =========================================
   متن وسط باکس
========================================= */

.db-action-copy{
  min-width:0 !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  text-align:center !important;
}


/* عنوان */
.db-action-copy strong{
  width:100% !important;

  margin:0 0 4px !important;

  text-align:center !important;
}


/* توضیح */
.db-action-copy small{
  width:100% !important;

  margin:0 !important;

  text-align:center !important;
}


/* دکمه */
.db-action-copy .db-inner-btn{
  margin:10px auto 0 !important;
}


/* آیکون قدیمی دیگر نمایش داده نشود */
.db-action-icon{
  display:none !important;
}


/* =========================================
   موبایل
========================================= */

@media(max-width:767px){

  .db-primary-action{
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:6px !important;

    padding:10px 8px !important;
  }

  .db-action-character{
    width:58px !important;
    min-width:58px !important;
    height:70px !important;
  }

  .db-action-character img{
    max-width:58px !important;
    max-height:68px !important;
  }

  .db-action-copy strong{
    font-size:11.5px !important;
  }

  .db-action-copy small{
    font-size:8.5px !important;
    line-height:1.55 !important;
  }

  .db-action-copy .db-inner-btn{
    width:auto !important;
    min-width:95px !important;

    margin-top:6px !important;

    padding:6px 9px !important;
  }
}

/* =====================================================================
   DANABAN FINAL V31
   لایه نهایی قطعی برای هدر، ابرها، دسترسی سریع و فونت دکمه‌ها
   ===================================================================== */

/* ---------- فونت یکدست ---------- */
html, body, button, input, textarea, select,
.db-home-header, .db-primary-actions, .db-home-main,
.db-footer, .db-modal{
  /*font-family:"Vazirmatn", sans-serif !important;*/
}

/* ---------- دکمه‌ها: متن غیر بولد و یکدست ---------- */
html body .db-info-btn,
html body .db-buy-btn,
html body .db-download-btn,
html body .db-package-buy-box,
html body .db-main-buy-btn,
html body .db-inner-btn,
html body .db-info-link,
html body .db-feature-buy-btn,
html body .db-online-teacher-btn,
html body .db-product-actions a,
html body .db-product-actions button,
html body .db-feature-actions a,
html body .db-feature-actions button{
  /*font-family:"Vazirmatn",sans-serif !important;*/
  font-weight:400 !important;
  font-variation-settings:"wght" 400 !important;
  letter-spacing:0 !important;
  text-shadow:none !important;
}

html body .db-buy-btn *,
html body .db-package-buy-box *,
html body .db-main-buy-btn *,
html body .db-feature-buy-btn *,
html body .db-online-teacher-btn *{
  font-weight:400 !important;
  font-variation-settings:"wght" 400 !important;
  font-size:inherit !important;
}

/* ---------- مربی آنلاین یاسی، نه قرمز ---------- */
html body .db-online-teacher-section .db-feature-buy-btn,
html body .db-online-teacher-section .db-online-teacher-btn{
  background:linear-gradient(135deg,#9f8ac9 0%,#806caf 100%) !important;
  background-color:#8d78ba !important;
  border-color:#7d69aa !important;
  color:#fff !important;
}

/* =====================================================================
   HERO CLOUDS — seamless / بدون کادر سفید / بدون پرش
   ===================================================================== */

.db-home-header.db-hero-header{
  position:relative !important;
  overflow:hidden !important;
}

/* فقط خود ابرها */
.db-hero-clouds{
  --cloud-front-w:1600px;
  --cloud-back-w:1600px;

  position:absolute !important;
  z-index:5 !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;

  width:100% !important;
  height:118px !important;

  overflow:hidden !important;
  pointer-events:none !important;

  background:transparent !important;
  line-height:0 !important;
}

/* باکس سفید قدیمی کاملاً حذف */
.db-hero-clouds::before,
.db-hero-clouds::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

/* ترک شامل دو نسخه کاملاً یکسان */
.db-cloud-track{
  position:absolute !important;
  left:0 !important;
  display:flex !important;
  align-items:flex-end !important;
  width:max-content !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  gap:0 !important;
  line-height:0 !important;
  will-change:transform !important;
  backface-visibility:hidden !important;
}

.db-cloud-track img{
  display:block !important;
  flex:0 0 auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  user-select:none !important;
  pointer-events:none !important;
}

/* لایه عقب */
.db-cloud-track-back{
  bottom:18px !important;
  opacity:.72 !important;
  animation:dbCloudSeamlessBack 34s linear infinite !important;
}
.db-cloud-track-back img{
  width:var(--cloud-back-w) !important;
  height:88px !important;
}

/* لایه جلو */
.db-cloud-track-front{
  bottom:-1px !important;
  opacity:1 !important;
  animation:dbCloudSeamlessFront 23s linear infinite !important;
  filter:drop-shadow(0 -3px 7px rgba(90,165,190,.10)) !important;
}
.db-cloud-track-front img{
  width:var(--cloud-front-w) !important;
  height:96px !important;
}

@keyframes dbCloudSeamlessFront{
  from{ transform:translate3d(0,0,0); }
  to{ transform:translate3d(-1600px,0,0); }
}

@keyframes dbCloudSeamlessBack{
  from{ transform:translate3d(0,0,0); }
  to{ transform:translate3d(-1600px,0,0); }
}

/* هیچ مستطیل سفید اضافه زیر ابر نساز */
.db-home-header.db-hero-header::after{
  content:none !important;
  display:none !important;
}

/* =====================================================================
   رهگیری + فروشگاه
   سایز کارت‌ها جمع‌وجور؛ شخصیت سمت راست؛ متن وسط
   ===================================================================== */

.db-primary-actions{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  width:calc(100% - 32px) !important;
  max-width:1180px !important;
  gap:10px !important;
  margin:12px auto 16px !important;
}

.db-primary-actions .db-primary-action{
  display:grid !important;
  grid-template-columns:74px minmax(0,1fr) !important;
  align-items:center !important;
  gap:8px !important;

  min-height:82px !important;
  height:auto !important;
  padding:8px 12px !important;

  border-radius:16px !important;
  direction:rtl !important;
  overflow:hidden !important;
}

/* جای شخصیت */
.db-primary-actions .db-action-character{
  width:74px !important;
  min-width:74px !important;
  height:72px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
}

/* هر دو شخصیت کمی بزرگ‌تر و با حرکت نرم */
.db-primary-actions .db-action-character img{
  display:block !important;
  width:auto !important;
  height:72px !important;
  max-width:74px !important;
  max-height:72px !important;
  object-fit:contain !important;
  transform-origin:center bottom !important;
  animation:dbCharacterFloat 3.4s ease-in-out infinite !important;
}

/* فروشگاه با تاخیر تا حرکت دو شخصیت مصنوعی نباشد */
.db-primary-actions .db-store-action .db-action-character img{
  animation-delay:.55s !important;
}

@keyframes dbCharacterFloat{
  0%,100%{transform:translate3d(0,0,0) rotate(0deg);}
  35%{transform:translate3d(0,-3px,0) rotate(-.5deg);}
  65%{transform:translate3d(0,-5px,0) rotate(.5deg);}
}

.db-primary-actions .db-action-copy{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.db-primary-actions .db-action-copy strong,
.db-primary-actions .db-action-copy small{
  width:100% !important;
  text-align:center !important;
}

.db-primary-actions .db-action-copy strong{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.4 !important;
}

.db-primary-actions .db-action-copy small{
  margin:2px 0 0 !important;
  font-size:9px !important;
  line-height:1.45 !important;
}

.db-primary-actions .db-inner-btn{
  width:auto !important;
  min-width:100px !important;
  min-height:29px !important;
  margin:5px auto 0 !important;
  padding:4px 9px !important;
  border-radius:8px !important;
  font-size:9px !important;
  font-weight:400 !important;
}

.db-action-icon{
  display:none !important;
}

/* ---------- موبایل ---------- */
@media(max-width:767px){

  .db-hero-clouds{
    --cloud-front-w:1000px;
    --cloud-back-w:1000px;
    height:88px !important;
  }

  .db-cloud-track-front{
    bottom:-1px !important;
    animation-duration:18s !important;
  }
  .db-cloud-track-front img{
    height:72px !important;
  }

  .db-cloud-track-back{
    bottom:12px !important;
    animation-duration:27s !important;
  }
  .db-cloud-track-back img{
    height:65px !important;
  }

  @keyframes dbCloudSeamlessFront{
    from{transform:translate3d(0,0,0);}
    to{transform:translate3d(-1000px,0,0);}
  }

  @keyframes dbCloudSeamlessBack{
    from{transform:translate3d(0,0,0);}
    to{transform:translate3d(-1000px,0,0);}
  }

  .db-primary-actions{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:calc(100% - 12px) !important;
    gap:6px !important;
    margin:8px auto 12px !important;
  }

  .db-primary-actions .db-primary-action{
    grid-template-columns:42px minmax(0,1fr) !important;
    min-height:68px !important;
    padding:6px 5px !important;
    gap:4px !important;
    border-radius:13px !important;
  }

  .db-primary-actions .db-action-character{
    width:42px !important;
    min-width:42px !important;
    height:50px !important;
  }

  .db-primary-actions .db-action-character img{
    height:50px !important;
    max-width:44px !important;
    max-height:50px !important;
  }

  .db-primary-actions .db-action-copy strong{
    font-size:9.7px !important;
  }

  .db-primary-actions .db-action-copy small{
    font-size:7px !important;
    line-height:1.35 !important;
  }

  .db-primary-actions .db-inner-btn{
    min-width:68px !important;
    min-height:24px !important;
    margin-top:3px !important;
    padding:3px 5px !important;
    font-size:7.2px !important;
    border-radius:7px !important;
  }

  html body .db-info-btn,
  html body .db-buy-btn,
  html body .db-download-btn,
  html body .db-package-buy-box,
  html body .db-main-buy-btn,
  html body .db-info-link,
  html body .db-feature-buy-btn,
  html body .db-online-teacher-btn{
    font-size:8.8px !important;
    font-weight:400 !important;
  }
}

@media (prefers-reduced-motion:reduce){
  .db-cloud-track,
  .db-primary-actions .db-action-character img{
    animation:none !important;
  }
}

/* =====================================================================
   V32 — MOBILE HERO FINAL FIX
   این بلوک باید آخر فایل باشد تا تمام قوانین قدیمی موبایل هدر را خنثی کند
   ===================================================================== */

@media (max-width:767px){

  /* خود هدر: یک کارت جمع‌وجور با نسبت مناسب */
  html body .db-home-header.db-hero-header{
    position:relative !important;
    display:block !important;

    width:calc(100% - 12px) !important;
    max-width:430px !important;

    height:238px !important;
    min-height:238px !important;
    max-height:238px !important;

    aspect-ratio:auto !important;

    margin:6px auto 10px !important;
    padding:0 !important;

    border:0 !important;
    border-radius:18px !important;

    overflow:hidden !important;

    background:#55d8e5 !important;
    box-shadow:0 8px 22px rgba(35,82,104,.10) !important;
  }

  /* تصویر اصلی: بدون کشیدگی، تمرکز روی کتاب‌ها و گوشی */
  html body .db-home-header.db-hero-header > .db-hero-image{
    position:absolute !important;

    inset:0 !important;

    width:100% !important;
    height:100% !important;

    max-width:none !important;

    object-fit:cover !important;
    object-position:30% center !important;

    transform:none !important;

    z-index:1 !important;
  }

  /* هیچ پوشش/مستطیل اضافی روی تصویر نباشد */
  html body .db-home-header.db-hero-header::before,
  html body .db-home-header.db-hero-header::after{
    content:none !important;
    display:none !important;
  }

  /* عنوان فقط بالا و وسط */
  html body .db-hero-copy{
    position:absolute !important;
    inset:0 !important;
    z-index:8 !important;
    pointer-events:none !important;
  }

  html body .db-hero-main-title{
    position:absolute !important;

    top:8px !important;
    left:50% !important;

    width:94% !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
    padding:0 !important;

    text-align:center !important;
  }

  html body .db-hero-main-title h1{
    margin:0 !important;
    padding:0 !important;

    font-size:16px !important;
    line-height:1.4 !important;
    font-weight:900 !important;

    letter-spacing:-.2px !important;

    white-space:nowrap !important;

    color:#ff2f91 !important;

    text-shadow:
      2px 0 #fff,
      -2px 0 #fff,
      0 2px #fff,
      0 -2px #fff,
      0 3px 8px rgba(39,102,124,.10) !important;
  }

  /* ابرها پایین هدر؛ کوتاه‌تر تا محتوای تصویر را نخورند */
  html body .db-hero-clouds{
    position:absolute !important;

    left:0 !important;
    right:0 !important;
    bottom:-1px !important;

    width:100% !important;
    height:64px !important;

    z-index:6 !important;

    overflow:hidden !important;
    background:transparent !important;
  }

  html body .db-cloud-track-front{
    bottom:-1px !important;
    opacity:1 !important;
  }

  html body .db-cloud-track-front img{
    height:58px !important;
  }

  html body .db-cloud-track-back{
    bottom:8px !important;
    opacity:.66 !important;
  }

  html body .db-cloud-track-back img{
    height:50px !important;
  }

  /* تمام قوانین قدیمی strip اگر هنوز جایی مانده باشند بی‌اثر شوند */
  html body .db-cloud-strip,
  html body .db-cloud-strip-front,
  html body .db-cloud-strip-back{
    display:none !important;
  }
}

/* گوشی‌های خیلی باریک */
@media (max-width:380px){
  html body .db-home-header.db-hero-header{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
  }

  html body .db-home-header.db-hero-header > .db-hero-image{
    object-position:29% center !important;
  }

  html body .db-hero-main-title h1{
    font-size:14.5px !important;
  }

  html body .db-hero-clouds{
    height:58px !important;
  }

  html body .db-cloud-track-front img{
    height:53px !important;
  }

  html body .db-cloud-track-back img{
    height:46px !important;
  }
}

/* =====================================================================
   V33 — MOBILE PACKAGE PURCHASE BOX FIX
   قیمت + خرید بسته در موبایل: تمیز، جمع‌وجور و بدون فشردگی
   ===================================================================== */

@media (max-width:767px){

  /* هدر هر بسته در موبایل عمودی و مرتب شود */
  html body .db-package .db-package-head{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;

    min-height:0 !important;
    height:auto !important;

    gap:8px !important;
    padding:10px 10px 12px !important;
  }

  /* تصویر بسته */
  html body .db-package .db-package-image{
    width:100% !important;
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
  }

  html body .db-package .db-package-image img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:150px !important;
    max-height:118px !important;
    object-fit:contain !important;
    margin:0 auto !important;
  }

  /* متن بسته */
  html body .db-package .db-package-copy{
    width:100% !important;
    min-width:0 !important;
    display:block !important;
    text-align:center !important;
    margin:0 !important;
  }

  html body .db-package .db-package-copy h2{
    margin:0 0 4px !important;
    font-size:15px !important;
    line-height:1.5 !important;
    text-align:center !important;
  }

  html body .db-package .db-package-copy p{
    margin:0 auto 8px !important;
    max-width:330px !important;
    font-size:9.5px !important;
    line-height:1.7 !important;
    text-align:center !important;
  }

  /* قیمت + خرید در یک ردیف تمیز */
  html body .db-package .db-package-commerce{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 108px !important;
    align-items:stretch !important;

    width:100% !important;
    max-width:340px !important;

    gap:7px !important;
    margin:0 auto !important;
  }

  /* باکس قیمت */
  html body .db-package .db-package-commerce .db-price-box{
    width:100% !important;
    min-width:0 !important;

    padding:7px 9px !important;

    border-radius:11px !important;
  }

  html body .db-package .db-price-row{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:6px !important;

    font-size:8.5px !important;
    line-height:1.5 !important;
  }

  html body .db-package .db-price-row-special strong{
    font-size:12px !important;
    line-height:1.45 !important;
  }

  /* دکمه خرید کامل */
  html body .db-package .db-package-commerce .db-package-buy-box,
  html body .db-package .db-package-commerce .db-main-buy-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:108px !important;
    min-width:108px !important;
    max-width:108px !important;

    height:auto !important;
    min-height:52px !important;

    margin:0 !important;
    padding:7px 6px !important;

    gap:4px !important;

    border-radius:11px !important;

    font-size:8.7px !important;
    line-height:1.4 !important;
    font-weight:400 !important;

    white-space:nowrap !important;
  }

  html body .db-package .db-package-buy-icon{
    font-size:12px !important;
    line-height:1 !important;
  }
}

/* گوشی خیلی باریک */
@media (max-width:360px){

  html body .db-package .db-package-commerce{
    grid-template-columns:minmax(0,1fr) 96px !important;
    gap:6px !important;
  }

  html body .db-package .db-package-commerce .db-package-buy-box,
  html body .db-package .db-package-commerce .db-main-buy-btn{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
    font-size:8px !important;
  }

  html body .db-package .db-package-image img{
    max-width:138px !important;
    max-height:108px !important;
  }
}
/* =========================================
   دکمه شناور تماس با ما - نسخه نهایی
========================================= */

.db-contact-float{
  position:fixed !important;

  right:28px !important;
  bottom:32px !important;

  z-index:9999 !important;

  width:62px !important;
  height:62px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  padding:0 !important;
  margin:0 !important;

  border:0 !important;
  border-radius:50% !important;

  background:transparent !important;

  text-decoration:none !important;

  cursor:pointer !important;

  transition:
    transform .25s ease,
    filter .25s ease !important;
}


/* عکس آیکون */
.db-contact-float img{
  width:100% !important;
  height:100% !important;

  display:block !important;

  object-fit:contain !important;

  border-radius:50% !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease !important;

  box-shadow:
    0 8px 20px rgba(0,0,0,.16) !important;
}


/* متن تماس با ما */
.db-contact-float::before{
  content:"تماس با ما";

  position:absolute;

  right:72px;
  top:50%;

  transform:
    translateY(-50%)
    translateX(8px);

  opacity:0;

  pointer-events:none;

  white-space:nowrap;

  background:#ffffff;

  color:#319d4c;

  padding:7px 12px;

  border-radius:10px;

  /*font-family:"Vazirmatn",sans-serif;*/

  font-size:11px;
  font-weight:600;

  box-shadow:
    0 6px 18px rgba(0,0,0,.12);

  transition:
    opacity .25s ease,
    transform .25s ease;
}


/* حلقه نرم دور آیکون */
.db-contact-float::after{
  content:"";

  position:absolute;

  inset:-6px;

  border-radius:50%;

  border:2px solid rgba(60,185,86,.25);

  opacity:0;

  transform:scale(.85);

  transition:
    opacity .25s ease,
    transform .25s ease;
}


/* هاور دسکتاپ */
.db-contact-float:hover{
  transform:
    translateY(-3px)
    scale(1.06) !important;

  filter:
    drop-shadow(
      0 8px 14px rgba(42,166,70,.22)
    ) !important;
}


.db-contact-float:hover img{
  transform:rotate(-5deg) !important;

  box-shadow:
    0 12px 25px rgba(0,0,0,.20) !important;
}


.db-contact-float:hover::before{
  opacity:1;

  transform:
    translateY(-50%)
    translateX(0);
}


.db-contact-float:hover::after{
  opacity:1;
  transform:scale(1);
}


/* =========================================
   موبایل
========================================= */

@media(max-width:767px){

  .db-contact-float{

    width:54px !important;
    height:54px !important;

    right:12px !important;

    /*
      چون محصولات مرتبط پایین صفحه ثابت هستند،
      تماس با ما بالاتر از آن قرار می‌گیرد
    */
    bottom:125px !important;

  }


  /* روی موبایل متن هاور نمایش داده نشود */
  .db-contact-float::before{
    display:none !important;
  }


  .db-contact-float::after{
    inset:-4px;
  }


  .db-contact-float:active{
    transform:scale(.93) !important;
  }


}
@media(min-width:768px){

  .db-contact-float{
    right:170px !important;
    bottom:110px !important;
  }

}
@media(max-width:767px){

  html body .db-home-header.db-hero-header{
    height:170px !important;
    min-height:170px !important;
    max-height:170px !important;
  }

}

/* =====================================================================
   V34 — Typography refinements requested
   فقط اندازه متن‌ها؛ بدون تغییر چیدمان یا رنگ‌بندی
   ===================================================================== */

/* متن توضیح دو باکس رهگیری و فروشگاه */
html body .db-primary-actions .db-action-copy small{
  font-size:12px !important;
  line-height:1.7 !important;
}

/* متن دکمه رهگیری و فروشگاه */
html body .db-primary-actions .db-inner-btn{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}

/* H1 هدر */
html body .db-hero-main-title h1{
  font-size:clamp(28px,3.2vw,46px) !important;
}

/* دو دکمه خرید اصلیِ بسته‌های بزرگ پیش ۱ و پیش ۲ */
html body .db-pish1-section .db-package-commerce .db-package-buy-box,
html body .db-pish2-section .db-package-commerce .db-package-buy-box{
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}

html body .db-pish1-section .db-package-commerce .db-package-buy-box *,
html body .db-pish2-section .db-package-commerce .db-package-buy-box *{
  font-size:inherit !important;
  line-height:inherit !important;
  font-weight:400 !important;
}

/* موبایل: بزرگ‌تر از قبل، ولی متناسب با فضای کارت‌ها */
@media(max-width:767px){

  html body .db-primary-actions .db-action-copy small{
    font-size:8.8px !important;
    line-height:1.5 !important;
  }

  html body .db-primary-actions .db-inner-btn{
    font-size:8.8px !important;
  }

  html body .db-hero-main-title h1{
    font-size:18px !important;
  }

  html body .db-pish1-section .db-package-commerce .db-package-buy-box,
  html body .db-pish2-section .db-package-commerce .db-package-buy-box{
    font-size:10.5px !important;
  }
}

@media(max-width:380px){
  html body .db-hero-main-title h1{
    font-size:16.5px !important;
  }
}

/* =====================================================================
   V35 — Larger action text + larger related-products text
   ===================================================================== */

/* باکس رهگیری و فروشگاه: عنوان، توضیح و دکمه بزرگ‌تر */
html body .db-primary-actions .db-action-copy strong{
  font-size:16px !important;
  line-height:1.45 !important;
}

html body .db-primary-actions .db-action-copy small{
  font-size:13.5px !important;
  line-height:1.7 !important;
}

html body .db-primary-actions .db-inner-btn{
  font-size:13px !important;
  line-height:1.45 !important;
  min-height:34px !important;
  padding:7px 12px !important;
  font-weight:400 !important;
}

/* تیتر اصلی هدر بزرگ‌تر */
html body .db-hero-main-title h1{
  font-size:clamp(32px,3.6vw,52px) !important;
}

/* دکمه خرید اصلی دو باکس بزرگ */
html body .db-pish1-section .db-package-commerce .db-package-buy-box,
html body .db-pish2-section .db-package-commerce .db-package-buy-box{
  font-size:16px !important;
  line-height:1.45 !important;
  min-height:54px !important;
}

/* محصولات مرتبط: متن عنوان و توضیح و دکمه‌ها بزرگ‌تر */
html body .db-related-fixed,
html body .db-related-section{
  font-size:14px !important;
}

html body .db-related-fixed .db-related-title,
html body .db-related-section .db-related-title,
html body .db-related-fixed h2,
html body .db-related-section h2,
html body .db-related-fixed h3,
html body .db-related-section h3{
  font-size:15px !important;
  line-height:1.5 !important;
}

html body .db-related-fixed p,
html body .db-related-section p,
html body .db-related-fixed span,
html body .db-related-section span{
  font-size:12.5px !important;
  line-height:1.55 !important;
}

html body .db-related-fixed a,
html body .db-related-fixed button,
html body .db-related-section a,
html body .db-related-section button{
  font-size:12px !important;
  line-height:1.4 !important;
}

/* موبایل */
@media(max-width:767px){

  html body .db-primary-actions .db-action-copy strong{
    font-size:11px !important;
  }

  html body .db-primary-actions .db-action-copy small{
    font-size:9.5px !important;
    line-height:1.5 !important;
  }

  html body .db-primary-actions .db-inner-btn{
    font-size:9.5px !important;
    min-height:27px !important;
    padding:4px 7px !important;
  }

  html body .db-hero-main-title h1{
    font-size:20px !important;
  }

  html body .db-pish1-section .db-package-commerce .db-package-buy-box,
  html body .db-pish2-section .db-package-commerce .db-package-buy-box{
    font-size:11.5px !important;
  }

  html body .db-related-fixed .db-related-title,
  html body .db-related-section .db-related-title,
  html body .db-related-fixed h2,
  html body .db-related-section h2,
  html body .db-related-fixed h3,
  html body .db-related-section h3{
    font-size:11.5px !important;
  }

  html body .db-related-fixed p,
  html body .db-related-section p,
  html body .db-related-fixed span,
  html body .db-related-section span{
    font-size:9.5px !important;
  }

  html body .db-related-fixed a,
  html body .db-related-fixed button,
  html body .db-related-section a,
  html body .db-related-section button{
    font-size:9.5px !important;
  }
}

/* =====================================================================
   V36 — TYPOGRAPHY PASS
   افزایش خوانایی کل سایت بدون تغییر ساختار، رنگ‌بندی یا چیدمان
   ===================================================================== */

/* ---------- معرفی بالای صفحه ---------- */
html body .db-home-intro p{
  font-size:15px !important;
  line-height:2 !important;
}

/* ---------- عنوان و توضیح بسته‌های بزرگ ---------- */
html body .db-package-copy h2{
  font-size:31px !important;
  line-height:1.45 !important;
}

html body .db-package-copy p{
  font-size:15.5px !important;
  line-height:1.9 !important;
}

/* ---------- تاییدیه ---------- */
html body .db-package-approval,
html body .db-approval-panel{
  font-size:13.5px !important;
  line-height:1.6 !important;
}

/* ---------- قیمت ---------- */
html body .db-price-row{
  font-size:13.5px !important;
}

html body .db-price-row-old del{
  font-size:13.5px !important;
}

html body .db-price-row-special strong{
  font-size:18px !important;
}

/* ---------- کارت‌های محصول ---------- */
html body .db-product-card h3{
  font-size:19px !important;
  line-height:1.5 !important;
}

html body .db-product-card p{
  font-size:14px !important;
  line-height:1.8 !important;
}

html body .db-product-card .db-info-btn,
html body .db-product-card .db-buy-btn,
html body .db-product-card .db-download-btn{
  font-size:12.5px !important;
  line-height:1.45 !important;
}

/* ---------- رهگیری و فروشگاه ---------- */
html body .db-primary-actions .db-action-copy strong{
  font-size:16px !important;
}

html body .db-primary-actions .db-action-copy small{
  font-size:13.5px !important;
  line-height:1.65 !important;
}

html body .db-primary-actions .db-inner-btn{
  font-size:13px !important;
  min-height:35px !important;
}

/* ---------- دفتر شطرنجی و کتاب مربی آنلاین ---------- */
html body .db-feature-badge{
  font-size:10.5px !important;
}

html body .db-feature-content h2{
  font-size:24px !important;
  line-height:1.45 !important;
}

html body .db-feature-content p{
  font-size:13.5px !important;
  line-height:1.8 !important;
}

html body .db-feature-actions .db-info-btn,
html body .db-feature-actions .db-buy-btn,
html body .db-info-link,
html body .db-feature-buy-btn,
html body .db-online-teacher-btn{
  font-size:12.5px !important;
}

/* ---------- محصولات مرتبط ---------- */
html body .db-related-heading h2{
  font-size:15px !important;
  line-height:1.5 !important;
}

html body .db-related-all{
  font-size:11px !important;
}

html body .db-related-card strong{
  font-size:12px !important;
  line-height:1.5 !important;
}

html body .db-related-card span{
  font-size:10.5px !important;
  line-height:1.45 !important;
}

/* ---------- پاپ‌آپ ---------- */
html body .db-modal-panel > h2{
  font-size:22px !important;
}

html body .db-modal-section-head h3,
html body .db-samples-head h3,
html body .db-modal-description h3{
  font-size:15.5px !important;
}

html body .db-modal-description,
html body .db-modal-description p,
html body .db-description-text{
  font-size:13.5px !important;
  line-height:2 !important;
}

html body .db-video-title{
  font-size:13px !important;
  line-height:1.6 !important;
}

html body .db-description-toggle{
  font-size:12px !important;
}

/* ---------- فوتر ---------- */
html body .db-footer-text{
  font-size:13px !important;
  line-height:1.8 !important;
}

html body .db-footer-social a{
  font-size:12px !important;
}

html body .db-footer-copy{
  font-size:11px !important;
}


/* =====================================================================
   MOBILE
   ===================================================================== */
@media(max-width:767px){

  /* معرفی */
  html body .db-home-intro p{
    font-size:12.5px !important;
    line-height:1.85 !important;
  }

  /* بسته‌های بزرگ */
  html body .db-package-copy h2{
    font-size:20px !important;
    line-height:1.5 !important;
  }

  html body .db-package-copy p{
    font-size:12.5px !important;
    line-height:1.75 !important;
  }

  /* تاییدیه */
  html body .db-package-approval,
  html body .db-approval-panel{
    font-size:11.5px !important;
  }

  /* قیمت */
  html body .db-price-row{
    font-size:10.5px !important;
  }

  html body .db-price-row-old del{
    font-size:10.5px !important;
  }

  html body .db-price-row-special strong{
    font-size:13.5px !important;
  }

  /* کارت‌ها */
  html body .db-product-card h3{
    font-size:14.5px !important;
  }

  html body .db-product-card p{
    font-size:11.5px !important;
    line-height:1.7 !important;
  }

  html body .db-product-card .db-info-btn,
  html body .db-product-card .db-buy-btn,
  html body .db-product-card .db-download-btn{
    font-size:10.5px !important;
    line-height:1.4 !important;
  }

  /* رهگیری و فروشگاه */
  html body .db-primary-actions .db-action-copy strong{
    font-size:11.5px !important;
  }

  html body .db-primary-actions .db-action-copy small{
    font-size:9.8px !important;
    line-height:1.5 !important;
  }

  html body .db-primary-actions .db-inner-btn{
    font-size:9.8px !important;
  }

  /* دفتر شطرنجی / مربی آنلاین */
  html body .db-feature-content h2{
    font-size:17px !important;
  }

  html body .db-feature-content p{
    font-size:10.5px !important;
    line-height:1.65 !important;
  }

  html body .db-feature-badge{
    font-size:8.5px !important;
  }

  html body .db-feature-actions .db-info-btn,
  html body .db-feature-actions .db-buy-btn,
  html body .db-info-link,
  html body .db-feature-buy-btn,
  html body .db-online-teacher-btn{
    font-size:10px !important;
  }

  /* محصولات مرتبط */
  html body .db-related-heading h2{
    font-size:13.5px !important;
  }

  html body .db-related-all{
    font-size:10.5px !important;
  }

  html body .db-related-card strong{
    font-size:10.8px !important;
  }

  html body .db-related-card span{
    font-size:9px !important;
  }

  /* پاپ‌آپ */
  html body .db-modal-panel > h2{
    font-size:19px !important;
  }

  html body .db-modal-section-head h3,
  html body .db-samples-head h3,
  html body .db-modal-description h3{
    font-size:14px !important;
  }

  html body .db-modal-description,
  html body .db-modal-description p,
  html body .db-description-text{
    font-size:12.5px !important;
    line-height:1.9 !important;
  }

  html body .db-video-title{
    font-size:11.5px !important;
  }

  html body .db-description-toggle{
    font-size:10.5px !important;
  }

  /* فوتر */
  html body .db-footer-text{
    font-size:11.5px !important;
  }

  html body .db-footer-social a{
    font-size:10.5px !important;
  }

  html body .db-footer-copy{
    font-size:9.5px !important;
  }
}

/* گوشی خیلی باریک: فقط کمی جمع‌وجورتر، نه ریز */
@media(max-width:360px){

  html body .db-product-card h3{
    font-size:13.5px !important;
  }

  html body .db-product-card p{
    font-size:10.5px !important;
  }

  html body .db-related-card strong{
    font-size:10px !important;
  }

  html body .db-related-card span{
    font-size:8.7px !important;
  }
}
