/* 14-bis V58 conversion clarity patch */
.btn-whatsapp,
.wa-btn {
  background: #25D366 !important;
  color: #fff !important;
  border-color: rgba(37, 211, 102, .35) !important;
}

.hero-facts,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
}

.hero-facts span,
.trust-strip > span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(201, 162, 74, .38);
  color: #111;
  font-weight: 900;
  font-size: .9rem;
}

.conversion-price,
.conversion-trust,
.conversion-faq {
  padding: 38px 18px;
  background: #fff;
}

.conversion-price {
  background: #F7F2E8;
}

.conversion-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.conversion-head {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 760px;
}

.conversion-head h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.08;
}

.conversion-head p {
  margin: 0;
  color: #4B4B4B;
  line-height: 1.55;
  font-size: 1.04rem;
}

.price-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.price-card,
.faq-item {
  background: #fff;
  border: 1px solid rgba(201, 162, 74, .35);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, .08);
}

.price-card strong {
  display: block;
  color: #111;
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.price-card span {
  display: block;
  color: #8A6A24;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1;
}

.price-card small {
  display: block;
  color: #4B4B4B;
  margin-top: 7px;
  line-height: 1.4;
}

.price-clarity {
  margin: 18px auto 0;
  max-width: 820px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}

.price-clarity span {
  color: #F7F2E8;
  font-weight: 700;
}

.conversion-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.conversion-trust {
  border-top: 1px solid rgba(201, 162, 74, .22);
}

.conversion-faq {
  background: #fff;
  padding-bottom: 118px;
}

.faq-grid {
  grid-template-columns: repeat(5, 1fr);
}

.faq-item h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 1rem;
}

.faq-item p {
  margin: 0;
  color: #4B4B4B;
  line-height: 1.5;
  font-size: .95rem;
}

.tour-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 18px auto 18px;
  max-width: 760px;
}

.tour-proof span {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(201, 162, 74, .4);
  color: #111;
  font-weight: 950;
}

.route-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #F7F2E8;
  color: #111;
  border: 1px solid rgba(201, 162, 74, .35);
  font-weight: 850;
  line-height: 1.5;
}

.route-note strong {
  color: #8A6A24;
}

@media (max-width: 900px) {
  .price-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tour-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero-facts,
  .trust-strip {
    justify-content: stretch;
  }

.hero-facts span,
  .trust-strip > span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .price-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .conversion-price,
  .conversion-trust,
  .conversion-faq {
    padding-left: 12px;
    padding-right: 12px;
  }
}
