/* ================================================================
   VELO.LAW® — PRICING (#servicos)
   Cards de preço, dark card, layout, mobile full-width
   ================================================================ */

/* ── Seção: espaçamento reduzido após marquee ── */
#servicos {
  margin-top: -8px !important;
}
#servicos .section-top-area {
  padding-bottom: 0 !important;
}

/* ── Bottom-pricing: preço + botão lado a lado ── */
.bottom-pricing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 8px;
}
.bottom-pricing .button-area {
  flex-shrink: 0;
  margin-top: 0 !important;
}
.bottom-pricing h4.price {
  flex: 1;
  min-width: 140px;
}
.bottom-pricing > p {
  flex-basis: 100%;
  margin-top: -8px !important;
}

/* ── Ocultar valores temporariamente ── */
/* Para mostrar preços: remover este bloco */
.bottom-pricing h4.price,
.bottom-pricing > p {
  display: none !important;
}

/* ── Pricing header: sem altura mínima fixa ── */
.pricing-wrapper .pricing-header {
  min-height: unset !important;
  height: auto !important;
}
.pricing-wrapper .pricing-header .title {
  margin-bottom: 20px !important;
}
.pricing-wrapper .pricing-header .bottom-pricing {
  margin-top: 16px !important;
  padding-top: 0 !important;
}

/* ── Dark card: texto branco ── */
.pricing-wrapper.dark .price,
.pricing-wrapper.dark h4.price,
.pricing-wrapper.dark h4.price small,
.pricing-wrapper.dark .plan-type h3,
.pricing-wrapper.dark .plan-type p,
.pricing-wrapper.dark .title,
.pricing-wrapper.dark .title span {
  color: #FFFFFF !important;
}
.pricing-wrapper.dark h4.price span {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ── Shape decorativo da seção: oculto ── */
#servicos-lista .bottom-shape-area {
  display: none !important;
}

/* ── Mobile ── */
@media (max-width: 767.98px) {
  /* Cards full-width sem padding lateral */
  #servicos .section-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }
  #servicos .section-top-area {
    padding: 28px 20px 20px !important;
  }
  #servicos .section-mid-area {
    width: 100% !important;
  }
  /* Pricing full-width: coluna única */
  .wpr-pricing-plans-area .section-mid-area {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .wpr-pricing-plans-area .pricing-inner {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .wpr-pricing-plans-area .pricing-wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 28px 24px !important;
  }
  /* Preço + botão: empilha */
  .pricing-wrapper {
    margin-bottom: 24px;
  }
  .bottom-pricing {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  .bottom-pricing h4.price {
    font-size: clamp(22px, 6vw, 32px) !important;
  }
  .bottom-pricing .button-area {
    width: 100%;
  }
  .bottom-pricing .button-area .wpr-btn {
    width: 100%;
    justify-content: center;
  }
  .pricing-inner {
    margin-bottom: 16px;
  }
}
