
.mpfaq-modern {
  padding: 85px 0;
  background: linear-gradient(180deg, #fbfaf7 0%, #f5f2ea 100%);
}

.mpfaq-modern .faq-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.mpfaq-modern .faq-content-left {
  height: 100%;
}

.mpfaq-modern .faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(166, 124, 0, 0.12);
  color: #8b6b17;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mpfaq-modern .left-side h1 {
  margin: 0 0 26px;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  color: #222;
  letter-spacing: -1px;
}

.mpfaq-modern .block-duvidas {
  margin-bottom: 30px;
}

.mpfaq-modern .block-duvidas-inner {
  position: relative;
  padding: 42px 38px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, #2d261f 0%, #0f0f10 100%);
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.mpfaq-modern .block-duvidas-inner:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(212, 168, 55, 0.08);
}

.mpfaq-modern .faq-mini-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 14px;
  color: #d4a837;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mpfaq-modern .block-duvidas h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.8px;
}

.mpfaq-modern .block-duvidas h2 span {
  display: none;
}

.mpfaq-modern .block-duvidas p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0;
  font-size: 21px;
  line-height: 1.65;
  color: rgba(255,255,255,0.86);
}

.mpfaq-modern .phone {
  padding-top: 4px;
}

.mpfaq-modern .phone h3 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 800;
  color: #303030;
}

.mpfaq-modern .faq-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mpfaq-modern .phone p {
  margin: 0;
}

.mpfaq-modern .faq-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.mpfaq-modern .faq-contact-btn i {
  font-size: 18px;
}

.mpfaq-modern .faq-contact-btn.telefone {
  background: #b88913;
  color: #fff;
  box-shadow: 0 12px 24px rgba(184, 137, 19, 0.18);
}

.mpfaq-modern .faq-contact-btn.telefone:hover {
  background: #9c7410;
  color: #fff;
}

.mpfaq-modern .faq-contact-btn.whatsapp {
  background: #ffffff;
  color: #111;
  border-color: #e4dfd3;
}

.mpfaq-modern .faq-contact-btn.whatsapp:hover {
  background: #f6f9f6;
  color: #1d7d3e;
  border-color: #d6e7d8;
}

.mpfaq-modern .faq-contact-btn.email {
  background: #ffffff;
  color: #111;
  border-color: #e4dfd3;
}

.mpfaq-modern .faq-contact-btn.email:hover {
  background: #f8f6f1;
  color: #8b6b17;
}

.mpfaq-modern .faq-box-right {
  height: 100%;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #ece6d8;
  box-shadow: 0 16px 40px rgba(61, 42, 0, 0.05);
}

.mpfaq-modern .mpfaq-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.mpfaq-modern .faq-item {
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #23201d 0%, #101112 100%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.mpfaq-modern .faq-item:last-child {
  margin-bottom: 0;
}

.mpfaq-modern .mpfaq-que {
  position: relative;
  margin: 0;
  padding: 24px 58px 24px 22px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mpfaq-modern .mpfaq-que:hover {
  color: #f0d27d;
}

.mpfaq-modern .mpfaq-que:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #d4a837;
  transition: transform 0.25s ease;
}

.mpfaq-modern .mpfaq-ans {
  display: none;
  padding: 0 22px 22px;
  background: transparent;
}

.mpfaq-modern .mpfaq-ans p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
}

.mpfaq-modern .bt-ver {
  margin: 22px 0 0;
}

.mpfaq-modern .faq-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: transparent;
  color: #1f1f1f;
  border: 1px solid #d8d1c4;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.mpfaq-modern .faq-more-link:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.mpfaq-modern hr {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mpfaq-modern {
    padding: 65px 0;
  }

  .mpfaq-modern .left-side h1 {
    font-size: 42px;
  }

  .mpfaq-modern .block-duvidas h2 {
    font-size: 34px;
  }

  .mpfaq-modern .block-duvidas p {
    font-size: 18px;
  }

  .mpfaq-modern .phone {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mpfaq-modern {
    padding: 48px 0;
  }

  .mpfaq-modern .left-side h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .mpfaq-modern .block-duvidas-inner {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .mpfaq-modern .block-duvidas h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .mpfaq-modern .block-duvidas p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mpfaq-modern .phone h3 {
    font-size: 24px;
  }

  .mpfaq-modern .faq-contact-grid {
    flex-direction: column;
  }

  .mpfaq-modern .faq-contact-btn {
    width: 100%;
    justify-content: center;
  }

  .mpfaq-modern .faq-box-right {
    padding: 14px;
    border-radius: 22px;
  }

  .mpfaq-modern .mpfaq-que {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }

  .mpfaq-modern .mpfaq-ans {
    padding: 0 18px 18px;
  }

  .mpfaq-modern .faq-more-link {
    width: 100%;
  }
}

/* ===== CORREÇÃO DO ACCORDION FAQ ===== */

.mpfaq-modern .faq-item {
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #23201d 0%, #101112 100%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.mpfaq-modern .mpfaq-que {
  position: relative;
  margin: 0;
  padding: 24px 58px 24px 22px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff !important;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
}

.mpfaq-modern .mpfaq-ans {
  display: none;
  padding: 0 22px 22px;
  background: transparent !important;
  border: 0 !important;
}

.mpfaq-modern .mpfaq-ans,
.mpfaq-modern .mpfaq-ans *,
.mpfaq-modern .mpfaq-ans p {
  color: rgba(255,255,255,0.82) !important;
}

.mpfaq-modern .mpfaq-que:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 18px;
  color: #d4a837;
  transition: transform 0.25s ease, color 0.25s ease;
  line-height: 1;
}

