/* Start custom CSS for html, class: .elementor-element-4a8b94a */.btj-social-hero{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 2rem auto 6rem;
  padding: 0 1rem;
}

.btj-social-hero-wrapper{
  max-width: 1280px;
  margin: 0 auto;
}

/* header */
.btj-social-hero-header{
  text-align: center;
  margin-bottom: 2.4rem;
}

.btj-social-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(255, 210, 156, 0.32);
  font-size: 0.86rem;
  color: #64748b;
  font-weight: 500;
}

.btj-social-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #86A789;
}

.btj-social-h1{
  font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  line-height: 1.5;
  color: #1e293b;
  margin: 0.85rem 0 0;
  font-weight: 800;
  text-wrap: balance;
}

/* ✅ فقط روی دسکتاپ عنوان تک‌خطی شود (نه روی موبایل) */
@media (min-width: 992px){
  .btj-social-h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* card */
.btj-social-hero-card{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.12), transparent 55%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 2rem 1.8rem;
}

/* grid */
.btj-social-hero-grid{
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2.6rem;
  align-items: center;
}

/* text */
.btj-social-content{
  text-align: right;
}

.btj-social-meta{
  font-size: 0.92rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 450;
}

.btj-social-sep{
  color: #cbd5e1;
}

.btj-social-lead{
  font-size: 1.06rem;
  line-height: 2.1;
  color: #475569;
  margin: 0 0 1.35rem 0;
  font-weight: 450;
}

.btj-social-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.btj-social-tag{
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  background: rgba(134,167,137,0.10);
  border: 1px solid rgba(134,167,137,0.22);
  color: #2d4a32;
  font-weight: 600;
}

.btj-social-note{
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  font-size: 0.98rem;
  line-height: 2.02;
  font-weight: 500;
}

.btj-social-note strong{
  font-weight: 800;
}

.btj-social-note-em{
  display: inline-block;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.20);
  color: #2d4a32;
  font-weight: 700;
}

/* image */
.btj-social-media{
  margin: 0;
  text-align: center;
}

.btj-social-image-wrap{
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

.btj-social-img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
  aspect-ratio: 4 / 3; /* کمک به ثبات چیدمان */
}

.btj-social-image-wrap:hover .btj-social-img{
  transform: scale(1.04);
}

