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

.btj-joint-hero-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* header: eyebrow pill + h1 */
.btj-joint-hero-header {
  text-align: center;
  margin-bottom: 3rem;
}

/* eyebrow pill */
.btj-joint-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  background: #ffedda;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
}

/* small green dot */
.btj-joint-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #86A789;
}

/* remove old before if present */
.btj-joint-eyebrow::before {
  content: none;
}

/* main blog title */
.btj-joint-h1 {
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  line-height: 1.45;
  color: #1e293b;
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-weight: 900;
  text-wrap: balance;
}

/* grid under header: text + images */
.btj-joint-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}

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

.btj-joint-lead {
  font-size: 1.08rem;
  line-height: 2;
  color: #475569;
  margin-bottom: 1.9rem;
}

/* tags */
.btj-joint-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.6rem 0;
  padding: 0;
  list-style: none;
}

.btj-joint-tag {
  display: inline-block;
  background: rgba(134,167,137,0.12);
  color: #2d4a32;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  border: 1px solid rgba(134,167,137,0.28);
}

/* meta */
.btj-joint-meta {
  font-size: 0.95rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.dot {
  color: #cbd5e1;
}

/* images column */
.btj-joint-media {
  position: relative;
}

.btj-joint-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.btj-joint-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.16);

  /* جلوگیری از پرش چیدمان تا حد ممکن */
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #ffffff;

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .btj-joint-img:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.22);
  }
}

.btj-joint-caption {
  text-align: center;
  margin-top: 1.2rem;
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 600;
}

/* animation (fix + کنترل کامل Delay) */
.btj-anim {
  opacity: 0;
  transform: translateY(28px);
  animation: btj-joint-fadeInUp 0.9s ease forwards;
}

.btj-delay-1 { animation-delay: 0.10s; }
.btj-delay-2 { animation-delay: 0.25s; }
.btj-delay-3 { animation-delay: 0.40s; }
.btj-delay-4 { animation-delay: 0.55s; }
.btj-delay-5 { animation-delay: 0.70s; }
.btj-delay-6 { animation-delay: 0.85s; }
.btj-delay-7 { animation-delay: 1.00s; }

@keyframes btj-joint-fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* احترام به تنظیمات کاهش حرکت (خیلی مهم برای سالمندان) */
@media (prefers-reduced-motion: reduce) {
  .btj-anim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .btj-joint-img {
    transition: none !important;
  }
}

/* responsive */
@media (max-width: 960px) {
  .btj-joint-hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

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

  .btj-joint-images {
    grid-template-columns: 1fr;
  }

  .btj-joint-media {
    order: -1;
  }
}

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

  .btj-joint-img {
    border-radius: 20px;
  }

  .btj-joint-eyebrow {
    font-size: 0.98rem;
  }

  .btj-joint-lead {
    font-size: 1.05rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c27831 */.btj-joint-causes {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-joint-causes-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/* متن و لیست بالای همه */
.btj-causes-content {
  text-align: center;
  margin-bottom: 4rem;
}

.btj-causes-h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.2rem);
  line-height: 1.4;
  color: #1e293b;
  margin-bottom: 1.2rem;
  font-weight: 800;
}

.btj-causes-intro {
  font-size: 1rem;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 2.4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.btj-causes-list {
  list-style: none;
  counter-reset: cause-counter;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.6rem;
  max-width: 1100px;
  margin: 0 auto 2.4rem;
  font-size: 0.97rem;
  color: #374151;
}

.btj-causes-list li {
  background: #ffffff;
  padding: 1.4rem 1.6rem;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  border: 1.5px solid rgba(134,167,137,0.15);
  position: relative;
  counter-increment: cause-counter;
}

.btj-causes-list li::before {
  content: counter(cause-counter);
  position: absolute;
  top: -10px;
  right: 18px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 6px 16px rgba(134,167,137,0.4);
}

.btj-causes-list strong {
  color: #1e293b;
  font-size: 1.02rem;
  display: block;
  margin-bottom: 0.4rem;
}

.btj-causes-note {
  font-size: 1rem;
  color: #2d4a32;
  background: linear-gradient(135deg, #fdfef9 0%, #ffffff 100%);
  padding: 1.4rem 1.8rem;
  border-radius: 22px;
  border: 2px solid rgba(134,167,137,0.2);
  max-width: 880px;
  margin: 0 auto;
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}

/* ردیف دو ستونه: تصویر + آمار */
.btj-causes-visual-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  max-width: 1200px;
  margin: 3.2rem auto 0;
  align-items: start;
}

.btj-causes-image-col {
  display: flex;
  justify-content: center;
}

.btj-causes-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.16);
  transition: transform 0.35s ease;
}

