/*
Theme Name: Compra Captación
Theme URI: https://captacion.app/
Author: Compra Captación
Description: Tema WordPress para publicar Compra Captación como web propia, con ajustes editables desde el administrador.
Version: 1.5.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: captacion-app
*/

/* Complianz siempre prevalece visualmente sobre modales y avisos de Compra Captación. */
.cmplz-cookiebanner,
#cmplz-cookiebanner-container,
.cmplz-manage-consent {
  z-index: 2147483646 !important;
}

html {
  margin-top: 0 !important;
}

body.admin-bar {
  padding-top: 32px;
}

.captacion-wp-page {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f8fafc;
  color: #10233c;
  min-height: 100vh;
}

.captacion-wp-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.captacion-wp-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.captacion-wp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.captacion-wp-brand {
  color: #10233c;
  font-weight: 900;
  text-decoration: none;
  font-size: 20px;
}

.captacion-wp-brand span {
  color: #1b67d6;
}

.captacion-wp-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
}

.captacion-wp-menu a {
  color: #475569;
  text-decoration: none;
}

.captacion-wp-menu a:hover {
  color: #1b67d6;
}

.captacion-wp-main {
  padding: 56px 0 72px;
}

.captacion-wp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  padding: clamp(24px, 5vw, 56px);
}

.captacion-wp-card h1 {
  margin-top: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}

.captacion-wp-card h2 {
  margin-top: 32px;
}

.captacion-wp-card a {
  color: #1b67d6;
}

.captacion-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.captacion-plan-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.captacion-plan-card-featured {
  border: 2px solid #1b67d6;
  box-shadow: 0 22px 55px rgba(27, 103, 214, 0.16);
}

.captacion-plan-card h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.2;
}

.captacion-plan-card p {
  margin: 0;
  color: #516178;
}

.captacion-plan-kicker {
  color: #1b67d6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.captacion-plan-price {
  color: #10233c !important;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.captacion-plan-price small {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.captacion-stripe-button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #1b67d6;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.captacion-stripe-button:hover {
  background: #0d4eae;
}

.captacion-stripe-button-disabled {
  cursor: not-allowed;
  background: #e2e8f0;
  color: #64748b !important;
}

.captacion-wp-footer {
  border-top: 1px solid #e2e8f0;
  background: #10233c;
  color: #cbd5e1;
  padding: 28px 0;
  font-size: 13px;
}

@media (max-width: 860px) {
  .captacion-plans-grid {
    grid-template-columns: 1fr;
  }
}
