.elementor-2971 .elementor-element.elementor-element-2c2c4283{--display:flex;--margin-top:-31px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e45d464 */.mrp-faq-section {
  padding: 70px 20px;
  background: transparent; /* حذف بک‌گراند */
  color: #ffffff;
}

.mrp-faq-container {
  max-width: 1050px;
  margin: 0 auto;
}

.mrp-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.mrp-faq-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(230, 153, 0, 0.14);
  color: #ffb84d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mrp-faq-header h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  color: #ffffff;
}

.mrp-faq-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.mrp-faq-list {
  display: grid;
  gap: 14px;
}

.mrp-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(15, 34, 63, 0.78); /* کارت‌ها هنوز دارک هستن */
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mrp-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 153, 0, 0.35);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.mrp-faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 22px 58px 22px 24px;
}

.mrp-faq-item summary::-webkit-details-marker {
  display: none;
}

.mrp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(230, 153, 0, 0.16);
  color: #ffb84d;
  display: grid;
  place-items: center;
  font-size: 22px;
  transition: 0.25s ease;
}

.mrp-faq-item[open] summary::after {
  content: "−";
  background: #e69900;
  color: #07111f;
}

.mrp-faq-item summary h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.35;
}

.mrp-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.mrp-faq-item[open] {
  border-color: rgba(230, 153, 0, 0.45);
  background: rgba(18, 41, 71, 0.92);
}

@media (max-width: 768px) {
  .mrp-faq-section {
    padding: 52px 16px;
  }

  .mrp-faq-item summary {
    padding: 20px 50px 20px 18px;
  }

  .mrp-faq-item p {
    padding: 0 18px 22px;
    font-size: 15.5px;
  }
}/* End custom CSS */