.btj-causes-img:hover {
  transform: translateY(-8px);
}

.btj-causes-stats-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  background: #ffffff;
  padding: 2rem 1.8rem;
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.08);
  border: 2px solid rgba(134,167,137,0.18);
}

.btj-stat {
  text-align: center;
}

.btj-stat-number {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  color: #86A789;
  margin-bottom: 0.4rem;
}

.btj-stat span {
  font-size: 0.96rem;
  color: #525252;
  line-height: 1.8;
}

/* انیمیشن */
.btj-causes-content > *,
.btj-causes-visual-row > * {
  opacity: 0;
  animation: btj-causes-fadeInUp 0.9s ease forwards;
}

.btj-causes-h2 { animation-delay: 0.15s; }
.btj-causes-intro { animation-delay: 0.3s; }
.btj-causes-list { animation-delay: 0.45s; }
.btj-causes-note { animation-delay: 0.6s; }
.btj-causes-visual-row > *:nth-child(1) { animation-delay: 0.75s; }
.btj-causes-visual-row > *:nth-child(2) { animation-delay: 0.9s; }

@keyframes btj-causes-fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ریسپانسیو */
@media (max-width: 900px) {
  .btj-causes-visual-row {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .btj-causes-img { max-width: 360px; }
}

@media (max-width: 640px) {
  .btj-joint-causes { 
    margin: 4.5rem auto; 
  }
  .btj-causes-list { 
    grid-template-columns: 1fr; 
  }
  .btj-causes-stats-col { 
    padding: 1.7rem 1.4rem; 
  }
  .btj-causes-intro,
  .btj-causes-note {
    font-size: 0.94rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6511514 */.btj-joint-exercises {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
  background: linear-gradient(135deg, rgba(134,167,137,0.06) 0%, transparent 70%);
}

.btj-joint-exercises-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.btj-exercises-header {
  max-width: 980px;
  margin: 0 auto 3.2rem;
}

.btj-exercises-h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  line-height: 1.5;
  color: #1e293b;
  margin: 0 0 0.9rem 0;
  font-weight: 900;
  text-wrap: balance;
}

.btj-exercises-lead {
  font-size: 1.08rem;
  color: #475569;
  margin: 0 auto;
  line-height: 2;
}

/* Grid */
.btj-exercises-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto 3.8rem;
  display: grid;
  gap: 2rem;

  /* رسپانسیو خودکار: از ۱ تا ۳ ستون */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1200px;
}

.btj-exercise-item {
  margin: 0;
}

/* Card (هم‌قد و هم‌تراز) */
.btj-exercise-card {
  height: 100%;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(134,167,137,0.16);
  box-shadow: 0 18px 46px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;

  display: flex;
  flex-direction: column;
}

@media (hover: hover) and (pointer: fine) {
  .btj-exercise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(134,167,137,0.22);
    border-color: rgba(134,167,137,0.6);
  }
}

/* Image area: بدون به‌هم‌ریختگی و CLS کمتر */
.btj-exercise-figure {
  margin: 0;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15,23,42,0.06);
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.btj-ex-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain; /* برای تصاویر آموزشی بهتر از cover */
  transition: transform 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
  .btj-exercise-card:hover .btj-ex-img {
    transform: scale(1.04);
  }
}

/* Content */
.btj-exercise-content {
  padding: 1.6rem 1.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.btj-ex-title {
  font-size: 1.12rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 0.9rem 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  line-height: 1.6;
}

.btj-ex-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(134,167,137,0.35);
}

.btj-ex-desc {
  font-size: 1.02rem; /* کمی درشت‌تر برای سالمندان */
  color: #475569;
  line-height: 2;
  margin: 0 0 1.1rem 0;
}

.btj-ex-benefit {
  margin-top: auto; /* باعث هم‌قد شدن و هم‌تراز شدن کارت‌ها می‌شود */
  display: inline-block;
  padding: 0.75rem 1rem;
  background: rgba(134,167,137,0.10);
  border: 1px solid rgba(134,167,137,0.26);
  border-radius: 999px;
  font-size: 0.95rem;
  color: #214a2b;
  font-weight: 800;
  line-height: 1.7;
}

/* CTA */
.btj-exercises-cta {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 1.6rem;
  border-radius: 28px;
  background: #ffffff;
  border: 2px solid rgba(134,167,137,0.16);
  box-shadow: 0 18px 46px rgba(0,0,0,0.07);
}