.btj-social-chips{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.btj-social-chip{
  padding: 0.55rem 1rem;
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  font-size: 0.88rem;
  color: #475569;
  font-weight: 500;
}

/* mild animation (optional) */
.btj-social-hero-header > *,
.btj-social-content > *,
.btj-social-media > *{
  opacity: 0;
  transform: translateY(18px);
  animation: btj-social-fadeUp 0.85s ease forwards;
}

.btj-social-eyebrow{ animation-delay: 0.10s; }
.btj-social-h1{ animation-delay: 0.22s; }
.btj-social-meta{ animation-delay: 0.34s; }
.btj-social-lead{ animation-delay: 0.46s; }
.btj-social-tags{ animation-delay: 0.58s; }
.btj-social-note{ animation-delay: 0.70s; }
.btj-social-media{ animation-delay: 0.82s; }

@keyframes btj-social-fadeUp{
  to{ opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce){
  .btj-social-hero-header > *,
  .btj-social-content > *,
  .btj-social-media > *{
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ✅ Responsive */
@media (max-width: 960px){
  .btj-social-hero-card{
    padding: 1.5rem 1.2rem;
  }

  .btj-social-hero-grid{
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .btj-social-content{
    text-align: center;
  }

  .btj-social-media{
    order: -1; /* تصویر بالا */
  }

  .btj-social-tags{
    justify-content: center;
  }

  .btj-social-meta{
    justify-content: center;
  }
}

@media (max-width: 640px){
  .btj-social-hero{
    margin: 1.5rem auto 4.5rem;
  }

  .btj-social-image-wrap{
    border-radius: 20px;
  }

  .btj-social-hero-card{
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59df8d1 */.btj-social-why{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-social-why-wrapper{
  max-width: 980px; /* متن‌محور مثل قبلی‌ها */
  margin: 0 auto;
}

/* header */
.btj-social-why-header{
  text-align: center;
  margin: 0 auto 1.8rem;
}

.btj-social-why-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-social-why-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* article */
.btj-social-why-article{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.10), transparent 55%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  padding: 1.35rem 1.35rem 1.25rem;
  color: #475569;
  font-size: 1.06rem;
  line-height: 2.15;
  font-weight: 450;
}

.btj-social-why-article p{
  margin: 0 0 1rem 0;
}

.btj-social-why-article strong{
  color: #0f172a;
  font-weight: 650;
}

/* highlight note inside text */
.btj-social-why-highlight{
  margin: 0 0 1rem 0;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  line-height: 2.05;
  font-weight: 500;
}

.btj-social-why-highlight strong{
  font-weight: 800;
}

/* bottom strip */
.btj-social-why-strip{
  margin-top: 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(248, 250, 252, 0.75);
  padding: 0.95rem 1rem;
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.05;
  font-weight: 450;
}

/* responsive */
@media (max-width: 640px){
  .btj-social-why{
    margin: 4.5rem auto;
  }

  .btj-social-why-article{
    border-radius: 22px;
    padding: 1.1rem 1rem;
    font-size: 1rem;
    line-height: 2.05;
  }

  .btj-social-why-highlight{
    padding: 0.9rem 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-137ddde */.btj-social-actions{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-social-actions-wrapper{
  max-width: 980px;
  margin: 0 auto;
}

/* header */
.btj-social-actions-header{
  text-align: center;
  margin: 0 auto 1.8rem;
}

.btj-social-actions-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-social-actions-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* article container */
.btj-social-actions-article{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.10), transparent 55%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  padding: 1.35rem 1.35rem 1.25rem;
  color: #475569;
  font-size: 1.06rem;
  line-height: 2.15;
  font-weight: 450;
}

/* blocks (text sections, not “cards”) */
.btj-social-actions-block{
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.btj-social-actions-block:first-child{
  padding-top: 0.2rem;
}

.btj-social-actions-block:last-of-type{
  border-bottom: none;
}

.btj-social-actions-h3{
  margin: 0 0 0.35rem 0;
  font-size: 1.12rem;
  line-height: 1.9;
  color: #0f172a;
  font-weight: 650;
}

.btj-social-actions-block p{
  margin: 0;
}

/* highlight note inside text */
.btj-social-actions-highlight{
  margin: 1.1rem 0 0;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  line-height: 2.05;
  font-weight: 500;
}

.btj-social-actions-highlight strong{
  font-weight: 800;
}

.btj-social-actions-em{
  display: inline-block;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.20);
  color: #2d4a32;
  font-weight: 750;
}

/* bottom strip */
.btj-social-actions-strip{
  margin-top: 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(248, 250, 252, 0.75);
  padding: 0.95rem 1rem;
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.05;
  font-weight: 450;
}

/* responsive */
@media (max-width: 640px){
  .btj-social-actions{
    margin: 4.5rem auto;
  }

  .btj-social-actions-article{
    border-radius: 22px;
    padding: 1.1rem 1rem;
    font-size: 1rem;
    line-height: 2.05;
  }

  .btj-social-actions-highlight{
    padding: 0.9rem 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afbcf3c */.btj-social-routine{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-social-routine-wrapper{
  max-width: 1100px;
  margin: 0 auto;
}

/* header */
.btj-social-routine-header{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 1.8rem;
}

.btj-social-routine-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-social-routine-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* panel (different feel: clean + subtle side border) */
.btj-social-routine-panel{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* top stripe for visual identity */
.btj-social-routine-panel::before{
  content: "";
  display: block;
  height: 10px;
  background: linear-gradient(90deg, rgba(134,167,137,0.95), rgba(250,204,170,0.95));
}

.btj-social-routine-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  padding: 1.35rem 1.35rem 0.6rem;
}

/* columns */
.btj-social-routine-col{
  padding: 0.2rem 0.2rem 0.9rem;
}

.btj-social-routine-h3{
  margin: 0 0 0.35rem 0;
  font-size: 1.12rem;
  line-height: 1.9;
  color: #0f172a;
  font-weight: 650;
}

.btj-social-routine-p{
  margin: 0 0 1.05rem 0;
  font-size: 1.05rem;
  line-height: 2.15;
  color: #475569;
  font-weight: 450;
}

/* inline highlight */
.btj-social-routine-highlight{
  margin: 0.4rem 0 0;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  line-height: 2.05;
  font-weight: 500;
}

.btj-social-routine-highlight strong{
  font-weight: 800;
}

.btj-social-routine-em{
  display: inline-block;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.20);
  color: #2d4a32;
  font-weight: 750;
}

/* footer strip */
.btj-social-routine-footer{
  margin: 0;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.75);
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.05;
  font-weight: 450;
}

.btj-social-routine-footer strong{
  color: #0f172a;
  font-weight: 700;
}

/* responsive */
@media (max-width: 960px){
  .btj-social-routine-grid{
    grid-template-columns: 1fr;
    padding: 1.2rem 1.1rem 0.5rem;
  }
}

@media (max-width: 640px){
  .btj-social-routine{
    margin: 4.5rem auto;
  }

  .btj-social-routine-panel{
    border-radius: 22px;
  }

  .btj-social-routine-p{
    font-size: 1rem;
    line-height: 2.05;
  }

  .btj-social-routine-highlight{
    padding: 0.9rem 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88282b7 */.btj-social-support{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-social-support-wrapper{
  max-width: 1240px;
  margin: 0 auto;
}

/* header */
.btj-social-support-header{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 2rem;
}

.btj-social-support-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-social-support-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* box */
.btj-social-support-box{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.10), transparent 55%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 1.2rem;
}

.btj-social-support-grid{
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

/* text */
.btj-social-support-text{
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255,255,255,0.85);
  padding: 1.15rem 1.15rem;
}

.btj-social-support-p{
  margin: 0 0 0.95rem 0;
  color: #475569;
  font-size: 1.05rem;
  line-height: 2.15;
  font-weight: 450;
}

.btj-social-support-p strong{
  color: #0f172a;
  font-weight: 650;
}

/* highlight */
.btj-social-support-highlight{
  margin: 0.1rem 0 1rem 0;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  font-size: 0.98rem;
  line-height: 2.02;
  font-weight: 500;
}

.btj-social-support-highlight strong{
  font-weight: 800;
}

/* CTA */
.btj-social-support-cta{
  margin-top: 0.8rem;
  text-align: center;
}

.btj-social-support-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(134,167,137,0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btj-social-support-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(134,167,137,0.55);
}

.btj-social-support-meta{
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.9;
  font-weight: 450;
}

/* aside */
.btj-social-support-aside{
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.78);
  padding: 1.15rem 1.15rem;
  display: flex;
}

.btj-social-support-summary{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btj-social-support-summary-title{
  margin: 0 0 0.6rem 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #0f172a;
  font-weight: 750;
}

.btj-social-support-summary-text{
  margin: 0 0 1rem 0;
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.02;
  font-weight: 450;
}

.btj-social-support-summary-text strong{
  color: #0f172a;
  font-weight: 650;
}

/* stats */
.btj-social-support-stats{
  display: grid;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.btj-social-support-stat{
  text-align: center;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.btj-social-support-stat-num{
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 0.1rem;
}

.btj-social-support-stat-label{
  display: block;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.75;
  font-weight: 450;
}

.btj-social-support-mini{
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(134,167,137,0.08);
  border: 1px solid rgba(134,167,137,0.16);
  color: #2d4a32;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
}

/* quote */
.btj-social-support-quote{
  margin: 1.2rem auto 0;
  max-width: 980px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-inline-start: 4px solid #86A789;
  box-shadow: 0 18px 46px rgba(0,0,0, 0.06);
  padding: 1.15rem 1.2rem;
  color: #2d4a32;
  font-size: 1rem;
  line-height: 2.02;
  font-weight: 450;
}

.btj-social-support-quote footer{
  margin-top: 0.7rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

/* responsive */
@media (max-width: 960px){
  .btj-social-support-grid{
    grid-template-columns: 1fr;
  }
  .btj-social-support-box{
    padding: 1rem;
  }
}

@media (max-width: 640px){
  .btj-social-support{
    margin: 4.5rem auto;
  }

  .btj-social-support-box{
    border-radius: 22px;
    padding: 0.95rem;
  }

  .btj-social-support-text,
  .btj-social-support-aside{
    border-radius: 18px;
    padding: 1.05rem 1rem;
  }

  .btj-social-support-btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-694a4e4 */.btj-social-conclusion{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 4.8rem auto 4rem;
  padding: 0 1rem;
}

.btj-social-conclusion-shell{
  max-width: 1240px;
  margin: 0 auto;
}

.btj-social-conclusion-panel{
  background: #ffffff;
  border-radius: 26px;
  padding: 2.1rem 2rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(209, 213, 219, 0.9);
}

/* گرید اصلی */
.btj-social-conclusion-grid{
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

/* ستون کارت */
.btj-social-conclusion-col-right{ order: 2; }

/* ستون متن */
.btj-social-conclusion-col-left{ order: 1; }

/* متن */
.btj-social-conclusion-h2{
  font-size: clamp(1.8rem, 3.2vw, 2.3rem);
  line-height: 1.65;
  color: #111827;
  font-weight: 800;
  margin: 0 0 0.9rem 0;
  text-wrap: balance;
}

.btj-social-conclusion-text{
  font-size: 1.02rem;
  line-height: 2.05;
  color: #4b5563;
  margin: 0 0 0.9rem 0;
  font-weight: 450;
}

.btj-social-conclusion-text-strong{
  font-weight: 650;
  color: #111827;
}

.btj-social-conclusion-promise{
  margin-top: 1.4rem;
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(250, 204, 170, 0.7);
  background: #fffbf3;
  font-size: 0.98rem;
  color: #92400e;
  line-height: 1.95;
  font-weight: 500;
}

.btj-social-conclusion-promise strong{
  font-weight: 800;
}

/* کارت CTA */
.btj-social-conclusion-cta-card{
  background: #f7fbf7;
  border-radius: 22px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(134,167,137,0.3);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btj-social-conclusion-cta-title{
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 0.65rem 0;
}

.btj-social-conclusion-cta-lead{
  margin: 0 0 1.25rem 0;
  font-size: 0.98rem;
  line-height: 1.95;
  color: #475569;
  font-weight: 450;
}

.btj-social-conclusion-buttons{
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}

.btj-social-conclusion-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btj-social-conclusion-btn-call{
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(134,167,137,0.45);
}

.btj-social-conclusion-btn-call:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(134,167,137,0.55);
}

.btj-social-conclusion-btn-form{
  background: #ffffff;
  color: #86A789;
  border: 2px solid #86A789;
}

.btj-social-conclusion-btn-form:hover{
  background: #86A789;
  color: #ffffff;
}

.btj-social-conclusion-note{
  margin: 0;
  font-size: 0.92rem;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.85;
}

/* responsive */
@media (max-width: 960px){
  .btj-social-conclusion-grid{
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .btj-social-conclusion-col-left{
    order: 1;
    text-align: center;
  }

  .btj-social-conclusion-col-right{
    order: 2;
  }

  .btj-social-conclusion-panel{
    padding: 1.8rem 1.3rem;
  }
}

@media (max-width: 640px){
  .btj-social-conclusion{
    margin: 4.2rem auto 3.6rem;
  }

  .btj-social-conclusion-btn{
    width: 100%;
  }

  .btj-social-conclusion-h2{
    font-size: 1.55rem;
  }

  .btj-social-conclusion-text,
  .btj-social-conclusion-promise{
    font-size: 0.96rem;
  }
}/* End custom CSS */