@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.page-template-equality-planos .entry-header,
.page-template-equality-planos .ast-article-single .entry-header,
.page-template-equality-planos .site-content > .ast-container,
.page-template-equality-planos #primary { max-width: 100% !important; width: 100% !important; }

.eq-planos-hero {
  position: relative;
  padding: 120px 20px 70px;
  background: linear-gradient(120deg, rgba(31,36,74,.95), rgba(63,67,169,.85)), url('/wp-content/uploads/2020/08/bg-slider-scaled.jpg') center/cover no-repeat;
}
.eq-planos-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(242,194,0,.18), transparent 34%); }
.eq-planos-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.eq-planos-hero h1 { color: #fff; margin: 0 0 10px; font-size: 44px; }
.eq-planos-hero p { color: rgba(255,255,255,.9); max-width: 760px; margin: 0 0 22px; font-size: 17px; }

.eq-sim-options { display: flex; flex-wrap: wrap; gap: 10px; }
.eq-sim-options a {
  text-decoration: none; color: #fff; font-weight: 600; font-size: 14px;
  padding: 10px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3); background: rgba(16,22,58,.35);
}
.eq-sim-options a:hover { background: #54C8EF; color: #0e2452; border-color: transparent; }

.eq-planos-grid-wrap { padding: 44px 20px 80px; background: #f6f8ff; }
.eq-planos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.eq-plano-card {
  background: #fff; border: 1px solid #e5eafe; border-radius: 16px; padding: 20px;
  box-shadow: 0 10px 22px rgba(25,31,77,.06);
}
.eq-plano-card h3 { margin: 0 0 8px; color: #283369; font-size: 22px; }
.eq-plano-card p { margin: 0 0 14px; color: #5c6798; line-height: 1.55; }
.eq-plano-card button {
  border: 0; border-radius: 10px; background: linear-gradient(135deg,#54C8EF,#15B7EE);
  color: #fff; font-weight: 700; padding: 10px 14px; cursor: pointer;
}

/* Cotador */
.eq-modal-open { overflow: hidden; }
.eq-cotador-modal { position: fixed; inset: 0; z-index: 99999; opacity: 0; visibility: hidden; transition: .2s ease; }
.eq-cotador-modal.active { opacity: 1; visibility: visible; }
.eq-cotador-backdrop { position: absolute; inset: 0; background: rgba(8,12,30,.72); backdrop-filter: blur(4px); }
.eq-cotador-box { position: relative; z-index: 2; width: min(760px, calc(100% - 24px)); margin: 4vh auto; background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 20px 60px rgba(0,0,0,.35); max-height: 92vh; overflow: auto; }
.eq-cotador-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid rgba(31,36,74,0.16) !important;
  width: 38px;
  height: 38px;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #1f244a !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(10,18,50,0.12);
  transition: .2s ease;
}
.eq-cotador-close:hover {
  transform: translateY(-1px);
  background: #f5f7ff !important;
  color: #3F43A9 !important;
}
.eq-cotador-head h3 { margin: 0; color: #1f2a5e; font-size: 24px; }
.eq-cotador-head p { margin: 6px 0 16px; color: #5f6999; }
.eq-cotador-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.eq-cotador-form .eq-field { margin-bottom: 10px; }
.eq-cotador-form label { display: block; font-size: 13px; font-weight: 700; color: #334071; margin-bottom: 6px; }
.eq-cotador-form input, .eq-cotador-form select, .eq-cotador-form textarea { width: 100%; border: 1px solid #dbe2ff; border-radius: 10px; padding: 11px 12px; font-size: 14px; }
.eq-cotador-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 6px; }
.eq-btn-cotador-primary { display: inline-flex; align-items: center; gap: 8px; border: 0; text-decoration: none; background: linear-gradient(135deg,#54C8EF,#15B7EE); color: #fff; font-weight: 700; padding: 11px 16px; border-radius: 10px; cursor: pointer; }
.eq-btn-cotador-secondary { border: 1px solid #ccd6ff; background: #fff; color: #324071; padding: 11px 14px; border-radius: 10px; font-weight: 600; cursor: pointer; }
.eq-cotador-success { text-align: center; padding: 8px 2px; }
.eq-cotador-success h4 { font-size: 22px; color: #1f2a5e; margin: 0 0 10px; }
.eq-cotador-success p { color: #5f6999; margin: 0 0 14px; }
.eq-cotador-success small { display: block; margin-top: 12px; color: #4f5e95; }

@media (max-width: 980px){ .eq-planos-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px){
  .eq-planos-hero h1 { font-size: 32px; }
  .eq-planos-grid { grid-template-columns: 1fr; }
  .eq-cotador-grid { grid-template-columns: 1fr; }
  .eq-cotador-actions { flex-direction: column; }
}