.btj-ex-cta-text {
  font-size: 1.05rem;
  color: #475569;
  margin: 0 0 1.4rem 0;
  line-height: 2;
}

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

@media (hover: hover) and (pointer: fine) {
  .btj-ex-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 46px rgba(134,167,137,0.55);
  }
}

.btj-ex-cta-btn:focus-visible {
  outline: 3px solid rgba(134,167,137,0.45);
  outline-offset: 4px;
}

/* Animation (منظم و قابل کنترل) */
.btj-ex-anim {
  opacity: 0;
  transform: translateY(28px);
  animation: btj-ex-fadeUp 0.9s ease forwards;
}

.btj-ex-delay-1 { animation-delay: 0.10s; }
.btj-ex-delay-2 { animation-delay: 0.25s; }
.btj-ex-delay-3 { animation-delay: 0.40s; }
.btj-ex-delay-4 { animation-delay: 0.55s; }
.btj-ex-delay-5 { animation-delay: 0.70s; }
.btj-ex-delay-6 { animation-delay: 0.85s; }

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

/* احترام به Reduce Motion (خیلی مهم برای سالمندان) */
@media (prefers-reduced-motion: reduce) {
  .btj-ex-anim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .btj-exercise-card,
  .btj-ex-img,
  .btj-ex-cta-btn {
    transition: none !important;
  }
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .btj-joint-exercises {
    margin: 4.5rem auto;
  }

  .btj-exercises-lead {
    font-size: 1.04rem;
  }

  .btj-exercise-content {
    padding: 1.35rem 1.15rem 1.55rem;
  }

  .btj-ex-cta-text {
    font-size: 1.02rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc31cd3 */.btj-joint-support {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 5.5rem auto;
  padding: 0 1rem;
  background: linear-gradient(135deg, rgba(134,167,137,0.06) 0%, transparent 70%);
}

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

/* header */
.btj-support-header {
  text-align: center;
  margin-bottom: 2.8rem;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.btj-support-h2 {
  font-size: clamp(1.9rem, 3vw, 2.25rem);
  line-height: 1.55;
  color: #1e293b;
  font-weight: 900;
  margin: 0 0 0.9rem 0;
  text-wrap: balance;
}

.btj-support-lead {
  font-size: 1.06rem;
  line-height: 2;
  color: #475569;
  margin: 0;
}

/* main grid */
.btj-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

/* text column */
.btj-support-text {
  color: #374151;
}

.btj-support-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: grid;
  gap: 0.95rem;
  font-size: 1.03rem;
  line-height: 2;
}

.btj-support-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.btj-support-check {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.25);
  color: #2d4a32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

/* CTA */
.btj-support-cta {
  text-align: right;
}

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

@media (hover: hover) and (pointer: fine) {
  .btj-support-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(134,167,137,0.55);
  }
}

.btj-support-btn:focus-visible {
  outline: 3px solid rgba(134,167,137,0.45);
  outline-offset: 4px;
}

/* visual column */
.btj-support-visual {
  display: flex;
  justify-content: center;
}

.btj-support-figure {
  position: relative;
  margin: 0;
  max-width: 460px;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 56px rgba(0,0,0,0.16);
  background: #f8fafc;

  /* کاهش پرش چیدمان */
  aspect-ratio: 3 / 2;
}

.btj-support-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* stats pill */
.btj-support-stats-pill {
  position: absolute;
  inset-inline: 1.2rem;
  inset-block-end: 1.2rem;
}

.btj-support-pill-dl {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.96);
  box-shadow: 0 12px 32px rgba(15,23,42,0.22);
  backdrop-filter: blur(8px);

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.btj-support-pill-item {
  text-align: center;
}

.btj-pill-number {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  color: #2d4a32; /* هماهنگ با پالت */
  margin: 0 0 0.1rem 0;
}

.btj-pill-label {
  display: block;
  font-size: 0.82rem;
  color: #475569;
  margin: 0;
}

/* quote card */
.btj-support-quote {
  margin: 2.8rem auto 0;
  max-width: 920px;
  background: #ffffff;
  padding: 1.7rem 1.6rem;
  border-radius: 22px;
  border-inline-start: 5px solid #86A789;
  color: #214a2b;
  box-shadow: 0 14px 36px rgba(0,0,0,0.06);
}

.btj-support-quote p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 2;
}

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

.btj-support-quote cite {
  font-style: normal;
}

/* animation */
.btj-sup-anim {
  opacity: 0;
  transform: translateY(28px);
  animation: btj-sup-fadeUp 0.9s ease forwards;
}

