/* =========================================================
   AUTO ESCOLA NO JAPÃO — PÁGINA DE PLANOS KARIMEN
   Versão sem hero duplicado no artigo
========================================================= */

.aej-pricing-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.aej-trust-grid,
.aej-unlock-grid,
.aej-choice-grid,
.aej-security-grid {
  display: grid;
  gap: 18px;
}

.aej-trust-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0 0 40px;
}

.aej-trust-item,
.aej-info-card,
.aej-choice-card,
.aej-security-card,
.aej-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.aej-trust-item {
  font-weight: 600;
  line-height: 1.6;
}

.aej-intro-note {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.aej-section {
  padding: 34px 0;
}

.aej-section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.aej-section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.aej-section-header p {
  color: #555;
  line-height: 1.7;
}

.aej-unlock-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.aej-info-card h3,
.aej-plan-card h3,
.aej-choice-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.aej-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.aej-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.aej-target-box {
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 26px;
  max-width: 900px;
  margin: 0 auto;
}

.aej-plans-row {
  align-items: stretch;
}

.aej-plan-card {
  height: 100%;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.aej-plan-featured {
  background: #fff9db;
  border: 3px solid #ffc107;
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(255,193,7,0.22);
}

.aej-badge {
  display: inline-block;
  background: #ffc107;
  color: #111;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 14px;
}

.aej-plan-subtitle {
  color: #555;
  line-height: 1.6;
  min-height: 56px;
}

.aej-price {
  font-size: 2rem;
  font-weight: 900;
  margin: 18px 0 4px;
}

.aej-price-note {
  color: #555;
  margin-bottom: 18px;
}

.aej-value-note {
  color: #b26a00;
  font-weight: 800;
  margin-bottom: 18px;
}

.aej-btn {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease;
}

.aej-btn-primary {
  background: #28a745;
  color: #fff !important;
}

.aej-btn-blue {
  background: #007bff;
  color: #fff !important;
}

.aej-btn-featured {
  background: #ffc107;
  color: #111 !important;
}

.aej-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  opacity: .92;
}

.aej-choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.aej-security-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.aej-payment-note {
  text-align: center;
  margin-top: 22px;
}

.aej-payment-note a {
  font-weight: 700;
}

.aej-faq {
  max-width: 900px;
  margin: 0 auto;
}

.aej-faq-item {
  margin-bottom: 14px;
}

.aej-faq-item h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.aej-final-cta {
  background: #f8fbff;
  border-radius: 22px;
  padding: 36px 22px;
  text-align: center;
}

@media (max-width: 991px) {
  .aej-pricing-page {
    padding-top: 0;
  }

  .aej-trust-grid {
    margin-top: 0;
  }

  .aej-plan-featured {
    transform: none;
  }

  .aej-plan-card {
    margin-bottom: 18px;
  }
}