/* estado aberto */
.mpfaq-modern .faq-item.open .mpfaq-que:after,
.mpfaq-modern .mpfaq-que.active:after,
.mpfaq-modern .mpfaq-que.ui-state-active:after,
.mpfaq-modern .mpfaq-que[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}

/* remove setinhas/triângulos nativos que o plugin possa inserir */
.mpfaq-modern .mpfaq-que:before,
.mpfaq-modern .mpfaq-ans:before,
.mpfaq-modern .mpfaq-ans:after,
.mpfaq-modern .mpfaq-que .ui-icon,
.mpfaq-modern .mpfaq-que .caret,
.mpfaq-modern .mpfaq-que span.ui-accordion-header-icon {
  display: none !important;
  content: none !important;
}

/* se o plugin estiver colocando fundo claro no item aberto */
.mpfaq-modern .faq-item.open,
.mpfaq-modern .faq-item.active,
.mpfaq-modern .faq-item.ui-state-active,
.mpfaq-modern .mpfaq-inner .active,
.mpfaq-modern .mpfaq-inner .ui-state-active {
  background: linear-gradient(135deg, #23201d 0%, #101112 100%) !important;
}

/* se o plugin colocar classe no título aberto */
.mpfaq-modern .mpfaq-que.active,
.mpfaq-modern .mpfaq-que.ui-state-active,
.mpfaq-modern .mpfaq-que[aria-expanded="true"] {
  color: #f0d27d !important;
  background: transparent !important;
}

/* garante que o painel aberto não fique branco */
.mpfaq-modern .mpfaq-ans.active,
.mpfaq-modern .mpfaq-ans.ui-accordion-content-active,
.mpfaq-modern .mpfaq-ans.ui-state-active {
  background: transparent !important;
}

/* REMOVE ícones do plugin */
.mpfaq-modern .arrowDown,
.mpfaq-modern .collapseIcon {
  display: none !important;
}

/**/
.mpfaq h3 {
	background: #000101;
	opacity: 0.9;
	border: 1px solid #000101;
	color: #FFF;
	text-align: left;
	border-radius: 5px;
	padding: 3rem 2rem;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-size: 1.8rem;
	line-height: normal;
}
.mpfaq h3.active {
	margin-bottom: 21px;
	background: #666;
}
/*.mpfaq h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
*/.mpfaq h3.alignLeft {
	padding-left: 35px;
}
.mpfaq .mpfaq-ans {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 5px 15px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.mpfaq .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.mpfaq .active .arrowDown {
	bottom: -13px;
	border-color: #dadada transparent transparent transparent;
	opacity: 1;
}
.mpfaq .collapseIcon i{
	font-size: 16px;
}
.mpfaq .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.mpfaq .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}
.mpfaq-wrap h1{
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: normal;
	text-align: center
}
.mpfaq h2{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: normal;
}
@media only screen and (min-width: 1200px) {
/*.mpfaq .mpfaq-que, .mpfaq .mpfaq-ans{
	margin-left: 15px;
}*/
}
.mpfaq .mpfaq-inner{
	margin-bottom: 35px;
}
.mpfaq-extend {
    border: 1px solid #ddd;
    padding: 0 10px;
}
.mpfaq-extend h1{
	background: #666;
	color: #fff;
	margin: 0 -10px;
	padding: 8px;
}
.mpfaq-extend .mpfaq .mpfaq-que, .mpfaq-extend .mpfaq .mpfaq-ans{
	margin-left: 0;
}
.mpfaq-extend .mpfaq h2{
	margin-bottom: 10px;
}
.mpfaq .mpfaq-inner:last-child{
	margin-bottom: 10px;
}
.mpfaq-extend.category{
	padding: 0;
	border: none;
}
.mpfaq-extend.category h1{
	margin: 0;
	font-size: 20px;
}
.mpfaq-extend .mpfaq h3{
	font-size: 14px;
}
.mpfaq-extend .mpfaq-ans{
	font-size: 12px;
	line-height: 22px;
}