.btj-sup-delay-1 { animation-delay: 0.10s; }
.btj-sup-delay-2 { animation-delay: 0.25s; }
.btj-sup-delay-3 { animation-delay: 0.40s; }
.btj-sup-delay-4 { animation-delay: 0.55s; }
.btj-sup-delay-5 { animation-delay: 0.70s; }

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

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .btj-sup-anim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .btj-support-btn {
    transition: none !important;
  }
}

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

  .btj-support-visual {
    order: -1;
  }

  .btj-support-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .btj-support-cta {
    text-align: center;
  }

  .btj-support-benefits li {
    justify-content: center;
    text-align: right; /* متن RTL، اما آیتم‌ها وسط */
  }
}

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

  .btj-support-figure {
    border-radius: 22px;
    aspect-ratio: 4 / 3;
  }

  /* در موبایل pill روی عکس نباشه → زیر تصویر بیاد */
  .btj-support-stats-pill {
    position: static;
    padding: 0.9rem 0.9rem 0;
  }

  .btj-support-pill-dl {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

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

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

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

/* گرید اصلی: با areas (تمیزتر از order) */
.btj-conclusion-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr; /* متن — CTA */
  gap: 2.6rem;
  align-items: stretch;
  grid-template-areas: "text cta";
}

.btj-conclusion-col-text { grid-area: text; }
.btj-conclusion-col-cta  { grid-area: cta; }

/* ——— متن ——— */
.btj-conclusion-h2 {
  font-size: clamp(1.95rem, 3.2vw, 2.45rem);
  line-height: 1.55;
  color: #111827;
  font-weight: 900;
  margin: 0 0 1rem 0;
  text-wrap: balance;
}

.btj-conclusion-text {
  font-size: 1.06rem;
  line-height: 2;
  color: #475569;
  margin: 0 0 1rem 0;
}

.btj-conclusion-text-strong {
  font-weight: 800;
  color: #0f172a;
}

.btj-conclusion-promise {
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(250, 204, 170, 0.75);
  background: #fffbf3;
  color: #92400e;
  font-size: 0.98rem;
  line-height: 1.9;

  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-start;
}

.btj-promise-dot {
  color: rgba(146, 64, 14, 0.55);
}

/* ——— کارت CTA ——— */
.btj-conclusion-cta-card {
  height: 100%;
  background: linear-gradient(135deg, rgba(134,167,137,0.10), #f7fbf7);
  border-radius: 24px;
  padding: 1.9rem 1.7rem;
  border: 1px solid rgba(134,167,137,0.30);
  text-align: center;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btj-conclusion-cta-title {
  font-size: 1.18rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 1.4rem 0;
}

.btj-conclusion-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.35rem 0;
}

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

.btj-conclusion-btn:focus-visible {
  outline: 3px solid rgba(134,167,137,0.45);
  outline-offset: 4px;
}

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

.btj-conclusion-btn-form {
  background: #ffffff;
  color: #2d4a32;
  border: 2px solid rgba(134,167,137,0.75);
}

@media (hover: hover) and (pointer: fine) {
  .btj-conclusion-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(134,167,137,0.52);
  }
  .btj-conclusion-btn-form:hover {
    background: rgba(134,167,137,0.12);
    border-color: rgba(134,167,137,0.95);
    transform: translateY(-2px);
  }
}

.btj-conclusion-note {
  margin: 0;
  font-size: 0.98rem;
  color: #64748b;
  font-weight: 700;
  line-height: 1.8;
}

/* animation */
.btj-conc-anim {
  opacity: 0;
  transform: translateY(24px);
  animation: btj-conc-fadeUp 0.85s ease forwards;
}

.btj-conc-delay-1 { animation-delay: 0.10s; }
.btj-conc-delay-2 { animation-delay: 0.25s; }
.btj-conc-delay-3 { animation-delay: 0.40s; }
.btj-conc-delay-4 { animation-delay: 0.55s; }
.btj-conc-delay-5 { animation-delay: 0.70s; }

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

@media (prefers-reduced-motion: reduce) {
  .btj-conc-anim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .btj-conclusion-btn {
    transition: none !important;
  }
}

/* ریسپانسیو */
@media (max-width: 960px) {
  .btj-conclusion-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "cta";
  }

  .btj-conclusion-col-text {
    text-align: center;
  }

  .btj-conclusion-promise {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .btj-conclusion-panel {
    padding: 1.8rem 1.2rem;
  }

  .btj-conclusion-btn {
    width: 100%;
  }
}/* End custom CSS */